2026-03-27 14:30:06 [scrapy.utils.log] INFO: Scrapy 2.11.2 started (bot: SourcingV2)
2026-03-27 14:30:06 [scrapy.utils.log] INFO: Versions: lxml 5.2.2.0, libxml2 2.12.6, cssselect 1.2.0, parsel 1.9.1, w3lib 2.1.2, Twisted 24.3.0, Python 3.11.2 (main, Mar 13 2023, 12:18:29) [GCC 12.2.0], pyOpenSSL 24.1.0 (OpenSSL 3.2.1 30 Jan 2024), cryptography 42.0.7, Platform Linux-5.15.0-1098-azure-x86_64-with-glibc2.36
2026-03-27 14:30:06 [ecarstrade.be] INFO: Starting spider ecarstrade.be
2026-03-27 14:30:06 [scrapy.addons] INFO: Enabled addons:
[]
2026-03-27 14:30:06 [asyncio] DEBUG: Using selector: EpollSelector
2026-03-27 14:30:06 [scrapy.utils.log] DEBUG: Using reactor: twisted.internet.asyncioreactor.AsyncioSelectorReactor
2026-03-27 14:30:06 [scrapy.utils.log] DEBUG: Using asyncio event loop: asyncio.unix_events._UnixSelectorEventLoop
2026-03-27 14:30:06 [scrapy.extensions.telnet] INFO: Telnet Password: 367612a1e6cdb71d
2026-03-27 14:30:06 [scrapy.middleware] INFO: Enabled extensions:
['scrapy.extensions.corestats.CoreStats',
'scrapy.extensions.telnet.TelnetConsole',
'scrapy.extensions.memusage.MemoryUsage',
'scrapy.extensions.feedexport.FeedExporter',
'scrapy.extensions.logstats.LogStats',
'scrapy.extensions.closespider.CloseSpider']
2026-03-27 14:30:06 [scrapy.crawler] INFO: Overridden settings:
{'BOT_NAME': 'SourcingV2',
'CLOSESPIDER_TIMEOUT': 7200,
'DOWNLOAD_MAXSIZE': 52428800,
'DOWNLOAD_WARNSIZE': 10485760,
'FEED_EXPORT_ENCODING': 'utf-8',
'LOG_FILE': '/var/log/scrapyd/logs/sourcing_v2/ecarstrade.be/task_33_2026-03-27T14_30_00.log',
'LOG_FORMATTER': 'crawlers.log_formatter.SourcingLogFormatter',
'MEMUSAGE_LIMIT_MB': 2048,
'MEMUSAGE_WARNING_MB': 1536,
'NEWSPIDER_MODULE': 'spiders',
'REQUEST_FINGERPRINTER_CLASS': 'scrapy_zyte_api.ScrapyZyteAPIRequestFingerprinter',
'REQUEST_FINGERPRINTER_IMPLEMENTATION': '2.7',
'SPIDER_MODULES': ['spiders', 'auth_check'],
'TWISTED_REACTOR': 'twisted.internet.asyncioreactor.AsyncioSelectorReactor',
'USER_AGENT': ''}
2026-03-27 14:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 14:30:06 [scrapy_zyte_api.handler] INFO: Using a Zyte API key starting with '5857011'
2026-03-27 14:30:06 [scrapy.middleware] INFO: Enabled downloader middlewares:
['scrapy.downloadermiddlewares.offsite.OffsiteMiddleware',
'scrapy.downloadermiddlewares.httpauth.HttpAuthMiddleware',
'scrapy.downloadermiddlewares.downloadtimeout.DownloadTimeoutMiddleware',
'scrapy.downloadermiddlewares.defaultheaders.DefaultHeadersMiddleware',
'scrapy.downloadermiddlewares.useragent.UserAgentMiddleware',
'scrapy_zyte_api.ScrapyZyteAPIDownloaderMiddleware',
'scrapy.downloadermiddlewares.retry.RetryMiddleware',
'scrapy.downloadermiddlewares.redirect.MetaRefreshMiddleware',
'scrapy.downloadermiddlewares.httpcompression.HttpCompressionMiddleware',
'scrapy.downloadermiddlewares.redirect.RedirectMiddleware',
'scrapy.downloadermiddlewares.cookies.CookiesMiddleware',
'scrapy.downloadermiddlewares.httpproxy.HttpProxyMiddleware',
'scrapy.downloadermiddlewares.stats.DownloaderStats']
2026-03-27 14:30:06 [crawlers.middlewares.id_gen_middleware] INFO: Setting up IdGenerationMiddleware
2026-03-27 14:30:06 [scrapy.middleware] INFO: Enabled spider middlewares:
['scrapy.spidermiddlewares.httperror.HttpErrorMiddleware',
'scrapy_zyte_api.ScrapyZyteAPISpiderMiddleware',
'crawlers.middlewares.monitoring_spider_middleware.MonitoringSpiderMiddleware',
'scrapy.spidermiddlewares.referer.RefererMiddleware',
'scrapy.spidermiddlewares.urllength.UrlLengthMiddleware',
'scrapy.spidermiddlewares.depth.DepthMiddleware',
'crawlers.middlewares.photo_download_middleware.PhotoDownloadMiddleware',
'crawlers.middlewares.report_download_middleware.ReportDownloadMiddleware',
'crawlers.middlewares.id_gen_middleware.IdGenMiddleware']
2026-03-27 14:30:06 [azure.identity._credentials.environment] INFO: Incomplete environment configuration for EnvironmentCredential. These variables are set: AZURE_CLIENT_ID, AZURE_TENANT_ID
2026-03-27 14:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 14:30:06 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2118
2026-03-27 14:30:06 [azure.identity._credentials.chained] INFO: DefaultAzureCredential acquired a token from WorkloadIdentityCredential
2026-03-27 14:30:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxsourcingstorageprod.table.core.windows.net:443
2026-03-27 14:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:07 [crawlers.pipelines.translation_pipeline] INFO: Loading translations for language: en
2026-03-27 14:30:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /Translations()?$filter=PartitionKey%20eq%20%27en%27%20and%20RowKey%20eq%20%27en%27 HTTP/1.1" 200 None
2026-03-27 14:30:07 [crawlers.pipelines.item_rules_pipeline] INFO: Setting up ItemRules Pipeline
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_location_for_country.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_cars_from_auction_title.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_country.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_fr.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_photos.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: damaged_from_info.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_not_allowed.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: not_operable_from_info.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: makes_models_not_allowed.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_title.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: imported_cars.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_currency.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_mileage.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: keywords_from_auction_title.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: invalid_country_of_origin.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: puretech_for_pt.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: electric_cars.json
2026-03-27 14:30:07 [crawlers.filter_rules.rules_loader] INFO: Loaded rule: missing_color.json
2026-03-27 14:30:07 [crawlers.pipelines.post_to_api] INFO: Setting up PostToApi Pipeline pointing to https://api.app.infinit.cc/api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing
2026-03-27 14:30:07 [scrapy.middleware] INFO: Enabled item pipelines:
['crawlers.pipelines.translation_pipeline.TranslationPipeline',
'crawlers.pipelines.item_rules_pipeline.ItemRulesPipeline',
'crawlers.pipelines.post_to_api.PostToApiPipeline']
2026-03-27 14:30:07 [scrapy.core.engine] INFO: Spider opened
2026-03-27 14:30:07 [scrapy.extensions.logstats] INFO: Crawled 0 pages (at 0 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:30:07 [scrapy.extensions.telnet] INFO: Telnet console listening on 127.0.0.1:6023
2026-03-27 14:30:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 143MiB
2026-03-27 14:30:07 [scrapy-playwright] INFO: Starting download handler
2026-03-27 14:30:07 [scrapy-playwright] INFO: Starting download handler
2026-03-27 14:30:12 [scrapy-playwright] INFO: Launching browser firefox
2026-03-27 14:30:12 [scrapy-playwright] INFO: Browser firefox launched
2026-03-27 14:30:12 [scrapy-playwright] DEBUG: Browser context started: 'default' (persistent=False, remote=False)
2026-03-27 14:30:13 [scrapy-playwright] DEBUG: [Context=default] New page created, page count is 1 (1 for all contexts)
2026-03-27 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Response: <407 https://ecarstrade.com/search>
2026-03-27 14:30:13 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/search> (resource type: document)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/search>
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2> (resource type: font, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/back.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/icons/flags/svg/en.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/src/svg/exclusive.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/engine.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/doors.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/places.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/warehouse_32x32.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://toolbox.marketingtools.apple.com/api/v2/badges/download-on-the-app-store/black/en-us?releaseDate=1726531200> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/stripe/powered_by_stripe.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/lightbox/loading.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:14 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21> (resource type: script, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14: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-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-regular-400.woff2>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-solid-900.woff2>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/fonts/mini-fonts/fa-brands-400.woff2>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-styles.min.css?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/modern-cards.css?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/css/module.css?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-head-js.min.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/_next/static/chunks/webpack.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/nextjs-module-loader/index.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/back.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/icons/flags/svg/en.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser> (resource type: fetch, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/logo-svg.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/pixel.gif> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/src/svg/exclusive.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/doors.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/engine.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/places.svg>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/ajax-loader.gif>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/warehouse_32x32.png>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/stripe/powered_by_stripe.png>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/lightbox/loading.gif>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/swiper.min.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_auth/assets/js/login.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/lazysizes.min.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google-analytics.com/analytics.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/cars.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/bids.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/MarketPrice.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/components/cars/js/ExcelExport.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/assets/js/main_menu.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/assets/libs/resizeSensor/resizeSensor.min.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/vendor/jquery/theia-sticky-sidebar.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineCars.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/assets/js/refineAll.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/legacy/AjaxContent.js?v=2e8faf21>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14: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-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://ecarstrade.com/future_api.php?request_type=setup_platform&platform=browser>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/pixel.gif>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Becom_badge_green_extended.png>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.sentry-cdn.com/dc9b6542d332772384c439d48319a4f0.min.js>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/modules/mod_menu/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.jsdelivr.net/npm/@growthbook/growthbook/dist/bundles/auto.min.js>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_menu/ajax/counts.php>
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/js/app/dist/subscribe.js> (resource type: script, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-js.min.js?v=2e8faf21)
2026-03-27 14:30:15 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://becom.digital/app/uploads/2023/10/Logo_Trust_ecommerce_europe.png>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/analytics.js>
2026-03-27 14: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-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/js/app/dist/subscribe.js>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google-analytics.com/j/collect?v=1&_v=j102&a=366781436&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=900190414&gjid=485284195&cid=328911193.1774621816&tid=UA-73443533-1&_gid=907673624.1774621816&_r=1&_slc=1&z=1148135820> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/marksData.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtm.js?id=GTM-MTRH7V3>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google-analytics.com/j/collect?v=1&_v=j102&a=366781436&t=pageview&_s=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&ul=en-us&dt=Search%20%7C%20eCarsTrade&sr=1280x720&vp=1280x720&_u=IEBAAEABAAAAACAAI~&jid=900190414&gjid=485284195&cid=328911193.1774621816&tid=UA-73443533-1&_gid=907673624.1774621816&_r=1&_slc=1&z=1148135820>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/snippet/8b2a48ee17fd48131302/analytics.min.js>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.googletagmanager.com/gtag/js?id=AW-742220279> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.clarity.ms/tag/pfu1viww95> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14: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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774621816515&tfd=3004> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/marksData.php>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=time_left.asc&only_next_available_car=false>
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-scripts.com/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774621814851&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~117266402~117484252&sid=1774621816&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3094> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=328911193.1774621816>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117484252> (resource type: other, referrer: https://ecarstrade.com/)
2026-03-27 14: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=328911193.1774621816>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117484252&z=207519622> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115938466~115938468~117266402~117484252&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3113> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999259/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:16 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999260/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/be.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14: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-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2> (resource type: font, referrer: https://ecarstrade.com/)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/api/features/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999261/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999277/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999278/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://browser.sentry-cdn.com/7.120.4/bundle.tracing.replay.min.js>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999457/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999458/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999459/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999460/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999461/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999462/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=G-0239LS8MTR&cx=c>m=4e63p1>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999463/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999468/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999469/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999470/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999471/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999472/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999570/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999572/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999573/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/projects/8b2a48ee17fd48131302/settings>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/vat_deductible.svg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/lorries.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.googletagmanager.com/gtag/js?id=AW-742220279>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999259/photo_000/260x0__r.jpg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/auction_blind.svg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999260/photo_000/260x0__r.jpg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621817074&cv=11&fst=1774621817074&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~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=1271297022.1774621816&data=event%3Dgtag.config&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14: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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621817101&tfd=3589> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/be.png>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://js.hs-analytics.net/analytics/1774621500000/5441429.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14: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-27 14: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-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://ecarstrade.com/modules/mod_refine/ajax/counts.php> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.mxpnl.com/libs/mixpanel-2-latest.min.js>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_non_deductible.svg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=page_view&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.ads_data_redaction=0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774621816515&tfd=3004>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&_p=1774621814851&_gaz=1&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGA&_s=1&tag_exp=0~115938466~115938468~117266402~117484252&sid=1774621816&sct=1&seg=0&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_fv=1&_ss=1&ep.fragment=&tfd=3094>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999261/photo_000/260x0__r.jpg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999278/photo_000/260x0__r.jpg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999457/photo_000/260x0__r.jpg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999277/photo_000/260x0__r.jpg>
2026-03-27 14:30:17 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999458/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999460/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999459/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999461/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY> (resource type: eventsource, referrer: https://ecarstrade.com/)
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999462/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAACAGQ&_s=2&tag_exp=0~115938466~115938468~117266402~117484252&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&_et=3&tfd=3113>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999463/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999468/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999469/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999472/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999470/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/vat_deductible.svg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999573/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999570/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999471/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/lorries.png>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://fonts.gstatic.com/s/opensans/v40/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/6990001-7000000/6999572/photo_000/260x0__r.jpg>
2026-03-27 14:30:18 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621817101&tfd=3589>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdn.growthbook.io/sub/sdk-ASAsRdIe95QIndgY>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.clarity.ms/tag/pfu1viww95>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-banner.com/5441429.js>
2026-03-27 14: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-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-analytics.net/analytics/1774621500000/5441429.js>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.usemessages.com/conversations-embed.js>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=930a818b49e348ae8f251a57a6f8f843&traceId=930a818b49e348ae8f251a57a6f8f843> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:30:18 [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=328911193.1774621816>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117484252&z=207519622>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/ajs-destination.js>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/modules/mod_refine/ajax/counts.php>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/573.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://stats.g.doubleclick.net/g/collect?v=2&tid=G-0239LS8MTR&cid=328911193.1774621816>m=45je63p1v871189256z8811692034za20gzb811692034zd811692034&aip=1&dma=0&gcd=13l3l3l3l1l1&npa=0&frm=0&tag_exp=0~115938466~115938468~117266402~117484252>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/573.js>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/analytics-js/inAppPlugin.js>
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://cdp-eu.customer.io/v1/p> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:18 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://api.hubspot.com/livechat-public/v1/message/public?portalId=5441429&conversations-embed=static-1.25939&mobile=false&messagesUtk=930a818b49e348ae8f251a57a6f8f843&traceId=930a818b49e348ae8f251a57a6f8f843>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621817074&cv=11&fst=1774621817074&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~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=1271297022.1774621816&data=event%3Dgtag.config&rfmt=3&fmt=4>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774621817074&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~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=1271297022.1774621816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9TSVXNSZFQiWQuRP_562r3eWQTkVcbY8E0LBJ4LzCWJftNbxnBnn-Ih1WskNQwn3DCkYVUWYobFVla7JE3f6EGJ5eKtqEG1W3sseTgksxzcixG8VMbz0&random=4079247137&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621817074&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~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=1271297022.1774621816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9TSVXNSZFQiWQuRP_562r3eWQTkVcbY8E0LBJ4LzCWJftNbxnBnn-Ih1WskNQwn3DCkYVUWYobFVla7JE3f6EGJ5eKtqEG1W3sseTgksxzcixG8VMbz0&random=4079247137&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://cdp-eu.customer.io/v1/p>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621817074&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~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=1271297022.1774621816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9TSVXNSZFQiWQuRP_562r3eWQTkVcbY8E0LBJ4LzCWJftNbxnBnn-Ih1WskNQwn3DCkYVUWYobFVla7JE3f6EGJ5eKtqEG1W3sseTgksxzcixG8VMbz0&random=4079247137&rmt_tld=1&ipr=y>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774621817074&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=gtag.config>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~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=1271297022.1774621816&data=event%3Dgtag.config&rfmt=3&fmt=3&is_vtc=1&cid=CAQSWwAFq6B9TSVXNSZFQiWQuRP_562r3eWQTkVcbY8E0LBJ4LzCWJftNbxnBnn-Ih1WskNQwn3DCkYVUWYobFVla7JE3f6EGJ5eKtqEG1W3sseTgksxzcixG8VMbz0&random=4079247137&rmt_tld=0&ipr=y>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://scripts.clarity.ms/0.8.57/clarity.js>
2026-03-27 14: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-27 14: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=1774621819541&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21> (resource type: stylesheet, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/vendor/swiper.min.css?v=2e8faf21>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/components/car-price.css?v=2e8faf21>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/css/main/legacy/template/pages/index/account_status.css?v=2e8faf21>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21>
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/static/minified/main-page/chosen-sprite.png> (resource type: image, referrer: https://ecarstrade.com/static/minified/main-page/main-page-bottom-styles.min.css?v=2e8faf21)
2026-03-27 14:30:19 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/legacy/icons/dropdown_arrow.png>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <404 https://ecarstrade.com/static/minified/main-page/chosen-sprite.png>
2026-03-27 14: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=1774621820043&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14: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-27 14: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=1774621819541&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15>
2026-03-27 14: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=1774621820043&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://track.hubspot.com/__ptc.gif?_hs_tag_name=BUTTON&_hs_element_id=&_hs_element_class=btn+btn-sm+btn-light+rounded-pill+sort-by-button&_hs_element_text=Time+left+(Closing+soon+first)&_hs_element_visible=true&_hs_link_href=&_hs_parent_module_id=&_hs_viewport_width=1280&_hs_viewport_height=720&_hs_document_width=1280&_hs_document_height=720&_hs_screen_width=1280&_hs_screen_height=720&_hs_scroll_x_coordinate=&_hs_scroll_y_coordinate=&_hs_mouse_x_coordinate=1168&_hs_mouse_y_coordinate=150&_hs_offset_x=89&_hs_offset_y=7&_hs_key_ctrl=&_hs_key_shift=&_hs_key_alt=&_hs_key_meta=&_hs_touch_screen=&_hs_selector=div%23app.page-content+%3E+div.container.py-3.site-content+%3E+div.row+%3E+div.col-12.col-md-9.quick-filters-content+%3E+div.d-flex.justify-content-between+%3E+div.dropdown.top-sort.mb-3.d-none.d-md-block+%3E+button.btn.btn-sm.btn-light.rounded-pill.sort-by-button&_hs_is_navigation=&sd=1280x720&cd=24-bit&cs=UTF-8&ln=en-us&bfp=1f25bedc8699296e31ebb373c7911403&v=1.1&a=5441429&rcu=https%3A%2F%2Fecarstrade.com%2Fsearch&pu=https%3A%2F%2Fecarstrade.com%2Fsearch&t=Search+%7C+eCarsTrade&cts=1774621820288&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115938466~115938468~117266402~117484252&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&_et=1&tfd=6822> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621820335&cv=11&fst=1774621820335&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774621820350&tfd=6839> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621820350&tfd=6839> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=3&tag_exp=0~115938466~115938468~117266402~117484252&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=page_view&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&_et=1&tfd=6822>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://js.hs-scripts.com/5441429.js>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621820335&cv=11&fst=1774621820335&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Baction%3Dopened%3Bproperties%3D%7B%22selected%20field%22%3A%22Sort%20by%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 14:30:20 [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=1774621820534&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/ccm/collect?frm=0&ae=g&en=user_id_update&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.ads_data_redaction=0&ga_uid=G-0239LS8MTR.0>m=45He63p1v811692034za200zd811692034xea&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115616986~115938466~115938468~117484252&apve=1&apvf=f&apvc=1&tft=1774621820350&tfd=6839>
2026-03-27 14:30:20 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621820350&tfd=6839>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false> (resource type: xhr, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938466~115938468~117266402~117484252&uid=0&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=3701&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7146> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621820660&cv=11&fst=1774621820660&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621820673&tfd=7162> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14: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=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=1774621820288&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774621820335&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9UZP6LpK8qEIpN7RO4uwuT14F2Gj9MsXIynOtoPoWUqYXoxg3RFI5BlGy-bEdXvFgO_Vug6uocUnQXmX5IS9Hnz7PBFXaLxYpuUZ5VQ6TFhihRdlqqMyV667q4-LJEgDe0IHQvw&random=795320924&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621820335&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9UZP6LpK8qEIpN7RO4uwuT14F2Gj9MsXIynOtoPoWUqYXoxg3RFI5BlGy-bEdXvFgO_Vug6uocUnQXmX5IS9Hnz7PBFXaLxYpuUZ5VQ6TFhihRdlqqMyV667q4-LJEgDe0IHQvw&random=795320924&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAACGQ&_s=4&tag_exp=0~115938466~115938468~117266402~117484252&uid=0&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.action=opened&ep.properties=%7B%22selected%20field%22%3A%22Sort%20by%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=3701&up.user_id=0&up.cars_paid=0&up.event=gtm.dom&up.isDeposit=no&up.registrationDate=N%2FA&up.user_status=unauthorised&tfd=7146>
2026-03-27 14:30:20 [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=1774621820534&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15>
2026-03-27 14:30:20 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621820673&tfd=7162>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621820660&cv=11&fst=1774621820660&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclick%3Bblock%3Dcars%20list%3Bmacro%20element%3Dsort%20by%3Bproperties%3D%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%5C%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&rfmt=3&fmt=4>
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774621820660&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B99kUAK70XIabpqT9ZZd2irC-na9vgx_kN_TWqMXCbG32KDjSlRMzgCfFHuB2lksymHjGoMBR7EyhG5fQ-algGs6xfo7nYI7Q38s-QPj59yJ3RX4b_Tt0rdccaSUTi4BlqLs1xNw&random=1728899225&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:20 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621820660&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B99kUAK70XIabpqT9ZZd2irC-na9vgx_kN_TWqMXCbG32KDjSlRMzgCfFHuB2lksymHjGoMBR7EyhG5fQ-algGs6xfo7nYI7Q38s-QPj59yJ3RX4b_Tt0rdccaSUTi4BlqLs1xNw&random=1728899225&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774621820335&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9UZP6LpK8qEIpN7RO4uwuT14F2Gj9MsXIynOtoPoWUqYXoxg3RFI5BlGy-bEdXvFgO_Vug6uocUnQXmX5IS9Hnz7PBFXaLxYpuUZ5VQ6TFhihRdlqqMyV667q4-LJEgDe0IHQvw&random=795320924&rmt_tld=0&ipr=y>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774621820660&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B99kUAK70XIabpqT9ZZd2irC-na9vgx_kN_TWqMXCbG32KDjSlRMzgCfFHuB2lksymHjGoMBR7EyhG5fQ-algGs6xfo7nYI7Q38s-QPj59yJ3RX4b_Tt0rdccaSUTi4BlqLs1xNw&random=1728899225&rmt_tld=0&ipr=y>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621820335&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9UZP6LpK8qEIpN7RO4uwuT14F2Gj9MsXIynOtoPoWUqYXoxg3RFI5BlGy-bEdXvFgO_Vug6uocUnQXmX5IS9Hnz7PBFXaLxYpuUZ5VQ6TFhihRdlqqMyV667q4-LJEgDe0IHQvw&random=795320924&rmt_tld=1&ipr=y>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621820660&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B99kUAK70XIabpqT9ZZd2irC-na9vgx_kN_TWqMXCbG32KDjSlRMzgCfFHuB2lksymHjGoMBR7EyhG5fQ-algGs6xfo7nYI7Q38s-QPj59yJ3RX4b_Tt0rdccaSUTi4BlqLs1xNw&random=1728899225&rmt_tld=1&ipr=y>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/future_api.php?request_type=cars&auction_type=search&start=0&perpage=20&sort=on_site.desc&only_next_available_car=false>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/upload/sources/2/logo.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/static/img/logo/v2_192_icon.png>
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:21 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009312/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009311/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009310/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009308/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009307/photo_001/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009261/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009260/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009259/photo_000/260x0__r.jpg> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://ecarstrade.com/images/flags/h40/fr.png> (resource type: image, referrer: https://ecarstrade.com/search)
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/upload/sources/2/logo.png>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009311/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009312/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009310/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009308/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009307/photo_001/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009261/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/images/flags/h40/fr.png>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009260/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009259/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_000/260x0__r.jpg>
2026-03-27 14:30:22 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:30:23 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938466~115938468~117266402~117484252&uid=0&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=317&tfd=12148> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://region1.analytics.google.com/g/collect?v=2&tid=G-0239LS8MTR>m=45je63p1v871189256za20gzb811692034zd811692034&_p=1774621814851&gcd=13l3l3l3l1l1&npa=0&dma=0&cid=328911193.1774621816&ul=en-us&sr=1280x720&frm=0&pscdl=noapi&_eu=AAAAAGQ&_s=5&tag_exp=0~115938466~115938468~117266402~117484252&uid=0&sid=1774621816&sct=1&seg=1&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&dt=Search%20%7C%20eCarsTrade&en=event&_ee=1&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.event=eventTracking&ep.action%20type=click&ep.block=cars%20list&ep.macro%20element=sort%20by&ep.properties=%7B%22selected%20field%22%3A%22Online%20(New-Old)%22%2C%22old%20field%22%3A%22Time%20left%20(Closing%20soon%20first)Time%20left%20(Closing%20soon%20first)%22%7D&_et=317&tfd=12148>
2026-03-27 14:30:25 [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=1774621825909&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:25 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621825944&cv=11&fst=1774621825944&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:25 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621825955&tfd=12445> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621825944&cv=11&fst=1774621825944&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774621825944&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9OKBua4LqIkCGjN_4se9PxUbeznH33s3v8qoMcSh2YCNgisKtIAnus6nvX80Dw51kjc7UiipLKiPjMKUd63-nRqOk-9Dzw1zPwR3-7qlI-VKcK2xOdvPFXYMX2bAd6pvZC4MFSA&random=892022270&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621825944&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9OKBua4LqIkCGjN_4se9PxUbeznH33s3v8qoMcSh2YCNgisKtIAnus6nvX80Dw51kjc7UiipLKiPjMKUd63-nRqOk-9Dzw1zPwR3-7qlI-VKcK2xOdvPFXYMX2bAd6pvZC4MFSA&random=892022270&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14: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=1774621825909&vi=a56a3ef70fcf91cca0ab6bc71e50afdd&nc=true&u=129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1&b=129379155.1.1774621819540&cc=15>
2026-03-27 14: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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621825955&tfd=12445>
2026-03-27 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774621825944&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9OKBua4LqIkCGjN_4se9PxUbeznH33s3v8qoMcSh2YCNgisKtIAnus6nvX80Dw51kjc7UiipLKiPjMKUd63-nRqOk-9Dzw1zPwR3-7qlI-VKcK2xOdvPFXYMX2bAd6pvZC4MFSA&random=892022270&rmt_tld=0&ipr=y>
2026-03-27 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621825944&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9OKBua4LqIkCGjN_4se9PxUbeznH33s3v8qoMcSh2YCNgisKtIAnus6nvX80Dw51kjc7UiipLKiPjMKUd63-nRqOk-9Dzw1zPwR3-7qlI-VKcK2xOdvPFXYMX2bAd6pvZC4MFSA&random=892022270&rmt_tld=1&ipr=y>
2026-03-27 14:30:26 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621828249&cv=11&fst=1774621828249&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621828269&cv=11&fst=1774621828269&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4> (resource type: script, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621828280&tfd=14770> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://www.google.com/ccm/collect?frm=0&en=eventTracking&dl=https%3A%2F%2Fecarstrade.com%2Fsearch&scrsrc=www.googletagmanager.com&rnd=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621828281&tfd=14770> (resource type: fetch, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621828249&cv=11&fst=1774621828249&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=4>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774621828249&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSaQAFq6B9gm_PboR7dUXieFyriVle0r-XTJp1rbwuBdj9YhdeXxNhV0PeX2P1yj42Bq4jvf_TIZiql2ZRxCXLLxiUNFh3Y6-Zy-_gaVwlwOjTNscM8yCC_228X47ODnfE3hDLBZ6YiDSTlg&random=148934078&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621828249&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSaQAFq6B9gm_PboR7dUXieFyriVle0r-XTJp1rbwuBdj9YhdeXxNhV0PeX2P1yj42Bq4jvf_TIZiql2ZRxCXLLxiUNFh3Y6-Zy-_gaVwlwOjTNscM8yCC_228X47ODnfE3hDLBZ6YiDSTlg&random=148934078&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://googleads.g.doubleclick.net/pagead/viewthroughconversion/742220279/?random=1774621828269&cv=11&fst=1774621828269&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dclosed%3Bblock%3Dsearch%3Bmacro%20element%3Dbrand%20list%3Bproperties%3D%7B%22brands%20selected%22%3A%22%22%7D&rfmt=3&fmt=4>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.com/pagead/1p-user-list/742220279/?random=1774621828269&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9E7KpOkYaSS6rnzckYUR1cuHk_ltsCVgBkeN6CcPYDSV-7D-iZvxO6f5s17cOZXo13Aky2Cgs3HGOOBwV3e7LTSZIdYM2RtrzOZlNfjhMrO_Rw3bIAPyAd6quC2MW_qFx2ARbyA&random=2156385315&rmt_tld=0&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Request: <GET https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621828269&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9E7KpOkYaSS6rnzckYUR1cuHk_ltsCVgBkeN6CcPYDSV-7D-iZvxO6f5s17cOZXo13Aky2Cgs3HGOOBwV3e7LTSZIdYM2RtrzOZlNfjhMrO_Rw3bIAPyAd6quC2MW_qFx2ARbyA&random=2156385315&rmt_tld=1&ipr=y> (resource type: image, referrer: https://ecarstrade.com/)
2026-03-27 14:30:28 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=opened&ep.block=search&ep.macro%20element=Source&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621828280&tfd=14770>
2026-03-27 14:30:28 [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=1734430661.1774621816&dt=Search%20%7C%20eCarsTrade&auid=1271297022.1774621816&navt=n&npa=0&ep.user%20id=0&ep.event%20timestamp=1774620721&ep.url=%2Fsearch&ep.eventName=search&ep.action%20type=closed&ep.block=search&ep.macro%20element=brand%20list&ep.properties=%7B%22brands%20selected%22%3A%22%22%7D&ga_uid=G-0239LS8MTR.0>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&apve=1&apvf=f&apvc=0&tids=AW-742220279&tid=AW-742220279&tft=1774621828281&tfd=14770>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774621828249&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSaQAFq6B9gm_PboR7dUXieFyriVle0r-XTJp1rbwuBdj9YhdeXxNhV0PeX2P1yj42Bq4jvf_TIZiql2ZRxCXLLxiUNFh3Y6-Zy-_gaVwlwOjTNscM8yCC_228X47ODnfE3hDLBZ6YiDSTlg&random=148934078&rmt_tld=0&ipr=y>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621828249&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%3Burl%3D%2Fsearch%3BeventName%3Dsearch%3Baction%20type%3Dopened%3Bblock%3Dsearch%3Bmacro%20element%3DSource&rfmt=3&fmt=3&is_vtc=1&cid=CAQSaQAFq6B9gm_PboR7dUXieFyriVle0r-XTJp1rbwuBdj9YhdeXxNhV0PeX2P1yj42Bq4jvf_TIZiql2ZRxCXLLxiUNFh3Y6-Zy-_gaVwlwOjTNscM8yCC_228X47ODnfE3hDLBZ6YiDSTlg&random=148934078&rmt_tld=1&ipr=y>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.com/pagead/1p-user-list/742220279/?random=1774621828269&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9E7KpOkYaSS6rnzckYUR1cuHk_ltsCVgBkeN6CcPYDSV-7D-iZvxO6f5s17cOZXo13Aky2Cgs3HGOOBwV3e7LTSZIdYM2RtrzOZlNfjhMrO_Rw3bIAPyAd6quC2MW_qFx2ARbyA&random=2156385315&rmt_tld=0&ipr=y>
2026-03-27 14:30:28 [scrapy-playwright] DEBUG: [Context=default] Response: <200 https://www.google.co.uk/pagead/1p-user-list/742220279/?random=1774621828269&cv=11&fst=1774620000000&bg=ffffff&guid=ON&async=1&en=event>m=45be63p1v9119114666za200zd9119114666xec&gcd=13l3l3l3l1l1&dma=0&tag_exp=0~115938466~115938469~117266401~117484252&u_w=1280&u_h=720&url=https%3A%2F%2Fecarstrade.com%2Fsearch&frm=0&tiba=Search%20%7C%20eCarsTrade&ga_uid=G-0239LS8MTR.0&hn=www.googleadservices.com&npa=0&pscdl=noapi&auid=1271297022.1774621816&data=event%3DeventTracking%3Buser%20id%3D0%3Bevent%20timestamp%3D1774620721%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=CAQSaQAFq6B9E7KpOkYaSS6rnzckYUR1cuHk_ltsCVgBkeN6CcPYDSV-7D-iZvxO6f5s17cOZXo13Aky2Cgs3HGOOBwV3e7LTSZIdYM2RtrzOZlNfjhMrO_Rw3bIAPyAd6quC2MW_qFx2ARbyA&random=2156385315&rmt_tld=1&ipr=y>
2026-03-27 14:30:29 [scrapy-playwright] DEBUG: [Context=default] Request: <POST https://s.clarity.ms/collect> (resource type: xhr, referrer: https://ecarstrade.com/)
2026-03-27 14:30:30 [scrapy-playwright] DEBUG: [Context=default] Response: <204 https://s.clarity.ms/collect>
2026-03-27 14:30:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search> (referer: None) ['playwright']
2026-03-27 14:30:30 [ecarstrade.be] INFO: Cookies from Playwright: [{'name': 'IDE', 'value': 'AHWqTUmgWFjYcKLx9iVeabHV4_Jsyyt4n9IKC_fL8LyDjhbkdYIX1Y-X3XkxGzmx', 'domain': '.doubleclick.net', 'path': '/', 'expires': 1808317820, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777213814, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/PHPSESSID', 'value': 'v9lm6lrve1g0r385fctqjm4jmt', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774650614, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': 'eCT/first_landing_url', 'value': '%2Fsearch', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1836138614, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'eCT/perpage', 'value': '20', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1777213814, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'gbuuid', 'value': '717de4ac-3248-4019-82cd-374e95b4a5a6', 'domain': 'ecarstrade.com', 'path': '/', 'expires': 1809181815, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gid', 'value': 'GA1.2.907673624.1774621816', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774708216, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774621876, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_gcl_au', 'value': '1.1.1271297022.1774621816', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1782397816, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga', 'value': 'GA1.1.328911193.1774621816', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837693816, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A867813d7-0e21-4b16-936e-132d4f446982%22%2C%22%24device_id%22%3A%22867813d7-0e21-4b16-936e-132d4f446982%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': 1806157817, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': 'ajs_anonymous_id', 'value': 'e39704b9-3ce6-43d2-8ece-5cf9546c4a11', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1806157818, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': '__hstc', 'value': '129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790173819, 'httpOnly': False, 'secure': False, 'sameSite': 'Lax'}, {'name': 'hubspotutk', 'value': 'a56a3ef70fcf91cca0ab6bc71e50afdd', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790173819, '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.1774621819540', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1774623619, '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-27T14%3A30%3A20.069Z%22%2C%22consentId%22%3A%225097c744-5c03-455b-b575-11849b3fd8ef%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T14%3A30%3A20.069Z%22%2C%22expirationTime%22%3A1790346620070%7D', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1790346620, 'httpOnly': False, 'secure': True, 'sameSite': 'Lax'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"5097c744-5c03-455b-b575-11849b3fd8ef","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': 1774622121, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '_ga_0239LS8MTR', 'value': 'GS2.1.s1774621816$o1$g1$t1774621828$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/', 'expires': 1837693828, 'httpOnly': False, 'secure': False, 'sameSite': 'None'}, {'name': '__cf_bm', 'value': 'wIIXQZ9j3PwrGP1BL4QUX4y7wvM5FwGKF5IQEX1QTnQ-1774621820-1.0.1.1-0Z8GUNiI7VKzb3oVBhP6TVpjVruHRT_Unvoj4lsCfHEowiWlTzzL4Ftv9QOLznGZC71LRnfhGIeyequzMvzM2SWbBt3UwqYTY3GCMT6JcSY', 'domain': '.hubspot.com', 'path': '/', 'expires': 1774623620, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}, {'name': '_cfuvid', 'value': '_MQPHkcpuQcoVc.5e1du3uQjCm5jRUxipBHw.3TRdhw-1774621820225-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/', 'expires': -1, 'httpOnly': True, 'secure': True, 'sameSite': 'None'}]
2026-03-27 14:30:30 [ecarstrade.be] INFO: Scrapy-formatted cookies: [{'name': 'IDE', 'value': 'AHWqTUmgWFjYcKLx9iVeabHV4_Jsyyt4n9IKC_fL8LyDjhbkdYIX1Y-X3XkxGzmx', 'domain': '.doubleclick.net', 'path': '/'}, {'name': 'eCT/LANG', 'value': 'en', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/PHPSESSID', 'value': 'v9lm6lrve1g0r385fctqjm4jmt', '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': '717de4ac-3248-4019-82cd-374e95b4a5a6', 'domain': 'ecarstrade.com', 'path': '/'}, {'name': '_gid', 'value': 'GA1.2.907673624.1774621816', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gat', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_gcl_au', 'value': '1.1.1271297022.1774621816', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '_ga', 'value': 'GA1.1.328911193.1774621816', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'mp_5a27231946a146bf8eda3bf7b09ed68a_mixpanel', 'value': '%7B%22distinct_id%22%3A%22%24device%3A867813d7-0e21-4b16-936e-132d4f446982%22%2C%22%24device_id%22%3A%22867813d7-0e21-4b16-936e-132d4f446982%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': 'e39704b9-3ce6-43d2-8ece-5cf9546c4a11', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hstc', 'value': '129379155.a56a3ef70fcf91cca0ab6bc71e50afdd.1774621819540.1774621819540.1774621819540.1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'hubspotutk', 'value': 'a56a3ef70fcf91cca0ab6bc71e50afdd', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssrc', 'value': '1', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__hssc', 'value': '129379155.1.1774621819540', '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-27T14%3A30%3A20.069Z%22%2C%22consentId%22%3A%225097c744-5c03-455b-b575-11849b3fd8ef%22%2C%22services%22%3A%7B%22necessary%22%3A%5B%5D%2C%22analytics%22%3A%5B%5D%7D%2C%22lastConsentTimestamp%22%3A%222026-03-27T14%3A30%3A20.069Z%22%2C%22expirationTime%22%3A1790346620070%7D', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': 'eCT/cookie_consent', 'value': '{"consentId":"5097c744-5c03-455b-b575-11849b3fd8ef","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.s1774621816$o1$g1$t1774621828$j48$l0$h0', 'domain': '.ecarstrade.com', 'path': '/'}, {'name': '__cf_bm', 'value': 'wIIXQZ9j3PwrGP1BL4QUX4y7wvM5FwGKF5IQEX1QTnQ-1774621820-1.0.1.1-0Z8GUNiI7VKzb3oVBhP6TVpjVruHRT_Unvoj4lsCfHEowiWlTzzL4Ftv9QOLznGZC71LRnfhGIeyequzMvzM2SWbBt3UwqYTY3GCMT6JcSY', 'domain': '.hubspot.com', 'path': '/'}, {'name': '_cfuvid', 'value': '_MQPHkcpuQcoVc.5e1du3uQjCm5jRUxipBHw.3TRdhw-1774621820225-0.0.1.1-604800000', 'domain': '.hubspot.com', 'path': '/'}]
2026-03-27 14:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /SpiderData(PartitionKey='ECarsTrade',RowKey='cookies') HTTP/1.1" 204 0
2026-03-27 14:30:30 [ecarstrade.be] INFO: Found sources: ['ALD', 'ARVAL', 'Athlon', 'AVIS', 'KBC', 'Trade-in Cars', 'Van Mossel', 'VW Group dealers']
2026-03-27 14:30:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:30:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page1?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search) ['zyte-api']
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999259auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999259auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999261auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999261auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999277auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999277auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999278auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999278auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999457auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999457auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999458auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999458auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999460auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999460auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999461auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999461auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999462auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999462auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999463auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999463auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999468auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999468auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999469auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999469auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999470auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999470auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999472auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999472auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999570auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [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-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999570auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999572auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999572auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999572auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999573auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999573auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999573auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999575auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999575auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999575auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999613auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999613auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999613auction111006: 0
2026-03-27 14:30:37 [ecarstrade.be] INFO: Found listing with ID: 6999615auction111006
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:30:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999615auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:30:37 [ecarstrade.be] INFO: Scrape type for 6999615auction111006: 0
2026-03-27 14:30:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:07 [scrapy.extensions.logstats] INFO: Crawled 2 pages (at 2 pages/min), scraped 0 items (at 0 items/min)
2026-03-27 14:31:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 185MiB
2026-03-27 14: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-27 14:31:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 6999707auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276999707auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 6999707auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000043auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000043auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000043auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000044auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000044auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000044auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000183auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000183auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000183auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000185auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000185auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000185auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000305auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000305auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000305auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000907auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000907auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000907auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000908auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000908auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000908auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000960auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000960auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000960auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7000961auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277000961auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7000961auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001062auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001062auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001062auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001063auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001063auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001063auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001064auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001064auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001064auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001065auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001065auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001065auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001344auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001344auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001344auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001393auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001393auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001393auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001949auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001949auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001949auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001952auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001952auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001952auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7001956auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277001956auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7001956auction111006: 0
2026-03-27 14:31:12 [ecarstrade.be] INFO: Found listing with ID: 7002132auction111006
2026-03-27 14:31:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002132auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:12 [ecarstrade.be] INFO: Scrape type for 7002132auction111006: 0
2026-03-27 14:31:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page2?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002134auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002134auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002134auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002136auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002136auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002136auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002137auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002137auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002137auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002140auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002140auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002140auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002399auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002399auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002399auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002433auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002433auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002433auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002434auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002434auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002434auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002435auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002435auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002435auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002444auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002444auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002444auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002469auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002469auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002469auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002640auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002640auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002640auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002641auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002641auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002641auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002733auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002733auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002733auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002742auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002742auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002742auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002743auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002743auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002743auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002744auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002744auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002744auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002746auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002746auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002746auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002763auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002763auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002763auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 7002764auction111006
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277002764auction111006%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 7002764auction111006: 0
2026-03-27 14:31:20 [ecarstrade.be] INFO: Found listing with ID: 6906917stock
2026-03-27 14:31:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276906917stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:20 [ecarstrade.be] INFO: Scrape type for 6906917stock: 0
2026-03-27 14:31:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page3?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 5661807stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%275661807stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 5661807stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6641568stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276641568stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6641568stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6642494stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276642494stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6642494stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6664136stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276664136stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6664136stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6666900stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666900stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6666900stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6685729stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276685729stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6685729stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6686133stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686133stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6686133stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6690601stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690601stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6690601stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6708816stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708816stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6708816stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6709582stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276709582stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6709582stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6719179stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719179stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6719179stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6722712stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722712stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6722712stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6723860stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723860stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6723860stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6764581stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764581stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6764581stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6764985stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764985stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6764985stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6764996stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764996stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6764996stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6769298stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769298stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6769298stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6769393stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276769393stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6769393stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6784515stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784515stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6784515stock: 0
2026-03-27 14:31:28 [ecarstrade.be] INFO: Found listing with ID: 6795176stock
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276795176stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:28 [ecarstrade.be] INFO: Scrape type for 6795176stock: 0
2026-03-27 14:31:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page4?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6816168stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816168stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6816168stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6819880stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276819880stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6819880stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6821040stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821040stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6821040stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6842457stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842457stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6842457stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6843749stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843749stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6843749stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6846412stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846412stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6846412stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6847119stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847119stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6847119stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6854164stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276854164stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6854164stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6855416stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855416stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6855416stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6878513stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878513stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6878513stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6883181stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883181stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6883181stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6886947stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886947stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6886947stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890019stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890019stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890019stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890677stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890677stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890677stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6890920stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890920stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6890920stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6891450stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891450stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6891450stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6897903stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897903stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6897903stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6906305stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906305stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6906305stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6910287stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910287stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6910287stock: 0
2026-03-27 14:31:35 [ecarstrade.be] INFO: Found listing with ID: 6910288stock
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276910288stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:35 [ecarstrade.be] INFO: Scrape type for 6910288stock: 0
2026-03-27 14:31:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page5?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6915596stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915596stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6915596stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6915770stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915770stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6915770stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6917674stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276917674stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6917674stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6922141stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922141stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6922141stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6928196stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928196stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6928196stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6928287stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928287stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6928287stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6933343stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933343stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6933343stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6939443stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939443stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6939443stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6939689stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939689stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6939689stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6945582stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945582stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6945582stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6945629stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945629stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6945629stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6953550stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953550stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6953550stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6953591stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953591stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6953591stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6953602stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953602stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6953602stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6957434stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957434stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6957434stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6957436stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957436stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6957436stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6957438stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957438stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6957438stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6960191stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960191stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6960191stock: 0
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6960259stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6960259stock: 2
2026-03-27 14:31:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:46 [ecarstrade.be] INFO: Found listing with ID: 6960670stock
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960670stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:46 [ecarstrade.be] INFO: Scrape type for 6960670stock: 2
2026-03-27 14:31:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:31:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960259> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:31:53 [ecarstrade.be] INFO: Extracting details for car 6960259stock
2026-03-27 14:31:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock
2026-03-27 14:31:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b04e2124-25cf-55d3-baf7-c100ce0a63ff with scrape type 2
2026-03-27 14:31:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b04e2124-25cf-55d3-baf7-c100ce0a63ff with scrape type 2
2026-03-27 14:31:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b04e2124-25cf-55d3-baf7-c100ce0a63ff, identifier: 6960259stock
2026-03-27 14:31:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock
2026-03-27 14:31:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:31:53 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:31:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:31:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock
2026-03-27 14:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b04e2124-25cf-55d3-baf7-c100ce0a63ff with identifier: 6960259stock to the API
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:31:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960259>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': 'b04e2124-25cf-55d3-baf7-c100ce0a63ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960259',
'listing': 'auction',
'location': 'Belgium',
'make': 'Polestar',
'model': '2',
'odometer': 69837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-28',
'seats_number': 5,
'seller_name': None,
'title': 'Polestar 2 Long Range Single Motor Pilot Aut. LED-Xenon Virtual ACC '
'Navi KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'Long Range Single Motor Pilot Aut. LED-Xenon Virtual ACC Navi '
'KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960259stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:54 [ecarstrade.be] INFO: Saving data for 6960259stock: {'created_time': 1773956119.892682, 'last_price_update_time': 1774621914.342985}
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960259stock') HTTP/1.1" 204 0
2026-03-27 14:31:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960670> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:31:54 [ecarstrade.be] INFO: Extracting details for car 6960670stock
2026-03-27 14:31:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef8e6c6a-b487-59c3-af85-08cd75ac2570 with identifier: 6960670stock
2026-03-27 14:31:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef8e6c6a-b487-59c3-af85-08cd75ac2570 with scrape type 2
2026-03-27 14:31:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ef8e6c6a-b487-59c3-af85-08cd75ac2570 with scrape type 2
2026-03-27 14:31:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef8e6c6a-b487-59c3-af85-08cd75ac2570, identifier: 6960670stock
2026-03-27 14:31:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef8e6c6a-b487-59c3-af85-08cd75ac2570 with identifier: 6960670stock
2026-03-27 14:31:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:31:54 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:31:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef8e6c6a-b487-59c3-af85-08cd75ac2570 with identifier: 6960670stock
2026-03-27 14:31:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef8e6c6a-b487-59c3-af85-08cd75ac2570 with identifier: 6960670stock to the API
2026-03-27 14:31:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:31:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:31:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960670>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'ef8e6c6a-b487-59c3-af85-08cd75ac2570',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960670',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 111197,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-04',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d Aut. LED-Xenon Widescreen Navi 1/2 Sport-Leather '
'KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'd Aut. LED-Xenon Widescreen Navi 1/2 Sport-Leather KeylessGo Camera '
'Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 14:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276960670stock%27 HTTP/1.1" 200 None
2026-03-27 14:31:55 [ecarstrade.be] INFO: Saving data for 6960670stock: {'created_time': 1774276714.694, 'last_price_update_time': 1774621915.127668}
2026-03-27 14:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:31:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960670stock') HTTP/1.1" 204 0
2026-03-27 14:32:07 [scrapy.extensions.logstats] INFO: Crawled 9 pages (at 7 pages/min), scraped 2 items (at 2 items/min)
2026-03-27 14:32:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 221MiB
2026-03-27 14:32:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page6?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6962711stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962711stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6962711stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6962713stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962713stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6962713stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6962714stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962714stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6962714stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6962716stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962716stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6962716stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6962808stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962808stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6962808stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6962855stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962855stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6962855stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6963226stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963226stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6963226stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6908964stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6908964stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6937847stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937847stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6937847stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6939652stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939652stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6939652stock: 0
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6940210stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6940210stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6941363stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6941363stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6941452stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941452stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6941452stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6941565stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941565stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6941565stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6941593stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941593stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:42 [ecarstrade.be] INFO: Scrape type for 6941593stock: 2
2026-03-27 14:32:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:42 [ecarstrade.be] INFO: Found listing with ID: 6941759stock
2026-03-27 14:32:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:43 [ecarstrade.be] INFO: Scrape type for 6941759stock: 2
2026-03-27 14:32:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:43 [ecarstrade.be] INFO: Found listing with ID: 6941847stock
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941847stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:43 [ecarstrade.be] INFO: Scrape type for 6941847stock: 2
2026-03-27 14:32:43 [ecarstrade.be] INFO: Found listing with ID: 6948713stock
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:43 [ecarstrade.be] INFO: Scrape type for 6948713stock: 2
2026-03-27 14:32:43 [ecarstrade.be] INFO: Found listing with ID: 6948720stock
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948720stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:43 [ecarstrade.be] INFO: Scrape type for 6948720stock: 0
2026-03-27 14:32:43 [ecarstrade.be] INFO: Found listing with ID: 6950867stock
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950867stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:43 [ecarstrade.be] INFO: Scrape type for 6950867stock: 2
2026-03-27 14:32:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:32:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6956822stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956822stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6956822stock: 2
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6961504stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961504stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6961504stock: 2
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6963854stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963854stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6963854stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6779771stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779771stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6779771stock: 2
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6798434stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6798434stock: 2
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6807786stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276807786stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6807786stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6812448stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812448stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6812448stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6812473stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812473stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6812473stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6812486stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812486stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6812486stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6821529stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821529stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6821529stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6826882stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276826882stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6826882stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6841360stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841360stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6841360stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6841368stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841368stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6841368stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6846596stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846596stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6846596stock: 2
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6852962stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6852962stock: 2
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6853153stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853153stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6853153stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6861986stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861986stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6861986stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6862936stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862936stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6862936stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6869116stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869116stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6869116stock: 0
2026-03-27 14:32:51 [ecarstrade.be] INFO: Found listing with ID: 6870434stock
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870434stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:51 [ecarstrade.be] INFO: Scrape type for 6870434stock: 0
2026-03-27 14:32:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941759> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:32:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:32:58 [ecarstrade.be] INFO: Extracting details for car 6941759stock
2026-03-27 14:32:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-27 14:32:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-27 14:32:58 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1ff8797f-b9e0-557f-9706-654b07378018 with scrape type 2
2026-03-27 14:32:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ff8797f-b9e0-557f-9706-654b07378018, identifier: 6941759stock
2026-03-27 14:32:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-27 14:32:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock
2026-03-27 14:32:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ff8797f-b9e0-557f-9706-654b07378018 with identifier: 6941759stock to the API
2026-03-27 14:32:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:32:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:32:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941759>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '1ff8797f-b9e0-557f-9706-654b07378018',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941759',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'Q5',
'odometer': 159677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q5 2.0 TDI 150HP LED-Matrix Navi Leather KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': '2.0 TDI 150HP LED-Matrix Navi Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941759stock%27 HTTP/1.1" 200 None
2026-03-27 14:32:59 [ecarstrade.be] INFO: Saving data for 6941759stock: {'created_time': 1773672102.401403, 'last_price_update_time': 1774621979.049632}
2026-03-27 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:32:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941759stock') HTTP/1.1" 204 0
2026-03-27 14:33:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941363> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941452> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:06 [ecarstrade.be] INFO: Extracting details for car 6941363stock
2026-03-27 14:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-27 14:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a64efde8-fd30-520e-9411-fd9a935bc12e with scrape type 2
2026-03-27 14:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a64efde8-fd30-520e-9411-fd9a935bc12e with scrape type 2
2026-03-27 14:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a64efde8-fd30-520e-9411-fd9a935bc12e, identifier: 6941363stock
2026-03-27 14:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-27 14:33:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock
2026-03-27 14:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a64efde8-fd30-520e-9411-fd9a935bc12e with identifier: 6941363stock to the API
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941363>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a64efde8-fd30-520e-9411-fd9a935bc12e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941363',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 54199,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-06',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Xceed 1.6 GDi Plug-In Hybrid Active Aut. LED-Xenon Navi 1/2 '
'Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Xceed 1.6 GDi Plug-In Hybrid Active Aut. LED-Xenon Navi 1/2 Leather '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941363stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:06 [ecarstrade.be] INFO: Saving data for 6941363stock: {'created_time': 1773300766.147692, 'last_price_update_time': 1774621986.551732}
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941363stock') HTTP/1.1" 204 0
2026-03-27 14:33:06 [ecarstrade.be] INFO: Extracting details for car 6941452stock
2026-03-27 14:33:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-27 14:33:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21909275-8311-538c-b847-03e7c7997953 with scrape type 2
2026-03-27 14:33:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 21909275-8311-538c-b847-03e7c7997953 with scrape type 2
2026-03-27 14:33:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21909275-8311-538c-b847-03e7c7997953, identifier: 6941452stock
2026-03-27 14:33:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-27 14:33:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:33:06 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:33:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock
2026-03-27 14:33:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21909275-8311-538c-b847-03e7c7997953 with identifier: 6941452stock to the API
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941452>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '21909275-8311-538c-b847-03e7c7997953',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941452',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Captur',
'odometer': 98561,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941452stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:07 [ecarstrade.be] INFO: Saving data for 6941452stock: {'created_time': 1773300772.167097, 'last_price_update_time': 1774621987.007043}
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941452stock') HTTP/1.1" 204 0
2026-03-27 14:33:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941847> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:07 [scrapy.extensions.logstats] INFO: Crawled 15 pages (at 6 pages/min), scraped 5 items (at 3 items/min)
2026-03-27 14:33:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 240MiB
2026-03-27 14:33:07 [ecarstrade.be] INFO: Extracting details for car 6941847stock
2026-03-27 14:33:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-27 14:33:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with scrape type 2
2026-03-27 14:33:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with scrape type 2
2026-03-27 14:33:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8, identifier: 6941847stock
2026-03-27 14:33:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-27 14:33:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock
2026-03-27 14:33:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20ccacc2-3175-5153-80d0-fc2a9b7bdbf8 with identifier: 6941847stock to the API
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941847>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '20ccacc2-3175-5153-80d0-fc2a9b7bdbf8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941847',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 202733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-05',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 35 TDI Aut. LED-Matrix Navi Leather KeylessGo Klima '
'PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 35 TDI Aut. LED-Matrix Navi Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941847stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:07 [ecarstrade.be] INFO: Saving data for 6941847stock: {'created_time': 1773180967.289799, 'last_price_update_time': 1774621987.537392}
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941847stock') HTTP/1.1" 204 0
2026-03-27 14:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941565> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:10 [ecarstrade.be] INFO: Extracting details for car 6941565stock
2026-03-27 14:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-27 14:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with scrape type 2
2026-03-27 14:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with scrape type 2
2026-03-27 14:33:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e, identifier: 6941565stock
2026-03-27 14:33:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-27 14:33:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock
2026-03-27 14:33:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f6eb3c5-7710-56bc-9e3e-5031075ea35e with identifier: 6941565stock to the API
2026-03-27 14:33:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941565>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '0f6eb3c5-7710-56bc-9e3e-5031075ea35e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941565',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk LANGERLO 002-007-003"',
'make': 'Audi',
'model': 'A3',
'odometer': 135317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-07',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'SB 2.0 30 TDi LED Virtual Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941565stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:10 [ecarstrade.be] INFO: Saving data for 6941565stock: {'created_time': 1773351788.28592, 'last_price_update_time': 1774621990.599366}
2026-03-27 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941565stock') HTTP/1.1" 204 0
2026-03-27 14:33:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6908964> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:10 [ecarstrade.be] INFO: Extracting details for car 6908964stock
2026-03-27 14:33:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-27 14:33:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with scrape type 2
2026-03-27 14:33:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with scrape type 2
2026-03-27 14:33:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5, identifier: 6908964stock
2026-03-27 14:33:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-27 14:33:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock
2026-03-27 14:33:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5 with identifier: 6908964stock to the API
2026-03-27 14:33:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6908964>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '3b8213b3-f5b2-59b7-9c87-92ae39ebcfe5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6908964',
'listing': 'auction',
'location': 'Belgium',
'make': 'Skoda',
'model': 'Roomster',
'odometer': 219186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2010-09-24',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Roomster 1.2 TSI Pano Klima PDC ...',
'transmission': 'manual',
'trim': 'SKODA 1.2 TSI Pano Klima PDC ...',
'vin': None,
'year': 2010}
2026-03-27 14:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276908964stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:11 [ecarstrade.be] INFO: Saving data for 6908964stock: {'created_time': 1774449098.353523, 'last_price_update_time': 1774621991.310689}
2026-03-27 14:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6908964stock') HTTP/1.1" 204 0
2026-03-27 14:33:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6937847> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6879653stock
2026-03-27 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879653stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:14 [ecarstrade.be] INFO: Scrape type for 6879653stock: 2
2026-03-27 14:33:14 [ecarstrade.be] INFO: Extracting details for car 6937847stock
2026-03-27 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6881269stock
2026-03-27 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276881269stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:14 [ecarstrade.be] INFO: Scrape type for 6881269stock: 0
2026-03-27 14:33:14 [ecarstrade.be] INFO: Found listing with ID: 6882775stock
2026-03-27 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882775stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:14 [ecarstrade.be] INFO: Scrape type for 6882775stock: 2
2026-03-27 14:33:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-27 14:33:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with scrape type 2
2026-03-27 14:33:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with scrape type 2
2026-03-27 14:33:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0da5ad4-dc5a-5d54-9098-b1836569d2a0, identifier: 6937847stock
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6885897stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276885897stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6885897stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6889981stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276889981stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6889981stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6891000stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276891000stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6891000stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6897221stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276897221stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6897221stock: 2
2026-03-27 14:33:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-27 14:33:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock
2026-03-27 14:33:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0da5ad4-dc5a-5d54-9098-b1836569d2a0 with identifier: 6937847stock to the API
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6937847>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c0da5ad4-dc5a-5d54-9098-b1836569d2a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6937847',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 250 Shooting Brake',
'odometer': 172948,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-14',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e SB Plug-In Hybrid Aut. LED-Xenon Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 250e SB Plug-In Hybrid Aut. LED-Xenon Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276937847stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Saving data for 6937847stock: {'created_time': 1773300790.652039, 'last_price_update_time': 1774621995.416684}
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6937847stock') HTTP/1.1" 204 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6898076stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276898076stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6898076stock: 2
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6907097stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907097stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6907097stock: 2
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6908828stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276908828stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6908828stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6909332stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276909332stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6909332stock: 2
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6909883stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276909883stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6909883stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6914084stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276914084stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6914084stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6915515stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915515stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6915515stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6917287stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276917287stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6917287stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6917331stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276917331stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6917331stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6917365stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276917365stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6917365stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6919263stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276919263stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6919263stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6923974stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276923974stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6923974stock: 0
2026-03-27 14:33:15 [ecarstrade.be] INFO: Found listing with ID: 6932497stock
2026-03-27 14:33:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276932497stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:15 [ecarstrade.be] INFO: Scrape type for 6932497stock: 0
2026-03-27 14:33:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6940210> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:17 [ecarstrade.be] INFO: Extracting details for car 6940210stock
2026-03-27 14:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-27 14:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-27 14:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 721a8477-9b2d-5e43-866c-e8a52945a2d7 with scrape type 2
2026-03-27 14:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 721a8477-9b2d-5e43-866c-e8a52945a2d7, identifier: 6940210stock
2026-03-27 14:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-27 14:33:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock
2026-03-27 14:33:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 721a8477-9b2d-5e43-866c-e8a52945a2d7 with identifier: 6940210stock to the API
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6940210>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '721a8477-9b2d-5e43-866c-e8a52945a2d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6940210',
'listing': 'auction',
'location': 'France - "ST AIGNAN DE GRAND LIEU"',
'make': 'Renault',
'model': 'Austral',
'odometer': 141992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-19',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Austral 1.2 E-Tech Hybrid 200Hp Techno Aut. LED Virtual '
'Navi-Pro 1/2 Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.2 E-Tech Hybrid 200Hp Techno Aut. LED Virtual Navi-Pro 1/2 Leather '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940210stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:17 [ecarstrade.be] INFO: Saving data for 6940210stock: {'created_time': 1773672100.897258, 'last_price_update_time': 1774621997.639669}
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6940210stock') HTTP/1.1" 204 0
2026-03-27 14:33:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6941593> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:17 [ecarstrade.be] INFO: Extracting details for car 6941593stock
2026-03-27 14:33:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-27 14:33:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with scrape type 2
2026-03-27 14:33:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with scrape type 2
2026-03-27 14:33:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe, identifier: 6941593stock
2026-03-27 14:33:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-27 14:33:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock
2026-03-27 14:33:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96df7be4-f2c3-5a99-b853-7f17ea2e0cfe with identifier: 6941593stock to the API
2026-03-27 14:33:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6941593>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '96df7be4-f2c3-5a99-b853-7f17ea2e0cfe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6941593',
'listing': 'auction',
'location': 'France - "2ndMove Marseille"',
'make': 'Renault',
'model': 'Captur',
'odometer': 93358,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur 1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro '
'1/2 Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid R.S.-Line Aut. LED Virtual Navi-Pro 1/2 '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941593stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:18 [ecarstrade.be] INFO: Saving data for 6941593stock: {'created_time': 1773300767.520507, 'last_price_update_time': 1774621998.277715}
2026-03-27 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6941593stock') HTTP/1.1" 204 0
2026-03-27 14:33:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6948713> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:22 [ecarstrade.be] INFO: Extracting details for car 6948713stock
2026-03-27 14:33:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6961504> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-27 14:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 39d10dfb-1619-5981-9560-9e496e24fb7e with scrape type 2
2026-03-27 14:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 39d10dfb-1619-5981-9560-9e496e24fb7e with scrape type 2
2026-03-27 14:33:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 39d10dfb-1619-5981-9560-9e496e24fb7e, identifier: 6948713stock
2026-03-27 14:33:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-27 14:33:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock
2026-03-27 14:33:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 39d10dfb-1619-5981-9560-9e496e24fb7e with identifier: 6948713stock to the API
2026-03-27 14:33:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6948713>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '39d10dfb-1619-5981-9560-9e496e24fb7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6948713',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 200',
'odometer': 152963,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-30',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 200d AMG LED Navi-Pro Sport-Leather KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': 'd AMG LED Navi-Pro Sport-Leather KeylessGo Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 14:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948713stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:22 [ecarstrade.be] INFO: Saving data for 6948713stock: {'created_time': 1773758269.331539, 'last_price_update_time': 1774622002.906306}
2026-03-27 14:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6948713stock') HTTP/1.1" 204 0
2026-03-27 14:33:22 [ecarstrade.be] INFO: Extracting details for car 6961504stock
2026-03-27 14:33:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-27 14:33:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3be25195-5cff-58e0-96f3-6121fd6875b3 with scrape type 2
2026-03-27 14:33:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3be25195-5cff-58e0-96f3-6121fd6875b3 with scrape type 2
2026-03-27 14:33:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3be25195-5cff-58e0-96f3-6121fd6875b3, identifier: 6961504stock
2026-03-27 14:33:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-27 14:33:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock
2026-03-27 14:33:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3be25195-5cff-58e0-96f3-6121fd6875b3 with identifier: 6961504stock to the API
2026-03-27 14:33:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6961504>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '3be25195-5cff-58e0-96f3-6121fd6875b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6961504',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'C 180',
'odometer': 132655,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-01-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes C 180d LED-Xenon Leather Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Leather Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 14:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961504stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:23 [ecarstrade.be] INFO: Saving data for 6961504stock: {'created_time': 1773758272.153197, 'last_price_update_time': 1774622003.344247}
2026-03-27 14:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6961504stock') HTTP/1.1" 204 0
2026-03-27 14:33:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6798434> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:28 [ecarstrade.be] INFO: Extracting details for car 6798434stock
2026-03-27 14:33:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-27 14:33:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5d4993a-94b9-5b5d-b077-93c6697f1f74 with scrape type 2
2026-03-27 14:33:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d5d4993a-94b9-5b5d-b077-93c6697f1f74 with scrape type 2
2026-03-27 14:33:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5d4993a-94b9-5b5d-b077-93c6697f1f74, identifier: 6798434stock
2026-03-27 14:33:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-27 14:33:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock
2026-03-27 14:33:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5d4993a-94b9-5b5d-b077-93c6697f1f74 with identifier: 6798434stock to the API
2026-03-27 14:33:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6798434>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5d4993a-94b9-5b5d-b077-93c6697f1f74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6798434',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 196333,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-07',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 1.5 T4 Plug-In Hybrid Inscription Aut. LED-Xenon Virtual '
'Harman/Kardon ACC Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 T4 Plug-In Hybrid Inscription Aut. LED-Xenon Virtual '
'Harman/Kardon ACC Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276798434stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:28 [ecarstrade.be] INFO: Saving data for 6798434stock: {'created_time': 1772611486.700301, 'last_price_update_time': 1774622008.620137}
2026-03-27 14:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6798434stock') HTTP/1.1" 204 0
2026-03-27 14:33:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950867> (referer: https://ecarstrade.com/search/page7?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:33 [ecarstrade.be] INFO: Extracting details for car 6950867stock
2026-03-27 14:33:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-27 14:33:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5043b9b-0770-566d-a021-f481d8b3af23 with scrape type 2
2026-03-27 14:33:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c5043b9b-0770-566d-a021-f481d8b3af23 with scrape type 2
2026-03-27 14:33:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5043b9b-0770-566d-a021-f481d8b3af23, identifier: 6950867stock
2026-03-27 14:33:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-27 14:33:34 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:33:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock
2026-03-27 14:33:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5043b9b-0770-566d-a021-f481d8b3af23 with identifier: 6950867stock to the API
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950867>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'c5043b9b-0770-566d-a021-f481d8b3af23',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950867',
'listing': 'auction',
'location': 'Belgium',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 104323,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-04-20',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 GDi Premium Navi Leather KeylessGo Camera Klima '
'PDC ...',
'transmission': 'manual',
'trim': '1.6 GDi Premium Navi Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950867stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:34 [ecarstrade.be] INFO: Saving data for 6950867stock: {'created_time': 1773758266.535509, 'last_price_update_time': 1774622014.360492}
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950867stock') HTTP/1.1" 204 0
2026-03-27 14:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6879653> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6852962> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:41 [ecarstrade.be] INFO: Extracting details for car 6879653stock
2026-03-27 14:33:41 [ecarstrade.be] INFO: Extracting details for car 6852962stock
2026-03-27 14:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-27 14:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f243ed02-dd9a-5c5c-81ea-5420e94a3252 with scrape type 2
2026-03-27 14:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f243ed02-dd9a-5c5c-81ea-5420e94a3252 with scrape type 2
2026-03-27 14:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f243ed02-dd9a-5c5c-81ea-5420e94a3252, identifier: 6879653stock
2026-03-27 14:33:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-27 14:33:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d44368-3d3e-5d48-a59c-5ed84e333b4e with scrape type 2
2026-03-27 14:33:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d44368-3d3e-5d48-a59c-5ed84e333b4e with scrape type 2
2026-03-27 14:33:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8d44368-3d3e-5d48-a59c-5ed84e333b4e, identifier: 6852962stock
2026-03-27 14:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-27 14:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock
2026-03-27 14:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f243ed02-dd9a-5c5c-81ea-5420e94a3252 with identifier: 6879653stock to the API
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6879653>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'f243ed02-dd9a-5c5c-81ea-5420e94a3252',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6879653',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 89851,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-08',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen C4 Grand SpaceTourer 1.2 PureTech Shine 7PL Aut. Pano '
'Virtual Navi 1/2 Leather Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Citroen C4 Grand SpaceTourer 1.2 PureTech Shine 7PL Aut. Pano '
'Virtual Navi 1/2 Leather Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879653stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:41 [ecarstrade.be] INFO: Saving data for 6879653stock: {'created_time': 1772611465.385019, 'last_price_update_time': 1774622021.697958}
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6879653stock') HTTP/1.1" 204 0
2026-03-27 14:33:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-27 14:33:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock
2026-03-27 14:33:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8d44368-3d3e-5d48-a59c-5ed84e333b4e with identifier: 6852962stock to the API
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6852962>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e8d44368-3d3e-5d48-a59c-5ed84e333b4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6852962',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 204347,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 35 TDi Aut. LED Navi-Pro Leather KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 35 TDi Aut. LED Navi-Pro Leather KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2020}
2026-03-27 14:33:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276852962stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:42 [ecarstrade.be] INFO: Saving data for 6852962stock: {'created_time': 1772611564.75733, 'last_price_update_time': 1774622022.002364}
2026-03-27 14:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6852962stock') HTTP/1.1" 204 0
2026-03-27 14:33:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6882775> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:43 [ecarstrade.be] INFO: Extracting details for car 6882775stock
2026-03-27 14:33:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-27 14:33:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with scrape type 2
2026-03-27 14:33:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with scrape type 2
2026-03-27 14:33:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93, identifier: 6882775stock
2026-03-27 14:33:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-27 14:33:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock
2026-03-27 14:33:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f7a191c-0ebb-5ca4-a36f-464f4eb82e93 with identifier: 6882775stock to the API
2026-03-27 14:33:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6882775>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '5f7a191c-0ebb-5ca4-a36f-464f4eb82e93',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6882775',
'listing': 'auction',
'location': 'France - "GEFCO NANTEUIL"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 86377,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-04',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan Qashqai 1.3i Mild-Hybrid N-Connecta Aut. Pano LED Virtual '
'ACC Navi KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.3i Mild-Hybrid N-Connecta Aut. Pano LED Virtual ACC Navi KeylessGo '
'Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276882775stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:43 [ecarstrade.be] INFO: Saving data for 6882775stock: {'created_time': 1773851752.10631, 'last_price_update_time': 1774622023.975346}
2026-03-27 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6882775stock') HTTP/1.1" 204 0
2026-03-27 14:33:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6846596> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:44 [ecarstrade.be] INFO: Extracting details for car 6846596stock
2026-03-27 14:33:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-27 14:33:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e753f242-1c1d-5d14-b028-b2e2f5ba4383 with scrape type 2
2026-03-27 14:33:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e753f242-1c1d-5d14-b028-b2e2f5ba4383 with scrape type 2
2026-03-27 14:33:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e753f242-1c1d-5d14-b028-b2e2f5ba4383, identifier: 6846596stock
2026-03-27 14:33:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-27 14:33:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock
2026-03-27 14:33:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e753f242-1c1d-5d14-b028-b2e2f5ba4383 with identifier: 6846596stock to the API
2026-03-27 14:33:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6846596>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': 'e753f242-1c1d-5d14-b028-b2e2f5ba4383',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6846596',
'listing': 'auction',
'location': 'Belgium - "Diegem"',
'make': 'Nissan',
'model': 'X-Trail',
'odometer': 89780,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-20',
'seats_number': 5,
'seller_name': None,
'title': 'Nissan X-Trail 1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC '
'Navi-Pro KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Mild-Hybrid N-Connecta 7PL Aut. LED Virtual ACC Navi-Pro '
'KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276846596stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:45 [ecarstrade.be] INFO: Saving data for 6846596stock: {'created_time': 1772611501.391609, 'last_price_update_time': 1774622025.064061}
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6846596stock') HTTP/1.1" 204 0
2026-03-27 14:33:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6956822> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:45 [ecarstrade.be] INFO: Extracting details for car 6956822stock
2026-03-27 14:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-27 14:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with scrape type 2
2026-03-27 14:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with scrape type 2
2026-03-27 14:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa, identifier: 6956822stock
2026-03-27 14:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-27 14:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock
2026-03-27 14:33:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dfa0d05-ab53-556e-bfad-abaa23c5f7aa with identifier: 6956822stock to the API
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6956822>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '8dfa0d05-ab53-556e-bfad-abaa23c5f7aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6956822',
'listing': 'auction',
'location': 'Belgium - "Belcar Zuid, Bist 12, 2630, Aartselaar"',
'make': 'Audi',
'model': 'A4',
'odometer': 142733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-31',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi Aut. LED-Matrix Navi Sport-Seats KeylessGo '
'Klima PDC ...',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi Aut. LED-Matrix Navi Sport-Seats KeylessGo Klima '
'PDC ...',
'vin': None,
'year': 2021}
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276956822stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:45 [ecarstrade.be] INFO: Saving data for 6956822stock: {'created_time': 1773758290.356673, 'last_price_update_time': 1774622025.616492}
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6956822stock') HTTP/1.1" 204 0
2026-03-27 14:33:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6897221> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:45 [ecarstrade.be] INFO: Extracting details for car 6897221stock
2026-03-27 14:33:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:33:45 [ecarstrade.be] INFO: Found listing with ID: 6933348stock
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933348stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:45 [ecarstrade.be] INFO: Scrape type for 6933348stock: 0
2026-03-27 14:33:45 [ecarstrade.be] INFO: Found listing with ID: 6933349stock
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:45 [ecarstrade.be] INFO: Scrape type for 6933349stock: 2
2026-03-27 14:33:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-27 14:33:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 634ffe82-c3a9-5531-9a1c-c07b3bec439f with scrape type 2
2026-03-27 14:33:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 634ffe82-c3a9-5531-9a1c-c07b3bec439f with scrape type 2
2026-03-27 14:33:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 634ffe82-c3a9-5531-9a1c-c07b3bec439f, identifier: 6897221stock
2026-03-27 14:33:45 [ecarstrade.be] INFO: Found listing with ID: 6933372stock
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933372stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:45 [ecarstrade.be] INFO: Scrape type for 6933372stock: 2
2026-03-27 14:33:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-27 14:33:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock
2026-03-27 14:33:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 634ffe82-c3a9-5531-9a1c-c07b3bec439f with identifier: 6897221stock to the API
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6897221>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '1.7L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '634ffe82-c3a9-5531-9a1c-c07b3bec439f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6897221',
'listing': 'auction',
'location': 'Belgium',
'make': 'Kia',
'model': 'Sportage',
'odometer': 152822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2011-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Kia Sportage 1.7 CRDi Evogue Pano Klima PDC ...',
'transmission': 'manual',
'trim': '1.7 CRDi Evogue Pano Klima PDC ...',
'vin': None,
'year': 2011}
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897221stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Saving data for 6897221stock: {'created_time': 1773672060.358055, 'last_price_update_time': 1774622026.265476}
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6897221stock') HTTP/1.1" 204 0
2026-03-27 14:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6933378stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6933378stock: 2
2026-03-27 14:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6933507stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6933507stock: 2
2026-03-27 14:33:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6432284stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276432284stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6432284stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6564465stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6564465stock: 2
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6566840stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276566840stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6566840stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6583408stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276583408stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6583408stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6653096stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276653096stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6653096stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6673529stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673529stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6673529stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6678770stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276678770stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6678770stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6701770stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701770stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6701770stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6701935stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701935stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6701935stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6715853stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715853stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6715853stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6765575stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765575stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6765575stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6779573stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779573stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6779573stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6978801stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978801stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6978801stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6978777stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978777stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6978777stock: 0
2026-03-27 14:33:46 [ecarstrade.be] INFO: Found listing with ID: 6964693stock
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964693stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:46 [ecarstrade.be] INFO: Scrape type for 6964693stock: 2
2026-03-27 14:33:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6779771> (referer: https://ecarstrade.com/search/page8?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:47 [ecarstrade.be] INFO: Extracting details for car 6779771stock
2026-03-27 14:33:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-27 14:33:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with scrape type 2
2026-03-27 14:33:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with scrape type 2
2026-03-27 14:33:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd, identifier: 6779771stock
2026-03-27 14:33:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-27 14:33:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock
2026-03-27 14:33:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a6672a0-edf8-59fa-8ec7-807a7ebb19dd with identifier: 6779771stock to the API
2026-03-27 14:33:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6779771>
{'auction_title': '',
'c_o_2_emission_value': 55,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9a6672a0-edf8-59fa-8ec7-807a7ebb19dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6779771',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 208688,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-03',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED '
'Virtual Navi KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 T6 Plug-In Hybrid Inscription 4WD Aut. Pano LED Virtual Navi '
'KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779771stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:47 [ecarstrade.be] INFO: Saving data for 6779771stock: {'created_time': 1772611421.791771, 'last_price_update_time': 1774622027.973844}
2026-03-27 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6779771stock') HTTP/1.1" 204 0
2026-03-27 14:33:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6907097> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:50 [ecarstrade.be] INFO: Extracting details for car 6907097stock
2026-03-27 14:33:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock
2026-03-27 14:33:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e669f3a-c186-5b1b-8682-a071f48b24be with scrape type 2
2026-03-27 14:33:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3e669f3a-c186-5b1b-8682-a071f48b24be with scrape type 2
2026-03-27 14:33:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e669f3a-c186-5b1b-8682-a071f48b24be, identifier: 6907097stock
2026-03-27 14:33:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock
2026-03-27 14:33:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock
2026-03-27 14:33:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e669f3a-c186-5b1b-8682-a071f48b24be with identifier: 6907097stock to the API
2026-03-27 14:33:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6907097>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '3e669f3a-c186-5b1b-8682-a071f48b24be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6907097',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 67114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-26',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model Y Dual Motor Performance Pano LED-Xenon ACC Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Dual Motor Performance Pano LED-Xenon ACC Navi Leather KeylessGo '
'Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:50 [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-27 14:33:50 [ecarstrade.be] INFO: Saving data for 6907097stock: {'created_time': 1773956012.11374, 'last_price_update_time': 1774622030.878878}
2026-03-27 14:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6907097stock') HTTP/1.1" 204 0
2026-03-27 14:33:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6666216stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666216stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6666216stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6715447stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276715447stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6715447stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6721362stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721362stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6721362stock: 2
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6758802stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758802stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6758802stock: 2
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6758819stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758819stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6758819stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6758822stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758822stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6758822stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6768590stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6768590stock: 2
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6784787stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784787stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6784787stock: 2
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6792013stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6792013stock: 2
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6809699stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809699stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6809699stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6812476stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812476stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6812476stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6820657stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276820657stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6820657stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6834681stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834681stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6834681stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6836054stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276836054stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6836054stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6843336stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843336stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6843336stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6851391stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851391stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6851391stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6855220stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855220stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6855220stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6855255stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855255stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6855255stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6857670stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857670stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6857670stock: 0
2026-03-27 14:33:55 [ecarstrade.be] INFO: Found listing with ID: 6863023stock
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863023stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:55 [ecarstrade.be] INFO: Scrape type for 6863023stock: 0
2026-03-27 14:33:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933507> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:33:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:33:55 [ecarstrade.be] INFO: Extracting details for car 6933507stock
2026-03-27 14:33:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-27 14:33:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-27 14:33:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with scrape type 2
2026-03-27 14:33:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 600f90f0-af5d-58e0-bd1f-4b9f76e91003, identifier: 6933507stock
2026-03-27 14:33:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-27 14:33:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock
2026-03-27 14:33:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 600f90f0-af5d-58e0-bd1f-4b9f76e91003 with identifier: 6933507stock to the API
2026-03-27 14:33:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:33:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:33:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933507>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '600f90f0-af5d-58e0-bd1f-4b9f76e91003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933507',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'CLA 250 Shooting Brake',
'odometer': 191800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-22',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes CLA 250e SB Plug-In Hybrid AMG Night Aut. LED-Xenon '
'Widescreen Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo '
'Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'CLA 250e SB Plug-In Hybrid AMG Night Aut. LED-Xenon Widescreen '
'Ambient Navi 1/2 Sport-Leather-Alcantara KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2022}
2026-03-27 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933507stock%27 HTTP/1.1" 200 None
2026-03-27 14:33:56 [ecarstrade.be] INFO: Saving data for 6933507stock: {'created_time': 1773672083.62202, 'last_price_update_time': 1774622036.125747}
2026-03-27 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:33:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933507stock') HTTP/1.1" 204 0
2026-03-27 14:34:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:34:04 [ecarstrade.be] INFO: Found listing with ID: 6866954stock
2026-03-27 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866954stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:04 [ecarstrade.be] INFO: Scrape type for 6866954stock: 0
2026-03-27 14:34:04 [ecarstrade.be] INFO: Found listing with ID: 6867688stock
2026-03-27 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867688stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:04 [ecarstrade.be] INFO: Scrape type for 6867688stock: 0
2026-03-27 14:34:04 [ecarstrade.be] INFO: Found listing with ID: 6867987stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867987stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6867987stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6890954stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890954stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6890954stock: 2
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6891458stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276891458stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6891458stock: 2
2026-03-27 14:34:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6898076> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6902391stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902391stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6902391stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6906274stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906274stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6906274stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6906336stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906336stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6906336stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6915092stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915092stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6915092stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6915132stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915132stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6915132stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6915444stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276915444stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6915444stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6922030stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922030stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6922030stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6925462stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925462stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6925462stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6928167stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928167stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6928167stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6933400stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933400stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6933400stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6934382stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934382stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6934382stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6938490stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938490stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6938490stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6938545stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938545stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6938545stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6939768stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939768stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6939768stock: 0
2026-03-27 14:34:05 [ecarstrade.be] INFO: Found listing with ID: 6942877stock
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942877stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Scrape type for 6942877stock: 0
2026-03-27 14:34:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:05 [ecarstrade.be] INFO: Extracting details for car 6898076stock
2026-03-27 14:34:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock
2026-03-27 14:34:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56fd6bbf-bece-5991-b9eb-12e984e92d53 with scrape type 2
2026-03-27 14:34:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56fd6bbf-bece-5991-b9eb-12e984e92d53 with scrape type 2
2026-03-27 14:34:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56fd6bbf-bece-5991-b9eb-12e984e92d53, identifier: 6898076stock
2026-03-27 14:34:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock
2026-03-27 14:34:05 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:34:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock
2026-03-27 14:34:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56fd6bbf-bece-5991-b9eb-12e984e92d53 with identifier: 6898076stock to the API
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6898076>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Natural Gas',
'id': '56fd6bbf-bece-5991-b9eb-12e984e92d53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6898076',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Audi',
'model': 'A5',
'odometer': 43397,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-23',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A5 SB 2.0 40 TFSI CNG g-tron Advanced Aut. LED-Matrix ACC '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'SB 2.0 40 TFSI CNG g-tron Advanced Aut. LED-Matrix ACC Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898076stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:05 [ecarstrade.be] INFO: Saving data for 6898076stock: {'created_time': 1772673635.8598, 'last_price_update_time': 1774622045.799083}
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6898076stock') HTTP/1.1" 204 0
2026-03-27 14:34:07 [scrapy.extensions.logstats] INFO: Crawled 38 pages (at 23 pages/min), scraped 25 items (at 20 items/min)
2026-03-27 14:34:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-27 14:34:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6564465> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:08 [ecarstrade.be] INFO: Extracting details for car 6564465stock
2026-03-27 14:34:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-27 14:34:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 48d227f9-d051-584a-ae50-05c97bf7f80d with scrape type 2
2026-03-27 14:34:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 48d227f9-d051-584a-ae50-05c97bf7f80d with scrape type 2
2026-03-27 14:34:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 48d227f9-d051-584a-ae50-05c97bf7f80d, identifier: 6564465stock
2026-03-27 14:34:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-27 14:34:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock
2026-03-27 14:34:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 48d227f9-d051-584a-ae50-05c97bf7f80d with identifier: 6564465stock to the API
2026-03-27 14:34:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6564465>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '48d227f9-d051-584a-ae50-05c97bf7f80d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6564465',
'listing': 'auction',
'location': 'Belgium',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 144017,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Citroën Berlingo 1.2 PureTech 5PL 2 Slide Doors Display Camera '
'Klima PDC ...',
'transmission': 'manual',
'trim': 'Citroën 1.2 PureTech 5PL 2 Slide Doors Display Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276564465stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:08 [ecarstrade.be] INFO: Saving data for 6564465stock: {'created_time': 1772611612.617774, 'last_price_update_time': 1774622048.501542}
2026-03-27 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6564465stock') HTTP/1.1" 204 0
2026-03-27 14:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6721362> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:12 [ecarstrade.be] INFO: Extracting details for car 6721362stock
2026-03-27 14:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-27 14:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with scrape type 2
2026-03-27 14:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with scrape type 2
2026-03-27 14:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4, identifier: 6721362stock
2026-03-27 14:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-27 14:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock
2026-03-27 14:34:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2e8932ea-6f25-5b58-9d94-1c3da90c4fb4 with identifier: 6721362stock to the API
2026-03-27 14:34:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6721362>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '2e8932ea-6f25-5b58-9d94-1c3da90c4fb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6721362',
'listing': 'auction',
'location': 'Belgium - "ASSE II"',
'make': 'BMW',
'model': 'X1',
'odometer': 73694,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-13',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 2.0 sDrive18d Aut. LED-Xenon LC-Pro Navi KeylessGo Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '2.0 sDrive18d Aut. LED-Xenon LC-Pro Navi KeylessGo Camera Klima PDC '
'...',
'vin': None,
'year': 2023}
2026-03-27 14:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721362stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:12 [ecarstrade.be] INFO: Saving data for 6721362stock: {'created_time': 1772611372.706699, 'last_price_update_time': 1774622052.740809}
2026-03-27 14:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6721362stock') HTTP/1.1" 204 0
2026-03-27 14:34:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933349> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:12 [ecarstrade.be] INFO: Extracting details for car 6933349stock
2026-03-27 14:34:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-27 14:34:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-27 14:34:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with scrape type 2
2026-03-27 14:34:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d, identifier: 6933349stock
2026-03-27 14:34:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-27 14:34:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock
2026-03-27 14:34:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 417eaeb4-c27a-5b2a-afcd-8f0728d4483d with identifier: 6933349stock to the API
2026-03-27 14:34:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933349>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '417eaeb4-c27a-5b2a-afcd-8f0728d4483d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933349',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Mercedes',
'model': 'B 250',
'odometer': 109346,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-02',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes B 250e Plug-In Hybrid Aut. LED-Multibeam Widescreen '
'Ambient Navi Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid Aut. LED-Multibeam Widescreen Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933349stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:13 [ecarstrade.be] INFO: Saving data for 6933349stock: {'created_time': 1773351773.950734, 'last_price_update_time': 1774622053.26303}
2026-03-27 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933349stock') HTTP/1.1" 204 0
2026-03-27 14:34:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6964693> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:34:14 [ecarstrade.be] INFO: Extracting details for car 6964693stock
2026-03-27 14:34:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-27 14:34:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 397ac41c-0469-5794-98b8-0baa10f266e9 with scrape type 2
2026-03-27 14:34:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 397ac41c-0469-5794-98b8-0baa10f266e9 with scrape type 2
2026-03-27 14:34:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 397ac41c-0469-5794-98b8-0baa10f266e9, identifier: 6964693stock
2026-03-27 14:34:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-27 14:34:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock
2026-03-27 14:34:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 397ac41c-0469-5794-98b8-0baa10f266e9 with identifier: 6964693stock to the API
2026-03-27 14:34:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6964693>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '397ac41c-0469-5794-98b8-0baa10f266e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6964693',
'listing': 'auction',
'location': 'Belgium - "GNK - Remarketing Genk 1"',
'make': 'Audi',
'model': 'A1',
'odometer': 99795,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-25',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A1 1.0 25 TFSI Advanced Virtual Navi Klima PDC ...',
'transmission': 'manual',
'trim': '1.0 25 TFSI Advanced Virtual Navi Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964693stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:15 [ecarstrade.be] INFO: Saving data for 6964693stock: {'created_time': 1774042249.766098, 'last_price_update_time': 1774622055.135821}
2026-03-27 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6964693stock') HTTP/1.1" 204 0
2026-03-27 14:34:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6909332> (referer: https://ecarstrade.com/search/page9?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:18 [ecarstrade.be] INFO: Extracting details for car 6909332stock
2026-03-27 14:34:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-27 14:34:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4567700-04d2-55a4-996b-e08601de4720 with scrape type 2
2026-03-27 14:34:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4567700-04d2-55a4-996b-e08601de4720 with scrape type 2
2026-03-27 14:34:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4567700-04d2-55a4-996b-e08601de4720, identifier: 6909332stock
2026-03-27 14:34:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-27 14:34:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock
2026-03-27 14:34:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4567700-04d2-55a4-996b-e08601de4720 with identifier: 6909332stock to the API
2026-03-27 14:34:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6909332>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'f4567700-04d2-55a4-996b-e08601de4720',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6909332',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 128837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-14',
'seats_number': 7,
'seller_name': None,
'title': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Virtual Navi Camera '
'Klima PDC …',
'transmission': 'manual',
'trim': 'Citroen Grand C4 SpaceTourer 1.5 BlueHDI 7PL Virtual Navi Camera '
'Klima PDC …',
'vin': None,
'year': 2022}
2026-03-27 14:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276909332stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:18 [ecarstrade.be] INFO: Saving data for 6909332stock: {'created_time': 1772752605.511336, 'last_price_update_time': 1774622058.514963}
2026-03-27 14:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6909332stock') HTTP/1.1" 204 0
2026-03-27 14:34:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933378> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:18 [ecarstrade.be] INFO: Extracting details for car 6933378stock
2026-03-27 14:34:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-27 14:34:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-27 14:34:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with scrape type 2
2026-03-27 14:34:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26, identifier: 6933378stock
2026-03-27 14:34:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-27 14:34:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock
2026-03-27 14:34:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 531d3fda-88af-5f1d-b0d7-6ca6dde12f26 with identifier: 6933378stock to the API
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933378>
{'auction_title': '',
'c_o_2_emission_value': 357,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '531d3fda-88af-5f1d-b0d7-6ca6dde12f26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933378',
'listing': 'auction',
'location': 'Belgium',
'make': 'Mercedes',
'model': 'GL 400',
'odometer': 231811,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2016-07-01',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes GL 400 4Matic 7PL Aut. Pano LED-Xenon Navi Leather Camera '
'Klima PDC ...',
'transmission': 'automatic',
'trim': '4Matic 7PL Aut. Pano LED-Xenon Navi Leather Camera Klima PDC ...',
'vin': None,
'year': 2016}
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933378stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:19 [ecarstrade.be] INFO: Saving data for 6933378stock: {'created_time': 1773452070.945314, 'last_price_update_time': 1774622059.470383}
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933378stock') HTTP/1.1" 204 0
2026-03-27 14:34:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6933372> (referer: https://ecarstrade.com/search/page10?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:19 [ecarstrade.be] INFO: Extracting details for car 6933372stock
2026-03-27 14:34:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-27 14:34:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3f370d5-adf7-56e2-b979-79e73c901b53 with scrape type 2
2026-03-27 14:34:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3f370d5-adf7-56e2-b979-79e73c901b53 with scrape type 2
2026-03-27 14:34:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3f370d5-adf7-56e2-b979-79e73c901b53, identifier: 6933372stock
2026-03-27 14:34:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-27 14:34:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock
2026-03-27 14:34:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3f370d5-adf7-56e2-b979-79e73c901b53 with identifier: 6933372stock to the API
2026-03-27 14:34:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6933372>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'e3f370d5-adf7-56e2-b979-79e73c901b53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6933372',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 141787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-21',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes A 180d Widescreen Navi KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'd Widescreen Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2019}
2026-03-27 14:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276933372stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:20 [ecarstrade.be] INFO: Saving data for 6933372stock: {'created_time': 1773351773.29884, 'last_price_update_time': 1774622060.154375}
2026-03-27 14:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6933372stock') HTTP/1.1" 204 0
2026-03-27 14:34:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6784787> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:22 [ecarstrade.be] INFO: Extracting details for car 6784787stock
2026-03-27 14:34:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-27 14:34:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with scrape type 2
2026-03-27 14:34:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with scrape type 2
2026-03-27 14:34:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250, identifier: 6784787stock
2026-03-27 14:34:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-27 14:34:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock
2026-03-27 14:34:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250 with identifier: 6784787stock to the API
2026-03-27 14:34:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6784787>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '7ff0e6d6-bf1d-5d6e-a77c-bf186e3e7250',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6784787',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'Peugeot',
'model': '308',
'odometer': 52486,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-06',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech LED I-Cockpit Navi KeylessGo Klima PDC '
'...',
'transmission': 'manual',
'trim': 'SW 1.2 PureTech LED I-Cockpit Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784787stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:22 [ecarstrade.be] INFO: Saving data for 6784787stock: {'created_time': 1772611681.453874, 'last_price_update_time': 1774622062.978867}
2026-03-27 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6784787stock') HTTP/1.1" 204 0
2026-03-27 14:34:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6792013> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:28 [ecarstrade.be] INFO: Extracting details for car 6792013stock
2026-03-27 14:34:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-27 14:34:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with scrape type 2
2026-03-27 14:34:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with scrape type 2
2026-03-27 14:34:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0, identifier: 6792013stock
2026-03-27 14:34:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-27 14:34:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock
2026-03-27 14:34:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 676ed7ba-b7fa-5384-9f56-0bc6682bceb0 with identifier: 6792013stock to the API
2026-03-27 14:34:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6792013>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '676ed7ba-b7fa-5384-9f56-0bc6682bceb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6792013',
'listing': 'auction',
'location': 'Belgium',
'make': 'Ford',
'model': 'Focus',
'odometer': 104946,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Focus Wagon Facelift 1.5 EcoBlue ST-Line Aut. Pano LED '
'Navi-Pro Sport-Seats KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'Wagon Facelift 1.5 EcoBlue ST-Line Aut. Pano LED Navi-Pro '
'Sport-Seats KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792013stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:28 [ecarstrade.be] INFO: Saving data for 6792013stock: {'created_time': 1772611189.685361, 'last_price_update_time': 1774622068.627268}
2026-03-27 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6792013stock') HTTP/1.1" 204 0
2026-03-27 14:34:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6768590> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:28 [ecarstrade.be] INFO: Extracting details for car 6768590stock
2026-03-27 14:34:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-27 14:34:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d89d822-89b0-5e0d-a09f-7e50646f00df with scrape type 2
2026-03-27 14:34:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d89d822-89b0-5e0d-a09f-7e50646f00df with scrape type 2
2026-03-27 14:34:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d89d822-89b0-5e0d-a09f-7e50646f00df, identifier: 6768590stock
2026-03-27 14:34:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-27 14:34:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock
2026-03-27 14:34:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d89d822-89b0-5e0d-a09f-7e50646f00df with identifier: 6768590stock to the API
2026-03-27 14:34:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6768590>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d89d822-89b0-5e0d-a09f-7e50646f00df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6768590',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 143830,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-16',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 530e Touring Plug-In Hybrid M-Sport Aut. Pano LC-Pro Ambient '
'Navi-Pro ACC Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Touring Plug-In Hybrid M-Sport Aut. Pano LC-Pro Ambient Navi-Pro '
'ACC Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276768590stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:29 [ecarstrade.be] INFO: Saving data for 6768590stock: {'created_time': 1772611213.372831, 'last_price_update_time': 1774622069.410391}
2026-03-27 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6768590stock') HTTP/1.1" 204 0
2026-03-27 14:34:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6891458> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:34 [ecarstrade.be] INFO: Extracting details for car 6891458stock
2026-03-27 14:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-27 14:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with scrape type 2
2026-03-27 14:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with scrape type 2
2026-03-27 14:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0, identifier: 6891458stock
2026-03-27 14:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-27 14:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock
2026-03-27 14:34:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04e404e9-5bdb-5048-a0a2-3ba7fad01df0 with identifier: 6891458stock to the API
2026-03-27 14:34:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6891458>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '04e404e9-5bdb-5048-a0a2-3ba7fad01df0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6891458',
'listing': 'auction',
'location': 'Belgium',
'make': 'Volkswagen',
'model': 'Caddy Maxi',
'odometer': 107230,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-23',
'seats_number': 7,
'seller_name': None,
'title': 'Volkswagen Caddy Maxi 2.0 TDI 2 Slide Doors 7PL Pano ACC Navi '
'Camera Klima PDC ...',
'transmission': 'manual',
'trim': '2.0 TDI 2 Slide Doors 7PL Pano ACC Navi Camera Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276891458stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:34 [ecarstrade.be] INFO: Saving data for 6891458stock: {'created_time': 1772611775.456479, 'last_price_update_time': 1774622074.535086}
2026-03-27 14:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6891458stock') HTTP/1.1" 204 0
2026-03-27 14:34:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6890954> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:34 [ecarstrade.be] INFO: Extracting details for car 6890954stock
2026-03-27 14:34:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-27 14:34:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with scrape type 2
2026-03-27 14:34:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with scrape type 2
2026-03-27 14:34:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad, identifier: 6890954stock
2026-03-27 14:34:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-27 14:34:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock
2026-03-27 14:34:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82ea0ad7-c02e-5ba0-8e05-3057b30af9ad with identifier: 6890954stock to the API
2026-03-27 14:34:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6890954>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '82ea0ad7-c02e-5ba0-8e05-3057b30af9ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6890954',
'listing': 'auction',
'location': 'France - "Fleury Mérogis"',
'make': 'Peugeot',
'model': '3008',
'odometer': 117539,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-23',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC '
'...',
'transmission': 'manual',
'trim': '1.2 PureTech I-Cockpit Navi KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2020}
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276890954stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Saving data for 6890954stock: {'created_time': 1772612310.042462, 'last_price_update_time': 1774622076.055895}
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6890954stock') HTTP/1.1" 204 0
2026-03-27 14:34:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page12?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 6945655stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945655stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Scrape type for 6945655stock: 0
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 6948741stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948741stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Scrape type for 6948741stock: 0
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 6957412stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276957412stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Scrape type for 6957412stock: 0
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 3742479stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Scrape type for 3742479stock: 2
2026-03-27 14:34:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 6442479stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276442479stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Scrape type for 6442479stock: 0
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 6472747stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276472747stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:36 [ecarstrade.be] INFO: Scrape type for 6472747stock: 2
2026-03-27 14:34:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:36 [ecarstrade.be] INFO: Found listing with ID: 6589495stock
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276589495stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6589495stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6596836stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6596836stock: 2
2026-03-27 14:34:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6617796stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6617796stock: 2
2026-03-27 14:34:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6631679stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631679stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6631679stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6631720stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276631720stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6631720stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6663716stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276663716stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6663716stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6708827stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276708827stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6708827stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6979559stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979559stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6979559stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6979561stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979561stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6979561stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6979567stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979567stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6979567stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6979569stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979569stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6979569stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6979571stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979571stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6979571stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6879839stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276879839stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6879839stock: 0
2026-03-27 14:34:37 [ecarstrade.be] INFO: Found listing with ID: 6883830stock
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276883830stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:37 [ecarstrade.be] INFO: Scrape type for 6883830stock: 0
2026-03-27 14:34:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:34:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6758802> (referer: https://ecarstrade.com/search/page11?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:38 [ecarstrade.be] INFO: Extracting details for car 6758802stock
2026-03-27 14:34:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-27 14:34:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 59fda5f8-4987-5af2-b1bb-f5d999650a49 with scrape type 2
2026-03-27 14:34:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 59fda5f8-4987-5af2-b1bb-f5d999650a49 with scrape type 2
2026-03-27 14:34:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 59fda5f8-4987-5af2-b1bb-f5d999650a49, identifier: 6758802stock
2026-03-27 14:34:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-27 14:34:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock
2026-03-27 14:34:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 59fda5f8-4987-5af2-b1bb-f5d999650a49 with identifier: 6758802stock to the API
2026-03-27 14:34:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6758802>
{'auction_title': '',
'c_o_2_emission_value': 27,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '59fda5f8-4987-5af2-b1bb-f5d999650a49',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6758802',
'listing': 'auction',
'location': 'France',
'make': 'Lynk&Co',
'model': '01',
'odometer': 25925,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-28',
'seats_number': 5,
'seller_name': None,
'title': 'Lynk&Co 01 1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity '
'ACC Navi Sport-Seats KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5i Plug-In Hybrid Aut. Pano LED-Xenon Virtual Infinity ACC Navi '
'Sport-Seats KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:34:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276758802stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:39 [ecarstrade.be] INFO: Saving data for 6758802stock: {'created_time': 1772694814.555204, 'last_price_update_time': 1774622079.002948}
2026-03-27 14:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6758802stock') HTTP/1.1" 204 0
2026-03-27 14:34:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6617796> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:45 [ecarstrade.be] INFO: Extracting details for car 6617796stock
2026-03-27 14:34:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-27 14:34:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 79a7c7ce-6658-5865-924e-8ad803ab093d with scrape type 2
2026-03-27 14:34:45 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 79a7c7ce-6658-5865-924e-8ad803ab093d with scrape type 2
2026-03-27 14:34:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 79a7c7ce-6658-5865-924e-8ad803ab093d, identifier: 6617796stock
2026-03-27 14:34:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-27 14:34:45 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:34:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock
2026-03-27 14:34:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 79a7c7ce-6658-5865-924e-8ad803ab093d with identifier: 6617796stock to the API
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6617796>
{'auction_title': '',
'c_o_2_emission_value': 1,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': None,
'fuel_type': 'Electric',
'id': '79a7c7ce-6658-5865-924e-8ad803ab093d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6617796',
'listing': 'auction',
'location': 'France - "TRANSCAUSSE AUTOS PARC LOGISTICS, 13340 ROGNAC (Fr"',
'make': 'VinFast',
'model': 'VF8',
'odometer': 54,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Vinfast VF8 87.7 kWh Plus Aut. Pano LED-Xenon Head-Up Virtual ACC '
'Navi Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': 'Vinfast 87.7 kWh Plus Aut. Pano LED-Xenon Head-Up Virtual ACC Navi '
'Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276617796stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:45 [ecarstrade.be] INFO: Saving data for 6617796stock: {'created_time': 1772613035.686623, 'last_price_update_time': 1774622085.947216}
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6617796stock') HTTP/1.1" 204 0
2026-03-27 14:34:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6472747> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:47 [ecarstrade.be] INFO: Extracting details for car 6472747stock
2026-03-27 14:34:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-27 14:34:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27199dfa-015f-5162-961e-cdc9abbc01ed with scrape type 2
2026-03-27 14:34:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 27199dfa-015f-5162-961e-cdc9abbc01ed with scrape type 2
2026-03-27 14:34:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27199dfa-015f-5162-961e-cdc9abbc01ed, identifier: 6472747stock
2026-03-27 14:34:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-27 14:34:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock
2026-03-27 14:34:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27199dfa-015f-5162-961e-cdc9abbc01ed with identifier: 6472747stock to the API
2026-03-27 14:34:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6472747>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '27199dfa-015f-5162-961e-cdc9abbc01ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6472747',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '530',
'odometer': 130399,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-14',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 530e Plug-In Hybrid M-Sport Aut. LED-Xenon ACC Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. LED-Xenon ACC Ambient Navi '
'Sport-Leather KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 14:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276472747stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:47 [ecarstrade.be] INFO: Saving data for 6472747stock: {'created_time': 1772611275.2971, 'last_price_update_time': 1774622087.48662}
2026-03-27 14:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6472747stock') HTTP/1.1" 204 0
2026-03-27 14:34:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/3742479> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:48 [ecarstrade.be] INFO: Extracting details for car 3742479stock
2026-03-27 14:34:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-27 14:34:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6107d359-1855-53a7-bd90-35d7e1e5cf97 with scrape type 2
2026-03-27 14:34:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6107d359-1855-53a7-bd90-35d7e1e5cf97 with scrape type 2
2026-03-27 14:34:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6107d359-1855-53a7-bd90-35d7e1e5cf97, identifier: 3742479stock
2026-03-27 14:34:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-27 14:34:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock
2026-03-27 14:34:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6107d359-1855-53a7-bd90-35d7e1e5cf97 with identifier: 3742479stock to the API
2026-03-27 14:34:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/3742479>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '6107d359-1855-53a7-bd90-35d7e1e5cf97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/3742479',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '320',
'odometer': 149940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-09',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 320 d LED-Xenon Navi KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'd LED-Xenon Navi KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%273742479stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:48 [ecarstrade.be] INFO: Saving data for 3742479stock: {'created_time': 1772694656.425791, 'last_price_update_time': 1774622088.85472}
2026-03-27 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='3742479stock') HTTP/1.1" 204 0
2026-03-27 14:34:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6596836> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:34:57 [ecarstrade.be] INFO: Extracting details for car 6596836stock
2026-03-27 14:34:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-27 14:34:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with scrape type 2
2026-03-27 14:34:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with scrape type 2
2026-03-27 14:34:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56dc9a31-fbca-594e-90f6-50a29c3f75c5, identifier: 6596836stock
2026-03-27 14:34:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-27 14:34:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock
2026-03-27 14:34:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56dc9a31-fbca-594e-90f6-50a29c3f75c5 with identifier: 6596836stock to the API
2026-03-27 14:34:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:34:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:34:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6596836>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '56dc9a31-fbca-594e-90f6-50a29c3f75c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6596836',
'listing': 'auction',
'location': 'Belgium',
'make': 'BMW',
'model': '740',
'odometer': 212591,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-04-26',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 740e Plug-In Hybrid M-Sport Aut. LED Head-Up Harman/Kardon '
'Ambient ACC Navi Sport-Leather Camera 360 KeylessGo Klima PDC ...',
'transmission': 'automatic',
'trim': 'e Plug-In Hybrid M-Sport Aut. LED Head-Up Harman/Kardon Ambient ACC '
'Navi Sport-Leather Camera 360 KeylessGo Klima PDC ...',
'vin': None,
'year': 2018}
2026-03-27 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276596836stock%27 HTTP/1.1" 200 None
2026-03-27 14:34:58 [ecarstrade.be] INFO: Saving data for 6596836stock: {'created_time': 1772611278.706734, 'last_price_update_time': 1774622098.380335}
2026-03-27 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:34:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6596836stock') HTTP/1.1" 204 0
2026-03-27 14:35:07 [scrapy.extensions.logstats] INFO: Crawled 56 pages (at 18 pages/min), scraped 42 items (at 17 items/min)
2026-03-27 14:35:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-27 14:35:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page14?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page13?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6885853stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276885853stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6885853stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6885954stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276885954stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6885954stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6885975stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276885975stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6885975stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6890910stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276890910stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6890910stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6890939stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276890939stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6890939stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6893001stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276893001stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6893001stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6893405stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276893405stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6893405stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6899424stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276899424stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6899424stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6901506stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276901506stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6901506stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6901822stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276901822stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6901822stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6904901stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276904901stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6904901stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6905414stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276905414stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6905414stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6905965stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276905965stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6905965stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6906386stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276906386stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6906386stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6908834stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276908834stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6908834stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6909294stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276909294stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6909294stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6909316stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276909316stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6909316stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6910038stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276910038stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6910038stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6910043stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276910043stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6910043stock: 0
2026-03-27 14:35:12 [ecarstrade.be] INFO: Found listing with ID: 6910519stock
2026-03-27 14:35:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276910519stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:12 [ecarstrade.be] INFO: Scrape type for 6910519stock: 0
2026-03-27 14: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-27 14:35: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-27 14:35:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6914005stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914005stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6914005stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6914013stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914013stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6914013stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6914030stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276914030stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6914030stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6916395stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916395stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6916395stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6919073stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6919073stock: 2
2026-03-27 14:35:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6919152stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919152stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6919152stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6919213stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919213stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6919213stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6925476stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925476stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6925476stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6925486stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925486stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6925486stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6927538stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927538stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6927538stock: 2
2026-03-27 14:35:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6927545stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927545stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6927545stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6937858stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276937858stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6937858stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6939583stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939583stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6939583stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6941303stock
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941303stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:44 [ecarstrade.be] INFO: Scrape type for 6941303stock: 0
2026-03-27 14:35:44 [ecarstrade.be] INFO: Found listing with ID: 6942623stock
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942623stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:45 [ecarstrade.be] INFO: Scrape type for 6942623stock: 0
2026-03-27 14:35:45 [ecarstrade.be] INFO: Found listing with ID: 6679102stock
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276679102stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:45 [ecarstrade.be] INFO: Scrape type for 6679102stock: 0
2026-03-27 14:35:45 [ecarstrade.be] INFO: Found listing with ID: 6688226stock
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276688226stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:45 [ecarstrade.be] INFO: Scrape type for 6688226stock: 0
2026-03-27 14:35:45 [ecarstrade.be] INFO: Found listing with ID: 6694083stock
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694083stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:45 [ecarstrade.be] INFO: Scrape type for 6694083stock: 0
2026-03-27 14:35:45 [ecarstrade.be] INFO: Found listing with ID: 6696769stock
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276696769stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:45 [ecarstrade.be] INFO: Scrape type for 6696769stock: 0
2026-03-27 14:35:45 [ecarstrade.be] INFO: Found listing with ID: 6701130stock
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276701130stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:45 [ecarstrade.be] INFO: Scrape type for 6701130stock: 0
2026-03-27 14:35:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:35:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6702277stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276702277stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6702277stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6723640stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276723640stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6723640stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6728384stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728384stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6728384stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6728664stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276728664stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6728664stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6746262stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746262stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6746262stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6764578stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276764578stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6764578stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6772786stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276772786stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6772786stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6773433stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276773433stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:56 [ecarstrade.be] INFO: Scrape type for 6773433stock: 0
2026-03-27 14:35:56 [ecarstrade.be] INFO: Found listing with ID: 6776417stock
2026-03-27 14:35:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776417stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6776417stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6779599stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779599stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6779599stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6787688stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787688stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6787688stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6788600stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788600stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6788600stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6791039stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276791039stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6791039stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6792164stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792164stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6792164stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6792189stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792189stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6792189stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6792686stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276792686stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6792686stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6797653stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276797653stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6797653stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6802754stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802754stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6802754stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6804641stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276804641stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6804641stock: 0
2026-03-27 14:35:57 [ecarstrade.be] INFO: Found listing with ID: 6808563stock
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:35:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808563stock%27 HTTP/1.1" 200 None
2026-03-27 14:35:57 [ecarstrade.be] INFO: Scrape type for 6808563stock: 0
2026-03-27 14:35:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:36:07 [scrapy.extensions.logstats] INFO: Crawled 59 pages (at 3 pages/min), scraped 42 items (at 0 items/min)
2026-03-27 14:36:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-27 14:36:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6919073> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:36:08 [ecarstrade.be] INFO: Extracting details for car 6919073stock
2026-03-27 14:36:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock
2026-03-27 14:36:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42694263-9557-5d5b-b52d-3f2c3a4f1906 with scrape type 2
2026-03-27 14:36:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42694263-9557-5d5b-b52d-3f2c3a4f1906 with scrape type 2
2026-03-27 14:36:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42694263-9557-5d5b-b52d-3f2c3a4f1906, identifier: 6919073stock
2026-03-27 14:36:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock
2026-03-27 14:36:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock
2026-03-27 14:36:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42694263-9557-5d5b-b52d-3f2c3a4f1906 with identifier: 6919073stock to the API
2026-03-27 14:36:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:36:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:36:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6919073>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': '42694263-9557-5d5b-b52d-3f2c3a4f1906',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6919073',
'listing': 'auction',
'location': 'Belgium - "HM Tongeren"',
'make': 'BMW',
'model': 'X1',
'odometer': 118301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-02',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Klima PDC ...',
'vin': None,
'year': 2021}
2026-03-27 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919073stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:08 [ecarstrade.be] INFO: Saving data for 6919073stock: {'created_time': 1772839903.443349, 'last_price_update_time': 1774622168.981387}
2026-03-27 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6919073stock') HTTP/1.1" 204 0
2026-03-27 14:36:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6927538> (referer: https://ecarstrade.com/search/page15?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:36:09 [ecarstrade.be] INFO: Extracting details for car 6927538stock
2026-03-27 14:36:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-27 14:36:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with scrape type 2
2026-03-27 14:36:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with scrape type 2
2026-03-27 14:36:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46, identifier: 6927538stock
2026-03-27 14:36:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-27 14:36:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock
2026-03-27 14:36:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcb66bc1-c9db-587f-acc7-b4f5f1b92f46 with identifier: 6927538stock to the API
2026-03-27 14:36:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:36:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:36:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6927538>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Diesel',
'id': 'fcb66bc1-c9db-587f-acc7-b4f5f1b92f46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6927538',
'listing': 'auction',
'location': 'Belgium - "ASSE I"',
'make': 'BMW',
'model': 'X1',
'odometer': 120273,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-22',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'transmission': 'manual',
'trim': 'sDrive16d LED-Xenon Navi-Pro KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2022}
2026-03-27 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276927538stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:10 [ecarstrade.be] INFO: Saving data for 6927538stock: {'created_time': 1773180982.936823, 'last_price_update_time': 1774622170.714644}
2026-03-27 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6927538stock') HTTP/1.1" 204 0
2026-03-27 14:36:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page16?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6809691stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276809691stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6809691stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6812574stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276812574stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6812574stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6817744stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276817744stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6817744stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6818863stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818863stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6818863stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6824257stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824257stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6824257stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6824278stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824278stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6824278stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6824325stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276824325stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6824325stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6835922stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835922stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6835922stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6843034stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843034stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6843034stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6844715stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844715stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6844715stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6845529stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276845529stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6845529stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6847587stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276847587stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6847587stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6853022stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276853022stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6853022stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6862902stock
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276862902stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:22 [ecarstrade.be] INFO: Scrape type for 6862902stock: 0
2026-03-27 14:36:22 [ecarstrade.be] INFO: Found listing with ID: 6866821stock
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276866821stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:23 [ecarstrade.be] INFO: Scrape type for 6866821stock: 0
2026-03-27 14:36:23 [ecarstrade.be] INFO: Found listing with ID: 6867142stock
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867142stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:23 [ecarstrade.be] INFO: Scrape type for 6867142stock: 0
2026-03-27 14:36:23 [ecarstrade.be] INFO: Found listing with ID: 6868001stock
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276868001stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:23 [ecarstrade.be] INFO: Scrape type for 6868001stock: 0
2026-03-27 14:36:23 [ecarstrade.be] INFO: Found listing with ID: 6869050stock
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276869050stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:23 [ecarstrade.be] INFO: Scrape type for 6869050stock: 0
2026-03-27 14:36:23 [ecarstrade.be] INFO: Found listing with ID: 6870475stock
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870475stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:23 [ecarstrade.be] INFO: Scrape type for 6870475stock: 0
2026-03-27 14:36:23 [ecarstrade.be] INFO: Found listing with ID: 6870633stock
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:36:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276870633stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:23 [ecarstrade.be] INFO: Scrape type for 6870633stock: 0
2026-03-27 14:36:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:36:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page17?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6875341stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276875341stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6875341stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6876338stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276876338stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6876338stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 5790258stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%275790258stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 5790258stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6380489stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276380489stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6380489stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6492226stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276492226stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6492226stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6565827stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276565827stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6565827stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6568211stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276568211stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6568211stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6572320stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276572320stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6572320stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6588028stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276588028stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6588028stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6589936stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276589936stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6589936stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6612228stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276612228stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6612228stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6629462stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276629462stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6629462stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6635088stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276635088stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6635088stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6656157stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276656157stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6656157stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6668929stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276668929stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6668929stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6672443stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276672443stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6672443stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6843094stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276843094stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6843094stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6751573stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276751573stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6751573stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6434642stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276434642stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6434642stock: 0
2026-03-27 14:36:57 [ecarstrade.be] INFO: Found listing with ID: 6597827stock
2026-03-27 14:36:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276597827stock%27 HTTP/1.1" 200 None
2026-03-27 14:36:57 [ecarstrade.be] INFO: Scrape type for 6597827stock: 0
2026-03-27 14: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-27 14:37:07 [scrapy.extensions.logstats] INFO: Crawled 63 pages (at 4 pages/min), scraped 44 items (at 2 items/min)
2026-03-27 14:37:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-27 14:37:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page18?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6788506stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276788506stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6788506stock: 1
2026-03-27 14:37:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6794715stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276794715stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6794715stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6882517stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276882517stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6882517stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6769282stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276769282stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6769282stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6287267stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276287267stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6287267stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6462698stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276462698stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6462698stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6478353stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276478353stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6478353stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6644566stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276644566stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6644566stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6675809stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276675809stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6675809stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6700653stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276700653stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6700653stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6706350stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276706350stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6706350stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6740077stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276740077stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6740077stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6752714stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276752714stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6752714stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6761356stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276761356stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6761356stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6777305stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276777305stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6777305stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6778069stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276778069stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6778069stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6781448stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276781448stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6781448stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6797160stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276797160stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6797160stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6801102stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276801102stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6801102stock: 0
2026-03-27 14:37:13 [ecarstrade.be] INFO: Found listing with ID: 6808931stock
2026-03-27 14:37:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276808931stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:13 [ecarstrade.be] INFO: Scrape type for 6808931stock: 0
2026-03-27 14:37:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:37:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6811286stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276811286stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6811286stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6816472stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276816472stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6816472stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6821306stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276821306stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6821306stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6828925stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276828925stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6828925stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6835650stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835650stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6835650stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6863207stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276863207stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6863207stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6865470stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865470stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6865470stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6865847stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276865847stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6865847stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6867096stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276867096stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6867096stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6884277stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884277stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6884277stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6884961stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884961stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6884961stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6886197stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886197stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6886197stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6886254stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886254stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6886254stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6886825stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276886825stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6886825stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6888967stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276888967stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6888967stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6897644stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276897644stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6897644stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6898380stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898380stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6898380stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6902393stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902393stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6902393stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6903066stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903066stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6903066stock: 0
2026-03-27 14:37:24 [ecarstrade.be] INFO: Found listing with ID: 6903832stock
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903832stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:24 [ecarstrade.be] INFO: Scrape type for 6903832stock: 0
2026-03-27 14:37:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:37:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6788506> (referer: https://ecarstrade.com/search/page19?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:37:48 [ecarstrade.be] INFO: Extracting details for car 6788506stock
2026-03-27 14:37:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock
2026-03-27 14:37:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a with scrape type 1
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a
2026-03-27 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37: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%252F6780001-6790000%252F6788506%252Fphoto_066%252F780x0__r.jpg%253Fhash%3D1771417694%27 HTTP/1.1" 200 None
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_066/780x0__r.jpg?hash=1771417694 not downloaded yet
2026-03-27 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37: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%252F6780001-6790000%252F6788506%252Fphoto_071%252F780x0__r.jpg%253Fhash%3D1771417695%27 HTTP/1.1" 200 None
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_071/780x0__r.jpg?hash=1771417695 not downloaded yet
2026-03-27 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37: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%252F6780001-6790000%252F6788506%252Fphoto_067%252F780x0__r.jpg%253Fhash%3D1771417694%27 HTTP/1.1" 200 None
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_067/780x0__r.jpg?hash=1771417694 not downloaded yet
2026-03-27 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37: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%252F6780001-6790000%252F6788506%252Fphoto_069%252F780x0__r.jpg%253Fhash%3D1771417694%27 HTTP/1.1" 200 None
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_069/780x0__r.jpg?hash=1771417694 not downloaded yet
2026-03-27 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37: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%252F6780001-6790000%252F6788506%252Fphoto_068%252F780x0__r.jpg%253Fhash%3D1771417694%27 HTTP/1.1" 200 None
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_068/780x0__r.jpg?hash=1771417694 not downloaded yet
2026-03-27 14:37:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37: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%252F6780001-6790000%252F6788506%252Fphoto_070%252F780x0__r.jpg%253Fhash%3D1771417695%27 HTTP/1.1" 200 None
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_070/780x0__r.jpg?hash=1771417695 not downloaded yet
2026-03-27 14:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_066/780x0__r.jpg?hash=1771417694> (referer: https://ecarstrade.com/cars/6788506)
2026-03-27 14:37:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_067/780x0__r.jpg?hash=1771417694> (referer: https://ecarstrade.com/cars/6788506)
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0f921fa8-87e0-5f2a-94a4-909851c5a66a
2026-03-27 14:37:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0f921fa8-87e0-5f2a-94a4-909851c5a66a
2026-03-27 14:37:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:37:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:37:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:37:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock
2026-03-27 14:37:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock
2026-03-27 14:37:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f921fa8-87e0-5f2a-94a4-909851c5a66a with identifier: 6788506stock to the API
2026-03-27 14:37:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:37:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:37:49 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': None,
'fuel_type': 'Petrol',
'id': '0f921fa8-87e0-5f2a-94a4-909851c5a66a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6788506',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'BMW',
'model': '118',
'odometer': 77164,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_066/780x0__r.jpg?hash=1771417694',
'https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_071/780x0__r.jpg?hash=1771417695',
'https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_067/780x0__r.jpg?hash=1771417694',
'https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_069/780x0__r.jpg?hash=1771417694',
'https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_068/780x0__r.jpg?hash=1771417694',
'https://ecarstrade.com/thumbnails/carsphotos/6780001-6790000/6788506/photo_070/780x0__r.jpg?hash=1771417695'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-12',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 118i M-Sport Aut. Pano LED-Xenon LC-Pro ACC Harman/Kardon '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'transmission': 'automatic',
'trim': 'i M-Sport Aut. Pano LED-Xenon LC-Pro ACC Harman/Kardon '
'Sport-Leather-Alcantara KeylessGo Camera Klima PDC ...',
'vin': None,
'year': 2024}
2026-03-27 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788506stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:49 [ecarstrade.be] INFO: Saving data for 6788506stock: {'created_time': 1774622269.754154, 'last_price_update_time': 1774622269.754167}
2026-03-27 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6788506stock') HTTP/1.1" 204 0
2026-03-27 14:37:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 0f921fa8-87e0-5f2a-94a4-909851c5a66a due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:37:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page20?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found listing with ID: 6906584stock
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906584stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:57 [ecarstrade.be] INFO: Scrape type for 6906584stock: 0
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found listing with ID: 6906853stock
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906853stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:57 [ecarstrade.be] INFO: Scrape type for 6906853stock: 0
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found listing with ID: 6912515stock
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276912515stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:57 [ecarstrade.be] INFO: Scrape type for 6912515stock: 0
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found listing with ID: 6916489stock
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276916489stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:57 [ecarstrade.be] INFO: Scrape type for 6916489stock: 0
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found listing with ID: 6919009stock
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276919009stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:57 [ecarstrade.be] INFO: Scrape type for 6919009stock: 0
2026-03-27 14:37:57 [ecarstrade.be] INFO: Found listing with ID: 6921709stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921709stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6921709stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6929239stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929239stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6929239stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6929377stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929377stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6929377stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6929379stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929379stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6929379stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6929853stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929853stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6929853stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6933323stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933323stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6933323stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6933344stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933344stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6933344stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6933657stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933657stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6933657stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6933662stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933662stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6933662stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6934437stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934437stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6934437stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6934462stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934462stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6934462stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6934463stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934463stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6934463stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6935000stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935000stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6935000stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6938498stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938498stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6938498stock: 0
2026-03-27 14:37:58 [ecarstrade.be] INFO: Found listing with ID: 6938520stock
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:37:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938520stock%27 HTTP/1.1" 200 None
2026-03-27 14:37:58 [ecarstrade.be] INFO: Scrape type for 6938520stock: 0
2026-03-27 14:37:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:38:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page21?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found listing with ID: 6938580stock
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938580stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:06 [ecarstrade.be] INFO: Scrape type for 6938580stock: 0
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found listing with ID: 6938597stock
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938597stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:06 [ecarstrade.be] INFO: Scrape type for 6938597stock: 0
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found listing with ID: 6938612stock
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938612stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:06 [ecarstrade.be] INFO: Scrape type for 6938612stock: 0
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found listing with ID: 6939659stock
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939659stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:06 [ecarstrade.be] INFO: Scrape type for 6939659stock: 0
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found listing with ID: 6939660stock
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939660stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:06 [ecarstrade.be] INFO: Scrape type for 6939660stock: 0
2026-03-27 14:38:06 [ecarstrade.be] INFO: Found listing with ID: 6939662stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276939662stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6939662stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6940180stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940180stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6940180stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6940842stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276940842stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6940842stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6941160stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276941160stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6941160stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6942252stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942252stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6942252stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6942267stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276942267stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6942267stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6945449stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945449stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6945449stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6945574stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276945574stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6945574stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6946051stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276946051stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6946051stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6947046stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947046stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6947046stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6947972stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947972stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6947972stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6947973stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276947973stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6947973stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6948423stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948423stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6948423stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6948679stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948679stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6948679stock: 0
2026-03-27 14:38:07 [ecarstrade.be] INFO: Found listing with ID: 6948764stock
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276948764stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:07 [ecarstrade.be] INFO: Scrape type for 6948764stock: 0
2026-03-27 14:38:07 [scrapy.extensions.logstats] INFO: Crawled 68 pages (at 5 pages/min), scraped 45 items (at 1 items/min)
2026-03-27 14:38:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-27 14:38:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:38:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page22?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:38:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:38:14 [ecarstrade.be] INFO: Found listing with ID: 6949801stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949801stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6949801stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6957970stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276957970stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6957970stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6957987stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276957987stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6957987stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6959946stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276959946stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6959946stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6959948stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276959948stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6959948stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6960190stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276960190stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6960190stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6960227stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276960227stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6960227stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6960485stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276960485stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6960485stock: 2
2026-03-27 14:38:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961602stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961602stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961602stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961606stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961606stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961606stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961671stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961671stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961671stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961696stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961696stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961696stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961796stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961796stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961796stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961827stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961827stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961827stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961844stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961844stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961844stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961905stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961905stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961905stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961958stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961958stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961958stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961962stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961962stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961962stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6961977stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276961977stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6961977stock: 0
2026-03-27 14:38:15 [ecarstrade.be] INFO: Found listing with ID: 6962934stock
2026-03-27 14:38:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276962934stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:15 [ecarstrade.be] INFO: Scrape type for 6962934stock: 0
2026-03-27 14:38:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:38:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6960485> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:38:26 [ecarstrade.be] INFO: Extracting details for car 6960485stock
2026-03-27 14:38:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ae3ee8a-51db-51d8-ab06-63b08c09e28a with identifier: 6960485stock
2026-03-27 14:38:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ae3ee8a-51db-51d8-ab06-63b08c09e28a with scrape type 2
2026-03-27 14:38:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ae3ee8a-51db-51d8-ab06-63b08c09e28a with scrape type 2
2026-03-27 14:38:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ae3ee8a-51db-51d8-ab06-63b08c09e28a, identifier: 6960485stock
2026-03-27 14:38:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ae3ee8a-51db-51d8-ab06-63b08c09e28a with identifier: 6960485stock
2026-03-27 14:38:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ae3ee8a-51db-51d8-ab06-63b08c09e28a with identifier: 6960485stock
2026-03-27 14:38:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ae3ee8a-51db-51d8-ab06-63b08c09e28a with identifier: 6960485stock to the API
2026-03-27 14:38:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:38:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:38:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6960485>
{'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': None,
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3ae3ee8a-51db-51d8-ab06-63b08c09e28a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6960485',
'listing': 'auction',
'location': 'France - "WALON Mitry-Mory"',
'make': 'MG',
'model': 'EHS',
'odometer': 105728,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS 1.5 Plug-In Hybrid Luxury Aut. Pano LED-Xenon Virtual Navi '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'transmission': 'automatic',
'trim': '1.5 Plug-In Hybrid Luxury Aut. Pano LED-Xenon Virtual Navi '
'Sport-Leather KeylessGo Camera 360 Klima PDC ...',
'vin': None,
'year': 2023}
2026-03-27 14:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276960485stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:26 [ecarstrade.be] INFO: Saving data for 6960485stock: {'created_time': 1773758265.402396, 'last_price_update_time': 1774622306.904293}
2026-03-27 14:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6960485stock') HTTP/1.1" 204 0
2026-03-27 14:38:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page23?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6962942stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276962942stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6962942stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6963005stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963005stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6963005stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6963006stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963006stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6963006stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6963075stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963075stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6963075stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6963092stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963092stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6963092stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6963160stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963160stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6963160stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6963175stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963175stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6963175stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6964823stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964823stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6964823stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6964893stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964893stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6964893stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6964895stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964895stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6964895stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6964902stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964902stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6964902stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6964903stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964903stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6964903stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6965180stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965180stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6965180stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6965186stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965186stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6965186stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6965209stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965209stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6965209stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6965334stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965334stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6965334stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6966110stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966110stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6966110stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6966336stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966336stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6966336stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6969573stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969573stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6969573stock: 0
2026-03-27 14:38:30 [ecarstrade.be] INFO: Found listing with ID: 6969942stock
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276969942stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:30 [ecarstrade.be] INFO: Scrape type for 6969942stock: 0
2026-03-27 14:38:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:38:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page24?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6970021stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276970021stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6970021stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6971189stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971189stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6971189stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6971207stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971207stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6971207stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6972124stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972124stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6972124stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6972165stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972165stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6972165stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6974836stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974836stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6974836stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6976163stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976163stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6976163stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6976559stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976559stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6976559stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6976648stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976648stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6976648stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6976731stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976731stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6976731stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6977964stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977964stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6977964stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6978744stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978744stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6978744stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6978760stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978760stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6978760stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6978774stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978774stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6978774stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6979306stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979306stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6979306stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6980294stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980294stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6980294stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6980640stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980640stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:37 [ecarstrade.be] INFO: Scrape type for 6980640stock: 0
2026-03-27 14:38:37 [ecarstrade.be] INFO: Found listing with ID: 6981993stock
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981993stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:38 [ecarstrade.be] INFO: Scrape type for 6981993stock: 0
2026-03-27 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 6983045stock
2026-03-27 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983045stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:38 [ecarstrade.be] INFO: Scrape type for 6983045stock: 0
2026-03-27 14:38:38 [ecarstrade.be] INFO: Found listing with ID: 6983050stock
2026-03-27 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:38:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983050stock%27 HTTP/1.1" 200 None
2026-03-27 14:38:38 [ecarstrade.be] INFO: Scrape type for 6983050stock: 0
2026-03-27 14:38:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:07 [scrapy.extensions.logstats] INFO: Crawled 72 pages (at 4 pages/min), scraped 46 items (at 1 items/min)
2026-03-27 14:39:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 290MiB
2026-03-27 14:39:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page25?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983055stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983055stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983055stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983089stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983089stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983089stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983092stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983092stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983092stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983094stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983094stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983094stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983670stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983670stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983670stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983700stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983700stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983700stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6983705stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276983705stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6983705stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6987316stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276987316stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6987316stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6987317stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276987317stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6987317stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6988801stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276988801stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6988801stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6988853stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276988853stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6988853stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 6861328stock
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276861328stock%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 6861328stock: 0
2026-03-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008421auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008421auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 7008421auction111121: 1
2026-03-27 14: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-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008422auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008422auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 7008422auction111121: 1
2026-03-27 14: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-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008425auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008425auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 7008425auction111121: 1
2026-03-27 14: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-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008427auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008427auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 7008427auction111121: 1
2026-03-27 14: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-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008428auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008428auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 7008428auction111121: 1
2026-03-27 14: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-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008429auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008429auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:17 [ecarstrade.be] INFO: Scrape type for 7008429auction111121: 1
2026-03-27 14: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-27 14:39:17 [ecarstrade.be] INFO: Found listing with ID: 7008430auction111121
2026-03-27 14:39:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008430auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:18 [ecarstrade.be] INFO: Scrape type for 7008430auction111121: 1
2026-03-27 14:39:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:18 [ecarstrade.be] INFO: Found listing with ID: 7008431auction111121
2026-03-27 14:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008431auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:18 [ecarstrade.be] INFO: Scrape type for 7008431auction111121: 1
2026-03-27 14:39:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008430> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:27 [ecarstrade.be] INFO: Extracting details for car 7008430auction111121
2026-03-27 14:39:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662a7a18-0e8d-559f-a259-3b2dc49b0344 with identifier: 7008430auction111121
2026-03-27 14:39:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 with scrape type 1
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 662a7a18-0e8d-559f-a259-3b2dc49b0344
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008430%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_001/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008430%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_002/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008432auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008432auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008432auction111121: 1
2026-03-27 14:39:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008430%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_003/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008433auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008433auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008433auction111121: 1
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008430%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_004/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008434auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008434auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008434auction111121: 1
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008430%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_005/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008435auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008435auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008435auction111121: 1
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008430%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609407%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_006/780x0__r.jpg?hash=1774609407 not downloaded yet
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008436auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008436auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008436auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008437auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008437auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008437auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008439auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008439auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008439auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008440auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008440auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008440auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008441auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008441auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008441auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008442auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008442auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008442auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008443auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008443auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008443auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008444auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008444auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008444auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008445auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008445auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008445auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008446auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008446auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008446auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008448auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008448auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008448auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008449auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008449auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008449auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008450auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008450auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008450auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008451auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008451auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008451auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008452auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008452auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008452auction111121: 1
2026-03-27 14:39:27 [ecarstrade.be] INFO: Found listing with ID: 7008453auction111121
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008453auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:27 [ecarstrade.be] INFO: Scrape type for 7008453auction111121: 1
2026-03-27 14:39:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008425> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:28 [ecarstrade.be] INFO: Extracting details for car 7008425auction111121
2026-03-27 14:39:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8f85f89-b010-565b-84b8-5f2ae428b327 with identifier: 7008425auction111121
2026-03-27 14:39:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8f85f89-b010-565b-84b8-5f2ae428b327 with scrape type 1
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f8f85f89-b010-565b-84b8-5f2ae428b327
2026-03-27 14:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008425%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609400%27 HTTP/1.1" 200 None
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_001/780x0__r.jpg?hash=1774609400 not downloaded yet
2026-03-27 14:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008425%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609401%27 HTTP/1.1" 200 None
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_002/780x0__r.jpg?hash=1774609401 not downloaded yet
2026-03-27 14:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008425%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609400%27 HTTP/1.1" 200 None
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_003/780x0__r.jpg?hash=1774609400 not downloaded yet
2026-03-27 14:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008425%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609400%27 HTTP/1.1" 200 None
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_004/780x0__r.jpg?hash=1774609400 not downloaded yet
2026-03-27 14:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008425%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609400%27 HTTP/1.1" 200 None
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_005/780x0__r.jpg?hash=1774609400 not downloaded yet
2026-03-27 14:39:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008425%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609400%27 HTTP/1.1" 200 None
2026-03-27 14:39:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_006/780x0__r.jpg?hash=1774609400 not downloaded yet
2026-03-27 14:39:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008428> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:29 [ecarstrade.be] INFO: Extracting details for car 7008428auction111121
2026-03-27 14:39:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c347f800-cf14-51f7-9f1f-a0a80f84d18f with identifier: 7008428auction111121
2026-03-27 14:39:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c347f800-cf14-51f7-9f1f-a0a80f84d18f with scrape type 1
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c347f800-cf14-51f7-9f1f-a0a80f84d18f
2026-03-27 14:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008428%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609402%27 HTTP/1.1" 200 None
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_001/780x0__r.jpg?hash=1774609402 not downloaded yet
2026-03-27 14:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008428%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609402%27 HTTP/1.1" 200 None
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_002/780x0__r.jpg?hash=1774609402 not downloaded yet
2026-03-27 14:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008428%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609402%27 HTTP/1.1" 200 None
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_003/780x0__r.jpg?hash=1774609402 not downloaded yet
2026-03-27 14:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008428%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609402%27 HTTP/1.1" 200 None
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_004/780x0__r.jpg?hash=1774609402 not downloaded yet
2026-03-27 14:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008428%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609402%27 HTTP/1.1" 200 None
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_005/780x0__r.jpg?hash=1774609402 not downloaded yet
2026-03-27 14:39:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008428%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_006/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008432> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:37 [ecarstrade.be] INFO: Extracting details for car 7008432auction111121
2026-03-27 14:39:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff0a13a0-d78a-5be3-8e97-0db325b0eb8e with identifier: 7008432auction111121
2026-03-27 14:39:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e with scrape type 1
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e
2026-03-27 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008432%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_001/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008432%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_002/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008432%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_003/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008432%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_004/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008432%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_005/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008432%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_006/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:38 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008421> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:42 [ecarstrade.be] INFO: Extracting details for car 7008421auction111121
2026-03-27 14:39:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62596526-cf8b-55c0-b803-29f4d05ee1fa with identifier: 7008421auction111121
2026-03-27 14:39:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62596526-cf8b-55c0-b803-29f4d05ee1fa with scrape type 1
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 62596526-cf8b-55c0-b803-29f4d05ee1fa
2026-03-27 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008421%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609398%27 HTTP/1.1" 200 None
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_001/780x0__r.jpg?hash=1774609398 not downloaded yet
2026-03-27 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008421%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609398%27 HTTP/1.1" 200 None
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_002/780x0__r.jpg?hash=1774609398 not downloaded yet
2026-03-27 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008421%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609398%27 HTTP/1.1" 200 None
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_003/780x0__r.jpg?hash=1774609398 not downloaded yet
2026-03-27 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008421%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609398%27 HTTP/1.1" 200 None
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_004/780x0__r.jpg?hash=1774609398 not downloaded yet
2026-03-27 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008421%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609399%27 HTTP/1.1" 200 None
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_005/780x0__r.jpg?hash=1774609399 not downloaded yet
2026-03-27 14:39:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008421%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609398%27 HTTP/1.1" 200 None
2026-03-27 14:39:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_006/780x0__r.jpg?hash=1774609398 not downloaded yet
2026-03-27 14:39:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008431> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:43 [ecarstrade.be] INFO: Extracting details for car 7008431auction111121
2026-03-27 14:39:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eddc4198-8342-5ae4-885a-420adc2d6637 with identifier: 7008431auction111121
2026-03-27 14:39:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eddc4198-8342-5ae4-885a-420adc2d6637 with scrape type 1
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eddc4198-8342-5ae4-885a-420adc2d6637
2026-03-27 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008431%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609405%27 HTTP/1.1" 200 None
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_001/780x0__r.jpg?hash=1774609405 not downloaded yet
2026-03-27 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008431%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609405%27 HTTP/1.1" 200 None
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_002/780x0__r.jpg?hash=1774609405 not downloaded yet
2026-03-27 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008431%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609405%27 HTTP/1.1" 200 None
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_003/780x0__r.jpg?hash=1774609405 not downloaded yet
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008431%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_004/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008431%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609405%27 HTTP/1.1" 200 None
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_005/780x0__r.jpg?hash=1774609405 not downloaded yet
2026-03-27 14:39:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008431%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609406%27 HTTP/1.1" 200 None
2026-03-27 14:39:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_006/780x0__r.jpg?hash=1774609406 not downloaded yet
2026-03-27 14:39:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008427> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:46 [ecarstrade.be] INFO: Extracting details for car 7008427auction111121
2026-03-27 14:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcd1898e-66ab-5af2-b183-cbd05ed2af69 with identifier: 7008427auction111121
2026-03-27 14:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 with scrape type 1
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bcd1898e-66ab-5af2-b183-cbd05ed2af69
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008427%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_001/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008427%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_002/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008427%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_003/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008427%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_004/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008427%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_005/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008427%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609403%27 HTTP/1.1" 200 None
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_006/780x0__r.jpg?hash=1774609403 not downloaded yet
2026-03-27 14:39:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008434> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:46 [ecarstrade.be] INFO: Extracting details for car 7008434auction111121
2026-03-27 14:39:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b with identifier: 7008434auction111121
2026-03-27 14:39:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b with scrape type 1
2026-03-27 14:39:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b
2026-03-27 14:39:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008434%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_001/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008434%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_002/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008434%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609409%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_003/780x0__r.jpg?hash=1774609409 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008434%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_004/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008434%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_005/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008434%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609408%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_006/780x0__r.jpg?hash=1774609408 not downloaded yet
2026-03-27 14:39:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008433> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item f8f85f89-b010-565b-84b8-5f2ae428b327 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:47 [ecarstrade.be] INFO: Extracting details for car 7008433auction111121
2026-03-27 14:39:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 301da89b-93e6-51e9-8514-e0e61069094b with identifier: 7008433auction111121
2026-03-27 14:39:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 301da89b-93e6-51e9-8514-e0e61069094b with scrape type 1
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 301da89b-93e6-51e9-8514-e0e61069094b
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008433%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609409%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_001/780x0__r.jpg?hash=1774609409 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008433%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609409%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_002/780x0__r.jpg?hash=1774609409 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008433%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609409%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_003/780x0__r.jpg?hash=1774609409 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008433%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609409%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_004/780x0__r.jpg?hash=1774609409 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008433%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_005/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008433%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609409%27 HTTP/1.1" 200 None
2026-03-27 14:39:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_006/780x0__r.jpg?hash=1774609409 not downloaded yet
2026-03-27 14:39:48 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item c347f800-cf14-51f7-9f1f-a0a80f84d18f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:48 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item c347f800-cf14-51f7-9f1f-a0a80f84d18f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:48 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item c347f800-cf14-51f7-9f1f-a0a80f84d18f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008422> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:49 [ecarstrade.be] INFO: Extracting details for car 7008422auction111121
2026-03-27 14:39:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f57f9345-3c84-56cf-8608-fca57af217da with identifier: 7008422auction111121
2026-03-27 14:39:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f57f9345-3c84-56cf-8608-fca57af217da with scrape type 1
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f57f9345-3c84-56cf-8608-fca57af217da
2026-03-27 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008422%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609399%27 HTTP/1.1" 200 None
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_001/780x0__r.jpg?hash=1774609399 not downloaded yet
2026-03-27 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008422%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609400%27 HTTP/1.1" 200 None
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_002/780x0__r.jpg?hash=1774609400 not downloaded yet
2026-03-27 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008422%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609399%27 HTTP/1.1" 200 None
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_003/780x0__r.jpg?hash=1774609399 not downloaded yet
2026-03-27 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008422%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609399%27 HTTP/1.1" 200 None
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_004/780x0__r.jpg?hash=1774609399 not downloaded yet
2026-03-27 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008422%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609399%27 HTTP/1.1" 200 None
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_005/780x0__r.jpg?hash=1774609399 not downloaded yet
2026-03-27 14:39:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008422%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609399%27 HTTP/1.1" 200 None
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_006/780x0__r.jpg?hash=1774609399 not downloaded yet
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:49 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 62596526-cf8b-55c0-b803-29f4d05ee1fa due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 62596526-cf8b-55c0-b803-29f4d05ee1fa due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item eddc4198-8342-5ae4-885a-420adc2d6637 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:50 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 301da89b-93e6-51e9-8514-e0e61069094b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008453> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:51 [ecarstrade.be] INFO: Extracting details for car 7008453auction111121
2026-03-27 14:39:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba551c13-7151-5f4f-8f64-990ef7041105 with identifier: 7008453auction111121
2026-03-27 14:39:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba551c13-7151-5f4f-8f64-990ef7041105 with scrape type 1
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ba551c13-7151-5f4f-8f64-990ef7041105
2026-03-27 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008453%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_001/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008453%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_002/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008453%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_003/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008453%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_004/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008453%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_005/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:39:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008453%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_006/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 301da89b-93e6-51e9-8514-e0e61069094b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:51 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 301da89b-93e6-51e9-8514-e0e61069094b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 301da89b-93e6-51e9-8514-e0e61069094b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 301da89b-93e6-51e9-8514-e0e61069094b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008435> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:52 [ecarstrade.be] INFO: Extracting details for car 7008435auction111121
2026-03-27 14:39:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c12ab1e-7504-5b96-8a55-76f3c46824f2 with identifier: 7008435auction111121
2026-03-27 14:39:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 with scrape type 1
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008435%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_001/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008435%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_002/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008435%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_003/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008429> (referer: https://ecarstrade.com/search/page26?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item f57f9345-3c84-56cf-8608-fca57af217da due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008435%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_004/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008435%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_005/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008435%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_006/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:39:52 [ecarstrade.be] INFO: Extracting details for car 7008429auction111121
2026-03-27 14:39:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23a5ccb0-428b-5544-a9ed-54fde4a76fab with identifier: 7008429auction111121
2026-03-27 14:39:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab with scrape type 1
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008429%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609404%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_001/780x0__r.jpg?hash=1774609404 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008429%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609404%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_002/780x0__r.jpg?hash=1774609404 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008429%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609404%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_003/780x0__r.jpg?hash=1774609404 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008429%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609405%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_004/780x0__r.jpg?hash=1774609405 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008429%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609404%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_005/780x0__r.jpg?hash=1774609404 not downloaded yet
2026-03-27 14:39:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39: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%252F7008429%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609404%27 HTTP/1.1" 200 None
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_006/780x0__r.jpg?hash=1774609404 not downloaded yet
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item f57f9345-3c84-56cf-8608-fca57af217da due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:52 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item f57f9345-3c84-56cf-8608-fca57af217da due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item f57f9345-3c84-56cf-8608-fca57af217da due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:53 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item f57f9345-3c84-56cf-8608-fca57af217da due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f57f9345-3c84-56cf-8608-fca57af217da with identifier: 7008422auction111121
2026-03-27 14:39:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f57f9345-3c84-56cf-8608-fca57af217da with identifier: 7008422auction111121
2026-03-27 14:39:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f57f9345-3c84-56cf-8608-fca57af217da with identifier: 7008422auction111121 to the API
2026-03-27 14:39:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:54 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'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-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'f57f9345-3c84-56cf-8608-fca57af217da',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008422',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '116',
'odometer': 69338,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_001/780x0__r.jpg?hash=1774609399',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_002/780x0__r.jpg?hash=1774609400',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_003/780x0__r.jpg?hash=1774609399',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_004/780x0__r.jpg?hash=1774609399',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_005/780x0__r.jpg?hash=1774609399',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008422/photo_006/780x0__r.jpg?hash=1774609399'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': '1 Berline 116 d 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': '1 Berline d 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008422auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:54 [ecarstrade.be] INFO: Saving data for 7008422auction111121: {'created_time': 1774622394.037944, 'last_price_update_time': 1774622394.037954, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008422auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item f57f9345-3c84-56cf-8608-fca57af217da due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 301da89b-93e6-51e9-8514-e0e61069094b with identifier: 7008433auction111121
2026-03-27 14:39:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 301da89b-93e6-51e9-8514-e0e61069094b with identifier: 7008433auction111121
2026-03-27 14:39:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 301da89b-93e6-51e9-8514-e0e61069094b with identifier: 7008433auction111121 to the API
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:54 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '301da89b-93e6-51e9-8514-e0e61069094b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008433',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 24864,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_001/780x0__r.jpg?hash=1774609409',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_002/780x0__r.jpg?hash=1774609409',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_003/780x0__r.jpg?hash=1774609409',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_004/780x0__r.jpg?hash=1774609409',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_005/780x0__r.jpg?hash=1774609410',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008433/photo_006/780x0__r.jpg?hash=1774609409'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross / 2022 / 5P / SUV MHEV 136 e-DCS6 YOU',
'transmission': 'automatic',
'trim': 'CITROEN / 2022 / 5P / SUV MHEV 136 e-DCS6 YOU',
'vin': None,
'year': 2024}
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008433auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:54 [ecarstrade.be] INFO: Saving data for 7008433auction111121: {'created_time': 1774622394.523129, 'last_price_update_time': 1774622394.523139, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008433auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 301da89b-93e6-51e9-8514-e0e61069094b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item ba551c13-7151-5f4f-8f64-990ef7041105 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item ba551c13-7151-5f4f-8f64-990ef7041105 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item ba551c13-7151-5f4f-8f64-990ef7041105 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item ba551c13-7151-5f4f-8f64-990ef7041105 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:54 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item ba551c13-7151-5f4f-8f64-990ef7041105 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:55 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba551c13-7151-5f4f-8f64-990ef7041105 with identifier: 7008453auction111121
2026-03-27 14:39:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba551c13-7151-5f4f-8f64-990ef7041105 with identifier: 7008453auction111121
2026-03-27 14:39:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba551c13-7151-5f4f-8f64-990ef7041105 with identifier: 7008453auction111121 to the API
2026-03-27 14:39:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:55 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba551c13-7151-5f4f-8f64-990ef7041105',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008453',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 60979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_001/780x0__r.jpg?hash=1774609434',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_002/780x0__r.jpg?hash=1774609434',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_003/780x0__r.jpg?hash=1774609434',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_004/780x0__r.jpg?hash=1774609435',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_005/780x0__r.jpg?hash=1774609434',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008453/photo_006/780x0__r.jpg?hash=1774609434'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-27 14:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008453auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:56 [ecarstrade.be] INFO: Saving data for 7008453auction111121: {'created_time': 1774622396.008439, 'last_price_update_time': 1774622396.008449, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008453auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item ba551c13-7151-5f4f-8f64-990ef7041105 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:56 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23a5ccb0-428b-5544-a9ed-54fde4a76fab with identifier: 7008429auction111121
2026-03-27 14:39:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23a5ccb0-428b-5544-a9ed-54fde4a76fab with identifier: 7008429auction111121
2026-03-27 14:39:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23a5ccb0-428b-5544-a9ed-54fde4a76fab with identifier: 7008429auction111121 to the API
2026-03-27 14:39:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:57 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '23a5ccb0-428b-5544-a9ed-54fde4a76fab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008429',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 62399,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_001/780x0__r.jpg?hash=1774609404',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_002/780x0__r.jpg?hash=1774609404',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_003/780x0__r.jpg?hash=1774609404',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_004/780x0__r.jpg?hash=1774609405',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_005/780x0__r.jpg?hash=1774609404',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008429/photo_006/780x0__r.jpg?hash=1774609404'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-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-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008429auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:57 [ecarstrade.be] INFO: Saving data for 7008429auction111121: {'created_time': 1774622397.031561, 'last_price_update_time': 1774622397.031571, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008429auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 23a5ccb0-428b-5544-a9ed-54fde4a76fab due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c12ab1e-7504-5b96-8a55-76f3c46824f2 with identifier: 7008435auction111121
2026-03-27 14:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c12ab1e-7504-5b96-8a55-76f3c46824f2 with identifier: 7008435auction111121
2026-03-27 14:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c12ab1e-7504-5b96-8a55-76f3c46824f2 with identifier: 7008435auction111121 to the API
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:57 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 220,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '4c12ab1e-7504-5b96-8a55-76f3c46824f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008435',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Fiat',
'model': 'Ducato',
'odometer': 100831,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_001/780x0__r.jpg?hash=1774609410',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_002/780x0__r.jpg?hash=1774609410',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_003/780x0__r.jpg?hash=1774609410',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_004/780x0__r.jpg?hash=1774609410',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_005/780x0__r.jpg?hash=1774609410',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008435/photo_006/780x0__r.jpg?hash=1774609410'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': None,
'seller_name': None,
'title': 'FIAT Ducato / 2014 / 4P / Fourgon tôlé 2.3 Multijet 120 3.0 C H1 '
'Business',
'transmission': 'manual',
'trim': 'FIAT / 2014 / 4P / Fourgon tôlé 2.3 Multijet 120 3.0 C H1 Business',
'vin': None,
'year': 2021}
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008435auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:57 [ecarstrade.be] INFO: Saving data for 7008435auction111121: {'created_time': 1774622397.376833, 'last_price_update_time': 1774622397.376846, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008435auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 4c12ab1e-7504-5b96-8a55-76f3c46824f2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b with identifier: 7008434auction111121
2026-03-27 14:39:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b with identifier: 7008434auction111121
2026-03-27 14:39:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b with identifier: 7008434auction111121 to the API
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:58 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '7b50ab7a-097b-56ac-b1b7-7a80c9aa434b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008434',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 78011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_001/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_002/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_003/780x0__r.jpg?hash=1774609409',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_004/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_005/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008434/photo_006/780x0__r.jpg?hash=1774609408'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA Formentor / 2020 / 5P / SUV 1.5 TSI 150ch DSG7 Business '
'Edition',
'transmission': 'automatic',
'trim': 'CUPRA / 2020 / 5P / SUV 1.5 TSI 150ch DSG7 Business Edition',
'vin': None,
'year': 2024}
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008434auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:58 [ecarstrade.be] INFO: Saving data for 7008434auction111121: {'created_time': 1774622398.089372, 'last_price_update_time': 1774622398.089383, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008434auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 7b50ab7a-097b-56ac-b1b7-7a80c9aa434b due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcd1898e-66ab-5af2-b183-cbd05ed2af69 with identifier: 7008427auction111121
2026-03-27 14:39:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcd1898e-66ab-5af2-b183-cbd05ed2af69 with identifier: 7008427auction111121
2026-03-27 14:39:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcd1898e-66ab-5af2-b183-cbd05ed2af69 with identifier: 7008427auction111121 to the API
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:58 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'bcd1898e-66ab-5af2-b183-cbd05ed2af69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008427',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X2',
'odometer': 5498,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_001/780x0__r.jpg?hash=1774609403',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_002/780x0__r.jpg?hash=1774609403',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_003/780x0__r.jpg?hash=1774609403',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_004/780x0__r.jpg?hash=1774609403',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_005/780x0__r.jpg?hash=1774609403',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008427/photo_006/780x0__r.jpg?hash=1774609403'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5498,
'seller_name': None,
'title': 'X2 sDrive 18i Lounge 1.5 135CV BVM6 E6d / BATTERIE 12V NEUVE',
'transmission': 'manual',
'trim': 'sDrive 18i Lounge 1.5 135CV BVM6 E6d / BATTERIE 12V NEUVE',
'vin': None,
'year': 2023}
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008427auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:58 [ecarstrade.be] INFO: Saving data for 7008427auction111121: {'created_time': 1774622398.425531, 'last_price_update_time': 1774622398.425541, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008427auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item eddc4198-8342-5ae4-885a-420adc2d6637 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item bcd1898e-66ab-5af2-b183-cbd05ed2af69 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item eddc4198-8342-5ae4-885a-420adc2d6637 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item eddc4198-8342-5ae4-885a-420adc2d6637 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item eddc4198-8342-5ae4-885a-420adc2d6637 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eddc4198-8342-5ae4-885a-420adc2d6637 with identifier: 7008431auction111121
2026-03-27 14:39:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eddc4198-8342-5ae4-885a-420adc2d6637 with identifier: 7008431auction111121
2026-03-27 14:39:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eddc4198-8342-5ae4-885a-420adc2d6637 with identifier: 7008431auction111121 to the API
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:39:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:39:59 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'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-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'eddc4198-8342-5ae4-885a-420adc2d6637',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008431',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C3',
'odometer': 105100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_001/780x0__r.jpg?hash=1774609405',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_002/780x0__r.jpg?hash=1774609405',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_003/780x0__r.jpg?hash=1774609405',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_004/780x0__r.jpg?hash=1774609406',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_005/780x0__r.jpg?hash=1774609405',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008431/photo_006/780x0__r.jpg?hash=1774609406'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'C3 Feel Business 1.5 BlueHDI 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Feel Business 1.5 BlueHDI 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-27 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008431auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:39:59 [ecarstrade.be] INFO: Saving data for 7008431auction111121: {'created_time': 1774622399.102883, 'last_price_update_time': 1774622399.102894, 'auction_closing_time': 1774699200.0}
2026-03-27 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:39:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008431auction111121') HTTP/1.1" 204 0
2026-03-27 14:39:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item eddc4198-8342-5ae4-885a-420adc2d6637 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 62596526-cf8b-55c0-b803-29f4d05ee1fa due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 62596526-cf8b-55c0-b803-29f4d05ee1fa due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:59 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 62596526-cf8b-55c0-b803-29f4d05ee1fa due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:39:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:39:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62596526-cf8b-55c0-b803-29f4d05ee1fa with identifier: 7008421auction111121
2026-03-27 14:39:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62596526-cf8b-55c0-b803-29f4d05ee1fa with identifier: 7008421auction111121
2026-03-27 14:39:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62596526-cf8b-55c0-b803-29f4d05ee1fa with identifier: 7008421auction111121 to the API
2026-03-27 14:39:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:00 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'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-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '62596526-cf8b-55c0-b803-29f4d05ee1fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008421',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'Q3',
'odometer': 58284,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_001/780x0__r.jpg?hash=1774609398',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_002/780x0__r.jpg?hash=1774609398',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_003/780x0__r.jpg?hash=1774609398',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_004/780x0__r.jpg?hash=1774609398',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_005/780x0__r.jpg?hash=1774609399',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008421/photo_006/780x0__r.jpg?hash=1774609398'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q3 / 2018 / 5P / SUV 45 TFSI E 245 S TRONIC',
'transmission': 'automatic',
'trim': 'AUDI / 2018 / 5P / SUV 45 TFSI E 245 S TRONIC',
'vin': None,
'year': 2023}
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008421auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:00 [ecarstrade.be] INFO: Saving data for 7008421auction111121: {'created_time': 1774622400.169406, 'last_price_update_time': 1774622400.169416, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008421auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 62596526-cf8b-55c0-b803-29f4d05ee1fa due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff0a13a0-d78a-5be3-8e97-0db325b0eb8e with identifier: 7008432auction111121
2026-03-27 14:40:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff0a13a0-d78a-5be3-8e97-0db325b0eb8e with identifier: 7008432auction111121
2026-03-27 14:40:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff0a13a0-d78a-5be3-8e97-0db325b0eb8e with identifier: 7008432auction111121 to the API
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:00 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'ff0a13a0-d78a-5be3-8e97-0db325b0eb8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008432',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 24666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_001/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_002/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_003/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_004/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_005/780x0__r.jpg?hash=1774609408',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008432/photo_006/780x0__r.jpg?hash=1774609408'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'C3 Société Feel Business R 1.5 BlueHDI 100CV BVM6 6E',
'transmission': 'manual',
'trim': 'Société Feel Business R 1.5 BlueHDI 100CV BVM6 6E',
'vin': None,
'year': 2023}
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008432auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:00 [ecarstrade.be] INFO: Saving data for 7008432auction111121: {'created_time': 1774622400.577285, 'last_price_update_time': 1774622400.577296, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008432auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item c347f800-cf14-51f7-9f1f-a0a80f84d18f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item c347f800-cf14-51f7-9f1f-a0a80f84d18f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item ff0a13a0-d78a-5be3-8e97-0db325b0eb8e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c347f800-cf14-51f7-9f1f-a0a80f84d18f with identifier: 7008428auction111121
2026-03-27 14:40:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c347f800-cf14-51f7-9f1f-a0a80f84d18f with identifier: 7008428auction111121
2026-03-27 14:40:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c347f800-cf14-51f7-9f1f-a0a80f84d18f with identifier: 7008428auction111121 to the API
2026-03-27 14:40:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:01 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c347f800-cf14-51f7-9f1f-a0a80f84d18f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008428',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_001/780x0__r.jpg?hash=1774609402',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_002/780x0__r.jpg?hash=1774609402',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_003/780x0__r.jpg?hash=1774609402',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_004/780x0__r.jpg?hash=1774609402',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_005/780x0__r.jpg?hash=1774609402',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008428/photo_006/780x0__r.jpg?hash=1774609403'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'CITROEN Berlingo Van / 2018 / 4P / Fourgonnette Taille M 650kg '
'BlueHDi 130 S&S BVM6',
'transmission': 'manual',
'trim': 'CITROEN Van / 2018 / 4P / Fourgonnette Taille M 650kg BlueHDi 130 '
'S&S BVM6',
'vin': None,
'year': 2025}
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008428auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:01 [ecarstrade.be] INFO: Saving data for 7008428auction111121: {'created_time': 1774622401.383779, 'last_price_update_time': 1774622401.383792, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008428auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item c347f800-cf14-51f7-9f1f-a0a80f84d18f due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item f8f85f89-b010-565b-84b8-5f2ae428b327 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item f8f85f89-b010-565b-84b8-5f2ae428b327 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item f8f85f89-b010-565b-84b8-5f2ae428b327 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:01 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item f8f85f89-b010-565b-84b8-5f2ae428b327 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8f85f89-b010-565b-84b8-5f2ae428b327 with identifier: 7008425auction111121
2026-03-27 14:40:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8f85f89-b010-565b-84b8-5f2ae428b327 with identifier: 7008425auction111121
2026-03-27 14:40:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8f85f89-b010-565b-84b8-5f2ae428b327 with identifier: 7008425auction111121 to the API
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:01 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f8f85f89-b010-565b-84b8-5f2ae428b327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008425',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 119153,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_001/780x0__r.jpg?hash=1774609400',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_002/780x0__r.jpg?hash=1774609401',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_003/780x0__r.jpg?hash=1774609400',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_004/780x0__r.jpg?hash=1774609400',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_005/780x0__r.jpg?hash=1774609400',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008425/photo_006/780x0__r.jpg?hash=1774609400'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Berlingo Feel M 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Feel M 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008425auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:01 [ecarstrade.be] INFO: Saving data for 7008425auction111121: {'created_time': 1774622401.980836, 'last_price_update_time': 1774622401.980848, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008425auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:02 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item f8f85f89-b010-565b-84b8-5f2ae428b327 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008454auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008454auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008454auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008455auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008455auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008455auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008456auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008456auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008456auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008457auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008457auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008457auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008458auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008458auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008458auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008459auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008459auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008459auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008461auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008461auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008461auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008462auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008462auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008462auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008463auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008463auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008463auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008464auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008464auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008464auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008465auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008465auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008465auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 7008467auction111121
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008467auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 7008467auction111121: 1
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6493461auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276493461auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6493461auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6532089auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276532089auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6532089auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6581203auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276581203auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6581203auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6609305auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276609305auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6609305auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6660338auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276660338auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6660338auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6756803auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276756803auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6756803auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6778495auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778495auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6778495auction87925: 0
2026-03-27 14:40:02 [ecarstrade.be] INFO: Found listing with ID: 6778496auction87925
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778496auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:40:02 [ecarstrade.be] INFO: Scrape type for 6778496auction87925: 0
2026-03-27 14:40:07 [scrapy.extensions.logstats] INFO: Crawled 88 pages (at 16 pages/min), scraped 58 items (at 12 items/min)
2026-03-27 14:40:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:40:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008449> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:12 [ecarstrade.be] INFO: Extracting details for car 7008449auction111121
2026-03-27 14:40:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf6ab437-53a3-5048-814a-be476d614bc3 with identifier: 7008449auction111121
2026-03-27 14:40:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf6ab437-53a3-5048-814a-be476d614bc3 with scrape type 1
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bf6ab437-53a3-5048-814a-be476d614bc3
2026-03-27 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008449%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609427%27 HTTP/1.1" 200 None
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_001/780x0__r.jpg?hash=1774609427 not downloaded yet
2026-03-27 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008449%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609427%27 HTTP/1.1" 200 None
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_002/780x0__r.jpg?hash=1774609427 not downloaded yet
2026-03-27 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008449%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609426%27 HTTP/1.1" 200 None
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_003/780x0__r.jpg?hash=1774609426 not downloaded yet
2026-03-27 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008449%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609426%27 HTTP/1.1" 200 None
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_004/780x0__r.jpg?hash=1774609426 not downloaded yet
2026-03-27 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008449%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609426%27 HTTP/1.1" 200 None
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_005/780x0__r.jpg?hash=1774609426 not downloaded yet
2026-03-27 14:40:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008449%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609428%27 HTTP/1.1" 200 None
2026-03-27 14:40:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_006/780x0__r.jpg?hash=1774609428 not downloaded yet
2026-03-27 14:40:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008451> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:21 [ecarstrade.be] INFO: Extracting details for car 7008451auction111121
2026-03-27 14:40:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: db3f6e63-9086-51d3-b59f-f230a98a54e2 with identifier: 7008451auction111121
2026-03-27 14:40:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item db3f6e63-9086-51d3-b59f-f230a98a54e2 with scrape type 1
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item db3f6e63-9086-51d3-b59f-f230a98a54e2
2026-03-27 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008451%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_001/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008451%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_002/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008451%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_003/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008451%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_004/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008451%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_005/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008451%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609431%27 HTTP/1.1" 200 None
2026-03-27 14:40:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_006/780x0__r.jpg?hash=1774609431 not downloaded yet
2026-03-27 14:40:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008443> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:22 [ecarstrade.be] INFO: Extracting details for car 7008443auction111121
2026-03-27 14:40:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654 with identifier: 7008443auction111121
2026-03-27 14:40:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654 with scrape type 1
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654
2026-03-27 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008443%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_001/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008443%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_002/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008443%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_003/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008443%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_004/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008443%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_005/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008443%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_006/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008448> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:23 [ecarstrade.be] INFO: Extracting details for car 7008448auction111121
2026-03-27 14:40:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 23edabc5-78b8-5602-a721-46207d20927e with identifier: 7008448auction111121
2026-03-27 14:40:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 23edabc5-78b8-5602-a721-46207d20927e with scrape type 1
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 23edabc5-78b8-5602-a721-46207d20927e
2026-03-27 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008448%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609423%27 HTTP/1.1" 200 None
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_001/780x0__r.jpg?hash=1774609423 not downloaded yet
2026-03-27 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008448%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609423%27 HTTP/1.1" 200 None
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_002/780x0__r.jpg?hash=1774609423 not downloaded yet
2026-03-27 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008448%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609424%27 HTTP/1.1" 200 None
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_003/780x0__r.jpg?hash=1774609424 not downloaded yet
2026-03-27 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008448%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609424%27 HTTP/1.1" 200 None
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_004/780x0__r.jpg?hash=1774609424 not downloaded yet
2026-03-27 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008448%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609425%27 HTTP/1.1" 200 None
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_005/780x0__r.jpg?hash=1774609425 not downloaded yet
2026-03-27 14:40:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008448%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609424%27 HTTP/1.1" 200 None
2026-03-27 14:40:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_006/780x0__r.jpg?hash=1774609424 not downloaded yet
2026-03-27 14:40:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008446> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:29 [ecarstrade.be] INFO: Extracting details for car 7008446auction111121
2026-03-27 14:40:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc17680e-99bd-5136-8fe7-31da8fcfa969 with identifier: 7008446auction111121
2026-03-27 14:40:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc17680e-99bd-5136-8fe7-31da8fcfa969 with scrape type 1
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008446%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609423%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_001/780x0__r.jpg?hash=1774609423 not downloaded yet
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008446%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609422%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_002/780x0__r.jpg?hash=1774609422 not downloaded yet
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008446%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609422%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_003/780x0__r.jpg?hash=1774609422 not downloaded yet
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008446%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609423%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_004/780x0__r.jpg?hash=1774609423 not downloaded yet
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008446%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609423%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_005/780x0__r.jpg?hash=1774609423 not downloaded yet
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008446%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609423%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_006/780x0__r.jpg?hash=1774609423 not downloaded yet
2026-03-27 14:40:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008445> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:29 [ecarstrade.be] INFO: Extracting details for car 7008445auction111121
2026-03-27 14:40:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b09db44-972c-5bf8-9d19-b0e2646d40dc with identifier: 7008445auction111121
2026-03-27 14:40:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b09db44-972c-5bf8-9d19-b0e2646d40dc with scrape type 1
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008445%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609421%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_001/780x0__r.jpg?hash=1774609421 not downloaded yet
2026-03-27 14:40:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008445%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609421%27 HTTP/1.1" 200 None
2026-03-27 14:40:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_002/780x0__r.jpg?hash=1774609421 not downloaded yet
2026-03-27 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008445%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609421%27 HTTP/1.1" 200 None
2026-03-27 14:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_003/780x0__r.jpg?hash=1774609421 not downloaded yet
2026-03-27 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008445%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609422%27 HTTP/1.1" 200 None
2026-03-27 14:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_004/780x0__r.jpg?hash=1774609422 not downloaded yet
2026-03-27 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008445%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609422%27 HTTP/1.1" 200 None
2026-03-27 14:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_005/780x0__r.jpg?hash=1774609422 not downloaded yet
2026-03-27 14:40:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008445%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609422%27 HTTP/1.1" 200 None
2026-03-27 14:40:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_006/780x0__r.jpg?hash=1774609422 not downloaded yet
2026-03-27 14:40:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008440> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:32 [ecarstrade.be] INFO: Extracting details for car 7008440auction111121
2026-03-27 14:40:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928f3799-7dd6-5854-bd2c-ee42d8d1ed58 with identifier: 7008440auction111121
2026-03-27 14:40:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58 with scrape type 1
2026-03-27 14:40:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58
2026-03-27 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008440%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609415%27 HTTP/1.1" 200 None
2026-03-27 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_001/780x0__r.jpg?hash=1774609415 not downloaded yet
2026-03-27 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008440%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609415%27 HTTP/1.1" 200 None
2026-03-27 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_002/780x0__r.jpg?hash=1774609415 not downloaded yet
2026-03-27 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008440%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609415%27 HTTP/1.1" 200 None
2026-03-27 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_003/780x0__r.jpg?hash=1774609415 not downloaded yet
2026-03-27 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008440%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609415%27 HTTP/1.1" 200 None
2026-03-27 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_004/780x0__r.jpg?hash=1774609415 not downloaded yet
2026-03-27 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008440%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609415%27 HTTP/1.1" 200 None
2026-03-27 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_005/780x0__r.jpg?hash=1774609415 not downloaded yet
2026-03-27 14:40:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008440%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609416%27 HTTP/1.1" 200 None
2026-03-27 14:40:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_006/780x0__r.jpg?hash=1774609416 not downloaded yet
2026-03-27 14:40:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008452> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:35 [ecarstrade.be] INFO: Extracting details for car 7008452auction111121
2026-03-27 14:40:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 with identifier: 7008452auction111121
2026-03-27 14:40:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 with scrape type 1
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008452%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_001/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008452%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_002/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008452%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_003/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008452%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_004/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008452%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_005/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:40:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008452%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609434%27 HTTP/1.1" 200 None
2026-03-27 14:40:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_006/780x0__r.jpg?hash=1774609434 not downloaded yet
2026-03-27 14:40:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008450> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:36 [ecarstrade.be] INFO: Extracting details for car 7008450auction111121
2026-03-27 14:40:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e483784f-e71d-516c-a806-e5f598bde267 with identifier: 7008450auction111121
2026-03-27 14:40:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e483784f-e71d-516c-a806-e5f598bde267 with scrape type 1
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008450%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609431%27 HTTP/1.1" 200 None
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_001/780x0__r.jpg?hash=1774609431 not downloaded yet
2026-03-27 14:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008450%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_002/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008450%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_003/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008450%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_004/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008450%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_005/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008450%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609430%27 HTTP/1.1" 200 None
2026-03-27 14:40:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_006/780x0__r.jpg?hash=1774609430 not downloaded yet
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item bf6ab437-53a3-5048-814a-be476d614bc3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_006/780x0__r.jpg?hash=1774609431> (referer: https://ecarstrade.com/cars/7008451)
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_006/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008443)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item db3f6e63-9086-51d3-b59f-f230a98a54e2
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_006/780x0__r.jpg?hash=1774609424> (referer: https://ecarstrade.com/cars/7008448)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_006/780x0__r.jpg?hash=1774609423> (referer: https://ecarstrade.com/cars/7008446)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 23edabc5-78b8-5602-a721-46207d20927e
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_006/780x0__r.jpg?hash=1774609422> (referer: https://ecarstrade.com/cars/7008445)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_006/780x0__r.jpg?hash=1774609416> (referer: https://ecarstrade.com/cars/7008440)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_006/780x0__r.jpg?hash=1774609434> (referer: https://ecarstrade.com/cars/7008452)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_005/780x0__r.jpg?hash=1774609434> (referer: https://ecarstrade.com/cars/7008452)
2026-03-27 14:40:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_006/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008450)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_005/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008450)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_004/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008450)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_003/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008450)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_002/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008450)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_001/780x0__r.jpg?hash=1774609431> (referer: https://ecarstrade.com/cars/7008450)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_004/780x0__r.jpg?hash=1774609434> (referer: https://ecarstrade.com/cars/7008452)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e483784f-e71d-516c-a806-e5f598bde267
2026-03-27 14:40:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e483784f-e71d-516c-a806-e5f598bde267, skipping ID generation
2026-03-27 14:40:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e483784f-e71d-516c-a806-e5f598bde267 with scrape type 1
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e483784f-e71d-516c-a806-e5f598bde267 sending to next pipeline
2026-03-27 14:40:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e483784f-e71d-516c-a806-e5f598bde267, identifier: 7008450auction111121
2026-03-27 14:40:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e483784f-e71d-516c-a806-e5f598bde267 with identifier: 7008450auction111121
2026-03-27 14:40:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e483784f-e71d-516c-a806-e5f598bde267 with identifier: 7008450auction111121
2026-03-27 14:40:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e483784f-e71d-516c-a806-e5f598bde267 with identifier: 7008450auction111121 to the API
2026-03-27 14:40:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008450/photo_001/780x0__r.jpg?hash=1774609431>
{'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-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e483784f-e71d-516c-a806-e5f598bde267',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008450',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '508',
'odometer': 38320,
'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 508 / 2018 / 5P / Berline HYBRID 225 E-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2018 / 5P / Berline HYBRID 225 E-EAT8 Allure Pack',
'vin': None,
'year': 2022}
2026-03-27 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008450auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:38 [ecarstrade.be] INFO: Saving data for 7008450auction111121: {'created_time': 1774622438.873889, 'last_price_update_time': 1774622438.873898, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008450auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_003/780x0__r.jpg?hash=1774609434> (referer: https://ecarstrade.com/cars/7008452)
2026-03-27 14:40:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_002/780x0__r.jpg?hash=1774609434> (referer: https://ecarstrade.com/cars/7008452)
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_001/780x0__r.jpg?hash=1774609434> (referer: https://ecarstrade.com/cars/7008452)
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_005/780x0__r.jpg?hash=1774609415> (referer: https://ecarstrade.com/cars/7008440)
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10
2026-03-27 14:40:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4a5932a-2a1c-5917-8d0a-c7e73ea54e10, skipping ID generation
2026-03-27 14:40:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 with scrape type 1
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 sending to next pipeline
2026-03-27 14:40:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4a5932a-2a1c-5917-8d0a-c7e73ea54e10, identifier: 7008452auction111121
2026-03-27 14:40:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 with identifier: 7008452auction111121
2026-03-27 14:40:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 with identifier: 7008452auction111121
2026-03-27 14:40:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4a5932a-2a1c-5917-8d0a-c7e73ea54e10 with identifier: 7008452auction111121 to the API
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008452/photo_001/780x0__r.jpg?hash=1774609434>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'c4a5932a-2a1c-5917-8d0a-c7e73ea54e10',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008452',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 40316,
'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': 2,
'seller_name': None,
'title': 'PEUGEOT Expert / 2016 / 4P / Fourgon tôlé 2.0 BHDI 145 AUTO S&S '
'TAILLE M',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2016 / 4P / Fourgon tôlé 2.0 BHDI 145 AUTO S&S TAILLE M',
'vin': None,
'year': 2023}
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008452auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [ecarstrade.be] INFO: Saving data for 7008452auction111121: {'created_time': 1774622439.628683, 'last_price_update_time': 1774622439.628696, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008452auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_004/780x0__r.jpg?hash=1774609415> (referer: https://ecarstrade.com/cars/7008440)
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008441> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008436> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_003/780x0__r.jpg?hash=1774609415> (referer: https://ecarstrade.com/cars/7008440)
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58
2026-03-27 14:40:39 [ecarstrade.be] INFO: Extracting details for car 7008441auction111121
2026-03-27 14:40:39 [ecarstrade.be] INFO: Extracting details for car 7008436auction111121
2026-03-27 14:40:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf7c618f-1838-5209-8b56-42074be9b6c2 with identifier: 7008441auction111121
2026-03-27 14:40:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf7c618f-1838-5209-8b56-42074be9b6c2 with scrape type 1
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cf7c618f-1838-5209-8b56-42074be9b6c2
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008441%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_001/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_005/780x0__r.jpg?hash=1774609422> (referer: https://ecarstrade.com/cars/7008445)
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008441%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_002/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29d7a591-8987-57b2-aecb-61d464c60a1c with identifier: 7008436auction111121
2026-03-27 14:40:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d7a591-8987-57b2-aecb-61d464c60a1c with scrape type 1
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008436%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609411%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_001/780x0__r.jpg?hash=1774609411 not downloaded yet
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_002/780x0__r.jpg?hash=1774609415> (referer: https://ecarstrade.com/cars/7008440)
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008441%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_003/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008436%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609411%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_002/780x0__r.jpg?hash=1774609411 not downloaded yet
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008441%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_004/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008436%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609410%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_003/780x0__r.jpg?hash=1774609410 not downloaded yet
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008441%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_005/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008436%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609411%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_004/780x0__r.jpg?hash=1774609411 not downloaded yet
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_004/780x0__r.jpg?hash=1774609422> (referer: https://ecarstrade.com/cars/7008445)
2026-03-27 14:40:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_003/780x0__r.jpg?hash=1774609421> (referer: https://ecarstrade.com/cars/7008445)
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008441%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609419%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_006/780x0__r.jpg?hash=1774609419 not downloaded yet
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008436%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609411%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_005/780x0__r.jpg?hash=1774609411 not downloaded yet
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008436%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609411%27 HTTP/1.1" 200 None
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_006/780x0__r.jpg?hash=1774609411 not downloaded yet
2026-03-27 14:40:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_001/780x0__r.jpg?hash=1774609421> (referer: https://ecarstrade.com/cars/7008445)
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_002/780x0__r.jpg?hash=1774609421> (referer: https://ecarstrade.com/cars/7008445)
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_005/780x0__r.jpg?hash=1774609423> (referer: https://ecarstrade.com/cars/7008446)
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_003/780x0__r.jpg?hash=1774609422> (referer: https://ecarstrade.com/cars/7008446)
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_004/780x0__r.jpg?hash=1774609423> (referer: https://ecarstrade.com/cars/7008446)
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_002/780x0__r.jpg?hash=1774609422> (referer: https://ecarstrade.com/cars/7008446)
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b09db44-972c-5bf8-9d19-b0e2646d40dc
2026-03-27 14:40:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b09db44-972c-5bf8-9d19-b0e2646d40dc, skipping ID generation
2026-03-27 14:40:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b09db44-972c-5bf8-9d19-b0e2646d40dc with scrape type 1
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b09db44-972c-5bf8-9d19-b0e2646d40dc sending to next pipeline
2026-03-27 14:40:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b09db44-972c-5bf8-9d19-b0e2646d40dc, identifier: 7008445auction111121
2026-03-27 14:40:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b09db44-972c-5bf8-9d19-b0e2646d40dc with identifier: 7008445auction111121
2026-03-27 14:40:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b09db44-972c-5bf8-9d19-b0e2646d40dc with identifier: 7008445auction111121
2026-03-27 14:40:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b09db44-972c-5bf8-9d19-b0e2646d40dc with identifier: 7008445auction111121 to the API
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008445/photo_002/780x0__r.jpg?hash=1774609421>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '0b09db44-972c-5bf8-9d19-b0e2646d40dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008445',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 75477,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '208 Allure Business 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Allure Business 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008445auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:40 [ecarstrade.be] INFO: Saving data for 7008445auction111121: {'created_time': 1774622440.746589, 'last_price_update_time': 1774622440.7466, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008445auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_001/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008441)
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_001/780x0__r.jpg?hash=1774609411> (referer: https://ecarstrade.com/cars/7008436)
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_004/780x0__r.jpg?hash=1774609411> (referer: https://ecarstrade.com/cars/7008436)
2026-03-27 14:40:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 928f3799-7dd6-5854-bd2c-ee42d8d1ed58 with identifier: 7008440auction111121
2026-03-27 14:40:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 928f3799-7dd6-5854-bd2c-ee42d8d1ed58 with identifier: 7008440auction111121
2026-03-27 14:40:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 928f3799-7dd6-5854-bd2c-ee42d8d1ed58 with identifier: 7008440auction111121 to the API
2026-03-27 14:40:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:41 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Electric',
'id': '928f3799-7dd6-5854-bd2c-ee42d8d1ed58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008440',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 97798,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_001/780x0__r.jpg?hash=1774609415',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_002/780x0__r.jpg?hash=1774609415',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_003/780x0__r.jpg?hash=1774609415',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_004/780x0__r.jpg?hash=1774609415',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_005/780x0__r.jpg?hash=1774609415',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008440/photo_006/780x0__r.jpg?hash=1774609416'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Leaf / 2017 / 5P / Berline 62 kWh 217ch Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Berline 62 kWh 217ch Business+',
'vin': None,
'year': 2020}
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008440auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [ecarstrade.be] INFO: Saving data for 7008440auction111121: {'created_time': 1774622441.453618, 'last_price_update_time': 1774622441.453628, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008440auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cf7c618f-1838-5209-8b56-42074be9b6c2
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_006/780x0__r.jpg?hash=1774609411> (referer: https://ecarstrade.com/cars/7008436)
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_005/780x0__r.jpg?hash=1774609411> (referer: https://ecarstrade.com/cars/7008436)
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 928f3799-7dd6-5854-bd2c-ee42d8d1ed58 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008444> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_006/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008441)
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_002/780x0__r.jpg?hash=1774609411> (referer: https://ecarstrade.com/cars/7008436)
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_003/780x0__r.jpg?hash=1774609410> (referer: https://ecarstrade.com/cars/7008436)
2026-03-27 14:40:41 [ecarstrade.be] INFO: Extracting details for car 7008444auction111121
2026-03-27 14:40:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89316b79-3216-5574-9b7b-b37bd750edf0 with identifier: 7008444auction111121
2026-03-27 14:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89316b79-3216-5574-9b7b-b37bd750edf0 with scrape type 1
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 89316b79-3216-5574-9b7b-b37bd750edf0
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008444%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_001/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_003/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008441)
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008444%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_002/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008444%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_003/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_002/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008441)
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008444%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_004/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cf7c618f-1838-5209-8b56-42074be9b6c2
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_005/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008441)
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008444%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_005/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_001/780x0__r.jpg?hash=1774609423> (referer: https://ecarstrade.com/cars/7008446)
2026-03-27 14:40:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008442> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 29d7a591-8987-57b2-aecb-61d464c60a1c
2026-03-27 14:40:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 29d7a591-8987-57b2-aecb-61d464c60a1c, skipping ID generation
2026-03-27 14:40:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29d7a591-8987-57b2-aecb-61d464c60a1c with scrape type 1
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 29d7a591-8987-57b2-aecb-61d464c60a1c sending to next pipeline
2026-03-27 14:40:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29d7a591-8987-57b2-aecb-61d464c60a1c, identifier: 7008436auction111121
2026-03-27 14:40:41 [ecarstrade.be] INFO: Extracting details for car 7008442auction111121
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008444%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609420%27 HTTP/1.1" 200 None
2026-03-27 14:40:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_006/780x0__r.jpg?hash=1774609420 not downloaded yet
2026-03-27 14:40:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29d7a591-8987-57b2-aecb-61d464c60a1c with identifier: 7008436auction111121
2026-03-27 14:40:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29d7a591-8987-57b2-aecb-61d464c60a1c with identifier: 7008436auction111121
2026-03-27 14:40:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29d7a591-8987-57b2-aecb-61d464c60a1c with identifier: 7008436auction111121 to the API
2026-03-27 14:40:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008436/photo_003/780x0__r.jpg?hash=1774609410>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '29d7a591-8987-57b2-aecb-61d464c60a1c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008436',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Focus',
'odometer': 123588,
'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': 'FORD Focus SW / 2018 / 5P / Break SW-1.0 EcoBoost 125 mHEV Trend '
'Business',
'transmission': 'manual',
'trim': 'FORD SW / 2018 / 5P / Break SW-1.0 EcoBoost 125 mHEV Trend Business',
'vin': None,
'year': 2021}
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008436auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [ecarstrade.be] INFO: Saving data for 7008436auction111121: {'created_time': 1774622442.209683, 'last_price_update_time': 1774622442.209693, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008436auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_005/780x0__r.jpg?hash=1774609425> (referer: https://ecarstrade.com/cars/7008448)
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_003/780x0__r.jpg?hash=1774609424> (referer: https://ecarstrade.com/cars/7008448)
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cf7c618f-1838-5209-8b56-42074be9b6c2
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cf7c618f-1838-5209-8b56-42074be9b6c2
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cf7c618f-1838-5209-8b56-42074be9b6c2
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc17680e-99bd-5136-8fe7-31da8fcfa969
2026-03-27 14:40:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc17680e-99bd-5136-8fe7-31da8fcfa969, skipping ID generation
2026-03-27 14:40:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc17680e-99bd-5136-8fe7-31da8fcfa969 with scrape type 1
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc17680e-99bd-5136-8fe7-31da8fcfa969 sending to next pipeline
2026-03-27 14:40:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc17680e-99bd-5136-8fe7-31da8fcfa969, identifier: 7008446auction111121
2026-03-27 14:40:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b862602-68d5-5aaf-8d7d-63c866b33b05 with identifier: 7008442auction111121
2026-03-27 14:40:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b862602-68d5-5aaf-8d7d-63c866b33b05 with scrape type 1
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008442%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609416%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_001/780x0__r.jpg?hash=1774609416 not downloaded yet
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_004/780x0__r.jpg?hash=1774609424> (referer: https://ecarstrade.com/cars/7008448)
2026-03-27 14:40:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc17680e-99bd-5136-8fe7-31da8fcfa969 with identifier: 7008446auction111121
2026-03-27 14:40:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc17680e-99bd-5136-8fe7-31da8fcfa969 with identifier: 7008446auction111121
2026-03-27 14:40:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc17680e-99bd-5136-8fe7-31da8fcfa969 with identifier: 7008446auction111121 to the API
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008446/photo_001/780x0__r.jpg?hash=1774609423>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'dc17680e-99bd-5136-8fe7-31da8fcfa969',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008446',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 48531,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 2008 5p Crossover Puretech 82 6c ACTIVE BUSINESS',
'transmission': 'manual',
'trim': 'PEUGEOT 5p Crossover Puretech 82 6c ACTIVE BUSINESS',
'vin': None,
'year': 2018}
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008446auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [ecarstrade.be] INFO: Saving data for 7008446auction111121: {'created_time': 1774622442.696595, 'last_price_update_time': 1774622442.696606, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008446auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008442%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609416%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_002/780x0__r.jpg?hash=1774609416 not downloaded yet
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_005/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008443)
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_001/780x0__r.jpg?hash=1774609423> (referer: https://ecarstrade.com/cars/7008448)
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008442%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609416%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_003/780x0__r.jpg?hash=1774609416 not downloaded yet
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 23edabc5-78b8-5602-a721-46207d20927e
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 23edabc5-78b8-5602-a721-46207d20927e
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 23edabc5-78b8-5602-a721-46207d20927e
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008442%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609417%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_004/780x0__r.jpg?hash=1774609417 not downloaded yet
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008442%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609416%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_005/780x0__r.jpg?hash=1774609416 not downloaded yet
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008442%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609416%27 HTTP/1.1" 200 None
2026-03-27 14:40:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_006/780x0__r.jpg?hash=1774609416 not downloaded yet
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_003/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008444)
2026-03-27 14:40:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_004/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008443)
2026-03-27 14:40:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf7c618f-1838-5209-8b56-42074be9b6c2 with identifier: 7008441auction111121
2026-03-27 14:40:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf7c618f-1838-5209-8b56-42074be9b6c2 with identifier: 7008441auction111121
2026-03-27 14:40:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf7c618f-1838-5209-8b56-42074be9b6c2 with identifier: 7008441auction111121 to the API
2026-03-27 14:40:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:43 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'cf7c618f-1838-5209-8b56-42074be9b6c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008441',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 107973,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_001/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_002/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_003/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_004/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_005/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008441/photo_006/780x0__r.jpg?hash=1774609419'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': None,
'seller_name': None,
'title': 'Sportage GT-Line Premium 4WD 1.6 CRDi 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'GT-Line Premium 4WD 1.6 CRDi 135CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-27 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008441auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:43 [ecarstrade.be] INFO: Saving data for 7008441auction111121: {'created_time': 1774622443.185142, 'last_price_update_time': 1774622443.185158, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008441auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_004/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008444)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_002/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008444)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_005/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008444)
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item cf7c618f-1838-5209-8b56-42074be9b6c2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 23edabc5-78b8-5602-a721-46207d20927e
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 89316b79-3216-5574-9b7b-b37bd750edf0
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_003/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008443)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_006/780x0__r.jpg?hash=1774609420> (referer: https://ecarstrade.com/cars/7008444)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_001/780x0__r.jpg?hash=1774609416> (referer: https://ecarstrade.com/cars/7008442)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_002/780x0__r.jpg?hash=1774609416> (referer: https://ecarstrade.com/cars/7008442)
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 89316b79-3216-5574-9b7b-b37bd750edf0
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 89316b79-3216-5574-9b7b-b37bd750edf0
2026-03-27 14:40:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 89316b79-3216-5574-9b7b-b37bd750edf0
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_006/780x0__r.jpg?hash=1774609416> (referer: https://ecarstrade.com/cars/7008442)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_005/780x0__r.jpg?hash=1774609416> (referer: https://ecarstrade.com/cars/7008442)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_004/780x0__r.jpg?hash=1774609417> (referer: https://ecarstrade.com/cars/7008442)
2026-03-27 14:40:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_001/780x0__r.jpg?hash=1774609419> (referer: https://ecarstrade.com/cars/7008443)
2026-03-27 14:40:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 23edabc5-78b8-5602-a721-46207d20927e with identifier: 7008448auction111121
2026-03-27 14:40:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 23edabc5-78b8-5602-a721-46207d20927e with identifier: 7008448auction111121
2026-03-27 14:40:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 23edabc5-78b8-5602-a721-46207d20927e with identifier: 7008448auction111121 to the API
2026-03-27 14:40:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:44 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '23edabc5-78b8-5602-a721-46207d20927e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008448',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 73049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_001/780x0__r.jpg?hash=1774609423',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_002/780x0__r.jpg?hash=1774609423',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_003/780x0__r.jpg?hash=1774609424',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_004/780x0__r.jpg?hash=1774609424',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_005/780x0__r.jpg?hash=1774609425',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008448/photo_006/780x0__r.jpg?hash=1774609424'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Active Pack 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008448auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:44 [ecarstrade.be] INFO: Saving data for 7008448auction111121: {'created_time': 1774622444.172145, 'last_price_update_time': 1774622444.172156, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008448auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_005/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008451)
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_004/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008451)
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item 23edabc5-78b8-5602-a721-46207d20927e due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_003/780x0__r.jpg?hash=1774609416> (referer: https://ecarstrade.com/cars/7008442)
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008439> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 89316b79-3216-5574-9b7b-b37bd750edf0
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_003/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008451)
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_002/780x0__r.jpg?hash=1774609430> (referer: https://ecarstrade.com/cars/7008451)
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item db3f6e63-9086-51d3-b59f-f230a98a54e2
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_003/780x0__r.jpg?hash=1774609426> (referer: https://ecarstrade.com/cars/7008449)
2026-03-27 14:40:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89316b79-3216-5574-9b7b-b37bd750edf0 with identifier: 7008444auction111121
2026-03-27 14:40:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89316b79-3216-5574-9b7b-b37bd750edf0 with identifier: 7008444auction111121
2026-03-27 14:40:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89316b79-3216-5574-9b7b-b37bd750edf0 with identifier: 7008444auction111121 to the API
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:44 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '89316b79-3216-5574-9b7b-b37bd750edf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008444',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 121379,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_001/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_002/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_003/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_004/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_005/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008444/photo_006/780x0__r.jpg?hash=1774609420'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Active Pack 1.5 HDi 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.5 HDi 110CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008444auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:44 [ecarstrade.be] INFO: Saving data for 7008444auction111121: {'created_time': 1774622444.624291, 'last_price_update_time': 1774622444.624303, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008444auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item db3f6e63-9086-51d3-b59f-f230a98a54e2
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_005/780x0__r.jpg?hash=1774609426> (referer: https://ecarstrade.com/cars/7008449)
2026-03-27 14:40:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_001/780x0__r.jpg?hash=1774609427> (referer: https://ecarstrade.com/cars/7008449)
2026-03-27 14:40:44 [ecarstrade.be] INFO: Extracting details for car 7008439auction111121
2026-03-27 14:40:44 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item 89316b79-3216-5574-9b7b-b37bd750edf0 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654 with identifier: 7008443auction111121
2026-03-27 14:40:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654 with identifier: 7008443auction111121
2026-03-27 14:40:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654 with identifier: 7008443auction111121 to the API
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:44 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008443',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 86791,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_001/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_002/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_003/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_004/780x0__r.jpg?hash=1774609420',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_005/780x0__r.jpg?hash=1774609419',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008443/photo_006/780x0__r.jpg?hash=1774609420'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Grandland X 2017 5P SUV 12 TURBO 130 EDITION BUSINESS AUTO',
'transmission': 'automatic',
'trim': 'OPEL 2017 5P SUV 12 TURBO 130 EDITION BUSINESS AUTO',
'vin': None,
'year': 2020}
2026-03-27 14:40:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008443auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [ecarstrade.be] INFO: Saving data for 7008443auction111121: {'created_time': 1774622445.008028, 'last_price_update_time': 1774622445.008039, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008443auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item f49c4b4b-ad1c-5f2a-a7f8-7c4a22dd6654 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b862602-68d5-5aaf-8d7d-63c866b33b05
2026-03-27 14:40:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b862602-68d5-5aaf-8d7d-63c866b33b05, skipping ID generation
2026-03-27 14:40:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b862602-68d5-5aaf-8d7d-63c866b33b05 with scrape type 1
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b862602-68d5-5aaf-8d7d-63c866b33b05 sending to next pipeline
2026-03-27 14:40:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b862602-68d5-5aaf-8d7d-63c866b33b05, identifier: 7008442auction111121
2026-03-27 14:40:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 with identifier: 7008439auction111121
2026-03-27 14:40:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 with scrape type 1
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008439%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_001/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item db3f6e63-9086-51d3-b59f-f230a98a54e2
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item db3f6e63-9086-51d3-b59f-f230a98a54e2
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bf6ab437-53a3-5048-814a-be476d614bc3
2026-03-27 14:40:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b862602-68d5-5aaf-8d7d-63c866b33b05 with identifier: 7008442auction111121
2026-03-27 14:40:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b862602-68d5-5aaf-8d7d-63c866b33b05 with identifier: 7008442auction111121
2026-03-27 14:40:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b862602-68d5-5aaf-8d7d-63c866b33b05 with identifier: 7008442auction111121 to the API
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008442/photo_003/780x0__r.jpg?hash=1774609416>
{'auction_title': '',
'c_o_2_emission_value': 12,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3b862602-68d5-5aaf-8d7d-63c866b33b05',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008442',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 25870,
'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-BENZ GLC / 2022 / 5P / SUV GLC 300 e Business Line 4MATIC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC / 2022 / 5P / SUV e Business Line 4MATIC',
'vin': None,
'year': 2023}
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008442auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [ecarstrade.be] INFO: Saving data for 7008442auction111121: {'created_time': 1774622445.523209, 'last_price_update_time': 1774622445.52322, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008442auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008439%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_002/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bf6ab437-53a3-5048-814a-be476d614bc3
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bf6ab437-53a3-5048-814a-be476d614bc3
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008439%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_003/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008439%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_004/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008439%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_005/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008439%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_006/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: db3f6e63-9086-51d3-b59f-f230a98a54e2 with identifier: 7008451auction111121
2026-03-27 14:40:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: db3f6e63-9086-51d3-b59f-f230a98a54e2 with identifier: 7008451auction111121
2026-03-27 14:40:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: db3f6e63-9086-51d3-b59f-f230a98a54e2 with identifier: 7008451auction111121 to the API
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:46 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'db3f6e63-9086-51d3-b59f-f230a98a54e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008451',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 78333,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_001/780x0__r.jpg?hash=1774609430',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_002/780x0__r.jpg?hash=1774609430',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_003/780x0__r.jpg?hash=1774609430',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_004/780x0__r.jpg?hash=1774609430',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_005/780x0__r.jpg?hash=1774609430',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008451/photo_006/780x0__r.jpg?hash=1774609431'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Allure Pack 1.2 PureTech 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.2 PureTech 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2023}
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008451auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:46 [ecarstrade.be] INFO: Saving data for 7008451auction111121: {'created_time': 1774622446.046151, 'last_price_update_time': 1774622446.046162, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008451auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 0 for item db3f6e63-9086-51d3-b59f-f230a98a54e2 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item bf6ab437-53a3-5048-814a-be476d614bc3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf6ab437-53a3-5048-814a-be476d614bc3 with identifier: 7008449auction111121
2026-03-27 14:40:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf6ab437-53a3-5048-814a-be476d614bc3 with identifier: 7008449auction111121
2026-03-27 14:40:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf6ab437-53a3-5048-814a-be476d614bc3 with identifier: 7008449auction111121 to the API
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:40:46 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'bf6ab437-53a3-5048-814a-be476d614bc3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008449',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 127149,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_001/780x0__r.jpg?hash=1774609427',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_002/780x0__r.jpg?hash=1774609427',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_003/780x0__r.jpg?hash=1774609426',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_004/780x0__r.jpg?hash=1774609426',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_005/780x0__r.jpg?hash=1774609426',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008449/photo_006/780x0__r.jpg?hash=1774609428'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277008449auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:40:46 [ecarstrade.be] INFO: Saving data for 7008449auction111121: {'created_time': 1774622446.460506, 'last_price_update_time': 1774622446.460525, 'auction_closing_time': 1774699200.0}
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008449auction111121') HTTP/1.1" 204 0
2026-03-27 14:40:46 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 1 for item bf6ab437-53a3-5048-814a-be476d614bc3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008461> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:53 [ecarstrade.be] INFO: Extracting details for car 7008461auction111121
2026-03-27 14:40:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 395485fa-d792-5482-a1b4-30760456a593 with identifier: 7008461auction111121
2026-03-27 14:40:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395485fa-d792-5482-a1b4-30760456a593 with scrape type 1
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008461%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609448%27 HTTP/1.1" 200 None
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_001/780x0__r.jpg?hash=1774609448 not downloaded yet
2026-03-27 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008461%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609447%27 HTTP/1.1" 200 None
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_002/780x0__r.jpg?hash=1774609447 not downloaded yet
2026-03-27 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008461%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609448%27 HTTP/1.1" 200 None
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_003/780x0__r.jpg?hash=1774609448 not downloaded yet
2026-03-27 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008461%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609448%27 HTTP/1.1" 200 None
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_004/780x0__r.jpg?hash=1774609448 not downloaded yet
2026-03-27 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008461%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609447%27 HTTP/1.1" 200 None
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_005/780x0__r.jpg?hash=1774609447 not downloaded yet
2026-03-27 14:40:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008461%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609448%27 HTTP/1.1" 200 None
2026-03-27 14:40:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_006/780x0__r.jpg?hash=1774609448 not downloaded yet
2026-03-27 14:40:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008437> (referer: https://ecarstrade.com/search/page27?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:54 [ecarstrade.be] INFO: Extracting details for car 7008437auction111121
2026-03-27 14:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 with identifier: 7008437auction111121
2026-03-27 14:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 with scrape type 1
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008437%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609412%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_001/780x0__r.jpg?hash=1774609412 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008437%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609412%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_002/780x0__r.jpg?hash=1774609412 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008437%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_003/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008437%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609413%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_004/780x0__r.jpg?hash=1774609413 not downloaded yet
2026-03-27 14:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008462> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008437%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609412%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_005/780x0__r.jpg?hash=1774609412 not downloaded yet
2026-03-27 14: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-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008437%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609412%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_006/780x0__r.jpg?hash=1774609412 not downloaded yet
2026-03-27 14:40:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008465> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:40:54 [ecarstrade.be] INFO: Extracting details for car 7008462auction111121
2026-03-27 14:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 68d43906-4e57-560b-8ca4-20f3c0ebed1e with identifier: 7008462auction111121
2026-03-27 14:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68d43906-4e57-560b-8ca4-20f3c0ebed1e with scrape type 1
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008462%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609450%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_001/780x0__r.jpg?hash=1774609450 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008462%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609450%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_002/780x0__r.jpg?hash=1774609450 not downloaded yet
2026-03-27 14:40:54 [ecarstrade.be] INFO: Extracting details for car 7008465auction111121
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008462%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609450%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_003/780x0__r.jpg?hash=1774609450 not downloaded yet
2026-03-27 14:40:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8347e6a9-efb9-5488-ad71-98a1eac1ed59 with identifier: 7008465auction111121
2026-03-27 14:40:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8347e6a9-efb9-5488-ad71-98a1eac1ed59 with scrape type 1
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008465%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_001/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008462%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609450%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_004/780x0__r.jpg?hash=1774609450 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008465%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_002/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008462%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609450%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_005/780x0__r.jpg?hash=1774609450 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008465%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_003/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008462%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609450%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_006/780x0__r.jpg?hash=1774609450 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008465%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_004/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008465%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_005/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:40:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008465%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:40:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_006/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:40:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008459> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:40:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:40:56 [ecarstrade.be] INFO: Extracting details for car 7008459auction111121
2026-03-27 14:40:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 751fd7dc-a8ca-527c-881d-cac9a2c623f0 with identifier: 7008459auction111121
2026-03-27 14:40:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 751fd7dc-a8ca-527c-881d-cac9a2c623f0 with scrape type 1
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008459%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609445%27 HTTP/1.1" 200 None
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_001/780x0__r.jpg?hash=1774609445 not downloaded yet
2026-03-27 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008459%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609445%27 HTTP/1.1" 200 None
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_002/780x0__r.jpg?hash=1774609445 not downloaded yet
2026-03-27 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008459%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609445%27 HTTP/1.1" 200 None
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_003/780x0__r.jpg?hash=1774609445 not downloaded yet
2026-03-27 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008459%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609445%27 HTTP/1.1" 200 None
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_004/780x0__r.jpg?hash=1774609445 not downloaded yet
2026-03-27 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008459%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609445%27 HTTP/1.1" 200 None
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_005/780x0__r.jpg?hash=1774609445 not downloaded yet
2026-03-27 14:40:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:40: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%252F7008459%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609445%27 HTTP/1.1" 200 None
2026-03-27 14:40:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_006/780x0__r.jpg?hash=1774609445 not downloaded yet
2026-03-27 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008458> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_001/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008439)
2026-03-27 14: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-27 14:41:03 [ecarstrade.be] INFO: Extracting details for car 7008458auction111121
2026-03-27 14:41:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a875eb21-484d-5933-ae90-db787b52c978 with identifier: 7008458auction111121
2026-03-27 14:41:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a875eb21-484d-5933-ae90-db787b52c978 with scrape type 1
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008458%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609443%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_001/780x0__r.jpg?hash=1774609443 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008458%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609443%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_002/780x0__r.jpg?hash=1774609443 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008458%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609443%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_003/780x0__r.jpg?hash=1774609443 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008458%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609444%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_004/780x0__r.jpg?hash=1774609444 not downloaded yet
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008458%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609444%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_005/780x0__r.jpg?hash=1774609444 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008458%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609444%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_006/780x0__r.jpg?hash=1774609444 not downloaded yet
2026-03-27 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008456> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_005/780x0__r.jpg?hash=1774609406> (referer: https://ecarstrade.com/cars/7008430)
2026-03-27 14:41:03 [ecarstrade.be] INFO: Extracting details for car 7008456auction111121
2026-03-27 14:41:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14851a89-3ff6-585e-927f-a51ebea68eb0 with identifier: 7008456auction111121
2026-03-27 14:41:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14851a89-3ff6-585e-927f-a51ebea68eb0 with scrape type 1
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008456%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609439%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_001/780x0__r.jpg?hash=1774609439 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008456%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609439%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_002/780x0__r.jpg?hash=1774609439 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008456%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_003/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008456%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_004/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_006/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008439)
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008456%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609439%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_005/780x0__r.jpg?hash=1774609439 not downloaded yet
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008456%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609439%27 HTTP/1.1" 200 None
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_006/780x0__r.jpg?hash=1774609439 not downloaded yet
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 662a7a18-0e8d-559f-a259-3b2dc49b0344
2026-03-27 14:41:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 662a7a18-0e8d-559f-a259-3b2dc49b0344, skipping ID generation
2026-03-27 14:41:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 with scrape type 1
2026-03-27 14:41:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 662a7a18-0e8d-559f-a259-3b2dc49b0344 sending to next pipeline
2026-03-27 14:41:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 662a7a18-0e8d-559f-a259-3b2dc49b0344, identifier: 7008430auction111121
2026-03-27 14:41:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 662a7a18-0e8d-559f-a259-3b2dc49b0344 with identifier: 7008430auction111121
2026-03-27 14:41:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 662a7a18-0e8d-559f-a259-3b2dc49b0344 with identifier: 7008430auction111121
2026-03-27 14:41:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 662a7a18-0e8d-559f-a259-3b2dc49b0344 with identifier: 7008430auction111121 to the API
2026-03-27 14:41:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008430/photo_005/780x0__r.jpg?hash=1774609406>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '662a7a18-0e8d-559f-a259-3b2dc49b0344',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008430',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 105700,
'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': 'C3 Shine Business 1.2 PureTech 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Shine Business 1.2 PureTech 110CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008430auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [ecarstrade.be] INFO: Saving data for 7008430auction111121: {'created_time': 1774622464.169176, 'last_price_update_time': 1774622464.169186, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008430auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008463> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_006/780x0__r.jpg?hash=1774609448> (referer: https://ecarstrade.com/cars/7008461)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_004/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008437)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_006/780x0__r.jpg?hash=1774609412> (referer: https://ecarstrade.com/cars/7008437)
2026-03-27 14:41:04 [ecarstrade.be] INFO: Extracting details for car 7008463auction111121
2026-03-27 14:41:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07a20bb7-e10c-53c9-a72a-96d3d4bb049d with identifier: 7008463auction111121
2026-03-27 14:41:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d with scrape type 1
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008463%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609453%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_001/780x0__r.jpg?hash=1774609453 not downloaded yet
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_006/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008465)
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008463%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609453%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_002/780x0__r.jpg?hash=1774609453 not downloaded yet
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_006/780x0__r.jpg?hash=1774609445> (referer: https://ecarstrade.com/cars/7008459)
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008463%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609453%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_003/780x0__r.jpg?hash=1774609453 not downloaded yet
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008463%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609453%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_004/780x0__r.jpg?hash=1774609453 not downloaded yet
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008463%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609453%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_005/780x0__r.jpg?hash=1774609453 not downloaded yet
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:41:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008463%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609453%27 HTTP/1.1" 200 None
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_006/780x0__r.jpg?hash=1774609453 not downloaded yet
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_006/780x0__r.jpg?hash=1774609444> (referer: https://ecarstrade.com/cars/7008458)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_005/780x0__r.jpg?hash=1774609445> (referer: https://ecarstrade.com/cars/7008459)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_004/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008456)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_005/780x0__r.jpg?hash=1774609444> (referer: https://ecarstrade.com/cars/7008458)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_005/780x0__r.jpg?hash=1774609439> (referer: https://ecarstrade.com/cars/7008456)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_006/780x0__r.jpg?hash=1774609439> (referer: https://ecarstrade.com/cars/7008456)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_003/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008456)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_002/780x0__r.jpg?hash=1774609439> (referer: https://ecarstrade.com/cars/7008456)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_002/780x0__r.jpg?hash=1774609453> (referer: https://ecarstrade.com/cars/7008463)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_001/780x0__r.jpg?hash=1774609453> (referer: https://ecarstrade.com/cars/7008463)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_006/780x0__r.jpg?hash=1774609453> (referer: https://ecarstrade.com/cars/7008463)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_005/780x0__r.jpg?hash=1774609453> (referer: https://ecarstrade.com/cars/7008463)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_004/780x0__r.jpg?hash=1774609453> (referer: https://ecarstrade.com/cars/7008463)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_003/780x0__r.jpg?hash=1774609453> (referer: https://ecarstrade.com/cars/7008463)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_001/780x0__r.jpg?hash=1774609439> (referer: https://ecarstrade.com/cars/7008456)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_004/780x0__r.jpg?hash=1774609444> (referer: https://ecarstrade.com/cars/7008458)
2026-03-27 14:41:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_003/780x0__r.jpg?hash=1774609443> (referer: https://ecarstrade.com/cars/7008458)
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d
2026-03-27 14:41:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 07a20bb7-e10c-53c9-a72a-96d3d4bb049d, skipping ID generation
2026-03-27 14:41:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d with scrape type 1
2026-03-27 14:41:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 07a20bb7-e10c-53c9-a72a-96d3d4bb049d sending to next pipeline
2026-03-27 14:41:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 07a20bb7-e10c-53c9-a72a-96d3d4bb049d, identifier: 7008463auction111121
2026-03-27 14:41:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 07a20bb7-e10c-53c9-a72a-96d3d4bb049d with identifier: 7008463auction111121
2026-03-27 14:41:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 07a20bb7-e10c-53c9-a72a-96d3d4bb049d with identifier: 7008463auction111121
2026-03-27 14:41:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 07a20bb7-e10c-53c9-a72a-96d3d4bb049d with identifier: 7008463auction111121 to the API
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008463/photo_003/780x0__r.jpg?hash=1774609453>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '07a20bb7-e10c-53c9-a72a-96d3d4bb049d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008463',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 78501,
'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': 'TOYOTA Yaris Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H '
'DYNAMIC BUSINESS BEYOND',
'transmission': 'automatic',
'trim': 'TOYOTA Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H DYNAMIC '
'BUSINESS BEYOND',
'vin': None,
'year': 2022}
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008463auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:05 [ecarstrade.be] INFO: Saving data for 7008463auction111121: {'created_time': 1774622465.297862, 'last_price_update_time': 1774622465.297875, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008463auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_002/780x0__r.jpg?hash=1774609443> (referer: https://ecarstrade.com/cars/7008458)
2026-03-27 14:41:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_001/780x0__r.jpg?hash=1774609443> (referer: https://ecarstrade.com/cars/7008458)
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 14851a89-3ff6-585e-927f-a51ebea68eb0
2026-03-27 14:41:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14851a89-3ff6-585e-927f-a51ebea68eb0, skipping ID generation
2026-03-27 14:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14851a89-3ff6-585e-927f-a51ebea68eb0 with scrape type 1
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14851a89-3ff6-585e-927f-a51ebea68eb0 sending to next pipeline
2026-03-27 14:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14851a89-3ff6-585e-927f-a51ebea68eb0, identifier: 7008456auction111121
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14851a89-3ff6-585e-927f-a51ebea68eb0 with identifier: 7008456auction111121
2026-03-27 14:41:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14851a89-3ff6-585e-927f-a51ebea68eb0 with identifier: 7008456auction111121
2026-03-27 14:41:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14851a89-3ff6-585e-927f-a51ebea68eb0 with identifier: 7008456auction111121 to the API
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008456/photo_001/780x0__r.jpg?hash=1774609439>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '14851a89-3ff6-585e-927f-a51ebea68eb0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008456',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 68211,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'Clio V Société Air Nav 1.0 TCe 90CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Société Air Nav 1.0 TCe 90CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008456auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:05 [ecarstrade.be] INFO: Saving data for 7008456auction111121: {'created_time': 1774622465.747642, 'last_price_update_time': 1774622465.747655, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008456auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_004/780x0__r.jpg?hash=1774609445> (referer: https://ecarstrade.com/cars/7008459)
2026-03-27 14:41:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_003/780x0__r.jpg?hash=1774609445> (referer: https://ecarstrade.com/cars/7008459)
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a875eb21-484d-5933-ae90-db787b52c978
2026-03-27 14:41:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a875eb21-484d-5933-ae90-db787b52c978, skipping ID generation
2026-03-27 14:41:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a875eb21-484d-5933-ae90-db787b52c978 with scrape type 1
2026-03-27 14:41:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a875eb21-484d-5933-ae90-db787b52c978 sending to next pipeline
2026-03-27 14:41:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a875eb21-484d-5933-ae90-db787b52c978, identifier: 7008458auction111121
2026-03-27 14:41:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a875eb21-484d-5933-ae90-db787b52c978 with identifier: 7008458auction111121
2026-03-27 14:41:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a875eb21-484d-5933-ae90-db787b52c978 with identifier: 7008458auction111121
2026-03-27 14:41:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a875eb21-484d-5933-ae90-db787b52c978 with identifier: 7008458auction111121 to the API
2026-03-27 14:41:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008458/photo_001/780x0__r.jpg?hash=1774609443>
{'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-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'a875eb21-484d-5933-ae90-db787b52c978',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008458',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 33087,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Master SC / 2019 / 2P / Châssis cabine CC Tr CF F3500 L3 '
'Blue dCi 145 EVIE',
'transmission': 'manual',
'trim': 'RENAULT SC / 2019 / 2P / Châssis cabine CC Tr CF F3500 L3 Blue dCi '
'145 EVIE',
'vin': None,
'year': 2023}
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008458auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:06 [ecarstrade.be] INFO: Saving data for 7008458auction111121: {'created_time': 1774622466.201748, 'last_price_update_time': 1774622466.201759, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008458auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_001/780x0__r.jpg?hash=1774609445> (referer: https://ecarstrade.com/cars/7008459)
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_002/780x0__r.jpg?hash=1774609445> (referer: https://ecarstrade.com/cars/7008459)
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_004/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008465)
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_005/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008465)
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 751fd7dc-a8ca-527c-881d-cac9a2c623f0
2026-03-27 14:41:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 751fd7dc-a8ca-527c-881d-cac9a2c623f0, skipping ID generation
2026-03-27 14:41:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 751fd7dc-a8ca-527c-881d-cac9a2c623f0 with scrape type 1
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 751fd7dc-a8ca-527c-881d-cac9a2c623f0 sending to next pipeline
2026-03-27 14:41:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 751fd7dc-a8ca-527c-881d-cac9a2c623f0, identifier: 7008459auction111121
2026-03-27 14:41:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 751fd7dc-a8ca-527c-881d-cac9a2c623f0 with identifier: 7008459auction111121
2026-03-27 14:41:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 751fd7dc-a8ca-527c-881d-cac9a2c623f0 with identifier: 7008459auction111121
2026-03-27 14:41:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 751fd7dc-a8ca-527c-881d-cac9a2c623f0 with identifier: 7008459auction111121 to the API
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008459/photo_002/780x0__r.jpg?hash=1774609445>
{'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-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '751fd7dc-a8ca-527c-881d-cac9a2c623f0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008459',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 125600,
'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': '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-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008459auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:06 [ecarstrade.be] INFO: Saving data for 7008459auction111121: {'created_time': 1774622466.750169, 'last_price_update_time': 1774622466.750179, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008459auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_006/780x0__r.jpg?hash=1774609450> (referer: https://ecarstrade.com/cars/7008462)
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_003/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008465)
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_005/780x0__r.jpg?hash=1774609450> (referer: https://ecarstrade.com/cars/7008462)
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_002/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008465)
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_004/780x0__r.jpg?hash=1774609450> (referer: https://ecarstrade.com/cars/7008462)
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_001/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008465)
2026-03-27 14:41:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_002/780x0__r.jpg?hash=1774609450> (referer: https://ecarstrade.com/cars/7008462)
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:41:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_003/780x0__r.jpg?hash=1774609450> (referer: https://ecarstrade.com/cars/7008462)
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8347e6a9-efb9-5488-ad71-98a1eac1ed59
2026-03-27 14:41:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8347e6a9-efb9-5488-ad71-98a1eac1ed59, skipping ID generation
2026-03-27 14:41:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8347e6a9-efb9-5488-ad71-98a1eac1ed59 with scrape type 1
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8347e6a9-efb9-5488-ad71-98a1eac1ed59 sending to next pipeline
2026-03-27 14:41:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8347e6a9-efb9-5488-ad71-98a1eac1ed59, identifier: 7008465auction111121
2026-03-27 14:41:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8347e6a9-efb9-5488-ad71-98a1eac1ed59 with identifier: 7008465auction111121
2026-03-27 14:41:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8347e6a9-efb9-5488-ad71-98a1eac1ed59 with identifier: 7008465auction111121
2026-03-27 14:41:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8347e6a9-efb9-5488-ad71-98a1eac1ed59 with identifier: 7008465auction111121 to the API
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008465/photo_001/780x0__r.jpg?hash=1774609454>
{'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-28T12:00:00Z',
'fuel_type': 'Electric',
'id': '8347e6a9-efb9-5488-ad71-98a1eac1ed59',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008465',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'ID.4',
'odometer': 127035,
'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': 'ID.4 Business Pro Performance 77kWh BVA',
'transmission': 'automatic',
'trim': 'Business Pro Performance 77kWh BVA',
'vin': None,
'year': 2021}
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008465auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:07 [ecarstrade.be] INFO: Saving data for 7008465auction111121: {'created_time': 1774622467.501297, 'last_price_update_time': 1774622467.501307, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008465auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_005/780x0__r.jpg?hash=1774609412> (referer: https://ecarstrade.com/cars/7008437)
2026-03-27 14:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_001/780x0__r.jpg?hash=1774609450> (referer: https://ecarstrade.com/cars/7008462)
2026-03-27 14:41:07 [scrapy.extensions.logstats] INFO: Crawled 114 pages (at 26 pages/min), scraped 77 items (at 19 items/min)
2026-03-27 14:41:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_002/780x0__r.jpg?hash=1774609412> (referer: https://ecarstrade.com/cars/7008437)
2026-03-27 14:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_003/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008437)
2026-03-27 14:41:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_001/780x0__r.jpg?hash=1774609412> (referer: https://ecarstrade.com/cars/7008437)
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 68d43906-4e57-560b-8ca4-20f3c0ebed1e
2026-03-27 14:41:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 68d43906-4e57-560b-8ca4-20f3c0ebed1e, skipping ID generation
2026-03-27 14:41:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 68d43906-4e57-560b-8ca4-20f3c0ebed1e with scrape type 1
2026-03-27 14:41:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 68d43906-4e57-560b-8ca4-20f3c0ebed1e sending to next pipeline
2026-03-27 14:41:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 68d43906-4e57-560b-8ca4-20f3c0ebed1e, identifier: 7008462auction111121
2026-03-27 14:41:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 68d43906-4e57-560b-8ca4-20f3c0ebed1e with identifier: 7008462auction111121
2026-03-27 14:41:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 68d43906-4e57-560b-8ca4-20f3c0ebed1e with identifier: 7008462auction111121
2026-03-27 14:41:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 68d43906-4e57-560b-8ca4-20f3c0ebed1e with identifier: 7008462auction111121 to the API
2026-03-27 14:41:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008462/photo_001/780x0__r.jpg?hash=1774609450>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '68d43906-4e57-560b-8ca4-20f3c0ebed1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008462',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 118981,
'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': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Beyond Zer',
'vin': None,
'year': 2023}
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008462auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:08 [ecarstrade.be] INFO: Saving data for 7008462auction111121: {'created_time': 1774622468.141934, 'last_price_update_time': 1774622468.141943, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008462auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_005/780x0__r.jpg?hash=1774609447> (referer: https://ecarstrade.com/cars/7008461)
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_004/780x0__r.jpg?hash=1774609448> (referer: https://ecarstrade.com/cars/7008461)
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00
2026-03-27 14:41:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00, skipping ID generation
2026-03-27 14:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 with scrape type 1
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 sending to next pipeline
2026-03-27 14:41:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00, identifier: 7008437auction111121
2026-03-27 14:41:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 with identifier: 7008437auction111121
2026-03-27 14:41:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 with identifier: 7008437auction111121
2026-03-27 14:41:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00 with identifier: 7008437auction111121 to the API
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008437/photo_001/780x0__r.jpg?hash=1774609412>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': 'b9c2dec8-a9fc-5e8d-a2fc-f65824d88c00',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008437',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Honda',
'model': 'Other',
'odometer': 80523,
'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': 'Jazz / 2020 / 5P / Berline 1.5 i-MMD Exclusive AT',
'transmission': 'automatic',
'trim': 'Jazz / 2020 / 5P / Berline 1.5 i-MMD Exclusive AT',
'vin': None,
'year': 2021}
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008437auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:08 [ecarstrade.be] INFO: Saving data for 7008437auction111121: {'created_time': 1774622468.610087, 'last_price_update_time': 1774622468.610103, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008437auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_002/780x0__r.jpg?hash=1774609447> (referer: https://ecarstrade.com/cars/7008461)
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_003/780x0__r.jpg?hash=1774609448> (referer: https://ecarstrade.com/cars/7008461)
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_005/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008439)
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_001/780x0__r.jpg?hash=1774609448> (referer: https://ecarstrade.com/cars/7008461)
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_004/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008439)
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_003/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008439)
2026-03-27 14:41:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_002/780x0__r.jpg?hash=1774609413> (referer: https://ecarstrade.com/cars/7008439)
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 395485fa-d792-5482-a1b4-30760456a593
2026-03-27 14:41:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 395485fa-d792-5482-a1b4-30760456a593, skipping ID generation
2026-03-27 14:41:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 395485fa-d792-5482-a1b4-30760456a593 with scrape type 1
2026-03-27 14:41:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 395485fa-d792-5482-a1b4-30760456a593 sending to next pipeline
2026-03-27 14:41:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 395485fa-d792-5482-a1b4-30760456a593, identifier: 7008461auction111121
2026-03-27 14:41:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 395485fa-d792-5482-a1b4-30760456a593 with identifier: 7008461auction111121
2026-03-27 14:41:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 395485fa-d792-5482-a1b4-30760456a593 with identifier: 7008461auction111121
2026-03-27 14:41:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 395485fa-d792-5482-a1b4-30760456a593 with identifier: 7008461auction111121 to the API
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008461/photo_001/780x0__r.jpg?hash=1774609448>
{'auction_title': '',
'c_o_2_emission_value': 167,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '395485fa-d792-5482-a1b4-30760456a593',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008461',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Alhambra',
'odometer': 104751,
'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': 7,
'seller_name': None,
'title': 'Alhambra Style 2.0 TDI 150CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Style 2.0 TDI 150CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008461auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:09 [ecarstrade.be] INFO: Saving data for 7008461auction111121: {'created_time': 1774622469.382835, 'last_price_update_time': 1774622469.382845, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008461auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45
2026-03-27 14:41:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 55dd3dbd-d39e-5c1f-9e29-1f4035733f45, skipping ID generation
2026-03-27 14:41:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 with scrape type 1
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 sending to next pipeline
2026-03-27 14:41:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55dd3dbd-d39e-5c1f-9e29-1f4035733f45, identifier: 7008439auction111121
2026-03-27 14:41:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 with identifier: 7008439auction111121
2026-03-27 14:41:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 with identifier: 7008439auction111121
2026-03-27 14:41:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55dd3dbd-d39e-5c1f-9e29-1f4035733f45 with identifier: 7008439auction111121 to the API
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008439/photo_002/780x0__r.jpg?hash=1774609413>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '55dd3dbd-d39e-5c1f-9e29-1f4035733f45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008439',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Transit',
'odometer': 64973,
'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': 2,
'seller_name': None,
'title': 'Transit Courier Trend 1.0 EcoBoost 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Courier Trend 1.0 EcoBoost 100CV BVM6 E6dT',
'vin': None,
'year': 2022}
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008439auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:09 [ecarstrade.be] INFO: Saving data for 7008439auction111121: {'created_time': 1774622469.826386, 'last_price_update_time': 1774622469.826397, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008439auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008457> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:09 [ecarstrade.be] INFO: Extracting details for car 7008457auction111121
2026-03-27 14:41:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 298466c5-fbb3-518f-8d9f-38668b66f22b with identifier: 7008457auction111121
2026-03-27 14:41:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 298466c5-fbb3-518f-8d9f-38668b66f22b with scrape type 1
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008457%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_001/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008457%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_002/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008457%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_003/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008457%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_004/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008457%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_005/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008457%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609440%27 HTTP/1.1" 200 None
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_006/780x0__r.jpg?hash=1774609440 not downloaded yet
2026-03-27 14:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_002/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008457)
2026-03-27 14:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_004/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008457)
2026-03-27 14:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_001/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008457)
2026-03-27 14:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_005/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008457)
2026-03-27 14:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_003/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008457)
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_006/780x0__r.jpg?hash=1774609440> (referer: https://ecarstrade.com/cars/7008457)
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 298466c5-fbb3-518f-8d9f-38668b66f22b
2026-03-27 14:41:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 298466c5-fbb3-518f-8d9f-38668b66f22b, skipping ID generation
2026-03-27 14:41:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 298466c5-fbb3-518f-8d9f-38668b66f22b with scrape type 1
2026-03-27 14:41:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 298466c5-fbb3-518f-8d9f-38668b66f22b sending to next pipeline
2026-03-27 14:41:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 298466c5-fbb3-518f-8d9f-38668b66f22b, identifier: 7008457auction111121
2026-03-27 14:41:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 298466c5-fbb3-518f-8d9f-38668b66f22b with identifier: 7008457auction111121
2026-03-27 14:41:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 298466c5-fbb3-518f-8d9f-38668b66f22b with identifier: 7008457auction111121
2026-03-27 14:41:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 298466c5-fbb3-518f-8d9f-38668b66f22b with identifier: 7008457auction111121 to the API
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008457/photo_006/780x0__r.jpg?hash=1774609440>
{'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-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '298466c5-fbb3-518f-8d9f-38668b66f22b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008457',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 109496,
'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': 'RENAULT Kangoo Express / 2013 / 4P / Fourgonnette Extra R-Link - '
'Blue dCi 95',
'transmission': 'manual',
'trim': 'RENAULT Express / 2013 / 4P / Fourgonnette Extra R-Link - Blue dCi '
'95',
'vin': None,
'year': 2020}
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008457auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:10 [ecarstrade.be] INFO: Saving data for 7008457auction111121: {'created_time': 1774622470.728181, 'last_price_update_time': 1774622470.728196, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008457auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008467> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:13 [ecarstrade.be] INFO: Extracting details for car 7008467auction111121
2026-03-27 14:41:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96621ef1-ebc9-5eec-bab6-8f82e358709d with identifier: 7008467auction111121
2026-03-27 14:41:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96621ef1-ebc9-5eec-bab6-8f82e358709d with scrape type 1
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96621ef1-ebc9-5eec-bab6-8f82e358709d
2026-03-27 14:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008467%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609457%27 HTTP/1.1" 200 None
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_001/780x0__r.jpg?hash=1774609457 not downloaded yet
2026-03-27 14:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008467%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609457%27 HTTP/1.1" 200 None
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_002/780x0__r.jpg?hash=1774609457 not downloaded yet
2026-03-27 14:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008467%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609456%27 HTTP/1.1" 200 None
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_003/780x0__r.jpg?hash=1774609456 not downloaded yet
2026-03-27 14:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008467%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609456%27 HTTP/1.1" 200 None
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_004/780x0__r.jpg?hash=1774609456 not downloaded yet
2026-03-27 14:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008467%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609456%27 HTTP/1.1" 200 None
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_005/780x0__r.jpg?hash=1774609456 not downloaded yet
2026-03-27 14:41:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008467%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609456%27 HTTP/1.1" 200 None
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_006/780x0__r.jpg?hash=1774609456 not downloaded yet
2026-03-27 14:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_001/780x0__r.jpg?hash=1774609457> (referer: https://ecarstrade.com/cars/7008467)
2026-03-27 14:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_005/780x0__r.jpg?hash=1774609456> (referer: https://ecarstrade.com/cars/7008467)
2026-03-27 14:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_002/780x0__r.jpg?hash=1774609457> (referer: https://ecarstrade.com/cars/7008467)
2026-03-27 14:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_003/780x0__r.jpg?hash=1774609456> (referer: https://ecarstrade.com/cars/7008467)
2026-03-27 14:41:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_006/780x0__r.jpg?hash=1774609456> (referer: https://ecarstrade.com/cars/7008467)
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96621ef1-ebc9-5eec-bab6-8f82e358709d
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96621ef1-ebc9-5eec-bab6-8f82e358709d
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96621ef1-ebc9-5eec-bab6-8f82e358709d
2026-03-27 14:41:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96621ef1-ebc9-5eec-bab6-8f82e358709d
2026-03-27 14:41:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96621ef1-ebc9-5eec-bab6-8f82e358709d
2026-03-27 14:41:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96621ef1-ebc9-5eec-bab6-8f82e358709d with identifier: 7008467auction111121
2026-03-27 14:41:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96621ef1-ebc9-5eec-bab6-8f82e358709d with identifier: 7008467auction111121
2026-03-27 14:41:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96621ef1-ebc9-5eec-bab6-8f82e358709d with identifier: 7008467auction111121 to the API
2026-03-27 14:41:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:15 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '96621ef1-ebc9-5eec-bab6-8f82e358709d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008467',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 118801,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_001/780x0__r.jpg?hash=1774609457',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_002/780x0__r.jpg?hash=1774609457',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_003/780x0__r.jpg?hash=1774609456',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_004/780x0__r.jpg?hash=1774609456',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_005/780x0__r.jpg?hash=1774609456',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008467/photo_006/780x0__r.jpg?hash=1774609456'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.5 TSI 130 BMV6',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.5 TSI 130 BMV6',
'vin': None,
'year': 2021}
2026-03-27 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008467auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:15 [ecarstrade.be] INFO: Saving data for 7008467auction111121: {'created_time': 1774622475.293573, 'last_price_update_time': 1774622475.293583, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008467auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:15 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 96621ef1-ebc9-5eec-bab6-8f82e358709d due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008455> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:21 [ecarstrade.be] INFO: Extracting details for car 7008455auction111121
2026-03-27 14:41:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2286681-6333-578e-9ae1-c14e20677d52 with identifier: 7008455auction111121
2026-03-27 14:41:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2286681-6333-578e-9ae1-c14e20677d52 with scrape type 1
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2286681-6333-578e-9ae1-c14e20677d52
2026-03-27 14:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008455%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609437%27 HTTP/1.1" 200 None
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_001/780x0__r.jpg?hash=1774609437 not downloaded yet
2026-03-27 14:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008455%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609437%27 HTTP/1.1" 200 None
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_002/780x0__r.jpg?hash=1774609437 not downloaded yet
2026-03-27 14:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008455%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609437%27 HTTP/1.1" 200 None
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_003/780x0__r.jpg?hash=1774609437 not downloaded yet
2026-03-27 14:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008455%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609437%27 HTTP/1.1" 200 None
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_004/780x0__r.jpg?hash=1774609437 not downloaded yet
2026-03-27 14:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008455%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609437%27 HTTP/1.1" 200 None
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_005/780x0__r.jpg?hash=1774609437 not downloaded yet
2026-03-27 14:41:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008455%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609437%27 HTTP/1.1" 200 None
2026-03-27 14:41:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_006/780x0__r.jpg?hash=1774609437 not downloaded yet
2026-03-27 14:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_003/780x0__r.jpg?hash=1774609437> (referer: https://ecarstrade.com/cars/7008455)
2026-03-27 14:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_002/780x0__r.jpg?hash=1774609437> (referer: https://ecarstrade.com/cars/7008455)
2026-03-27 14:41:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_001/780x0__r.jpg?hash=1774609437> (referer: https://ecarstrade.com/cars/7008455)
2026-03-27 14:41:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_006/780x0__r.jpg?hash=1774609437> (referer: https://ecarstrade.com/cars/7008455)
2026-03-27 14:41:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2286681-6333-578e-9ae1-c14e20677d52
2026-03-27 14:41:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2286681-6333-578e-9ae1-c14e20677d52
2026-03-27 14:41:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2286681-6333-578e-9ae1-c14e20677d52
2026-03-27 14:41:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2286681-6333-578e-9ae1-c14e20677d52
2026-03-27 14:41:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item b2286681-6333-578e-9ae1-c14e20677d52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2286681-6333-578e-9ae1-c14e20677d52 with identifier: 7008455auction111121
2026-03-27 14:41:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2286681-6333-578e-9ae1-c14e20677d52 with identifier: 7008455auction111121
2026-03-27 14:41:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2286681-6333-578e-9ae1-c14e20677d52 with identifier: 7008455auction111121 to the API
2026-03-27 14:41:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:23 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': 'b2286681-6333-578e-9ae1-c14e20677d52',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008455',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 89607,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_001/780x0__r.jpg?hash=1774609437',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_002/780x0__r.jpg?hash=1774609437',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_003/780x0__r.jpg?hash=1774609437',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_004/780x0__r.jpg?hash=1774609437',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_005/780x0__r.jpg?hash=1774609437',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008455/photo_006/780x0__r.jpg?hash=1774609437'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo Express / 2013 / 4P / Fourgonnette Grand Confort - '
'Blue dCi 95',
'transmission': 'manual',
'trim': 'RENAULT Express / 2013 / 4P / Fourgonnette Grand Confort - Blue dCi '
'95',
'vin': None,
'year': 2020}
2026-03-27 14:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008455auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:23 [ecarstrade.be] INFO: Saving data for 7008455auction111121: {'created_time': 1774622483.663387, 'last_price_update_time': 1774622483.663398, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008455auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:23 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item b2286681-6333-578e-9ae1-c14e20677d52 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008464> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6784204auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784204auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6784204auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6784210auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784210auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6784210auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6810528auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810528auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6810528auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6810530auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276810530auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6810530auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6844413auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844413auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6844413auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6844418auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844418auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6844418auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6861888auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861888auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6861888auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6861910auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861910auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6861910auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6861911auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276861911auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6861911auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6875741auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875741auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6875741auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6875747auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875747auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6875747auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6875748auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276875748auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6875748auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6898132auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898132auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6898132auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6898138auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898138auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6898138auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6898139auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276898139auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6898139auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6949434auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949434auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6949434auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6949440auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949440auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6949440auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6949443auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949443auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6949443auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6949444auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949444auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6949444auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Found listing with ID: 6949457auction87925
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949457auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [ecarstrade.be] INFO: Scrape type for 6949457auction87925: 0
2026-03-27 14:41:24 [ecarstrade.be] INFO: Extracting details for car 7008464auction111121
2026-03-27 14:41:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:41:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99e227ba-bf77-59ef-bdef-8e106587df3c with identifier: 7008464auction111121
2026-03-27 14:41:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99e227ba-bf77-59ef-bdef-8e106587df3c with scrape type 1
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 99e227ba-bf77-59ef-bdef-8e106587df3c
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008464%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_001/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008464%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_002/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008464%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_003/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008464%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_004/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008464%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_005/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:41:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008464%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609454%27 HTTP/1.1" 200 None
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_006/780x0__r.jpg?hash=1774609454 not downloaded yet
2026-03-27 14:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_003/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008464)
2026-03-27 14:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_002/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008464)
2026-03-27 14:41:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_001/780x0__r.jpg?hash=1774609454> (referer: https://ecarstrade.com/cars/7008464)
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 99e227ba-bf77-59ef-bdef-8e106587df3c
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 99e227ba-bf77-59ef-bdef-8e106587df3c
2026-03-27 14:41:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 99e227ba-bf77-59ef-bdef-8e106587df3c
2026-03-27 14:41:25 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 99e227ba-bf77-59ef-bdef-8e106587df3c due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:25 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 99e227ba-bf77-59ef-bdef-8e106587df3c due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99e227ba-bf77-59ef-bdef-8e106587df3c with identifier: 7008464auction111121
2026-03-27 14:41:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99e227ba-bf77-59ef-bdef-8e106587df3c with identifier: 7008464auction111121
2026-03-27 14:41:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99e227ba-bf77-59ef-bdef-8e106587df3c with identifier: 7008464auction111121 to the API
2026-03-27 14:41:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:26 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Diesel',
'id': '99e227ba-bf77-59ef-bdef-8e106587df3c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008464',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 81852,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_001/780x0__r.jpg?hash=1774609454',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_002/780x0__r.jpg?hash=1774609454',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_003/780x0__r.jpg?hash=1774609454',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_004/780x0__r.jpg?hash=1774609454',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_005/780x0__r.jpg?hash=1774609454',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008464/photo_006/780x0__r.jpg?hash=1774609454'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kodiaq Ambition 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Ambition 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2024}
2026-03-27 14:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008464auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:26 [ecarstrade.be] INFO: Saving data for 7008464auction111121: {'created_time': 1774622486.194277, 'last_price_update_time': 1774622486.194287, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008464auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:26 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 99e227ba-bf77-59ef-bdef-8e106587df3c due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008454> (referer: https://ecarstrade.com/search/page28?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:31 [ecarstrade.be] INFO: Extracting details for car 7008454auction111121
2026-03-27 14:41:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 088c0a96-6088-58f6-b5da-cc740b419513 with identifier: 7008454auction111121
2026-03-27 14:41:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 088c0a96-6088-58f6-b5da-cc740b419513 with scrape type 1
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 088c0a96-6088-58f6-b5da-cc740b419513
2026-03-27 14:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008454%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_001/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008454%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_002/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008454%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_003/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008454%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_004/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008454%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_005/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:41:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41: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%252F7008454%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774609435%27 HTTP/1.1" 200 None
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_006/780x0__r.jpg?hash=1774609435 not downloaded yet
2026-03-27 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_001/780x0__r.jpg?hash=1774609435> (referer: https://ecarstrade.com/cars/7008454)
2026-03-27 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_002/780x0__r.jpg?hash=1774609435> (referer: https://ecarstrade.com/cars/7008454)
2026-03-27 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_006/780x0__r.jpg?hash=1774609435> (referer: https://ecarstrade.com/cars/7008454)
2026-03-27 14:41:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_003/780x0__r.jpg?hash=1774609435> (referer: https://ecarstrade.com/cars/7008454)
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 088c0a96-6088-58f6-b5da-cc740b419513
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 088c0a96-6088-58f6-b5da-cc740b419513
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 088c0a96-6088-58f6-b5da-cc740b419513
2026-03-27 14:41:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 088c0a96-6088-58f6-b5da-cc740b419513
2026-03-27 14:41:32 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 088c0a96-6088-58f6-b5da-cc740b419513 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 088c0a96-6088-58f6-b5da-cc740b419513 with identifier: 7008454auction111121
2026-03-27 14:41:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 088c0a96-6088-58f6-b5da-cc740b419513 with identifier: 7008454auction111121
2026-03-27 14:41:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 088c0a96-6088-58f6-b5da-cc740b419513 with identifier: 7008454auction111121 to the API
2026-03-27 14:41:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:41:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:41:33 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-28T12:00:00Z',
'fuel_type': 'Petrol',
'id': '088c0a96-6088-58f6-b5da-cc740b419513',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008454',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 40960,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_001/780x0__r.jpg?hash=1774609435',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_002/780x0__r.jpg?hash=1774609435',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_003/780x0__r.jpg?hash=1774609435',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_004/780x0__r.jpg?hash=1774609435',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_005/780x0__r.jpg?hash=1774609435',
'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008454/photo_006/780x0__r.jpg?hash=1774609435'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Clio / 2019 / 5P / Berline Business SCe 65',
'transmission': 'manual',
'trim': 'RENAULT / 2019 / 5P / Berline Business SCe 65',
'vin': None,
'year': 2021}
2026-03-27 14:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008454auction111121%27 HTTP/1.1" 200 None
2026-03-27 14:41:33 [ecarstrade.be] INFO: Saving data for 7008454auction111121: {'created_time': 1774622493.037184, 'last_price_update_time': 1774622493.037195, 'auction_closing_time': 1774699200.0}
2026-03-27 14:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008454auction111121') HTTP/1.1" 204 0
2026-03-27 14:41:33 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 088c0a96-6088-58f6-b5da-cc740b419513 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:41:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page29?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6949461auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949461auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6949461auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6949471auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949471auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6949471auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6949491auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949491auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6949491auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6949528auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949528auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6949528auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6949576auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949576auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6949576auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6959581auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959581auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6959581auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6959582auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959582auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6959582auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6959594auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959594auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6959594auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6959609auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959609auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6959609auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6959627auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959627auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:55 [ecarstrade.be] INFO: Scrape type for 6959627auction87925: 0
2026-03-27 14:41:55 [ecarstrade.be] INFO: Found listing with ID: 6959631auction87925
2026-03-27 14:41:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959631auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6959631auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6959632auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959632auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6959632auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6959636auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959636auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6959636auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6959649auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276959649auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6959649auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6963412auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963412auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6963412auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6963414auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276963414auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6963414auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6968496auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968496auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6968496auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6968497auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968497auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6968497auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6968499auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968499auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6968499auction87925: 0
2026-03-27 14:41:56 [ecarstrade.be] INFO: Found listing with ID: 6968502auction87925
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:41:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968502auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:41:56 [ecarstrade.be] INFO: Scrape type for 6968502auction87925: 0
2026-03-27 14:41:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:42:07 [scrapy.extensions.logstats] INFO: Crawled 117 pages (at 3 pages/min), scraped 86 items (at 9 items/min)
2026-03-27 14:42:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:42:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page30?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6968504auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968504auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6968504auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6978828auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978828auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6978828auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983201auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983201auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983201auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983202auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983202auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983202auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983206auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983206auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983206auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983209auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983209auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983209auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983216auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983216auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983216auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983218auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983218auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983218auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983222auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983222auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983222auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983224auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983224auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983224auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983225auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983225auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983225auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6983228auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276983228auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6983228auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6985957auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985957auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6985957auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6985958auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985958auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6985958auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6992420auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992420auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6992420auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6995793auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995793auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6995793auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6995794auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995794auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6995794auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6995796auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995796auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6995796auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6995797auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995797auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6995797auction87925: 0
2026-03-27 14:42:09 [ecarstrade.be] INFO: Found listing with ID: 6995799auction87925
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995799auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:09 [ecarstrade.be] INFO: Scrape type for 6995799auction87925: 0
2026-03-27 14:42:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:42:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page31?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995800auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995800auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995800auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995801auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995801auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995801auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995802auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995802auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995802auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995803auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995803auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995803auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995804auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995804auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995804auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995805auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995805auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995805auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6995806auction87925
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995806auction87925%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6995806auction87925: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6674858auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276674858auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6674858auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-27 14:42:44 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:42:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:44 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-27 14:42:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:42:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page32?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6718997auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276718997auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6718997auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725042auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725042auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725042auction106392: 1
2026-03-27 14:42:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 2
2026-03-27 14:42:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-27 14:42:56 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-27 14:42:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:42:56 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-27 14:42:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:43:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725123> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:43:03 [ecarstrade.be] INFO: Extracting details for car 6725123auction106392
2026-03-27 14:43:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392
2026-03-27 14:43:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ea851d-1a0f-5508-b4bb-937295f08c08 with scrape type 2
2026-03-27 14:43:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ea851d-1a0f-5508-b4bb-937295f08c08 with scrape type 2
2026-03-27 14:43:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ea851d-1a0f-5508-b4bb-937295f08c08, identifier: 6725123auction106392
2026-03-27 14:43:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392
2026-03-27 14:43:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392
2026-03-27 14:43:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ea851d-1a0f-5508-b4bb-937295f08c08 with identifier: 6725123auction106392 to the API
2026-03-27 14:43:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:43:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:43:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6725123>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:00:07Z',
'fuel_type': 'Petrol',
'id': '05ea851d-1a0f-5508-b4bb-937295f08c08',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725123',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 24103,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) 100hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 100hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-27 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:04 [ecarstrade.be] INFO: Saving data for 6725123auction106392: {'auction_closing_time': 1774796407.0, 'created_time': 1772614707.018478, 'last_price_update_time': 1774622584.268737}
2026-03-27 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725123auction106392') HTTP/1.1" 204 0
2026-03-27 14:43:07 [scrapy.extensions.logstats] INFO: Crawled 121 pages (at 4 pages/min), scraped 87 items (at 1 items/min)
2026-03-27 14:43:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:43:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:43:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:43:13 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-27 14:43:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:13 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-27 14:43:13 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276766624auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276771908auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-27 14:43:14 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776756auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:14 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-27 14:43:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:43:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6725042> (referer: https://ecarstrade.com/search/page33?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:43:28 [ecarstrade.be] INFO: Extracting details for car 6725042auction106392
2026-03-27 14:43:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392
2026-03-27 14:43:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5aa9b145-acb8-5640-9c08-1df56674feb3 with scrape type 1
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5aa9b145-acb8-5640-9c08-1df56674feb3
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43: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%252F6720001-6730000%252F6725042%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1767113698%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_001/780x0__r.jpg?hash=1767113698 not downloaded yet
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43: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%252F6720001-6730000%252F6725042%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1767113698%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_002/780x0__r.jpg?hash=1767113698 not downloaded yet
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43: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%252F6720001-6730000%252F6725042%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1767113698%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_003/780x0__r.jpg?hash=1767113698 not downloaded yet
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43: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%252F6720001-6730000%252F6725042%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1767113698%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_004/780x0__r.jpg?hash=1767113698 not downloaded yet
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43: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%252F6720001-6730000%252F6725042%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1767113698%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_005/780x0__r.jpg?hash=1767113698 not downloaded yet
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43: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%252F6720001-6730000%252F6725042%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1767113698%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_006/780x0__r.jpg?hash=1767113698 not downloaded yet
2026-03-27 14:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_002/780x0__r.jpg?hash=1767113698> (referer: https://ecarstrade.com/cars/6725042)
2026-03-27 14:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_001/780x0__r.jpg?hash=1767113698> (referer: https://ecarstrade.com/cars/6725042)
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5aa9b145-acb8-5640-9c08-1df56674feb3
2026-03-27 14:43:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5aa9b145-acb8-5640-9c08-1df56674feb3
2026-03-27 14:43:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page34?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:43:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:43:28 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776880auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:28 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-27 14:43:28 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777591auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777601auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777602auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777603auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777604auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777605auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777607auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777608auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777609auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777610auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777611auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777613auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777643auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777643auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777643auction106392: 0
2026-03-27 14:43:29 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-27 14:43:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:43:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 2 for item 5aa9b145-acb8-5640-9c08-1df56674feb3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:43:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 3 for item 5aa9b145-acb8-5640-9c08-1df56674feb3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:43:29 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 5 for item 5aa9b145-acb8-5640-9c08-1df56674feb3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:43:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392
2026-03-27 14:43:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392
2026-03-27 14:43:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5aa9b145-acb8-5640-9c08-1df56674feb3 with identifier: 6725042auction106392 to the API
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:43:29 [scrapy.core.scraper] DEBUG: Scraped from Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
{'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-29T15:00:07Z',
'fuel_type': 'Petrol',
'id': '5aa9b145-acb8-5640-9c08-1df56674feb3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6725042',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 7019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photo_urls': ['https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_001/780x0__r.jpg?hash=1767113698',
'https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_002/780x0__r.jpg?hash=1767113698',
'https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_003/780x0__r.jpg?hash=1767113698',
'https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_004/780x0__r.jpg?hash=1767113698',
'https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_005/780x0__r.jpg?hash=1767113698',
'https://ecarstrade.com/thumbnails/carsphotos/6720001-6730000/6725042/photo_006/780x0__r.jpg?hash=1767113698'],
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725042auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:43:29 [ecarstrade.be] INFO: Saving data for 6725042auction106392: {'created_time': 1774622609.95947, 'last_price_update_time': 1774622609.95948, 'auction_closing_time': 1774796407.0}
2026-03-27 14:43:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:43:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6725042auction106392') HTTP/1.1" 204 0
2026-03-27 14:43:30 [crawlers.middlewares.photo_download_middleware] DEBUG: Failed to download image 4 for item 5aa9b145-acb8-5640-9c08-1df56674feb3 due to Could not open CONNECT tunnel with proxy ddc.oxylabs.io:8000 [{'status': 429, 'reason': b'Too Many Requests'}]
2026-03-27 14:44:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page35?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 0
2026-03-27 14:44:04 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:44:04 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 0
2026-03-27 14: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-27 14:44:07 [scrapy.extensions.logstats] INFO: Crawled 125 pages (at 4 pages/min), scraped 88 items (at 1 items/min)
2026-03-27 14:44:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:44:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page36?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6900354auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900354auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6900354auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6900441auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900441auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6900441auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6900442auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900442auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6900442auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6900443auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900443auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6900443auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6900495auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900495auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6900495auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6902451auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276902451auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6902451auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903179auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903179auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903179auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903180auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903180auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903180auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903182auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903182auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903182auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903183auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903183auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903183auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903184auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903184auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903184auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903185auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903185auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903185auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903186auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903186auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903186auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903188auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903188auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903188auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903525auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903525auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903525auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6903529auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903529auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6903529auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6906591auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906591auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6906591auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6906593auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906593auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6906593auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6906596auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906596auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6906596auction106404: 0
2026-03-27 14:44:22 [ecarstrade.be] INFO: Found listing with ID: 6906600auction106404
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276906600auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:22 [ecarstrade.be] INFO: Scrape type for 6906600auction106404: 0
2026-03-27 14: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-27 14:44:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page37?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6906601auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276906601auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6906601auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6906602auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276906602auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6906602auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6908677auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276908677auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6908677auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6908678auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276908678auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6908678auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6908984auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276908984auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6908984auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6908985auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276908985auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6908985auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915541auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915541auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915541auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915542auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915542auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915542auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915544auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915544auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915544auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915546auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915546auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915546auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915549auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915549auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915549auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915550auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915550auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915550auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6915551auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276915551auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6915551auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6918212auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276918212auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6918212auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6918214auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276918214auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6918214auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6918216auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276918216auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6918216auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6918217auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276918217auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6918217auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6918218auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276918218auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6918218auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6926439auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276926439auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6926439auction106404: 0
2026-03-27 14:44:31 [ecarstrade.be] INFO: Found listing with ID: 6926441auction106404
2026-03-27 14:44:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276926441auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:31 [ecarstrade.be] INFO: Scrape type for 6926441auction106404: 0
2026-03-27 14:44:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:44:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page38?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6926442auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926442auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6926442auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6926756auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926756auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6926756auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6926757auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926757auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6926757auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6932742auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932742auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6932742auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6932743auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932743auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6932743auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6932745auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276932745auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6932745auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934218auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934218auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934218auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934724auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934724auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934724auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934757auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934757auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934757auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934758auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934758auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934758auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934759auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934759auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934759auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934765auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934765auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934765auction106404: 0
2026-03-27 14:44:38 [ecarstrade.be] INFO: Found listing with ID: 6934766auction106404
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934766auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:38 [ecarstrade.be] INFO: Scrape type for 6934766auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934767auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934767auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934767auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934768auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934768auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934768auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934769auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934769auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934769auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934770auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934770auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934770auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934771auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934771auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934771auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934772auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934772auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934772auction106404: 0
2026-03-27 14:44:39 [ecarstrade.be] INFO: Found listing with ID: 6934773auction106404
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:44:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934773auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:39 [ecarstrade.be] INFO: Scrape type for 6934773auction106404: 0
2026-03-27 14:44:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:44:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page39?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6934774auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276934774auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6934774auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6934775auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276934775auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6934775auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6934776auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276934776auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6934776auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6934777auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276934777auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6934777auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6934778auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276934778auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6934778auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6934779auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276934779auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6934779auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6937336auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276937336auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6937336auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6946689auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276946689auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6946689auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6948151auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276948151auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6948151auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6949422auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949422auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6949422auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6949423auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949423auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6949423auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6949424auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949424auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6949424auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6949425auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949425auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6949425auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6949426auction106404
2026-03-27 14:44:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949426auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:48 [ecarstrade.be] INFO: Scrape type for 6949426auction106404: 0
2026-03-27 14:44:48 [ecarstrade.be] INFO: Found listing with ID: 6949427auction106404
2026-03-27 14:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949427auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:49 [ecarstrade.be] INFO: Scrape type for 6949427auction106404: 0
2026-03-27 14:44:49 [ecarstrade.be] INFO: Found listing with ID: 6949428auction106404
2026-03-27 14:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949428auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:49 [ecarstrade.be] INFO: Scrape type for 6949428auction106404: 0
2026-03-27 14:44:49 [ecarstrade.be] INFO: Found listing with ID: 6949429auction106404
2026-03-27 14:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949429auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:49 [ecarstrade.be] INFO: Scrape type for 6949429auction106404: 0
2026-03-27 14:44:49 [ecarstrade.be] INFO: Found listing with ID: 6949430auction106404
2026-03-27 14:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949430auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:49 [ecarstrade.be] INFO: Scrape type for 6949430auction106404: 0
2026-03-27 14:44:49 [ecarstrade.be] INFO: Found listing with ID: 6949431auction106404
2026-03-27 14:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949431auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:49 [ecarstrade.be] INFO: Scrape type for 6949431auction106404: 0
2026-03-27 14:44:49 [ecarstrade.be] INFO: Found listing with ID: 6949432auction106404
2026-03-27 14:44:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276949432auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:44:49 [ecarstrade.be] INFO: Scrape type for 6949432auction106404: 0
2026-03-27 14:44:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:45:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page40?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6949433auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276949433auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6949433auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6953926auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953926auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6953926auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6953927auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953927auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6953927auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6953928auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276953928auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6953928auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6961282auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276961282auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6961282auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6972451auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972451auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6972451auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6972599auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972599auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6972599auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6972615auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972615auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6972615auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6972616auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972616auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6972616auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6975474auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276975474auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6975474auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6976612auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976612auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6976612auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6976613auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976613auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6976613auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6976614auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976614auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6976614auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:04 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 0
2026-03-27 14:45:04 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:05 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-27 14:45:05 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:05 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-27 14:45:05 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:05 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-27 14:45:05 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:05 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-27 14:45:05 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:05 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-27 14:45:05 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:05 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-27 14:45:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:45:07 [scrapy.extensions.logstats] INFO: Crawled 130 pages (at 5 pages/min), scraped 88 items (at 0 items/min)
2026-03-27 14:45:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:45:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page41?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6976615auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276976615auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6976615auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6976616auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276976616auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6976616auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6976617auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276976617auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6976617auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6979328auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276979328auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6979328auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6980787auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276980787auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6980787auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6984003auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276984003auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6984003auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6984004auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276984004auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6984004auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6984005auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276984005auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6984005auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6993745auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276993745auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6993745auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6994873auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276994873auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6994873auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 6995245auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276995245auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 6995245auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003037auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003037auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003037auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003039auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003039auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003039auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003040auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003040auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003040auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003041auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003041auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003041auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003046auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003046auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003046auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003047auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003047auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003047auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003048auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003048auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003048auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003049auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003049auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003049auction106404: 0
2026-03-27 14:45:14 [ecarstrade.be] INFO: Found listing with ID: 7003050auction106404
2026-03-27 14:45:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003050auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:14 [ecarstrade.be] INFO: Scrape type for 7003050auction106404: 0
2026-03-27 14:45:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:45:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page42?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003051auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003051auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003051auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003055auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003055auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003055auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003056auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003056auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003056auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003058auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003058auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003058auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003076auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003076auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003076auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003077auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003077auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003077auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003317auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003317auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003317auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003328auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003328auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:49 [ecarstrade.be] INFO: Scrape type for 7003328auction106404: 0
2026-03-27 14:45:49 [ecarstrade.be] INFO: Found listing with ID: 7003541auction106404
2026-03-27 14:45:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003541auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003541auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003542auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003542auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003542auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003543auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003543auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003543auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003544auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003544auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003544auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003545auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003545auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003545auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003546auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003546auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003546auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003547auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003547auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003547auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003548auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003548auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003548auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003549auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003549auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003549auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003550auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003550auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003550auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7003551auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277003551auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7003551auction106404: 0
2026-03-27 14:45:50 [ecarstrade.be] INFO: Found listing with ID: 7007006auction106404
2026-03-27 14:45:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277007006auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:50 [ecarstrade.be] INFO: Scrape type for 7007006auction106404: 0
2026-03-27 14:45:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:45:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page43?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007007auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007007auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007007auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007008auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007008auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007008auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007009auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007009auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007009auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007010auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007010auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007010auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007011auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007011auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007011auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007012auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007012auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007012auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007013auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007013auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007013auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007014auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007014auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007014auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007015auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007015auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007015auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007016auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007016auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007016auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007017auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007017auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007017auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007018auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007018auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007018auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007019auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007019auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007019auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007020auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007020auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007020auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7007021auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007021auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7007021auction106404: 0
2026-03-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7008632auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008632auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7008632auction106404: 1
2026-03-27 14: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-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7008633auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008633auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7008633auction106404: 1
2026-03-27 14: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-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 7008634auction106404
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008634auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 7008634auction106404: 1
2026-03-27 14: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-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 6982136auction61871
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982136auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 6982136auction61871: 2
2026-03-27 14: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-27 14:45:58 [ecarstrade.be] INFO: Found listing with ID: 6982133auction61871
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:45:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982133auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:45:58 [ecarstrade.be] INFO: Scrape type for 6982133auction61871: 2
2026-03-27 14: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-27 14: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-27 14:46:07 [scrapy.extensions.logstats] INFO: Crawled 133 pages (at 3 pages/min), scraped 88 items (at 0 items/min)
2026-03-27 14:46:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008633> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008632> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:07 [ecarstrade.be] INFO: Extracting details for car 7008633auction106404
2026-03-27 14:46:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404
2026-03-27 14:46:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fb01c2-b224-59de-93c4-e4f447cd3641 with scrape type 1
2026-03-27 14:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008633%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612482%27 HTTP/1.1" 200 None
2026-03-27 14:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_001/780x0__r.jpg?hash=1774612482 not downloaded yet
2026-03-27 14:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008633%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612481%27 HTTP/1.1" 200 None
2026-03-27 14:46:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_002/780x0__r.jpg?hash=1774612481 not downloaded yet
2026-03-27 14:46:07 [ecarstrade.be] INFO: Extracting details for car 7008632auction106404
2026-03-27 14:46:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008633%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612481%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_003/780x0__r.jpg?hash=1774612481 not downloaded yet
2026-03-27 14:46:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404
2026-03-27 14:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22b88ff4-3294-500b-ab93-708ef5ffe801 with scrape type 1
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008632%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612479%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_001/780x0__r.jpg?hash=1774612479 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008633%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612481%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_004/780x0__r.jpg?hash=1774612481 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008632%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612481%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_002/780x0__r.jpg?hash=1774612481 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008633%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612482%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_005/780x0__r.jpg?hash=1774612482 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008632%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612479%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_003/780x0__r.jpg?hash=1774612479 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008633%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612482%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_006/780x0__r.jpg?hash=1774612482 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008632%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612480%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_004/780x0__r.jpg?hash=1774612480 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008632%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612480%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_005/780x0__r.jpg?hash=1774612480 not downloaded yet
2026-03-27 14:46:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008632%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612481%27 HTTP/1.1" 200 None
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_006/780x0__r.jpg?hash=1774612481 not downloaded yet
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_001/780x0__r.jpg?hash=1774612482> (referer: https://ecarstrade.com/cars/7008633)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_001/780x0__r.jpg?hash=1774612479> (referer: https://ecarstrade.com/cars/7008632)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_003/780x0__r.jpg?hash=1774612481> (referer: https://ecarstrade.com/cars/7008633)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_002/780x0__r.jpg?hash=1774612481> (referer: https://ecarstrade.com/cars/7008633)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_004/780x0__r.jpg?hash=1774612481> (referer: https://ecarstrade.com/cars/7008633)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_005/780x0__r.jpg?hash=1774612482> (referer: https://ecarstrade.com/cars/7008633)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_002/780x0__r.jpg?hash=1774612481> (referer: https://ecarstrade.com/cars/7008632)
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_006/780x0__r.jpg?hash=1774612482> (referer: https://ecarstrade.com/cars/7008633)
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_004/780x0__r.jpg?hash=1774612480> (referer: https://ecarstrade.com/cars/7008632)
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_005/780x0__r.jpg?hash=1774612480> (referer: https://ecarstrade.com/cars/7008632)
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_003/780x0__r.jpg?hash=1774612479> (referer: https://ecarstrade.com/cars/7008632)
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_006/780x0__r.jpg?hash=1774612481> (referer: https://ecarstrade.com/cars/7008632)
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01fb01c2-b224-59de-93c4-e4f447cd3641
2026-03-27 14:46:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01fb01c2-b224-59de-93c4-e4f447cd3641, skipping ID generation
2026-03-27 14:46:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01fb01c2-b224-59de-93c4-e4f447cd3641 with scrape type 1
2026-03-27 14:46:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01fb01c2-b224-59de-93c4-e4f447cd3641 sending to next pipeline
2026-03-27 14:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01fb01c2-b224-59de-93c4-e4f447cd3641, identifier: 7008633auction106404
2026-03-27 14:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404
2026-03-27 14:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404
2026-03-27 14:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01fb01c2-b224-59de-93c4-e4f447cd3641 with identifier: 7008633auction106404 to the API
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008633/photo_006/780x0__r.jpg?hash=1774612482>
{'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-29T15:02:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '01fb01c2-b224-59de-93c4-e4f447cd3641',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008633',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 16687,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT 1.2 Hybrid Electric/Gasoline 147hp',
'transmission': 'automatic',
'trim': 'GT 1.2 Hybrid Electric/Gasoline 147hp',
'vin': None,
'year': 2025}
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008633auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:46:09 [ecarstrade.be] INFO: Saving data for 7008633auction106404: {'created_time': 1774622769.447185, 'last_price_update_time': 1774622769.447197, 'auction_closing_time': 1774796523.0}
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008633auction106404') HTTP/1.1" 204 0
2026-03-27 14:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 22b88ff4-3294-500b-ab93-708ef5ffe801
2026-03-27 14:46:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 22b88ff4-3294-500b-ab93-708ef5ffe801, skipping ID generation
2026-03-27 14:46:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 22b88ff4-3294-500b-ab93-708ef5ffe801 with scrape type 1
2026-03-27 14:46:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 22b88ff4-3294-500b-ab93-708ef5ffe801 sending to next pipeline
2026-03-27 14:46:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 22b88ff4-3294-500b-ab93-708ef5ffe801, identifier: 7008632auction106404
2026-03-27 14:46:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404
2026-03-27 14:46:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404
2026-03-27 14:46:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 22b88ff4-3294-500b-ab93-708ef5ffe801 with identifier: 7008632auction106404 to the API
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008632/photo_006/780x0__r.jpg?hash=1774612481>
{'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-29T15:02:03Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '22b88ff4-3294-500b-ab93-708ef5ffe801',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008632',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 24521,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-23',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Allure 1.2 Hybrid Electric/Gasoline 147hp',
'transmission': 'automatic',
'trim': 'Allure 1.2 Hybrid Electric/Gasoline 147hp',
'vin': None,
'year': 2024}
2026-03-27 14:46:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008632auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:46:10 [ecarstrade.be] INFO: Saving data for 7008632auction106404: {'created_time': 1774622770.006835, 'last_price_update_time': 1774622770.006848, 'auction_closing_time': 1774796523.0}
2026-03-27 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008632auction106404') HTTP/1.1" 204 0
2026-03-27 14:46:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982134auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982134auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982134auction61871: 2
2026-03-27 14:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981261auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981261auction61871: 2
2026-03-27 14:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982124auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982124auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982124auction61871: 2
2026-03-27 14:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982125auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982125auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982125auction61871: 2
2026-03-27 14:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982132auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982132auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982132auction61871: 2
2026-03-27 14:46:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982130auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982130auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982130auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981259auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981259auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981253auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981253auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981257auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981257auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982123auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982123auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982123auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981256auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981256auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982119auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982119auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981252auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981252auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981255auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981255auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982118auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982118auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981248auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981248auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981251auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981251auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981247auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981247auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6982121auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6982121auction61871: 2
2026-03-27 14:46:14 [ecarstrade.be] INFO: Found listing with ID: 6981246auction61871
2026-03-27 14:46:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:14 [ecarstrade.be] INFO: Scrape type for 6981246auction61871: 2
2026-03-27 14:46:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008634> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:16 [ecarstrade.be] INFO: Extracting details for car 7008634auction106404
2026-03-27 14:46:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404
2026-03-27 14:46:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with scrape type 1
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008634%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612484%27 HTTP/1.1" 200 None
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_001/780x0__r.jpg?hash=1774612484 not downloaded yet
2026-03-27 14:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008634%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612484%27 HTTP/1.1" 200 None
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_002/780x0__r.jpg?hash=1774612484 not downloaded yet
2026-03-27 14:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008634%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612484%27 HTTP/1.1" 200 None
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_003/780x0__r.jpg?hash=1774612484 not downloaded yet
2026-03-27 14:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008634%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612484%27 HTTP/1.1" 200 None
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_004/780x0__r.jpg?hash=1774612484 not downloaded yet
2026-03-27 14:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008634%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612484%27 HTTP/1.1" 200 None
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_005/780x0__r.jpg?hash=1774612484 not downloaded yet
2026-03-27 14:46:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7008634%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612484%27 HTTP/1.1" 200 None
2026-03-27 14:46:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_006/780x0__r.jpg?hash=1774612484 not downloaded yet
2026-03-27 14:46:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982124> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:20 [ecarstrade.be] INFO: Extracting details for car 6982124auction61871
2026-03-27 14:46:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871
2026-03-27 14:46:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab with scrape type 2
2026-03-27 14:46:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b4d8b5cf-44c2-54f8-86db-7034af7b72ab with scrape type 2
2026-03-27 14:46:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4d8b5cf-44c2-54f8-86db-7034af7b72ab, identifier: 6982124auction61871
2026-03-27 14:46:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871
2026-03-27 14:46:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871
2026-03-27 14:46:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4d8b5cf-44c2-54f8-86db-7034af7b72ab with identifier: 6982124auction61871 to the API
2026-03-27 14:46:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982124>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'b4d8b5cf-44c2-54f8-86db-7034af7b72ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982124',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 149210,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 2.0 TDI 90kW "
'DSG Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 2.0 TDI 90kW DSG Style B",
'vin': None,
'year': 2020}
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982124auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:21 [ecarstrade.be] INFO: Saving data for 6982124auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958242.095247, 'last_price_update_time': 1774622781.151347}
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982124auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982125> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:21 [ecarstrade.be] INFO: Extracting details for car 6982125auction61871
2026-03-27 14:46:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871
2026-03-27 14:46:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b412a1a0-665a-558f-9deb-613289986a90 with scrape type 2
2026-03-27 14:46:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b412a1a0-665a-558f-9deb-613289986a90 with scrape type 2
2026-03-27 14:46:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b412a1a0-665a-558f-9deb-613289986a90, identifier: 6982125auction61871
2026-03-27 14:46:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871
2026-03-27 14:46:21 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:46:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871
2026-03-27 14:46:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b412a1a0-665a-558f-9deb-613289986a90 with identifier: 6982125auction61871 to the API
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982125>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'b412a1a0-665a-558f-9deb-613289986a90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982125',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 39691,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19 PHEV, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19 PHEV, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2022}
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982125auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:21 [ecarstrade.be] INFO: Saving data for 6982125auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958309.668203, 'last_price_update_time': 1774622781.927172}
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982125auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982136> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:22 [ecarstrade.be] INFO: Extracting details for car 6982136auction61871
2026-03-27 14:46:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871
2026-03-27 14:46:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 with scrape type 2
2026-03-27 14:46:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item eb45d0bd-d13d-5dd7-b464-1b80274fa026 with scrape type 2
2026-03-27 14:46:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb45d0bd-d13d-5dd7-b464-1b80274fa026, identifier: 6982136auction61871
2026-03-27 14:46:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871
2026-03-27 14:46:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871
2026-03-27 14:46:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb45d0bd-d13d-5dd7-b464-1b80274fa026 with identifier: 6982136auction61871 to the API
2026-03-27 14:46:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:46:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982136>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'eb45d0bd-d13d-5dd7-b464-1b80274fa026',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982136',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 116031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Berline 2.0 TDi 30 85kW Advanced 4d',
'transmission': 'manual',
'trim': 'Berline 2.0 TDi 30 85kW Advanced 4d',
'vin': None,
'year': 2022}
2026-03-27 14:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982136auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:23 [ecarstrade.be] INFO: Saving data for 6982136auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958238.781988, 'last_price_update_time': 1774622783.171583}
2026-03-27 14:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982136auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981261> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981246auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6981246auction61871: 2
2026-03-27 14:46:28 [scrapy.dupefilters] DEBUG: Filtered duplicate request: <GET https://ecarstrade.com/cars/6981246> - no more duplicates will be shown (see DUPEFILTER_DEBUG to show all duplicates)
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981249auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6981249auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982116auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982116auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Extracting details for car 6981261auction61871
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982111auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982111auction61871: 2
2026-03-27 14:46:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871
2026-03-27 14:46:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e8dea6-754b-50db-9549-eb9004cc1848 with scrape type 2
2026-03-27 14:46:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2e8dea6-754b-50db-9549-eb9004cc1848 with scrape type 2
2026-03-27 14:46:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2e8dea6-754b-50db-9549-eb9004cc1848, identifier: 6981261auction61871
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982115auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982115auction61871: 2
2026-03-27 14:46:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871
2026-03-27 14:46:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871
2026-03-27 14:46:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2e8dea6-754b-50db-9549-eb9004cc1848 with identifier: 6981261auction61871 to the API
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981261>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'd2e8dea6-754b-50db-9549-eb9004cc1848',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981261',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 151596,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive16d (85 kW) 5d",
'transmission': 'manual',
'trim': ", FL'19, sDrive16d (85 kW) 5d",
'vin': None,
'year': 2020}
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981261auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Saving data for 6981261auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958164.945927, 'last_price_update_time': 1774622788.775722}
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981261auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981244auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6981244auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981245auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6981245auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982109auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982109auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982112auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982112auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981236auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6981236auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982101auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982101auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981235auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6981235auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982103auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982103auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982106auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982106auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6982102auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:28 [ecarstrade.be] INFO: Scrape type for 6982102auction61871: 2
2026-03-27 14:46:28 [ecarstrade.be] INFO: Found listing with ID: 6981233auction61871
2026-03-27 14:46:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:29 [ecarstrade.be] INFO: Scrape type for 6981233auction61871: 2
2026-03-27 14:46:29 [ecarstrade.be] INFO: Found listing with ID: 6981234auction61871
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:29 [ecarstrade.be] INFO: Scrape type for 6981234auction61871: 2
2026-03-27 14:46:29 [ecarstrade.be] INFO: Found listing with ID: 6981232auction61871
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:29 [ecarstrade.be] INFO: Scrape type for 6981232auction61871: 2
2026-03-27 14:46:29 [ecarstrade.be] INFO: Found listing with ID: 6982096auction61871
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:29 [ecarstrade.be] INFO: Scrape type for 6982096auction61871: 2
2026-03-27 14:46:29 [ecarstrade.be] INFO: Found listing with ID: 6982100auction61871
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:29 [ecarstrade.be] INFO: Scrape type for 6982100auction61871: 2
2026-03-27 14:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982134> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:29 [ecarstrade.be] INFO: Extracting details for car 6982134auction61871
2026-03-27 14:46:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871
2026-03-27 14:46:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 766541ed-373b-5307-b0e2-e0f00891cb68 with scrape type 2
2026-03-27 14:46:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 766541ed-373b-5307-b0e2-e0f00891cb68 with scrape type 2
2026-03-27 14:46:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 766541ed-373b-5307-b0e2-e0f00891cb68, identifier: 6982134auction61871
2026-03-27 14:46:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871
2026-03-27 14:46:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871
2026-03-27 14:46:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 766541ed-373b-5307-b0e2-e0f00891cb68 with identifier: 6982134auction61871 to the API
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982134>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '766541ed-373b-5307-b0e2-e0f00891cb68',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982134',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 137401,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLC FL'19, Mercedes-Benz GLC GLC 200 d Business Solution "
'4MAT',
'transmission': 'automatic',
'trim': ", GLC FL'19, -Benz GLC GLC 200 d Business Solution 4MAT",
'vin': None,
'year': 2021}
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982134auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:29 [ecarstrade.be] INFO: Saving data for 6982134auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958313.151166, 'last_price_update_time': 1774622789.854368}
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982134auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981259> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:30 [ecarstrade.be] INFO: Extracting details for car 6981259auction61871
2026-03-27 14:46:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871
2026-03-27 14:46:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 with scrape type 2
2026-03-27 14:46:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 026f52dd-7d71-5412-9e7f-c6d07436ed43 with scrape type 2
2026-03-27 14:46:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 026f52dd-7d71-5412-9e7f-c6d07436ed43, identifier: 6981259auction61871
2026-03-27 14:46:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871
2026-03-27 14:46:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871
2026-03-27 14:46:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 026f52dd-7d71-5412-9e7f-c6d07436ed43 with identifier: 6981259auction61871 to the API
2026-03-27 14:46:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:46:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981259>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '026f52dd-7d71-5412-9e7f-c6d07436ed43',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981259',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 183543,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Tiguan Allspace '17, Volkswagen Tiguan Allspace 1.5 TSI ACT "
'DSG7 Highli',
'transmission': 'automatic',
'trim': "VW, Allspace '17, Allspace 1.5 TSI ACT DSG7 Highli",
'vin': None,
'year': 2021}
2026-03-27 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981259auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:30 [ecarstrade.be] INFO: Saving data for 6981259auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958165.992496, 'last_price_update_time': 1774622790.52866}
2026-03-27 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981259auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981257> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:35 [ecarstrade.be] INFO: Extracting details for car 6981257auction61871
2026-03-27 14:46:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871
2026-03-27 14:46:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with scrape type 2
2026-03-27 14:46:35 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with scrape type 2
2026-03-27 14:46:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf, identifier: 6981257auction61871
2026-03-27 14:46:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871
2026-03-27 14:46:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871
2026-03-27 14:46:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea8a0ae5-75eb-5921-842e-b7f911c7d8bf with identifier: 6981257auction61871 to the API
2026-03-27 14:46:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981257>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'ea8a0ae5-75eb-5921-842e-b7f911c7d8bf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981257',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 187944,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Karoq '17, Skoda Karoq 1.0 TSI 81kW Ambition 5d",
'transmission': 'manual',
'trim': ", '17, 1.0 TSI 81kW Ambition 5d",
'vin': None,
'year': 2021}
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981257auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:36 [ecarstrade.be] INFO: Saving data for 6981257auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958126.52578, 'last_price_update_time': 1774622796.220215}
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981257auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982130> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:36 [ecarstrade.be] INFO: Extracting details for car 6982130auction61871
2026-03-27 14:46:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_006/780x0__r.jpg?hash=1774612484> (referer: https://ecarstrade.com/cars/7008634)
2026-03-27 14:46:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871
2026-03-27 14:46:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with scrape type 2
2026-03-27 14:46:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with scrape type 2
2026-03-27 14:46:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1, identifier: 6982130auction61871
2026-03-27 14:46:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871
2026-03-27 14:46:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871
2026-03-27 14:46:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1 with identifier: 6982130auction61871 to the API
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982130>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '7d0a8a2b-8fb3-54b2-a30c-1a69585e85e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982130',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 55238,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Scala '19, Skoda Scala 1.0 TSI 85kW Style 5d",
'transmission': 'manual',
'trim': ", '19, 1.0 TSI 85kW Style 5d",
'vin': None,
'year': 2020}
2026-03-27 14:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982130auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:37 [ecarstrade.be] INFO: Saving data for 6982130auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958313.991687, 'last_price_update_time': 1774622797.058341}
2026-03-27 14:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982130auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_005/780x0__r.jpg?hash=1774612484> (referer: https://ecarstrade.com/cars/7008634)
2026-03-27 14:46:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_004/780x0__r.jpg?hash=1774612484> (referer: https://ecarstrade.com/cars/7008634)
2026-03-27 14:46:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_003/780x0__r.jpg?hash=1774612484> (referer: https://ecarstrade.com/cars/7008634)
2026-03-27 14:46:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_002/780x0__r.jpg?hash=1774612484> (referer: https://ecarstrade.com/cars/7008634)
2026-03-27 14:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:46:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:46:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982133> (referer: https://ecarstrade.com/search/page44?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:37 [ecarstrade.be] INFO: Extracting details for car 6982133auction61871
2026-03-27 14:46:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871
2026-03-27 14:46:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b833c6ed-29be-5193-bb22-0017987b4b30 with scrape type 2
2026-03-27 14:46:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b833c6ed-29be-5193-bb22-0017987b4b30 with scrape type 2
2026-03-27 14:46:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b833c6ed-29be-5193-bb22-0017987b4b30, identifier: 6982133auction61871
2026-03-27 14:46:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871
2026-03-27 14:46:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871
2026-03-27 14:46:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b833c6ed-29be-5193-bb22-0017987b4b30 with identifier: 6982133auction61871 to the API
2026-03-27 14:46:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982133>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'b833c6ed-29be-5193-bb22-0017987b4b30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982133',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 137118,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'180 d Busines',
'transmission': 'automatic',
'trim': ", CLA-Class SB '19, -Benz CLA 180 d Busines",
'vin': None,
'year': 2021}
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982133auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:38 [ecarstrade.be] INFO: Saving data for 6982133auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958239.353664, 'last_price_update_time': 1774622798.027079}
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982133auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981256> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:38 [ecarstrade.be] INFO: Extracting details for car 6981256auction61871
2026-03-27 14:46:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871
2026-03-27 14:46:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with scrape type 2
2026-03-27 14:46:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with scrape type 2
2026-03-27 14:46:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0f03ae3e-a55a-5cd2-bc83-769cb2720657, identifier: 6981256auction61871
2026-03-27 14:46:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871
2026-03-27 14:46:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871
2026-03-27 14:46:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0f03ae3e-a55a-5cd2-bc83-769cb2720657 with identifier: 6981256auction61871 to the API
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981256>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '0f03ae3e-a55a-5cd2-bc83-769cb2720657',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981256',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'Q3',
'odometer': 162067,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, Q3 SB '19, Audi Q3 Sportback 35 TDI S tronic S Line Business",
'transmission': 'automatic',
'trim': ", SB '19, Sportback 35 TDI S tronic S Line Business",
'vin': None,
'year': 2021}
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981256auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:38 [ecarstrade.be] INFO: Saving data for 6981256auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958167.297873, 'last_price_update_time': 1774622798.582775}
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981256auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981253> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:39 [ecarstrade.be] INFO: Extracting details for car 6981253auction61871
2026-03-27 14:46:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871
2026-03-27 14:46:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd85b01c-d991-53c1-b076-72a1e307f85d with scrape type 2
2026-03-27 14:46:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd85b01c-d991-53c1-b076-72a1e307f85d with scrape type 2
2026-03-27 14:46:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd85b01c-d991-53c1-b076-72a1e307f85d, identifier: 6981253auction61871
2026-03-27 14:46:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871
2026-03-27 14:46:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871
2026-03-27 14:46:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd85b01c-d991-53c1-b076-72a1e307f85d with identifier: 6981253auction61871 to the API
2026-03-27 14:46:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981253>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'fd85b01c-d991-53c1-b076-72a1e307f85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981253',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 74987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-27 14:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981253auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:39 [ecarstrade.be] INFO: Saving data for 6981253auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958189.702199, 'last_price_update_time': 1774622799.880052}
2026-03-27 14:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981253auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982123> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:41 [ecarstrade.be] INFO: Extracting details for car 6982123auction61871
2026-03-27 14:46:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871
2026-03-27 14:46:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eca7a7a-9e8a-5469-8421-771d305b21df with scrape type 2
2026-03-27 14:46:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2eca7a7a-9e8a-5469-8421-771d305b21df with scrape type 2
2026-03-27 14:46:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2eca7a7a-9e8a-5469-8421-771d305b21df, identifier: 6982123auction61871
2026-03-27 14:46:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871
2026-03-27 14:46:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871
2026-03-27 14:46:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2eca7a7a-9e8a-5469-8421-771d305b21df with identifier: 6982123auction61871 to the API
2026-03-27 14:46:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982123>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '2eca7a7a-9e8a-5469-8421-771d305b21df',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982123',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '2008',
'odometer': 38756,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 2008 '19, Peugeot 2008 1.2 Puretech 96kW S&S Active Pack "
'5d',
'transmission': 'manual',
'trim': ", '19, 1.2 Puretech 96kW S&S Active Pack 5d",
'vin': None,
'year': 2022}
2026-03-27 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982123auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:41 [ecarstrade.be] INFO: Saving data for 6982123auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958241.594999, 'last_price_update_time': 1774622801.800439}
2026-03-27 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982123auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982132> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:41 [ecarstrade.be] INFO: Extracting details for car 6982132auction61871
2026-03-27 14:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871
2026-03-27 14:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a with scrape type 2
2026-03-27 14:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2961ca0f-3e98-5a27-a34b-4af53f963c1a with scrape type 2
2026-03-27 14:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2961ca0f-3e98-5a27-a34b-4af53f963c1a, identifier: 6982132auction61871
2026-03-27 14:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871
2026-03-27 14:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871
2026-03-27 14:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2961ca0f-3e98-5a27-a34b-4af53f963c1a with identifier: 6982132auction61871 to the API
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982132>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '2961ca0f-3e98-5a27-a34b-4af53f963c1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982132',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Puma',
'odometer': 29455,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Puma '19, Ford Puma 1.0i Ecoboost mHEV 92kW Titanium 5d",
'transmission': 'manual',
'trim': ", '19, 1.0i Ecoboost mHEV 92kW Titanium 5d",
'vin': None,
'year': 2022}
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982132auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:42 [ecarstrade.be] INFO: Saving data for 6982132auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958239.780091, 'last_price_update_time': 1774622802.451411}
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982132auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981246> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:42 [ecarstrade.be] INFO: Extracting details for car 6981246auction61871
2026-03-27 14:46:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871
2026-03-27 14:46:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with scrape type 2
2026-03-27 14:46:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with scrape type 2
2026-03-27 14:46:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9, identifier: 6981246auction61871
2026-03-27 14:46:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871
2026-03-27 14:46:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871
2026-03-27 14:46:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 26eefc2b-b7ec-53ac-bd79-2e18d4b767b9 with identifier: 6981246auction61871 to the API
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981246>
{'auction_title': '',
'c_o_2_emission_value': 192,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '26eefc2b-b7ec-53ac-bd79-2e18d4b767b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981246',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 77246,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE GLC - 2019 GLC 300 258 4 Matic (EU6d-TEMP) 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC - 2019 GLC 300 258 4 Matic (EU6d-TEMP) 5d Auto',
'vin': None,
'year': 2021}
2026-03-27 14:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981246auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:43 [ecarstrade.be] INFO: Saving data for 6981246auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958220.403429, 'last_price_update_time': 1774622803.051864}
2026-03-27 14:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981246auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981232> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:45 [ecarstrade.be] INFO: Extracting details for car 6981232auction61871
2026-03-27 14:46:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871
2026-03-27 14:46:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with scrape type 2
2026-03-27 14:46:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with scrape type 2
2026-03-27 14:46:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef, identifier: 6981232auction61871
2026-03-27 14:46:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871
2026-03-27 14:46:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871
2026-03-27 14:46:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e0ea7a3-de13-567a-90c4-b1a2a0262cef with identifier: 6981232auction61871 to the API
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981232>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '8e0ea7a3-de13-567a-90c4-b1a2a0262cef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981232',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A5',
'odometer': 62669,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A5 SPORTBACK DIESEL - 2020 50 TDI 286hp Q Advanced Tiptronic '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 50 TDI 286hp Q Advanced Tiptronic '
'(EU6d-TEMP) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981232auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:46 [ecarstrade.be] INFO: Saving data for 6981232auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958154.457524, 'last_price_update_time': 1774622806.442522}
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981232auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981234> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:48 [ecarstrade.be] INFO: Extracting details for car 6981234auction61871
2026-03-27 14:46:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871
2026-03-27 14:46:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 613422e0-ceb7-551c-9190-dc50ed18080b with scrape type 2
2026-03-27 14:46:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 613422e0-ceb7-551c-9190-dc50ed18080b with scrape type 2
2026-03-27 14:46:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 613422e0-ceb7-551c-9190-dc50ed18080b, identifier: 6981234auction61871
2026-03-27 14:46:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871
2026-03-27 14:46:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871
2026-03-27 14:46:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 613422e0-ceb7-551c-9190-dc50ed18080b with identifier: 6981234auction61871 to the API
2026-03-27 14:46:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981234>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '613422e0-ceb7-551c-9190-dc50ed18080b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981234',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 80362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 116dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-27 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981234auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:48 [ecarstrade.be] INFO: Saving data for 6981234auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958203.104672, 'last_price_update_time': 1774622808.87436}
2026-03-27 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981234auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982119> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:49 [ecarstrade.be] INFO: Extracting details for car 6982119auction61871
2026-03-27 14:46:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871
2026-03-27 14:46:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba03708e-60ab-5891-9b90-57f11d916711 with scrape type 2
2026-03-27 14:46:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba03708e-60ab-5891-9b90-57f11d916711 with scrape type 2
2026-03-27 14:46:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba03708e-60ab-5891-9b90-57f11d916711, identifier: 6982119auction61871
2026-03-27 14:46:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871
2026-03-27 14:46:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871
2026-03-27 14:46:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba03708e-60ab-5891-9b90-57f11d916711 with identifier: 6982119auction61871 to the API
2026-03-27 14:46:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982119>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'ba03708e-60ab-5891-9b90-57f11d916711',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982119',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 107267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-27 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982119auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:49 [ecarstrade.be] INFO: Saving data for 6982119auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958336.676934, 'last_price_update_time': 1774622809.448136}
2026-03-27 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982119auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981233> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:50 [ecarstrade.be] INFO: Extracting details for car 6981233auction61871
2026-03-27 14:46:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871
2026-03-27 14:46:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with scrape type 2
2026-03-27 14:46:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with scrape type 2
2026-03-27 14:46:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303, identifier: 6981233auction61871
2026-03-27 14:46:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871
2026-03-27 14:46:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871
2026-03-27 14:46:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303 with identifier: 6981233auction61871 to the API
2026-03-27 14:46:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981233>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '5b9fbc5e-22bb-5ad4-8b8e-13fc2bda2303',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981233',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': 'Other',
'odometer': 69975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-27 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981233auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:50 [ecarstrade.be] INFO: Saving data for 6981233auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958200.351812, 'last_price_update_time': 1774622810.631346}
2026-03-27 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981233auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982100> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:56 [ecarstrade.be] INFO: Extracting details for car 6982100auction61871
2026-03-27 14:46:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871
2026-03-27 14:46:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8b724c9-8950-5cfc-aea8-948327f4c33f with scrape type 2
2026-03-27 14:46:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b8b724c9-8950-5cfc-aea8-948327f4c33f with scrape type 2
2026-03-27 14:46:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8b724c9-8950-5cfc-aea8-948327f4c33f, identifier: 6982100auction61871
2026-03-27 14:46:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871
2026-03-27 14:46:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871
2026-03-27 14:46:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8b724c9-8950-5cfc-aea8-948327f4c33f with identifier: 6982100auction61871 to the API
2026-03-27 14:46:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982100>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'b8b724c9-8950-5cfc-aea8-948327f4c33f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982100',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q8',
'odometer': 40587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q8 E-Tron 55 Quattro Advanced 5d',
'transmission': 'automatic',
'trim': 'E-Tron 55 Quattro Advanced 5d',
'vin': None,
'year': 2024}
2026-03-27 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982100auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:56 [ecarstrade.be] INFO: Saving data for 6982100auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958219.762999, 'last_price_update_time': 1774622816.540881}
2026-03-27 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982100auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982103> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:46:57 [ecarstrade.be] INFO: Extracting details for car 6982103auction61871
2026-03-27 14:46:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871
2026-03-27 14:46:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 97d830fa-f229-5d07-b777-9bd192c4464e with scrape type 2
2026-03-27 14:46:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 97d830fa-f229-5d07-b777-9bd192c4464e with scrape type 2
2026-03-27 14:46:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 97d830fa-f229-5d07-b777-9bd192c4464e, identifier: 6982103auction61871
2026-03-27 14:46:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871
2026-03-27 14:46:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871
2026-03-27 14:46:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 97d830fa-f229-5d07-b777-9bd192c4464e with identifier: 6982103auction61871 to the API
2026-03-27 14:46:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982103>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '97d830fa-f229-5d07-b777-9bd192c4464e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982103',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 110610,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-05-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 HYBRID 136 e-DSC6 GT 5d',
'transmission': 'automatic',
'trim': '1.2 HYBRID 136 e-DSC6 GT 5d',
'vin': None,
'year': 2024}
2026-03-27 14:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982103auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:58 [ecarstrade.be] INFO: Saving data for 6982103auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958376.020255, 'last_price_update_time': 1774622818.313474}
2026-03-27 14:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982103auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981236> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:59 [ecarstrade.be] INFO: Extracting details for car 6981236auction61871
2026-03-27 14:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871
2026-03-27 14:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with scrape type 2
2026-03-27 14:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with scrape type 2
2026-03-27 14:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7, identifier: 6981236auction61871
2026-03-27 14:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871
2026-03-27 14:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871
2026-03-27 14:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bed88b0-fac0-5c18-8dee-b7bb2b8780a7 with identifier: 6981236auction61871 to the API
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:46:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981236>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '8bed88b0-fac0-5c18-8dee-b7bb2b8780a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981236',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 110444,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S MT6 Edition 5d',
'transmission': 'manual',
'trim': '1.5 Turbo ECOTEC D S/S MT6 Edition 5d',
'vin': None,
'year': 2021}
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981236auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:46:59 [ecarstrade.be] INFO: Saving data for 6981236auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958156.59282, 'last_price_update_time': 1774622819.593862}
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981236auction61871') HTTP/1.1" 204 0
2026-03-27 14:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982106> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982102> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:46:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:46:59 [ecarstrade.be] INFO: Extracting details for car 6982106auction61871
2026-03-27 14:46:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871
2026-03-27 14:46:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with scrape type 2
2026-03-27 14:46:59 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with scrape type 2
2026-03-27 14:46:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4f89c027-d7ff-558e-b79e-f92ea585b0a5, identifier: 6982106auction61871
2026-03-27 14:46:59 [ecarstrade.be] INFO: Extracting details for car 6982102auction61871
2026-03-27 14:46:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871
2026-03-27 14:46:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871
2026-03-27 14:46:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4f89c027-d7ff-558e-b79e-f92ea585b0a5 with identifier: 6982106auction61871 to the API
2026-03-27 14:46:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982106>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '4f89c027-d7ff-558e-b79e-f92ea585b0a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982106',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 123086,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE A SEDAN DIESEL (V177) A 180 d 116 Business Solution '
'4d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A SEDAN DIESEL (V177) A 180 d 116 Business Solution '
'4d',
'vin': None,
'year': 2022}
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982106auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:00 [ecarstrade.be] INFO: Saving data for 6982106auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958346.281331, 'last_price_update_time': 1774622820.247231}
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982106auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871
2026-03-27 14:47:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with scrape type 2
2026-03-27 14:47:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with scrape type 2
2026-03-27 14:47:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac, identifier: 6982102auction61871
2026-03-27 14:47:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871
2026-03-27 14:47:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871
2026-03-27 14:47:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9affd5cf-41e4-561a-9f9f-a87aaa77ccac with identifier: 6982102auction61871 to the API
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982102>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '9affd5cf-41e4-561a-9f9f-a87aaa77ccac',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982102',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X2',
'odometer': 60918,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 sDrive16dA 85kW DCT 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA 85kW DCT 5d',
'vin': None,
'year': 2020}
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982102auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:00 [ecarstrade.be] INFO: Saving data for 6982102auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958273.013441, 'last_price_update_time': 1774622820.666639}
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982102auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981235> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982096> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:03 [ecarstrade.be] INFO: Extracting details for car 6981235auction61871
2026-03-27 14:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871
2026-03-27 14:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with scrape type 2
2026-03-27 14:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with scrape type 2
2026-03-27 14:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10b4ff6a-9419-56bd-89e0-7cb956f25d42, identifier: 6981235auction61871
2026-03-27 14:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871
2026-03-27 14:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871
2026-03-27 14:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10b4ff6a-9419-56bd-89e0-7cb956f25d42 with identifier: 6981235auction61871 to the API
2026-03-27 14:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981235>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '10b4ff6a-9419-56bd-89e0-7cb956f25d42',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981235',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 178299,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 2.0 35 TDi 120kW S tronic Advanced 4d',
'transmission': 'automatic',
'trim': '2.0 35 TDi 120kW S tronic Advanced 4d',
'vin': None,
'year': 2020}
2026-03-27 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981235auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:03 [ecarstrade.be] INFO: Saving data for 6981235auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958155.387399, 'last_price_update_time': 1774622823.622481}
2026-03-27 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981235auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:03 [ecarstrade.be] INFO: Extracting details for car 6982096auction61871
2026-03-27 14:47:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871
2026-03-27 14:47:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afdee877-eef1-5c67-b14f-dc375bcdff9f with scrape type 2
2026-03-27 14:47:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item afdee877-eef1-5c67-b14f-dc375bcdff9f with scrape type 2
2026-03-27 14:47:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afdee877-eef1-5c67-b14f-dc375bcdff9f, identifier: 6982096auction61871
2026-03-27 14:47:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871
2026-03-27 14:47:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871
2026-03-27 14:47:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afdee877-eef1-5c67-b14f-dc375bcdff9f with identifier: 6982096auction61871 to the API
2026-03-27 14:47:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982096>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'afdee877-eef1-5c67-b14f-dc375bcdff9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982096',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 45378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER DISCOVERY SPORT - 2019 1.5 Turbo 300 PHEV AWD R-Dynamic '
'HSE 5d',
'transmission': 'automatic',
'trim': 'LAND ROVER DISCOVERY SPORT - 2019 1.5 Turbo 300 PHEV AWD R-Dynamic '
'HSE 5d',
'vin': None,
'year': 2023}
2026-03-27 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982096auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:04 [ecarstrade.be] INFO: Saving data for 6982096auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958185.053692, 'last_price_update_time': 1774622824.06315}
2026-03-27 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982096auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982112> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:06 [ecarstrade.be] INFO: Extracting details for car 6982112auction61871
2026-03-27 14:47:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871
2026-03-27 14:47:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with scrape type 2
2026-03-27 14:47:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with scrape type 2
2026-03-27 14:47:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab92aa8b-41dc-547b-99d2-b191fd66ffc0, identifier: 6982112auction61871
2026-03-27 14:47:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871
2026-03-27 14:47:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871
2026-03-27 14:47:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab92aa8b-41dc-547b-99d2-b191fd66ffc0 with identifier: 6982112auction61871 to the API
2026-03-27 14:47:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982112>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'ab92aa8b-41dc-547b-99d2-b191fd66ffc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982112',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 152071,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-27 14:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982112auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:06 [ecarstrade.be] INFO: Saving data for 6982112auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958332.146932, 'last_price_update_time': 1774622826.470121}
2026-03-27 14:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982112auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:07 [scrapy.extensions.logstats] INFO: Crawled 164 pages (at 31 pages/min), scraped 116 items (at 28 items/min)
2026-03-27 14:47:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:47:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982101> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:08 [ecarstrade.be] INFO: Extracting details for car 6982101auction61871
2026-03-27 14:47:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871
2026-03-27 14:47:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c94897bb-3bc7-5160-b352-09a24bc57602 with scrape type 2
2026-03-27 14:47:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c94897bb-3bc7-5160-b352-09a24bc57602 with scrape type 2
2026-03-27 14:47:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c94897bb-3bc7-5160-b352-09a24bc57602, identifier: 6982101auction61871
2026-03-27 14:47:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871
2026-03-27 14:47:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871
2026-03-27 14:47:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c94897bb-3bc7-5160-b352-09a24bc57602 with identifier: 6982101auction61871 to the API
2026-03-27 14:47:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982101>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'c94897bb-3bc7-5160-b352-09a24bc57602',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982101',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 89312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Grandland X 1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'transmission': 'automatic',
'trim': '1.5 Turbo ECOTEC D S/S AT8 Edition 5d',
'vin': None,
'year': 2020}
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982101auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:09 [ecarstrade.be] INFO: Saving data for 6982101auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958223.280857, 'last_price_update_time': 1774622829.010921}
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982101auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982115> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_001/780x0__r.jpg?hash=1774612484> (referer: https://ecarstrade.com/cars/7008634)
2026-03-27 14:47:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:09 [ecarstrade.be] INFO: Extracting details for car 6982115auction61871
2026-03-27 14:47:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871
2026-03-27 14:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6f5cf59-1036-54ee-a612-8571a212b85d with scrape type 2
2026-03-27 14:47:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6f5cf59-1036-54ee-a612-8571a212b85d with scrape type 2
2026-03-27 14:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6f5cf59-1036-54ee-a612-8571a212b85d, identifier: 6982115auction61871
2026-03-27 14:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871
2026-03-27 14:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871
2026-03-27 14:47:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6f5cf59-1036-54ee-a612-8571a212b85d with identifier: 6982115auction61871 to the API
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982115>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'b6f5cf59-1036-54ee-a612-8571a212b85d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982115',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 179363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA SUPERB COMBI - 2019 1.4 TSI 156 Sportline PHEV DSG '
'(EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'SKODA SUPERB COMBI - 2019 1.4 TSI 156 Sportline PHEV DSG (EU6d-TEMP) '
'5d',
'vin': None,
'year': 2020}
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982115auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:09 [ecarstrade.be] INFO: Saving data for 6982115auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958333.743283, 'last_price_update_time': 1774622829.863764}
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982115auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab
2026-03-27 14:47:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab, skipping ID generation
2026-03-27 14:47:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with scrape type 1
2026-03-27 14:47:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab sending to next pipeline
2026-03-27 14:47:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab, identifier: 7008634auction106404
2026-03-27 14:47:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404
2026-03-27 14:47:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404
2026-03-27 14:47:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab with identifier: 7008634auction106404 to the API
2026-03-27 14:47:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008634/photo_001/780x0__r.jpg?hash=1774612484>
{'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-29T15:02:03Z',
'fuel_type': 'Petrol',
'id': '1cf71df0-bbb6-5468-9d82-d5a6b75fa8ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008634',
'listing': 'auction',
'location': 'Belgium - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 16226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 Allure 1.2 Gasoline 102hp',
'transmission': 'manual',
'trim': 'Allure 1.2 Gasoline 102hp',
'vin': None,
'year': 2025}
2026-03-27 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008634auction106404%27 HTTP/1.1" 200 None
2026-03-27 14:47:10 [ecarstrade.be] INFO: Saving data for 7008634auction106404: {'created_time': 1774622830.329605, 'last_price_update_time': 1774622830.329619, 'auction_closing_time': 1774796523.0}
2026-03-27 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008634auction106404') HTTP/1.1" 204 0
2026-03-27 14:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982116> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:47:15 [ecarstrade.be] INFO: Extracting details for car 6982116auction61871
2026-03-27 14:47:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871
2026-03-27 14:47:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 with scrape type 2
2026-03-27 14:47:15 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b5802613-4656-5aa4-8f74-f6fc40ff79f9 with scrape type 2
2026-03-27 14:47:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b5802613-4656-5aa4-8f74-f6fc40ff79f9, identifier: 6982116auction61871
2026-03-27 14:47:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871
2026-03-27 14:47:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871
2026-03-27 14:47:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b5802613-4656-5aa4-8f74-f6fc40ff79f9 with identifier: 6982116auction61871 to the API
2026-03-27 14:47:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982116>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'b5802613-4656-5aa4-8f74-f6fc40ff79f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982116',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mini',
'model': '',
'odometer': 25500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 4,
'seller_name': None,
'title': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'transmission': 'automatic',
'trim': 'MINI E-MINI - 2021 28.9 kWh 184 Cooper SE 3d',
'vin': None,
'year': 2023}
2026-03-27 14:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982116auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:15 [ecarstrade.be] INFO: Saving data for 6982116auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958334.520379, 'last_price_update_time': 1774622835.716493}
2026-03-27 14:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982116auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982109> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:47:16 [ecarstrade.be] INFO: Extracting details for car 6982109auction61871
2026-03-27 14:47:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871
2026-03-27 14:47:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 with scrape type 2
2026-03-27 14:47:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cdc0e25a-92df-5bb3-b4e4-749f46264a69 with scrape type 2
2026-03-27 14:47:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdc0e25a-92df-5bb3-b4e4-749f46264a69, identifier: 6982109auction61871
2026-03-27 14:47:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871
2026-03-27 14:47:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871
2026-03-27 14:47:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdc0e25a-92df-5bb3-b4e4-749f46264a69 with identifier: 6982109auction61871 to the API
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982109>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'cdc0e25a-92df-5bb3-b4e4-749f46264a69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982109',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 150009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA KODIAQ DIESEL 2.0 CR TDi 150hp Style DSG (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'SKODA KODIAQ DIESEL 2.0 CR TDi 150hp Style DSG (EU6AP) 5d',
'vin': None,
'year': 2023}
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982109auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:16 [ecarstrade.be] INFO: Saving data for 6982109auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958329.91886, 'last_price_update_time': 1774622836.423144}
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982109auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981249> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:22 [ecarstrade.be] INFO: Extracting details for car 6981249auction61871
2026-03-27 14:47:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871
2026-03-27 14:47:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ec3b150-894c-51a5-832f-9bafe1c4a67a with scrape type 2
2026-03-27 14:47:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0ec3b150-894c-51a5-832f-9bafe1c4a67a with scrape type 2
2026-03-27 14:47:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ec3b150-894c-51a5-832f-9bafe1c4a67a, identifier: 6981249auction61871
2026-03-27 14:47:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871
2026-03-27 14:47:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871
2026-03-27 14:47:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ec3b150-894c-51a5-832f-9bafe1c4a67a with identifier: 6981249auction61871 to the API
2026-03-27 14:47:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981249>
{'auction_title': '',
'c_o_2_emission_value': 227,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '0ec3b150-894c-51a5-832f-9bafe1c4a67a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981249',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'RSQ3',
'odometer': 112629,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': '*AUDI RSQ3 SPORTBACK 2.5 TFSI 400 Quattro S tronic (EU6d-TEMP) 5d '
'Auto',
'transmission': 'automatic',
'trim': '*AUDI SPORTBACK 2.5 TFSI 400 Quattro S tronic (EU6d-TEMP) 5d Auto',
'vin': None,
'year': 2022}
2026-03-27 14:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981249auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:22 [ecarstrade.be] INFO: Saving data for 6981249auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958184.496227, 'last_price_update_time': 1774622842.610726}
2026-03-27 14:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981249auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981245> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:23 [ecarstrade.be] INFO: Extracting details for car 6981245auction61871
2026-03-27 14:47:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871
2026-03-27 14:47:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 32c35381-b409-5290-b44d-9886161b1f6f with scrape type 2
2026-03-27 14:47:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 32c35381-b409-5290-b44d-9886161b1f6f with scrape type 2
2026-03-27 14:47:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 32c35381-b409-5290-b44d-9886161b1f6f, identifier: 6981245auction61871
2026-03-27 14:47:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871
2026-03-27 14:47:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871
2026-03-27 14:47:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 32c35381-b409-5290-b44d-9886161b1f6f with identifier: 6981245auction61871 to the API
2026-03-27 14:47:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981245>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '32c35381-b409-5290-b44d-9886161b1f6f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981245',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 103382,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic '
'5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro Advanced S tronic 5d',
'vin': None,
'year': 2022}
2026-03-27 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981245auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:23 [ecarstrade.be] INFO: Saving data for 6981245auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958153.556218, 'last_price_update_time': 1774622843.950433}
2026-03-27 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981245auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981247> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:25 [ecarstrade.be] INFO: Extracting details for car 6981247auction61871
2026-03-27 14:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871
2026-03-27 14:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with scrape type 2
2026-03-27 14:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with scrape type 2
2026-03-27 14:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2bd8d9a-2465-5a1e-970d-164cb27c30b6, identifier: 6981247auction61871
2026-03-27 14:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871
2026-03-27 14:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871
2026-03-27 14:47:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2bd8d9a-2465-5a1e-970d-164cb27c30b6 with identifier: 6981247auction61871 to the API
2026-03-27 14:47:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981247>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'd2bd8d9a-2465-5a1e-970d-164cb27c30b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981247',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '3 Series',
'odometer': 69763,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 TOURING DIESEL - 318 dA 150hp 5d',
'transmission': 'automatic',
'trim': '3 TOURING DIESEL - 318 dA 150hp 5d',
'vin': None,
'year': 2023}
2026-03-27 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981247auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:25 [ecarstrade.be] INFO: Saving data for 6981247auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958314.478845, 'last_price_update_time': 1774622845.718627}
2026-03-27 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981247auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981251> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:25 [ecarstrade.be] INFO: Extracting details for car 6981251auction61871
2026-03-27 14:47:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871
2026-03-27 14:47:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with scrape type 2
2026-03-27 14:47:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with scrape type 2
2026-03-27 14:47:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c, identifier: 6981251auction61871
2026-03-27 14:47:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871
2026-03-27 14:47:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871
2026-03-27 14:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87ff07d1-afbe-51b5-83ad-11f7a4b1057c with identifier: 6981251auction61871 to the API
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981251>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '87ff07d1-afbe-51b5-83ad-11f7a4b1057c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981251',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Kia',
'model': 'Other',
'odometer': 160239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA CEED SPORTSWAGON - 2018 1.6 GDi 140 PHEV Sense DCT 5d',
'transmission': 'automatic',
'trim': 'KIA CEED SPORTSWAGON - 2018 1.6 GDi 140 PHEV Sense DCT 5d',
'vin': None,
'year': 2021}
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981251auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:26 [ecarstrade.be] INFO: Saving data for 6981251auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958128.242848, 'last_price_update_time': 1774622846.270789}
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981251auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981244> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:26 [ecarstrade.be] INFO: Extracting details for car 6981244auction61871
2026-03-27 14:47:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871
2026-03-27 14:47:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with scrape type 2
2026-03-27 14:47:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with scrape type 2
2026-03-27 14:47:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb68b29c-2ff0-5608-b167-a822f8ba5ef8, identifier: 6981244auction61871
2026-03-27 14:47:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871
2026-03-27 14:47:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871
2026-03-27 14:47:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb68b29c-2ff0-5608-b167-a822f8ba5ef8 with identifier: 6981244auction61871 to the API
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981244>
{'auction_title': '',
'c_o_2_emission_value': 46,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'bb68b29c-2ff0-5608-b167-a822f8ba5ef8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981244',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 83100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE GLC DIESEL (C253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (C253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981244auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:26 [ecarstrade.be] INFO: Saving data for 6981244auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958274.425787, 'last_price_update_time': 1774622846.897912}
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981244auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982111> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:27 [ecarstrade.be] INFO: Extracting details for car 6982111auction61871
2026-03-27 14:47:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871
2026-03-27 14:47:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 857e92f9-b59f-5067-ba44-bf791fbb259a with scrape type 2
2026-03-27 14:47:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 857e92f9-b59f-5067-ba44-bf791fbb259a with scrape type 2
2026-03-27 14:47:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 857e92f9-b59f-5067-ba44-bf791fbb259a, identifier: 6982111auction61871
2026-03-27 14:47:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871
2026-03-27 14:47:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871
2026-03-27 14:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 857e92f9-b59f-5067-ba44-bf791fbb259a with identifier: 6982111auction61871 to the API
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982111>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '857e92f9-b59f-5067-ba44-bf791fbb259a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982111',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 56725,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE GLC COUPE DIESEL (C253) - 2019 GLC 300 de 316 '
'(194+122) 4-Matic (EU6.2) 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC COUPE DIESEL (C253) - 2019 GLC 300 de 316 '
'(194+122) 4-Matic (EU6.2) 5d Auto',
'vin': None,
'year': 2022}
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982111auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:28 [ecarstrade.be] INFO: Saving data for 6982111auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958331.583808, 'last_price_update_time': 1774622848.287297}
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982111auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982121> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:28 [ecarstrade.be] INFO: Extracting details for car 6982121auction61871
2026-03-27 14:47:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871
2026-03-27 14:47:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 627955fd-7169-5066-b3a6-96013d2386c1 with scrape type 2
2026-03-27 14:47:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 627955fd-7169-5066-b3a6-96013d2386c1 with scrape type 2
2026-03-27 14:47:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 627955fd-7169-5066-b3a6-96013d2386c1, identifier: 6982121auction61871
2026-03-27 14:47:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871
2026-03-27 14:47:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871
2026-03-27 14:47:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 627955fd-7169-5066-b3a6-96013d2386c1 with identifier: 6982121auction61871 to the API
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982121>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '627955fd-7169-5066-b3a6-96013d2386c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982121',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 76227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN TIGUAN DIESEL - 2021 2.0 TDI 150 SCR Elegance BMT DSG 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN TIGUAN DIESEL - 2021 2.0 TDI 150 SCR Elegance BMT DSG 5d',
'vin': None,
'year': 2023}
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982121auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:28 [ecarstrade.be] INFO: Saving data for 6982121auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958240.39281, 'last_price_update_time': 1774622848.856501}
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982121auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page46?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981230auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981230auction61871: 2
2026-03-27 14: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-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982094auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982094auction61871: 2
2026-03-27 14: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-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982093auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982093auction61871: 2
2026-03-27 14: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-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981225auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981225auction61871: 2
2026-03-27 14: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-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981227auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981227auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981229auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981229auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982090auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982090auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982091auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982091auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981223auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981223auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982087auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982087auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982084auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982084auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982088auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982088auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981222auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981222auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982085auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982085auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6981220auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6981220auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982082auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982082auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982079auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982079auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982083auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982083auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982083auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982070auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982070auction61871: 2
2026-03-27 14:47:29 [ecarstrade.be] INFO: Found listing with ID: 6982072auction61871
2026-03-27 14:47:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:29 [ecarstrade.be] INFO: Scrape type for 6982072auction61871: 2
2026-03-27 14:47:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981255> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:33 [ecarstrade.be] INFO: Extracting details for car 6981255auction61871
2026-03-27 14:47:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871
2026-03-27 14:47:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fff7a969-4e67-578b-bae1-b505f819ffc0 with scrape type 2
2026-03-27 14:47:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fff7a969-4e67-578b-bae1-b505f819ffc0 with scrape type 2
2026-03-27 14:47:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fff7a969-4e67-578b-bae1-b505f819ffc0, identifier: 6981255auction61871
2026-03-27 14:47:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871
2026-03-27 14:47:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871
2026-03-27 14:47:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fff7a969-4e67-578b-bae1-b505f819ffc0 with identifier: 6981255auction61871 to the API
2026-03-27 14:47:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981255>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'fff7a969-4e67-578b-bae1-b505f819ffc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981255',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 41587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC90 FL'20, Volvo XC90 2.0 B5 D 4WD Geartronic Momentum Pro "
'7P',
'transmission': 'automatic',
'trim': ", XC90 FL'20, XC90 2.0 B5 D 4WD Geartronic Momentum Pro 7P",
'vin': None,
'year': 2021}
2026-03-27 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981255auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:34 [ecarstrade.be] INFO: Saving data for 6981255auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958168.119829, 'last_price_update_time': 1774622854.051665}
2026-03-27 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981255auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982093> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:47:37 [ecarstrade.be] INFO: Extracting details for car 6982093auction61871
2026-03-27 14:47:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871
2026-03-27 14:47:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 434752d7-ab52-5cff-97d9-ea5339694ed5 with scrape type 2
2026-03-27 14:47:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 434752d7-ab52-5cff-97d9-ea5339694ed5 with scrape type 2
2026-03-27 14:47:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 434752d7-ab52-5cff-97d9-ea5339694ed5, identifier: 6982093auction61871
2026-03-27 14:47:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871
2026-03-27 14:47:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871
2026-03-27 14:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 434752d7-ab52-5cff-97d9-ea5339694ed5 with identifier: 6982093auction61871 to the API
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982093>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '434752d7-ab52-5cff-97d9-ea5339694ed5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982093',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 69790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982093auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:38 [ecarstrade.be] INFO: Saving data for 6982093auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958188.363556, 'last_price_update_time': 1774622858.274368}
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982093auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981230> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:38 [ecarstrade.be] INFO: Extracting details for car 6981230auction61871
2026-03-27 14:47:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871
2026-03-27 14:47:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72cfda2a-3e6e-5527-923e-f91fefd307f8 with scrape type 2
2026-03-27 14:47:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72cfda2a-3e6e-5527-923e-f91fefd307f8 with scrape type 2
2026-03-27 14:47:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72cfda2a-3e6e-5527-923e-f91fefd307f8, identifier: 6981230auction61871
2026-03-27 14:47:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871
2026-03-27 14:47:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871
2026-03-27 14:47:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72cfda2a-3e6e-5527-923e-f91fefd307f8 with identifier: 6981230auction61871 to the API
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981230>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '72cfda2a-3e6e-5527-923e-f91fefd307f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981230',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Courier',
'odometer': 99656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 2,
'seller_name': None,
'title': 'FORD TRANSIT COURIER DSL - 2018 1.5 TDCi 102 Trend S/S (EU6d) 5d',
'transmission': 'manual',
'trim': 'FORD TRANSIT COURIER DSL - 2018 1.5 TDCi 102 Trend S/S (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981230auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:38 [ecarstrade.be] INFO: Saving data for 6981230auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958128.733245, 'last_price_update_time': 1774622858.804188}
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981230auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981248> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:39 [ecarstrade.be] INFO: Extracting details for car 6981248auction61871
2026-03-27 14:47:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871
2026-03-27 14:47:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with scrape type 2
2026-03-27 14:47:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with scrape type 2
2026-03-27 14:47:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32, identifier: 6981248auction61871
2026-03-27 14:47:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871
2026-03-27 14:47:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871
2026-03-27 14:47:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32 with identifier: 6981248auction61871 to the API
2026-03-27 14:47:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981248>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '1eb67dd6-8c3d-558a-9c8c-27f96a4b6f32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981248',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 167267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e 125hp PHEV (EU6d-TEMP) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981248auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:39 [ecarstrade.be] INFO: Saving data for 6981248auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958276.15669, 'last_price_update_time': 1774622859.868429}
2026-03-27 14:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981248auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981252> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:40 [ecarstrade.be] INFO: Extracting details for car 6981252auction61871
2026-03-27 14:47:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871
2026-03-27 14:47:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 692d1e1e-700b-505a-a48a-b2c908d2c145 with scrape type 2
2026-03-27 14:47:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 692d1e1e-700b-505a-a48a-b2c908d2c145 with scrape type 2
2026-03-27 14:47:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 692d1e1e-700b-505a-a48a-b2c908d2c145, identifier: 6981252auction61871
2026-03-27 14:47:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871
2026-03-27 14:47:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871
2026-03-27 14:47:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 692d1e1e-700b-505a-a48a-b2c908d2c145 with identifier: 6981252auction61871 to the API
2026-03-27 14:47:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981252>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '692d1e1e-700b-505a-a48a-b2c908d2c145',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981252',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 107787,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-27 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981252auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:40 [ecarstrade.be] INFO: Saving data for 6981252auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958189.396025, 'last_price_update_time': 1774622860.670812}
2026-03-27 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981252auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982118> (referer: https://ecarstrade.com/search/page45?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:42 [ecarstrade.be] INFO: Extracting details for car 6982118auction61871
2026-03-27 14:47:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871
2026-03-27 14:47:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e300509e-1ebe-59ab-a0e2-703e004f212d with scrape type 2
2026-03-27 14:47:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e300509e-1ebe-59ab-a0e2-703e004f212d with scrape type 2
2026-03-27 14:47:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e300509e-1ebe-59ab-a0e2-703e004f212d, identifier: 6982118auction61871
2026-03-27 14:47:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871
2026-03-27 14:47:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871
2026-03-27 14:47:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e300509e-1ebe-59ab-a0e2-703e004f212d with identifier: 6982118auction61871 to the API
2026-03-27 14:47:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:47:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982118>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'e300509e-1ebe-59ab-a0e2-703e004f212d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982118',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 44939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'transmission': 'manual',
'trim': 'OPEL CORSA - 2020 1.2 Turbo Edition Start/Stop (EU6.4AP) 5d',
'vin': None,
'year': 2023}
2026-03-27 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982118auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:42 [ecarstrade.be] INFO: Saving data for 6982118auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958336.134187, 'last_price_update_time': 1774622862.957892}
2026-03-27 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982118auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982094> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:47:44 [ecarstrade.be] INFO: Extracting details for car 6982094auction61871
2026-03-27 14:47:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871
2026-03-27 14:47:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with scrape type 2
2026-03-27 14:47:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with scrape type 2
2026-03-27 14:47:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0, identifier: 6982094auction61871
2026-03-27 14:47:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871
2026-03-27 14:47:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871
2026-03-27 14:47:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f3eb3c2f-77c2-5f25-ac39-36cde99d39b0 with identifier: 6982094auction61871 to the API
2026-03-27 14:47:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982094>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'f3eb3c2f-77c2-5f25-ac39-36cde99d39b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982094',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 176659,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 1.4 eHybrid DSG Life 5d',
'transmission': 'automatic',
'trim': '1.4 eHybrid DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-27 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982094auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:45 [ecarstrade.be] INFO: Saving data for 6982094auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958315.063502, 'last_price_update_time': 1774622865.357189}
2026-03-27 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982094auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981217auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981217auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6982075auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6982075auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6982078auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6982078auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981214auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981214auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981218auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981218auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981205auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981205auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981206auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981206auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981209auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981209auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981212auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981212auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6982063auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6982063auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981197auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:46 [ecarstrade.be] INFO: Scrape type for 6981197auction61871: 2
2026-03-27 14:47:46 [ecarstrade.be] INFO: Found listing with ID: 6981199auction61871
2026-03-27 14:47:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6981199auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6982056auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6982056auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6982057auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6982057auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6982053auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6982053auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6981195auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6981195auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6982055auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6982055auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6982058auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6982058auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6981190auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6981190auction61871: 2
2026-03-27 14:47:47 [ecarstrade.be] INFO: Found listing with ID: 6981193auction61871
2026-03-27 14:47:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:47 [ecarstrade.be] INFO: Scrape type for 6981193auction61871: 2
2026-03-27 14:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982090> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:48 [ecarstrade.be] INFO: Extracting details for car 6982090auction61871
2026-03-27 14:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871
2026-03-27 14:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a with scrape type 2
2026-03-27 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8bf9987f-2b38-5976-9b77-e41e1da8b19a with scrape type 2
2026-03-27 14:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bf9987f-2b38-5976-9b77-e41e1da8b19a, identifier: 6982090auction61871
2026-03-27 14:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871
2026-03-27 14:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871
2026-03-27 14:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bf9987f-2b38-5976-9b77-e41e1da8b19a with identifier: 6982090auction61871 to the API
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982090>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '8bf9987f-2b38-5976-9b77-e41e1da8b19a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982090',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 255939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Ranger 2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'transmission': 'automatic',
'trim': '2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'vin': None,
'year': 2021}
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982090auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:48 [ecarstrade.be] INFO: Saving data for 6982090auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958183.360657, 'last_price_update_time': 1774622868.547019}
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982090auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981227> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:48 [ecarstrade.be] INFO: Extracting details for car 6981227auction61871
2026-03-27 14:47:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871
2026-03-27 14:47:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e543de38-e369-54bf-8fbc-450e9a8f99aa with scrape type 2
2026-03-27 14:47:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e543de38-e369-54bf-8fbc-450e9a8f99aa with scrape type 2
2026-03-27 14:47:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e543de38-e369-54bf-8fbc-450e9a8f99aa, identifier: 6981227auction61871
2026-03-27 14:47:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871
2026-03-27 14:47:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871
2026-03-27 14:47:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e543de38-e369-54bf-8fbc-450e9a8f99aa with identifier: 6981227auction61871 to the API
2026-03-27 14:47:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981227>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'e543de38-e369-54bf-8fbc-450e9a8f99aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981227',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 101355,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'transmission': 'automatic',
'trim': 'Variant VIII 1.0 eTSI 81kW DSG Life 5d',
'vin': None,
'year': 2022}
2026-03-27 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981227auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:49 [ecarstrade.be] INFO: Saving data for 6981227auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958221.666842, 'last_price_update_time': 1774622869.200882}
2026-03-27 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981227auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981223> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:47:50 [ecarstrade.be] INFO: Extracting details for car 6981223auction61871
2026-03-27 14:47:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871
2026-03-27 14:47:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with scrape type 2
2026-03-27 14:47:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with scrape type 2
2026-03-27 14:47:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8, identifier: 6981223auction61871
2026-03-27 14:47:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871
2026-03-27 14:47:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871
2026-03-27 14:47:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8 with identifier: 6981223auction61871 to the API
2026-03-27 14:47:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981223>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'c78fe96c-8fbe-5cba-a28d-f6f16ab05ae8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981223',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 64938,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 GRAN COUPE DIESEL 218 d 150hp 4d',
'transmission': 'manual',
'trim': '2 GRAN COUPE DIESEL 218 d 150hp 4d',
'vin': None,
'year': 2022}
2026-03-27 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981223auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:50 [ecarstrade.be] INFO: Saving data for 6981223auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958204.716602, 'last_price_update_time': 1774622870.90687}
2026-03-27 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981223auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982087> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:52 [ecarstrade.be] INFO: Extracting details for car 6982087auction61871
2026-03-27 14:47:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871
2026-03-27 14:47:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with scrape type 2
2026-03-27 14:47:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with scrape type 2
2026-03-27 14:47:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f, identifier: 6982087auction61871
2026-03-27 14:47:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871
2026-03-27 14:47:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871
2026-03-27 14:47:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3a32527-9eda-5ad2-9c3b-2d4b0163de0f with identifier: 6982087auction61871 to the API
2026-03-27 14:47:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982087>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'e3a32527-9eda-5ad2-9c3b-2d4b0163de0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982087',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 172699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 90kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 90kW S tronic Business Ed 5d',
'vin': None,
'year': 2019}
2026-03-27 14:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982087auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:53 [ecarstrade.be] INFO: Saving data for 6982087auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958186.533573, 'last_price_update_time': 1774622873.130235}
2026-03-27 14:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982087auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982091> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:54 [ecarstrade.be] INFO: Extracting details for car 6982091auction61871
2026-03-27 14:47:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871
2026-03-27 14:47:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f08e8f8b-0258-579e-ae60-2fb52e326c69 with scrape type 2
2026-03-27 14:47:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f08e8f8b-0258-579e-ae60-2fb52e326c69 with scrape type 2
2026-03-27 14:47:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f08e8f8b-0258-579e-ae60-2fb52e326c69, identifier: 6982091auction61871
2026-03-27 14:47:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871
2026-03-27 14:47:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871
2026-03-27 14:47:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f08e8f8b-0258-579e-ae60-2fb52e326c69 with identifier: 6982091auction61871 to the API
2026-03-27 14:47:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982091>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'f08e8f8b-0258-579e-ae60-2fb52e326c69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982091',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q2',
'odometer': 79872,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q2 DIESEL - 2021 35 TDi 150hp S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI DIESEL - 2021 35 TDi 150hp S tronic 5d',
'vin': None,
'year': 2022}
2026-03-27 14:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982091auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:54 [ecarstrade.be] INFO: Saving data for 6982091auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958186.120622, 'last_price_update_time': 1774622874.846089}
2026-03-27 14:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982091auction61871') HTTP/1.1" 204 0
2026-03-27 14:47:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981225> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:47:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:47:55 [ecarstrade.be] INFO: Extracting details for car 6981225auction61871
2026-03-27 14:47:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871
2026-03-27 14:47:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with scrape type 2
2026-03-27 14:47:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with scrape type 2
2026-03-27 14:47:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d28c5d4-4bad-5826-b124-7848fd1cdf90, identifier: 6981225auction61871
2026-03-27 14:47:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871
2026-03-27 14:47:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871
2026-03-27 14:47:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d28c5d4-4bad-5826-b124-7848fd1cdf90 with identifier: 6981225auction61871 to the API
2026-03-27 14:47:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:47:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:47:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981225>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '1d28c5d4-4bad-5826-b124-7848fd1cdf90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981225',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 143076,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-27 14:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981225auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:47:55 [ecarstrade.be] INFO: Saving data for 6981225auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958203.516139, 'last_price_update_time': 1774622875.64996}
2026-03-27 14:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:47:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981225auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982084> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:01 [ecarstrade.be] INFO: Extracting details for car 6982084auction61871
2026-03-27 14:48:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871
2026-03-27 14:48:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e929611f-6ab6-58d0-bef1-05b86c3415e2 with scrape type 2
2026-03-27 14:48:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e929611f-6ab6-58d0-bef1-05b86c3415e2 with scrape type 2
2026-03-27 14:48:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e929611f-6ab6-58d0-bef1-05b86c3415e2, identifier: 6982084auction61871
2026-03-27 14:48:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871
2026-03-27 14:48:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871
2026-03-27 14:48:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e929611f-6ab6-58d0-bef1-05b86c3415e2 with identifier: 6982084auction61871 to the API
2026-03-27 14:48:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982084>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'e929611f-6ab6-58d0-bef1-05b86c3415e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982084',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 110186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'vin': None,
'year': 2021}
2026-03-27 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982084auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:02 [ecarstrade.be] INFO: Saving data for 6982084auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958188.070409, 'last_price_update_time': 1774622882.93914}
2026-03-27 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982084auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981220> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:03 [ecarstrade.be] INFO: Extracting details for car 6981220auction61871
2026-03-27 14:48:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871
2026-03-27 14:48:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with scrape type 2
2026-03-27 14:48:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with scrape type 2
2026-03-27 14:48:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7, identifier: 6981220auction61871
2026-03-27 14:48:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871
2026-03-27 14:48:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871
2026-03-27 14:48:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7 with identifier: 6981220auction61871 to the API
2026-03-27 14:48:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981220>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'cbf6726f-5b8d-535b-a3eb-bedbdc0fc2f7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981220',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 106788,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A3 Sportback 2.0 35 TDi 110kW S tronic Business Ed 5d',
'transmission': 'automatic',
'trim': 'Sportback 2.0 35 TDi 110kW S tronic Business Ed 5d',
'vin': None,
'year': 2019}
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981220auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:04 [ecarstrade.be] INFO: Saving data for 6981220auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958205.913443, 'last_price_update_time': 1774622884.201457}
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981220auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982072> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:05 [ecarstrade.be] INFO: Extracting details for car 6982072auction61871
2026-03-27 14:48:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871
2026-03-27 14:48:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42a0904a-f49b-584c-952d-27e16502c9d9 with scrape type 2
2026-03-27 14:48:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 42a0904a-f49b-584c-952d-27e16502c9d9 with scrape type 2
2026-03-27 14:48:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42a0904a-f49b-584c-952d-27e16502c9d9, identifier: 6982072auction61871
2026-03-27 14:48:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871
2026-03-27 14:48:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871
2026-03-27 14:48:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42a0904a-f49b-584c-952d-27e16502c9d9 with identifier: 6982072auction61871 to the API
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982072>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.1L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '42a0904a-f49b-584c-952d-27e16502c9d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982072',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Fiesta',
'odometer': 105627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Fiesta '17, Ford Fiesta 1.1i 52kW Business Class 5d",
'transmission': 'manual',
'trim': ", '17, 1.1i 52kW Business Class 5d",
'vin': None,
'year': 2019}
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982072auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:05 [ecarstrade.be] INFO: Saving data for 6982072auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958166.947246, 'last_price_update_time': 1774622885.475554}
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982072auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:07 [scrapy.extensions.logstats] INFO: Crawled 193 pages (at 29 pages/min), scraped 144 items (at 28 items/min)
2026-03-27 14:48:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:48:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982070> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:07 [ecarstrade.be] INFO: Extracting details for car 6982070auction61871
2026-03-27 14:48:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871
2026-03-27 14:48:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with scrape type 2
2026-03-27 14:48:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with scrape type 2
2026-03-27 14:48:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c8aa5272-ef98-5eb2-83ed-1f5e4be16828, identifier: 6982070auction61871
2026-03-27 14:48:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871
2026-03-27 14:48:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871
2026-03-27 14:48:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c8aa5272-ef98-5eb2-83ed-1f5e4be16828 with identifier: 6982070auction61871 to the API
2026-03-27 14:48:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982070>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'c8aa5272-ef98-5eb2-83ed-1f5e4be16828',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982070',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Crossland X',
'odometer': 54506,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Crossland '20, Opel Crossland 1.2 81kW Turbo S/S Elegance 5d",
'transmission': 'manual',
'trim': ", Crossland '20, Crossland 1.2 81kW Turbo S/S Elegance 5d",
'vin': None,
'year': 2021}
2026-03-27 14:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982070auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:07 [ecarstrade.be] INFO: Saving data for 6982070auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958138.610642, 'last_price_update_time': 1774622887.861603}
2026-03-27 14:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982070auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982082> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:17 [ecarstrade.be] INFO: Extracting details for car 6982082auction61871
2026-03-27 14:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871
2026-03-27 14:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 with scrape type 2
2026-03-27 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5ff32c0d-6304-5317-9827-a6b8649f74e8 with scrape type 2
2026-03-27 14:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ff32c0d-6304-5317-9827-a6b8649f74e8, identifier: 6982082auction61871
2026-03-27 14:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871
2026-03-27 14:48:17 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871
2026-03-27 14:48:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ff32c0d-6304-5317-9827-a6b8649f74e8 with identifier: 6982082auction61871 to the API
2026-03-27 14:48:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982082>
{'auction_title': '',
'c_o_2_emission_value': 90,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '5ff32c0d-6304-5317-9827-a6b8649f74e8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982082',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63304,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Hyundai, Kona '17, Hyundai Kona 1.6 GDi Hybrid 6-DCT Sky BlueLink "
'5d',
'transmission': 'automatic',
'trim': ", '17, 1.6 GDi Hybrid 6-DCT Sky BlueLink 5d",
'vin': None,
'year': 2021}
2026-03-27 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982082auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:17 [ecarstrade.be] INFO: Saving data for 6982082auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958199.470502, 'last_price_update_time': 1774622897.744404}
2026-03-27 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982082auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981229> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:17 [ecarstrade.be] INFO: Extracting details for car 6981229auction61871
2026-03-27 14:48:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871
2026-03-27 14:48:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9faab5ef-bfec-58bd-9203-2c3524385725 with scrape type 2
2026-03-27 14:48:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9faab5ef-bfec-58bd-9203-2c3524385725 with scrape type 2
2026-03-27 14:48:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9faab5ef-bfec-58bd-9203-2c3524385725, identifier: 6981229auction61871
2026-03-27 14:48:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871
2026-03-27 14:48:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871
2026-03-27 14:48:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9faab5ef-bfec-58bd-9203-2c3524385725 with identifier: 6981229auction61871 to the API
2026-03-27 14:48:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981229>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '9faab5ef-bfec-58bd-9203-2c3524385725',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981229',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 66775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLC GLC 200 d 4MATIC 5d',
'transmission': 'automatic',
'trim': '-Benz GLC GLC 200 d 4MATIC 5d',
'vin': None,
'year': 2022}
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981229auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:19 [ecarstrade.be] INFO: Saving data for 6981229auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958201.300836, 'last_price_update_time': 1774622899.073272}
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981229auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981193> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:19 [ecarstrade.be] INFO: Extracting details for car 6981193auction61871
2026-03-27 14:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871
2026-03-27 14:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfce0bad-584b-5d7a-8297-16e570baa893 with scrape type 2
2026-03-27 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bfce0bad-584b-5d7a-8297-16e570baa893 with scrape type 2
2026-03-27 14:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfce0bad-584b-5d7a-8297-16e570baa893, identifier: 6981193auction61871
2026-03-27 14:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871
2026-03-27 14:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871
2026-03-27 14:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfce0bad-584b-5d7a-8297-16e570baa893 with identifier: 6981193auction61871 to the API
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981193>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'bfce0bad-584b-5d7a-8297-16e570baa893',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981193',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 135983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 2.0 TDI 90kW "
'DSG Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 2.0 TDI 90kW DSG Style B",
'vin': None,
'year': 2021}
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981193auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:19 [ecarstrade.be] INFO: Saving data for 6981193auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958101.805408, 'last_price_update_time': 1774622899.629196}
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981193auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982085> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:19 [ecarstrade.be] INFO: Extracting details for car 6982085auction61871
2026-03-27 14:48:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871
2026-03-27 14:48:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with scrape type 2
2026-03-27 14:48:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with scrape type 2
2026-03-27 14:48:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc17dcbe-f9e0-5c66-a30c-65e3934bd682, identifier: 6982085auction61871
2026-03-27 14:48:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871
2026-03-27 14:48:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871
2026-03-27 14:48:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc17dcbe-f9e0-5c66-a30c-65e3934bd682 with identifier: 6982085auction61871 to the API
2026-03-27 14:48:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982085>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'bc17dcbe-f9e0-5c66-a30c-65e3934bd682',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982085',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A4',
'odometer': 69962,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 AVANT DIESEL - 2020 40 TDi 204hp Quattro S Line S tronic 5d',
'transmission': 'automatic',
'trim': 'AUDI AVANT DIESEL - 2020 40 TDi 204hp Quattro S Line S tronic 5d',
'vin': None,
'year': 2022}
2026-03-27 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982085auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:20 [ecarstrade.be] INFO: Saving data for 6982085auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958185.580619, 'last_price_update_time': 1774622900.182564}
2026-03-27 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982085auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982083> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:22 [ecarstrade.be] INFO: Extracting details for car 6982083auction61871
2026-03-27 14:48:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ed56787-9a16-5627-ae4f-3725d134ff18 with identifier: 6982083auction61871
2026-03-27 14:48:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ed56787-9a16-5627-ae4f-3725d134ff18 with scrape type 2
2026-03-27 14:48:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 3ed56787-9a16-5627-ae4f-3725d134ff18 with scrape type 2
2026-03-27 14:48:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ed56787-9a16-5627-ae4f-3725d134ff18, identifier: 6982083auction61871
2026-03-27 14:48:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ed56787-9a16-5627-ae4f-3725d134ff18 with identifier: 6982083auction61871
2026-03-27 14:48:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ed56787-9a16-5627-ae4f-3725d134ff18 with identifier: 6982083auction61871
2026-03-27 14:48:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ed56787-9a16-5627-ae4f-3725d134ff18 with identifier: 6982083auction61871 to the API
2026-03-27 14:48:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982083>
{'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-29T15:05:18Z',
'fuel_type': 'Other',
'id': '3ed56787-9a16-5627-ae4f-3725d134ff18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982083',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 79822,
'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 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-27 14:48:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982083auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:22 [ecarstrade.be] INFO: Saving data for 6982083auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958187.768931, 'last_price_update_time': 1774622902.998076}
2026-03-27 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982083auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982079> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981190> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:25 [ecarstrade.be] INFO: Extracting details for car 6982079auction61871
2026-03-27 14:48:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871
2026-03-27 14:48:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a96aeea-53f7-5635-be2a-470f97c0e97b with scrape type 2
2026-03-27 14:48:25 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9a96aeea-53f7-5635-be2a-470f97c0e97b with scrape type 2
2026-03-27 14:48:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a96aeea-53f7-5635-be2a-470f97c0e97b, identifier: 6982079auction61871
2026-03-27 14:48:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871
2026-03-27 14:48:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871
2026-03-27 14:48:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a96aeea-53f7-5635-be2a-470f97c0e97b with identifier: 6982079auction61871 to the API
2026-03-27 14:48:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982079>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '9a96aeea-53f7-5635-be2a-470f97c0e97b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982079',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 51983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A3 Berline '20, Audi A3 Berline 1.0 TFSi 30 81kW Stronic "
'Attractio',
'transmission': 'automatic',
'trim': ", Berline '20, Berline 1.0 TFSi 30 81kW Stronic Attractio",
'vin': None,
'year': 2022}
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982079auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:26 [ecarstrade.be] INFO: Saving data for 6982079auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958199.772104, 'last_price_update_time': 1774622906.03606}
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982079auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:26 [ecarstrade.be] INFO: Extracting details for car 6981190auction61871
2026-03-27 14:48:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871
2026-03-27 14:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 410a0207-2348-5bc6-a779-0741408901c5 with scrape type 2
2026-03-27 14:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 410a0207-2348-5bc6-a779-0741408901c5 with scrape type 2
2026-03-27 14:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 410a0207-2348-5bc6-a779-0741408901c5, identifier: 6981190auction61871
2026-03-27 14:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871
2026-03-27 14:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871
2026-03-27 14:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 410a0207-2348-5bc6-a779-0741408901c5 with identifier: 6981190auction61871 to the API
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981190>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '410a0207-2348-5bc6-a779-0741408901c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981190',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'Dacia Duster',
'odometer': 71226,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Dacia, Duster '18, Dacia Duster TCe 100 Comfort 5d",
'transmission': 'manual',
'trim': "Dacia, Duster '18, TCe 100 Comfort 5d",
'vin': None,
'year': 2020}
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981190auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:26 [ecarstrade.be] INFO: Saving data for 6981190auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958420.567552, 'last_price_update_time': 1774622906.483058}
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981190auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982055> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:26 [ecarstrade.be] INFO: Extracting details for car 6982055auction61871
2026-03-27 14:48:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871
2026-03-27 14:48:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45738af3-fe4b-5a54-a59a-02394f7a108c with scrape type 2
2026-03-27 14:48:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 45738af3-fe4b-5a54-a59a-02394f7a108c with scrape type 2
2026-03-27 14:48:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45738af3-fe4b-5a54-a59a-02394f7a108c, identifier: 6982055auction61871
2026-03-27 14:48:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871
2026-03-27 14:48:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871
2026-03-27 14:48:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45738af3-fe4b-5a54-a59a-02394f7a108c with identifier: 6982055auction61871 to the API
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982055>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '45738af3-fe4b-5a54-a59a-02394f7a108c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982055',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 139731,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S Allure 5d",
'transmission': 'manual',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S Allure 5d",
'vin': None,
'year': 2021}
2026-03-27 14:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982055auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:27 [ecarstrade.be] INFO: Saving data for 6982055auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958150.237367, 'last_price_update_time': 1774622907.033491}
2026-03-27 14:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982055auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982058> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:30 [ecarstrade.be] INFO: Extracting details for car 6982058auction61871
2026-03-27 14:48:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871
2026-03-27 14:48:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 with scrape type 2
2026-03-27 14:48:30 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf2e8e31-83d7-5e25-9e61-dbb926443f81 with scrape type 2
2026-03-27 14:48:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf2e8e31-83d7-5e25-9e61-dbb926443f81, identifier: 6982058auction61871
2026-03-27 14:48:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871
2026-03-27 14:48:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871
2026-03-27 14:48:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf2e8e31-83d7-5e25-9e61-dbb926443f81 with identifier: 6982058auction61871 to the API
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982058>
{'auction_title': '',
'c_o_2_emission_value': 85,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'cf2e8e31-83d7-5e25-9e61-dbb926443f81',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982058',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 105317,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, Corolla TS '19, Toyota Corolla Touring Sports 1.8 Hybrid "
'Premium e',
'transmission': 'automatic',
'trim': ", TS '19, Touring Sports 1.8 Hybrid Premium e",
'vin': None,
'year': 2022}
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982058auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:30 [ecarstrade.be] INFO: Saving data for 6982058auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958151.202921, 'last_price_update_time': 1774622910.695766}
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982058auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982056> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:32 [ecarstrade.be] INFO: Extracting details for car 6982056auction61871
2026-03-27 14:48:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871
2026-03-27 14:48:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with scrape type 2
2026-03-27 14:48:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with scrape type 2
2026-03-27 14:48:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb, identifier: 6982056auction61871
2026-03-27 14:48:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871
2026-03-27 14:48:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871
2026-03-27 14:48:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f57c846-b55f-538f-97f4-9fb02cd1c8fb with identifier: 6982056auction61871 to the API
2026-03-27 14:48:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982056>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '5f57c846-b55f-538f-97f4-9fb02cd1c8fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982056',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 175150,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Golf VII Var.FL'16, Volkswagen Golf Variant 1.6 TDi SCR 85kW "
'Join 5d',
'transmission': 'manual',
'trim': "VW, VII Var.FL'16, Variant 1.6 TDi SCR 85kW Join 5d",
'vin': None,
'year': 2019}
2026-03-27 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982056auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:33 [ecarstrade.be] INFO: Saving data for 6982056auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958151.601557, 'last_price_update_time': 1774622913.18863}
2026-03-27 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982056auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982057> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:37 [ecarstrade.be] INFO: Extracting details for car 6982057auction61871
2026-03-27 14:48:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871
2026-03-27 14:48:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with scrape type 2
2026-03-27 14:48:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with scrape type 2
2026-03-27 14:48:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8, identifier: 6982057auction61871
2026-03-27 14:48:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871
2026-03-27 14:48:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871
2026-03-27 14:48:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 321b4b0e-51f4-5ba2-aab1-28488f4a81c8 with identifier: 6982057auction61871 to the API
2026-03-27 14:48:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982057>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '321b4b0e-51f4-5ba2-aab1-28488f4a81c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982057',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Arteon',
'odometer': 54266,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Arteon SB FL'20, Volkswagen Arteon Shooting Brake 2.0 TDI 110kW "
'DSG',
'transmission': 'automatic',
'trim': "VW, SB FL'20, Shooting Brake 2.0 TDI 110kW DSG",
'vin': None,
'year': 2021}
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982057auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:38 [ecarstrade.be] INFO: Saving data for 6982057auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958152.033149, 'last_price_update_time': 1774622918.023613}
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982057auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982053> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:38 [ecarstrade.be] INFO: Extracting details for car 6982053auction61871
2026-03-27 14:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871
2026-03-27 14:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b6cc1b6d-8293-58c7-b7fd-394996d25269 with scrape type 2
2026-03-27 14:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b6cc1b6d-8293-58c7-b7fd-394996d25269 with scrape type 2
2026-03-27 14:48:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b6cc1b6d-8293-58c7-b7fd-394996d25269, identifier: 6982053auction61871
2026-03-27 14:48:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871
2026-03-27 14:48:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871
2026-03-27 14:48:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b6cc1b6d-8293-58c7-b7fd-394996d25269 with identifier: 6982053auction61871 to the API
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982053>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'b6cc1b6d-8293-58c7-b7fd-394996d25269',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982053',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 116308,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 3-serie Touring '18, BMW 3 Reeks Touring 320dA (120 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 320dA (120 kW) 5d",
'vin': None,
'year': 2022}
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982053auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:38 [ecarstrade.be] INFO: Saving data for 6982053auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958150.689114, 'last_price_update_time': 1774622918.639}
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982053auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981222> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:38 [ecarstrade.be] INFO: Extracting details for car 6981222auction61871
2026-03-27 14:48:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871
2026-03-27 14:48:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d818164-2190-53e3-8a23-b9a5723169a5 with scrape type 2
2026-03-27 14:48:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d818164-2190-53e3-8a23-b9a5723169a5 with scrape type 2
2026-03-27 14:48:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d818164-2190-53e3-8a23-b9a5723169a5, identifier: 6981222auction61871
2026-03-27 14:48:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871
2026-03-27 14:48:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871
2026-03-27 14:48:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d818164-2190-53e3-8a23-b9a5723169a5 with identifier: 6981222auction61871 to the API
2026-03-27 14:48:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981222>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '6d818164-2190-53e3-8a23-b9a5723169a5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981222',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C-Class',
'odometer': 36457,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE C BREAK DIESEL 2021 - C 220 d 200ch AMG Line Launch '
'Edition 5d Auto',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE C BREAK DIESEL 2021 - C 220 d 200ch AMG Line Launch '
'Edition 5d Auto',
'vin': None,
'year': 2022}
2026-03-27 14:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981222auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:39 [ecarstrade.be] INFO: Saving data for 6981222auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958205.441858, 'last_price_update_time': 1774622919.34947}
2026-03-27 14:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981222auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981197> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:40 [ecarstrade.be] INFO: Extracting details for car 6981197auction61871
2026-03-27 14:48:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871
2026-03-27 14:48:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with scrape type 2
2026-03-27 14:48:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with scrape type 2
2026-03-27 14:48:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f, identifier: 6981197auction61871
2026-03-27 14:48:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871
2026-03-27 14:48:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871
2026-03-27 14:48:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f with identifier: 6981197auction61871 to the API
2026-03-27 14:48:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981197>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '05ca9d6c-4ba2-5593-9d03-e8f6a73e6b7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981197',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '5 Series',
'odometer': 87310,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-ser To FL'20 PHEV, BMW 5 Reeks Touring 520e 150kW 5d",
'transmission': 'automatic',
'trim': ", 5-ser To FL'20 PHEV, 5 Reeks Touring 520e 150kW 5d",
'vin': None,
'year': 2022}
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981197auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.be] INFO: Saving data for 6981197auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958103.18898, 'last_price_update_time': 1774622921.054739}
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981197auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981199> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:41 [ecarstrade.be] INFO: Extracting details for car 6981199auction61871
2026-03-27 14:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871
2026-03-27 14:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62c867cc-50f6-59d2-a642-73cbc15649e3 with scrape type 2
2026-03-27 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 62c867cc-50f6-59d2-a642-73cbc15649e3 with scrape type 2
2026-03-27 14:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62c867cc-50f6-59d2-a642-73cbc15649e3, identifier: 6981199auction61871
2026-03-27 14:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871
2026-03-27 14:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871
2026-03-27 14:48:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62c867cc-50f6-59d2-a642-73cbc15649e3 with identifier: 6981199auction61871 to the API
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981199>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '62c867cc-50f6-59d2-a642-73cbc15649e3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981199',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 72546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch 116dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981199auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:41 [ecarstrade.be] INFO: Saving data for 6981199auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958374.15313, 'last_price_update_time': 1774622921.701641}
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981199auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981212> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:48:41 [ecarstrade.be] INFO: Extracting details for car 6981212auction61871
2026-03-27 14:48:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871
2026-03-27 14:48:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with scrape type 2
2026-03-27 14:48:41 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with scrape type 2
2026-03-27 14:48:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4, identifier: 6981212auction61871
2026-03-27 14:48:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871
2026-03-27 14:48:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871
2026-03-27 14:48:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4 with identifier: 6981212auction61871 to the API
2026-03-27 14:48:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981212>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '25a6a4c2-01d0-5ce3-be22-dc8cfe2c09b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981212',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 162960,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, CLA-Class SB '19, Mercedes-Benz CLA Shooting Brake CLA "
'250 e Busines',
'transmission': 'automatic',
'trim': ", CLA-Class SB '19, -Benz CLA 250 e Busines",
'vin': None,
'year': 2022}
2026-03-27 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981212auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:42 [ecarstrade.be] INFO: Saving data for 6981212auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958373.459172, 'last_price_update_time': 1774622922.304197}
2026-03-27 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981212auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981206> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:48 [ecarstrade.be] INFO: Extracting details for car 6981206auction61871
2026-03-27 14:48:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871
2026-03-27 14:48:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c34d73d1-2ada-5b77-abe9-8d909fc4577b with scrape type 2
2026-03-27 14:48:48 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c34d73d1-2ada-5b77-abe9-8d909fc4577b with scrape type 2
2026-03-27 14:48:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c34d73d1-2ada-5b77-abe9-8d909fc4577b, identifier: 6981206auction61871
2026-03-27 14:48:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871
2026-03-27 14:48:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871
2026-03-27 14:48:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c34d73d1-2ada-5b77-abe9-8d909fc4577b with identifier: 6981206auction61871 to the API
2026-03-27 14:48:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:48:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981206>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'c34d73d1-2ada-5b77-abe9-8d909fc4577b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981206',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 41782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia '20, Skoda Octavia 2.0 CRTDI 85kW Style 5d",
'transmission': 'manual',
'trim': ", '20, 2.0 CRTDI 85kW Style 5d",
'vin': None,
'year': 2021}
2026-03-27 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981206auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:48 [ecarstrade.be] INFO: Saving data for 6981206auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958370.252283, 'last_price_update_time': 1774622928.588781}
2026-03-27 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981206auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982063> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:49 [ecarstrade.be] INFO: Extracting details for car 6982063auction61871
2026-03-27 14:48:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871
2026-03-27 14:48:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 036eb57f-9c1c-5c6c-a149-54ad69a159ba with scrape type 2
2026-03-27 14:48:49 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 036eb57f-9c1c-5c6c-a149-54ad69a159ba with scrape type 2
2026-03-27 14:48:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 036eb57f-9c1c-5c6c-a149-54ad69a159ba, identifier: 6982063auction61871
2026-03-27 14:48:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871
2026-03-27 14:48:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871
2026-03-27 14:48:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 036eb57f-9c1c-5c6c-a149-54ad69a159ba with identifier: 6982063auction61871 to the API
2026-03-27 14:48:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982063>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '036eb57f-9c1c-5c6c-a149-54ad69a159ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982063',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 85387,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic Bastille",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Automatic Bastille",
'vin': None,
'year': 2021}
2026-03-27 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982063auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:50 [ecarstrade.be] INFO: Saving data for 6982063auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958141.60123, 'last_price_update_time': 1774622930.34235}
2026-03-27 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982063auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981195> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:54 [ecarstrade.be] INFO: Extracting details for car 6981195auction61871
2026-03-27 14:48:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871
2026-03-27 14:48:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e959c33-679a-58ec-9083-cee759c260a4 with scrape type 2
2026-03-27 14:48:54 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4e959c33-679a-58ec-9083-cee759c260a4 with scrape type 2
2026-03-27 14:48:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e959c33-679a-58ec-9083-cee759c260a4, identifier: 6981195auction61871
2026-03-27 14:48:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871
2026-03-27 14:48:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871
2026-03-27 14:48:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e959c33-679a-58ec-9083-cee759c260a4 with identifier: 6981195auction61871 to the API
2026-03-27 14:48:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981195>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '4e959c33-679a-58ec-9083-cee759c260a4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981195',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 70931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-27 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981195auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:54 [ecarstrade.be] INFO: Saving data for 6981195auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958104.408055, 'last_price_update_time': 1774622934.965713}
2026-03-27 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981195auction61871') HTTP/1.1" 204 0
2026-03-27 14:48:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981218> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:48:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:48:57 [ecarstrade.be] INFO: Extracting details for car 6981218auction61871
2026-03-27 14:48:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871
2026-03-27 14:48:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 761420b8-2b6e-5982-8beb-a743469dac44 with scrape type 2
2026-03-27 14:48:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 761420b8-2b6e-5982-8beb-a743469dac44 with scrape type 2
2026-03-27 14:48:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 761420b8-2b6e-5982-8beb-a743469dac44, identifier: 6981218auction61871
2026-03-27 14:48:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871
2026-03-27 14:48:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871
2026-03-27 14:48:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 761420b8-2b6e-5982-8beb-a743469dac44 with identifier: 6981218auction61871 to the API
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:48:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981218>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '761420b8-2b6e-5982-8beb-a743469dac44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981218',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': 'Other',
'odometer': 108943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Kia, Ceed SW '18, KIA cee'd Sportswagon More 1.6 CRDi 136 MHEV DCT "
'5',
'transmission': 'automatic',
'trim': ", Ceed SW '18, KIA cee'd Sportswagon More 1.6 CRDi 136 MHEV DCT 5",
'vin': None,
'year': 2022}
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981218auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:48:57 [ecarstrade.be] INFO: Saving data for 6981218auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958101.275233, 'last_price_update_time': 1774622937.545467}
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:48:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981218auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981217> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:05 [ecarstrade.be] INFO: Extracting details for car 6981217auction61871
2026-03-27 14:49:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871
2026-03-27 14:49:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c658fde-69a4-50f5-9e28-554eec0d1c44 with scrape type 2
2026-03-27 14:49:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c658fde-69a4-50f5-9e28-554eec0d1c44 with scrape type 2
2026-03-27 14:49:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c658fde-69a4-50f5-9e28-554eec0d1c44, identifier: 6981217auction61871
2026-03-27 14:49:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871
2026-03-27 14:49:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871
2026-03-27 14:49:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c658fde-69a4-50f5-9e28-554eec0d1c44 with identifier: 6981217auction61871 to the API
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981217>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '4c658fde-69a4-50f5-9e28-554eec0d1c44',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981217',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 88272,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 3-serie Touring '18, BMW 3 Reeks Touring 318dA (100 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie Touring '18, 3 Reeks Touring 318dA (100 kW) 5d",
'vin': None,
'year': 2021}
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981217auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:05 [ecarstrade.be] INFO: Saving data for 6981217auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958204.004641, 'last_price_update_time': 1774622945.668871}
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981217auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:07 [scrapy.extensions.logstats] INFO: Crawled 215 pages (at 22 pages/min), scraped 166 items (at 22 items/min)
2026-03-27 14:49:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:49:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981209> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:08 [ecarstrade.be] INFO: Extracting details for car 6981209auction61871
2026-03-27 14:49:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871
2026-03-27 14:49:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e424558d-acfc-5ba0-918b-01c862d57fd4 with scrape type 2
2026-03-27 14:49:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e424558d-acfc-5ba0-918b-01c862d57fd4 with scrape type 2
2026-03-27 14:49:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e424558d-acfc-5ba0-918b-01c862d57fd4, identifier: 6981209auction61871
2026-03-27 14:49:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871
2026-03-27 14:49:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871
2026-03-27 14:49:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e424558d-acfc-5ba0-918b-01c862d57fd4 with identifier: 6981209auction61871 to the API
2026-03-27 14:49:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981209>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'e424558d-acfc-5ba0-918b-01c862d57fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981209',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 102641,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 sDrive18iA (100 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, sDrive18iA (100 kW) 5d",
'vin': None,
'year': 2020}
2026-03-27 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981209auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:08 [ecarstrade.be] INFO: Saving data for 6981209auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958372.272638, 'last_price_update_time': 1774622948.681191}
2026-03-27 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981209auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982088> (referer: https://ecarstrade.com/search/page47?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:09 [ecarstrade.be] INFO: Extracting details for car 6982088auction61871
2026-03-27 14:49:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871
2026-03-27 14:49:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with scrape type 2
2026-03-27 14:49:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with scrape type 2
2026-03-27 14:49:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c67b3aa8-15a3-5209-af1a-f9a94ecc5669, identifier: 6982088auction61871
2026-03-27 14:49:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871
2026-03-27 14:49:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871
2026-03-27 14:49:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c67b3aa8-15a3-5209-af1a-f9a94ecc5669 with identifier: 6982088auction61871 to the API
2026-03-27 14:49:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982088>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'c67b3aa8-15a3-5209-af1a-f9a94ecc5669',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982088',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '4 Series',
'odometer': 22110,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 4,
'seller_name': None,
'title': 'BMW 4 CABRIO - 2021 420iAS 184hp 2d',
'transmission': 'automatic',
'trim': '4 CABRIO - 2021 420iAS 184hp 2d',
'vin': None,
'year': 2022}
2026-03-27 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982088auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:09 [ecarstrade.be] INFO: Saving data for 6982088auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958182.851631, 'last_price_update_time': 1774622949.97438}
2026-03-27 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982088auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found listing with ID: 6981189auction61871
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:15 [ecarstrade.be] INFO: Scrape type for 6981189auction61871: 2
2026-03-27 14:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found listing with ID: 6981191auction61871
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:15 [ecarstrade.be] INFO: Scrape type for 6981191auction61871: 2
2026-03-27 14:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found listing with ID: 6982054auction61871
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:15 [ecarstrade.be] INFO: Scrape type for 6982054auction61871: 2
2026-03-27 14:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found listing with ID: 6982050auction61871
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:15 [ecarstrade.be] INFO: Scrape type for 6982050auction61871: 2
2026-03-27 14:49:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found listing with ID: 6982049auction61871
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:15 [ecarstrade.be] INFO: Scrape type for 6982049auction61871: 2
2026-03-27 14:49:15 [ecarstrade.be] INFO: Found listing with ID: 6982051auction61871
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982051auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982047auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982047auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6981187auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6981187auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982043auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982043auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982044auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982044auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982045auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982045auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6981184auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6981184auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6981186auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6981186auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982052auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982052auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6981176auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6981176auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6981177auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6981177auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6981178auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6981178auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982039auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982039auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982041auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982041auction61871: 2
2026-03-27 14:49:16 [ecarstrade.be] INFO: Found listing with ID: 6982037auction61871
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:16 [ecarstrade.be] INFO: Scrape type for 6982037auction61871: 2
2026-03-27 14:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981214> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982078> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:16 [ecarstrade.be] INFO: Extracting details for car 6981214auction61871
2026-03-27 14:49:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871
2026-03-27 14:49:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 with scrape type 2
2026-03-27 14:49:16 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f8a9769-450a-500a-b9bf-d9463075a5a2 with scrape type 2
2026-03-27 14:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f8a9769-450a-500a-b9bf-d9463075a5a2, identifier: 6981214auction61871
2026-03-27 14:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871
2026-03-27 14:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871
2026-03-27 14:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f8a9769-450a-500a-b9bf-d9463075a5a2 with identifier: 6981214auction61871 to the API
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981214>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '6f8a9769-450a-500a-b9bf-d9463075a5a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981214',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Insignia',
'odometer': 78353,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Insignia ST FL'20, Opel Insignia Sports Tourer 1.5 Turbo D "
'S/S 90kW B',
'transmission': 'automatic',
'trim': ", ST FL'20, Sports Tourer 1.5 Turbo D S/S 90kW B",
'vin': None,
'year': 2022}
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981214auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:17 [ecarstrade.be] INFO: Saving data for 6981214auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958375.207099, 'last_price_update_time': 1774622957.446343}
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981214auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:17 [ecarstrade.be] INFO: Extracting details for car 6982078auction61871
2026-03-27 14:49:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871
2026-03-27 14:49:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f2da547f-bb5c-5c03-baeb-ea16c65eb48e with scrape type 2
2026-03-27 14:49:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f2da547f-bb5c-5c03-baeb-ea16c65eb48e with scrape type 2
2026-03-27 14:49:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f2da547f-bb5c-5c03-baeb-ea16c65eb48e, identifier: 6982078auction61871
2026-03-27 14:49:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871
2026-03-27 14:49:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871
2026-03-27 14:49:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f2da547f-bb5c-5c03-baeb-ea16c65eb48e with identifier: 6982078auction61871 to the API
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982078>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'f2da547f-bb5c-5c03-baeb-ea16c65eb48e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982078',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLE-Class',
'odometer': 76588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLE '18, Mercedes-Benz GLE GLE 350 e 4MATIC Business "
'Soluti',
'transmission': 'automatic',
'trim': ", GLE '18, -Benz GLE GLE 350 e 4MATIC Business Soluti",
'vin': None,
'year': 2021}
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982078auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:18 [ecarstrade.be] INFO: Saving data for 6982078auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958200.87619, 'last_price_update_time': 1774622958.011979}
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982078auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981205> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:18 [ecarstrade.be] INFO: Extracting details for car 6981205auction61871
2026-03-27 14:49:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871
2026-03-27 14:49:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58395c7e-2169-52ef-af69-c295c4b719d3 with scrape type 2
2026-03-27 14:49:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 58395c7e-2169-52ef-af69-c295c4b719d3 with scrape type 2
2026-03-27 14:49:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58395c7e-2169-52ef-af69-c295c4b719d3, identifier: 6981205auction61871
2026-03-27 14:49:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871
2026-03-27 14:49:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871
2026-03-27 14:49:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58395c7e-2169-52ef-af69-c295c4b719d3 with identifier: 6981205auction61871 to the API
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981205>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '58395c7e-2169-52ef-af69-c295c4b719d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981205',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 102906,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 180 d Business "
'Solution 5',
'transmission': 'manual',
'trim': ", '18, -Benz A-Klasse A 180 d Business Solution 5",
'vin': None,
'year': 2020}
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981205auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:18 [ecarstrade.be] INFO: Saving data for 6981205auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958369.798502, 'last_price_update_time': 1774622958.657307}
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981205auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982075> (referer: https://ecarstrade.com/search/page48?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:29 [ecarstrade.be] INFO: Extracting details for car 6982075auction61871
2026-03-27 14:49:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871
2026-03-27 14:49:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a with scrape type 2
2026-03-27 14:49:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 61e99e51-f866-53d0-991c-d9c7c4f2f59a with scrape type 2
2026-03-27 14:49:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61e99e51-f866-53d0-991c-d9c7c4f2f59a, identifier: 6982075auction61871
2026-03-27 14:49:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871
2026-03-27 14:49:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871
2026-03-27 14:49:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61e99e51-f866-53d0-991c-d9c7c4f2f59a with identifier: 6982075auction61871 to the API
2026-03-27 14:49:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982075>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '61e99e51-f866-53d0-991c-d9c7c4f2f59a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982075',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 150500,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Karoq '17, Skoda Karoq 2.0 CRTDI 85KW Clever 5d",
'transmission': 'manual',
'trim': ", '17, 2.0 CRTDI 85KW Clever 5d",
'vin': None,
'year': 2021}
2026-03-27 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982075auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:29 [ecarstrade.be] INFO: Saving data for 6982075auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958201.819263, 'last_price_update_time': 1774622969.854535}
2026-03-27 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982075auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:49:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:49:33 [ecarstrade.be] INFO: Found listing with ID: 6982038auction61871
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:33 [ecarstrade.be] INFO: Scrape type for 6982038auction61871: 2
2026-03-27 14:49:33 [ecarstrade.be] INFO: Found listing with ID: 6997592auction61871
2026-03-27 14:49:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6997592auction61871: 2
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6997598auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6997598auction61871: 2
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6997649auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997649auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6997649auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6997648auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997648auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6997648auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974462auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974462auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974462auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973028auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973028auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973028auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973029auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973029auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973029auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973030auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973030auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973030auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973032auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973032auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973032auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973033auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973033auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973033auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973025auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973025auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973025auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974458auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974458auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974458auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974453auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974453auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974453auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973023auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973023auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973023auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6973024auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973024auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6973024auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974454auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974454auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974454auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974457auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974457auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974457auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974456auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974456auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974456auction61871: 0
2026-03-27 14:49:34 [ecarstrade.be] INFO: Found listing with ID: 6974460auction61871
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974460auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:34 [ecarstrade.be] INFO: Scrape type for 6974460auction61871: 0
2026-03-27 14:49:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981189> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:36 [ecarstrade.be] INFO: Extracting details for car 6981189auction61871
2026-03-27 14:49:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871
2026-03-27 14:49:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d with scrape type 2
2026-03-27 14:49:36 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b7a1c290-b4b2-542b-8d90-72b74ab45d9d with scrape type 2
2026-03-27 14:49:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7a1c290-b4b2-542b-8d90-72b74ab45d9d, identifier: 6981189auction61871
2026-03-27 14:49:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871
2026-03-27 14:49:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871
2026-03-27 14:49:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7a1c290-b4b2-542b-8d90-72b74ab45d9d with identifier: 6981189auction61871 to the API
2026-03-27 14:49:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:49:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981189>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'b7a1c290-b4b2-542b-8d90-72b74ab45d9d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981189',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 168267,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot Rifter 1.5 BlueHDi 100 S/S Active 5d',
'transmission': 'manual',
'trim': '1.5 BlueHDi 100 S/S Active 5d',
'vin': None,
'year': 2022}
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981189auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:37 [ecarstrade.be] INFO: Saving data for 6981189auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958421.168609, 'last_price_update_time': 1774622977.392794}
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981189auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982050> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:49:37 [ecarstrade.be] INFO: Extracting details for car 6982050auction61871
2026-03-27 14:49:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871
2026-03-27 14:49:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 321bffd4-dae4-56b1-a664-aa7643828217 with scrape type 2
2026-03-27 14:49:37 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 321bffd4-dae4-56b1-a664-aa7643828217 with scrape type 2
2026-03-27 14:49:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 321bffd4-dae4-56b1-a664-aa7643828217, identifier: 6982050auction61871
2026-03-27 14:49:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871
2026-03-27 14:49:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871
2026-03-27 14:49:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 321bffd4-dae4-56b1-a664-aa7643828217 with identifier: 6982050auction61871 to the API
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982050>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '321bffd4-dae4-56b1-a664-aa7643828217',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982050',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mini',
'model': 'Other',
'odometer': 72452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mini Clubman One D (85 kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'Clubman One D (85 kW) Aut. 5d',
'vin': None,
'year': 2022}
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982050auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:38 [ecarstrade.be] INFO: Saving data for 6982050auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958190.779983, 'last_price_update_time': 1774622978.285292}
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982050auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982049> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:42 [ecarstrade.be] INFO: Extracting details for car 6982049auction61871
2026-03-27 14:49:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871
2026-03-27 14:49:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with scrape type 2
2026-03-27 14:49:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with scrape type 2
2026-03-27 14:49:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e, identifier: 6982049auction61871
2026-03-27 14:49:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871
2026-03-27 14:49:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871
2026-03-27 14:49:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d9cf3c3e-f8f0-5b57-85f1-11e0e842972e with identifier: 6982049auction61871 to the API
2026-03-27 14:49:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:49:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982049>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'd9cf3c3e-f8f0-5b57-85f1-11e0e842972e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982049',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 88019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf Variant VIII 1.5 TSI 96kW Life 5d',
'transmission': 'manual',
'trim': 'Variant VIII 1.5 TSI 96kW Life 5d',
'vin': None,
'year': 2022}
2026-03-27 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982049auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:42 [ecarstrade.be] INFO: Saving data for 6982049auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958129.521988, 'last_price_update_time': 1774622982.937838}
2026-03-27 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982049auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981191> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:50 [ecarstrade.be] INFO: Extracting details for car 6981191auction61871
2026-03-27 14:49:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871
2026-03-27 14:49:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f with scrape type 2
2026-03-27 14:49:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4b907ae8-15d1-54d2-baac-4ff8bebff36f with scrape type 2
2026-03-27 14:49:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4b907ae8-15d1-54d2-baac-4ff8bebff36f, identifier: 6981191auction61871
2026-03-27 14:49:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871
2026-03-27 14:49:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871
2026-03-27 14:49:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4b907ae8-15d1-54d2-baac-4ff8bebff36f with identifier: 6981191auction61871 to the API
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981191>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '4b907ae8-15d1-54d2-baac-4ff8bebff36f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981191',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'X1',
'odometer': 92326,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981191auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:50 [ecarstrade.be] INFO: Saving data for 6981191auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958418.709217, 'last_price_update_time': 1774622990.837486}
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981191auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982051> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:52 [ecarstrade.be] INFO: Extracting details for car 6982051auction61871
2026-03-27 14:49:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871
2026-03-27 14:49:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41f85512-26b1-55e3-9429-a618c21a63d5 with scrape type 2
2026-03-27 14:49:52 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 41f85512-26b1-55e3-9429-a618c21a63d5 with scrape type 2
2026-03-27 14:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41f85512-26b1-55e3-9429-a618c21a63d5, identifier: 6982051auction61871
2026-03-27 14:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871
2026-03-27 14:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871
2026-03-27 14:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41f85512-26b1-55e3-9429-a618c21a63d5 with identifier: 6982051auction61871 to the API
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982051>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '41f85512-26b1-55e3-9429-a618c21a63d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982051',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA-Class',
'odometer': 85932,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz CLA CLA 250 e Business Solution 4d',
'transmission': 'automatic',
'trim': '-Benz CLA CLA 250 e Business Solution 4d',
'vin': None,
'year': 2022}
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982051auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [ecarstrade.be] INFO: Saving data for 6982051auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958196.45963, 'last_price_update_time': 1774622993.358269}
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982051auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982054> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:53 [ecarstrade.be] INFO: Extracting details for car 6982054auction61871
2026-03-27 14:49:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871
2026-03-27 14:49:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f72e8d01-bc25-5232-b3c1-e64b06d17611 with scrape type 2
2026-03-27 14:49:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f72e8d01-bc25-5232-b3c1-e64b06d17611 with scrape type 2
2026-03-27 14:49:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f72e8d01-bc25-5232-b3c1-e64b06d17611, identifier: 6982054auction61871
2026-03-27 14:49:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871
2026-03-27 14:49:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871
2026-03-27 14:49:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f72e8d01-bc25-5232-b3c1-e64b06d17611 with identifier: 6982054auction61871 to the API
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982054>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'f72e8d01-bc25-5232-b3c1-e64b06d17611',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982054',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 132810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A3 SB '20, Audi A3 Sportback 2.0 30 TDi 85kW 5d",
'transmission': 'manual',
'trim': ", SB '20, Sportback 2.0 30 TDi 85kW 5d",
'vin': None,
'year': 2021}
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982054auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:53 [ecarstrade.be] INFO: Saving data for 6982054auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958149.81505, 'last_price_update_time': 1774622993.876152}
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982054auction61871') HTTP/1.1" 204 0
2026-03-27 14:49:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981187> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:49:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:49:55 [ecarstrade.be] INFO: Extracting details for car 6981187auction61871
2026-03-27 14:49:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871
2026-03-27 14:49:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f58f544-ab44-5535-9327-29f2727fa6a9 with scrape type 2
2026-03-27 14:49:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1f58f544-ab44-5535-9327-29f2727fa6a9 with scrape type 2
2026-03-27 14:49:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f58f544-ab44-5535-9327-29f2727fa6a9, identifier: 6981187auction61871
2026-03-27 14:49:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871
2026-03-27 14:49:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871
2026-03-27 14:49:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f58f544-ab44-5535-9327-29f2727fa6a9 with identifier: 6981187auction61871 to the API
2026-03-27 14:49:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:49:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:49:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981187>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '1f58f544-ab44-5535-9327-29f2727fa6a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981187',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 67838,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-27 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981187auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:49:55 [ecarstrade.be] INFO: Saving data for 6981187auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958419.337132, 'last_price_update_time': 1774622995.422262}
2026-03-27 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:49:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981187auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982037> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:01 [ecarstrade.be] INFO: Extracting details for car 6982037auction61871
2026-03-27 14:50:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871
2026-03-27 14:50:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with scrape type 2
2026-03-27 14:50:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with scrape type 2
2026-03-27 14:50:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a, identifier: 6982037auction61871
2026-03-27 14:50:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871
2026-03-27 14:50:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871
2026-03-27 14:50:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1e6d8331-e41d-57a1-b4ba-acaf59faab2a with identifier: 6982037auction61871 to the API
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982037>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '1e6d8331-e41d-57a1-b4ba-acaf59faab2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982037',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X2',
'odometer': 72509,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X2 '17, BMW X2 sDrive18iA 100kW DCT 5d",
'transmission': 'automatic',
'trim': ", '17, sDrive18iA 100kW DCT 5d",
'vin': None,
'year': 2020}
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982037auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:01 [ecarstrade.be] INFO: Saving data for 6982037auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958166.409995, 'last_price_update_time': 1774623001.779128}
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982037auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:07 [scrapy.extensions.logstats] INFO: Crawled 231 pages (at 16 pages/min), scraped 180 items (at 14 items/min)
2026-03-27 14:50:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:50:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982047> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:08 [ecarstrade.be] INFO: Extracting details for car 6982047auction61871
2026-03-27 14:50:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871
2026-03-27 14:50:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 with scrape type 2
2026-03-27 14:50:08 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fc4d1ba6-3c76-5e47-8834-c398289c3d85 with scrape type 2
2026-03-27 14:50:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc4d1ba6-3c76-5e47-8834-c398289c3d85, identifier: 6982047auction61871
2026-03-27 14:50:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871
2026-03-27 14:50:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871
2026-03-27 14:50:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc4d1ba6-3c76-5e47-8834-c398289c3d85 with identifier: 6982047auction61871 to the API
2026-03-27 14:50:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982047>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'fc4d1ba6-3c76-5e47-8834-c398289c3d85',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982047',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 56087,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-27 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982047auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:09 [ecarstrade.be] INFO: Saving data for 6982047auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958142.362968, 'last_price_update_time': 1774623009.272368}
2026-03-27 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982047auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982043> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:50:11 [ecarstrade.be] INFO: Extracting details for car 6982043auction61871
2026-03-27 14:50:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871
2026-03-27 14:50:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with scrape type 2
2026-03-27 14:50:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with scrape type 2
2026-03-27 14:50:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02, identifier: 6982043auction61871
2026-03-27 14:50:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871
2026-03-27 14:50:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871
2026-03-27 14:50:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9443bf4-1d0b-5017-aaa9-921e6a4b1b02 with identifier: 6982043auction61871 to the API
2026-03-27 14:50:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982043>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'a9443bf4-1d0b-5017-aaa9-921e6a4b1b02',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982043',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'Other',
'odometer': 49447,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 118iA (100 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 118iA (100 kW) 5d',
'vin': None,
'year': 2023}
2026-03-27 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982043auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:12 [ecarstrade.be] INFO: Saving data for 6982043auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958141.108745, 'last_price_update_time': 1774623012.125788}
2026-03-27 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982043auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982044> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:13 [ecarstrade.be] INFO: Extracting details for car 6982044auction61871
2026-03-27 14:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871
2026-03-27 14:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a1358c5-6a68-5fff-a388-d201dfe91858 with scrape type 2
2026-03-27 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6a1358c5-6a68-5fff-a388-d201dfe91858 with scrape type 2
2026-03-27 14:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a1358c5-6a68-5fff-a388-d201dfe91858, identifier: 6982044auction61871
2026-03-27 14:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871
2026-03-27 14:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871
2026-03-27 14:50:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a1358c5-6a68-5fff-a388-d201dfe91858 with identifier: 6982044auction61871 to the API
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982044>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '6a1358c5-6a68-5fff-a388-d201dfe91858',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982044',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 48854,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982044auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:13 [ecarstrade.be] INFO: Saving data for 6982044auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958127.813573, 'last_price_update_time': 1774623013.732969}
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982044auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982045> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:13 [ecarstrade.be] INFO: Extracting details for car 6982045auction61871
2026-03-27 14:50:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871
2026-03-27 14:50:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with scrape type 2
2026-03-27 14:50:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with scrape type 2
2026-03-27 14:50:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b, identifier: 6982045auction61871
2026-03-27 14:50:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871
2026-03-27 14:50:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871
2026-03-27 14:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b0becd0-ee32-55df-b21a-1e786c8e3f2b with identifier: 6982045auction61871 to the API
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982045>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '2b0becd0-ee32-55df-b21a-1e786c8e3f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982045',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Other',
'model': 'Volvo',
'odometer': 69912,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC40 FL'21 PHEV, Volvo XC40 T4 PHEV Ultimate Bright Design "
'Aut. 5d',
'transmission': 'automatic',
'trim': ", XC40 FL'21 PHEV, XC40 T4 PHEV Ultimate Bright Design Aut. 5d",
'vin': None,
'year': 2023}
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982045auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:14 [ecarstrade.be] INFO: Saving data for 6982045auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958141.914061, 'last_price_update_time': 1774623014.268395}
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982045auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982041> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:14 [ecarstrade.be] INFO: Extracting details for car 6982041auction61871
2026-03-27 14:50:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871
2026-03-27 14:50:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with scrape type 2
2026-03-27 14:50:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with scrape type 2
2026-03-27 14:50:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d59cb6e2-b313-5b11-aa75-3a0d17ab4607, identifier: 6982041auction61871
2026-03-27 14:50:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871
2026-03-27 14:50:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871
2026-03-27 14:50:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d59cb6e2-b313-5b11-aa75-3a0d17ab4607 with identifier: 6982041auction61871 to the API
2026-03-27 14:50:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982041>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'd59cb6e2-b313-5b11-aa75-3a0d17ab4607',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982041',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 48418,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz EQA EQA 250+ Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz 250+ Business Line 5d',
'vin': None,
'year': 2024}
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982041auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:15 [ecarstrade.be] INFO: Saving data for 6982041auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958140.600556, 'last_price_update_time': 1774623015.339115}
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982041auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981178> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:18 [ecarstrade.be] INFO: Extracting details for car 6981178auction61871
2026-03-27 14:50:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871
2026-03-27 14:50:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7e1060e5-2514-59e1-9e70-ccbf89425352 with scrape type 2
2026-03-27 14:50:18 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 7e1060e5-2514-59e1-9e70-ccbf89425352 with scrape type 2
2026-03-27 14:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7e1060e5-2514-59e1-9e70-ccbf89425352, identifier: 6981178auction61871
2026-03-27 14:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871
2026-03-27 14:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871
2026-03-27 14:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7e1060e5-2514-59e1-9e70-ccbf89425352 with identifier: 6981178auction61871 to the API
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981178>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '7e1060e5-2514-59e1-9e70-ccbf89425352',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981178',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 59540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981178auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:19 [ecarstrade.be] INFO: Saving data for 6981178auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958415.750482, 'last_price_update_time': 1774623019.351618}
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981178auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981177> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:19 [ecarstrade.be] INFO: Extracting details for car 6981177auction61871
2026-03-27 14:50:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871
2026-03-27 14:50:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b830e0c4-9e6e-5105-a11c-dc28676629e1 with scrape type 2
2026-03-27 14:50:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item b830e0c4-9e6e-5105-a11c-dc28676629e1 with scrape type 2
2026-03-27 14:50:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b830e0c4-9e6e-5105-a11c-dc28676629e1, identifier: 6981177auction61871
2026-03-27 14:50:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871
2026-03-27 14:50:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871
2026-03-27 14:50:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b830e0c4-9e6e-5105-a11c-dc28676629e1 with identifier: 6981177auction61871 to the API
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981177>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'b830e0c4-9e6e-5105-a11c-dc28676629e1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981177',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Scala',
'odometer': 104829,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Scala '19, Skoda Scala 1.0 TSI 81kW DSG7 Clever 5d",
'transmission': 'automatic',
'trim': ", '19, 1.0 TSI 81kW DSG7 Clever 5d",
'vin': None,
'year': 2022}
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981177auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:19 [ecarstrade.be] INFO: Saving data for 6981177auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958417.551177, 'last_price_update_time': 1774623019.892301}
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981177auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982038> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:50:22 [ecarstrade.be] INFO: Extracting details for car 6982038auction61871
2026-03-27 14:50:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871
2026-03-27 14:50:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 with scrape type 2
2026-03-27 14:50:22 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 118bb977-1a02-5d14-b95d-89e41c46d7e9 with scrape type 2
2026-03-27 14:50:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 118bb977-1a02-5d14-b95d-89e41c46d7e9, identifier: 6982038auction61871
2026-03-27 14:50:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871
2026-03-27 14:50:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871
2026-03-27 14:50:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 118bb977-1a02-5d14-b95d-89e41c46d7e9 with identifier: 6982038auction61871 to the API
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982038>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '118bb977-1a02-5d14-b95d-89e41c46d7e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982038',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'X1',
'odometer': 28278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, X1 FL'19, BMW X1 xDrive25e (162 kW) 5d",
'transmission': 'automatic',
'trim': ", FL'19, xDrive25e (162 kW) 5d",
'vin': None,
'year': 2021}
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276982038auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:22 [ecarstrade.be] INFO: Saving data for 6982038auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958127.281187, 'last_price_update_time': 1774623022.46535}
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982038auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997592> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:23 [ecarstrade.be] INFO: Extracting details for car 6997592auction61871
2026-03-27 14:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871
2026-03-27 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e10089e-549b-594b-b358-9241c62cd85e with scrape type 2
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 0e10089e-549b-594b-b358-9241c62cd85e with scrape type 2
2026-03-27 14:50:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e10089e-549b-594b-b358-9241c62cd85e, identifier: 6997592auction61871
2026-03-27 14:50:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871
2026-03-27 14:50:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871
2026-03-27 14:50:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e10089e-549b-594b-b358-9241c62cd85e with identifier: 6997592auction61871 to the API
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997592>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '0e10089e-549b-594b-b358-9241c62cd85e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997592',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'DS Automobiles',
'model': 'Other',
'odometer': 48817,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS9 1.6 E-TENSE 200 (+160) PHEV 4x4 Rivoli + 4d',
'transmission': 'automatic',
'trim': 'DS DS9 1.6 E-TENSE 200 (+160) PHEV 4x4 Rivoli + 4d',
'vin': None,
'year': 2022}
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997592auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:23 [ecarstrade.be] INFO: Saving data for 6997592auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373166.971819, 'last_price_update_time': 1774623023.830242}
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997592auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981176> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:23 [ecarstrade.be] INFO: Extracting details for car 6981176auction61871
2026-03-27 14:50:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871
2026-03-27 14:50:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a644311b-58e2-54da-ada1-02f58739be5f with scrape type 2
2026-03-27 14:50:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item a644311b-58e2-54da-ada1-02f58739be5f with scrape type 2
2026-03-27 14:50:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a644311b-58e2-54da-ada1-02f58739be5f, identifier: 6981176auction61871
2026-03-27 14:50:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871
2026-03-27 14:50:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871
2026-03-27 14:50:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a644311b-58e2-54da-ada1-02f58739be5f with identifier: 6981176auction61871 to the API
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981176>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'a644311b-58e2-54da-ada1-02f58739be5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981176',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 14129,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI 81kW Life Business 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life Business 5d',
'vin': None,
'year': 2023}
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981176auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:24 [ecarstrade.be] INFO: Saving data for 6981176auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958100.021332, 'last_price_update_time': 1774623024.355572}
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981176auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982039> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:26 [ecarstrade.be] INFO: Extracting details for car 6982039auction61871
2026-03-27 14:50:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871
2026-03-27 14:50:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with scrape type 2
2026-03-27 14:50:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with scrape type 2
2026-03-27 14:50:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c, identifier: 6982039auction61871
2026-03-27 14:50:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871
2026-03-27 14:50:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871
2026-03-27 14:50:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63a2e44d-9d17-5946-9c18-94cc4e9ace2c with identifier: 6982039auction61871 to the API
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982039>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '63a2e44d-9d17-5946-9c18-94cc4e9ace2c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982039',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 91408,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA MODEL Y 52 kWh Standard Range RWD 5d',
'transmission': 'automatic',
'trim': 'TESLA MODEL Y 52 kWh Standard Range RWD 5d',
'vin': None,
'year': 2023}
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982039auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:26 [ecarstrade.be] INFO: Saving data for 6982039auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958165.660544, 'last_price_update_time': 1774623026.528991}
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982039auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6982052> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:34 [ecarstrade.be] INFO: Extracting details for car 6982052auction61871
2026-03-27 14:50:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871
2026-03-27 14:50:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafa9b8c-c2da-5662-8e83-73c7e59173cb with scrape type 2
2026-03-27 14:50:34 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dafa9b8c-c2da-5662-8e83-73c7e59173cb with scrape type 2
2026-03-27 14:50:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dafa9b8c-c2da-5662-8e83-73c7e59173cb, identifier: 6982052auction61871
2026-03-27 14:50:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871
2026-03-27 14:50:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871
2026-03-27 14:50:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dafa9b8c-c2da-5662-8e83-73c7e59173cb with identifier: 6982052auction61871 to the API
2026-03-27 14:50:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6982052>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'dafa9b8c-c2da-5662-8e83-73c7e59173cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6982052',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 47100,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Tiguan FL'20, Volkswagen Tiguan 1.5 TSI 110kW Life 5d",
'transmission': 'manual',
'trim': "VW, FL'20, 1.5 TSI 110kW Life 5d",
'vin': None,
'year': 2021}
2026-03-27 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982052auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:35 [ecarstrade.be] INFO: Saving data for 6982052auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958156.082762, 'last_price_update_time': 1774623035.262948}
2026-03-27 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6982052auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997598> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:43 [ecarstrade.be] INFO: Extracting details for car 6997598auction61871
2026-03-27 14:50:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871
2026-03-27 14:50:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab8f654a-e753-5809-aeed-1cbf7e32726f with scrape type 2
2026-03-27 14:50:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ab8f654a-e753-5809-aeed-1cbf7e32726f with scrape type 2
2026-03-27 14:50:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab8f654a-e753-5809-aeed-1cbf7e32726f, identifier: 6997598auction61871
2026-03-27 14:50:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871
2026-03-27 14:50:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871
2026-03-27 14:50:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab8f654a-e753-5809-aeed-1cbf7e32726f with identifier: 6997598auction61871 to the API
2026-03-27 14:50:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997598>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'ab8f654a-e753-5809-aeed-1cbf7e32726f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997598',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 76015,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE A (W177) A 250e 160hp PHEV AMG Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE A (W177) A 250e 160hp PHEV AMG Line 5d',
'vin': None,
'year': 2022}
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997598auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:44 [ecarstrade.be] INFO: Saving data for 6997598auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373205.236045, 'last_price_update_time': 1774623044.013807}
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997598auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page50?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:47 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:50:47 [ecarstrade.be] INFO: Found listing with ID: 6974455auction61871
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974455auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:47 [ecarstrade.be] INFO: Scrape type for 6974455auction61871: 0
2026-03-27 14:50:47 [ecarstrade.be] INFO: Found listing with ID: 6880631auction61871
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880631auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:47 [ecarstrade.be] INFO: Scrape type for 6880631auction61871: 0
2026-03-27 14:50:47 [ecarstrade.be] INFO: Found listing with ID: 6904807auction61871
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904807auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:47 [ecarstrade.be] INFO: Scrape type for 6904807auction61871: 0
2026-03-27 14:50:47 [ecarstrade.be] INFO: Found listing with ID: 6950388auction61871
2026-03-27 14:50:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950388auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6950388auction61871: 0
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6951941auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951941auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6951941auction61871: 0
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6880621auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880621auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6880621auction61871: 0
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997729auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997729auction61871: 2
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6878989auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878989auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6878989auction61871: 0
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6950387auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950387auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6950387auction61871: 2
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997604auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997604auction61871: 2
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997602auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997602auction61871: 2
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997727auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997727auction61871: 2
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997730auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997730auction61871: 2
2026-03-27 14:50:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6880616auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880616auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6880616auction61871: 0
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997601auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997601auction61871: 2
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6951937auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951937auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6951937auction61871: 2
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997600auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997600auction61871: 2
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6951936auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951936auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6951936auction61871: 2
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6997599auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6997599auction61871: 2
2026-03-27 14:50:48 [ecarstrade.be] INFO: Found listing with ID: 6880612auction61871
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880612auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:48 [ecarstrade.be] INFO: Scrape type for 6880612auction61871: 0
2026-03-27 14:50:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981184> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:51 [ecarstrade.be] INFO: Extracting details for car 6981184auction61871
2026-03-27 14:50:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871
2026-03-27 14:50:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1a21d23-77ac-516c-abbd-9ee3c8460160 with scrape type 2
2026-03-27 14:50:51 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d1a21d23-77ac-516c-abbd-9ee3c8460160 with scrape type 2
2026-03-27 14:50:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1a21d23-77ac-516c-abbd-9ee3c8460160, identifier: 6981184auction61871
2026-03-27 14:50:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871
2026-03-27 14:50:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871
2026-03-27 14:50:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1a21d23-77ac-516c-abbd-9ee3c8460160 with identifier: 6981184auction61871 to the API
2026-03-27 14:50:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981184>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'd1a21d23-77ac-516c-abbd-9ee3c8460160',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981184',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 42304,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Expert Standard L2 2.0 BlueHDi 145 EAT8 4d',
'transmission': 'automatic',
'trim': 'Standard L2 2.0 BlueHDi 145 EAT8 4d',
'vin': None,
'year': 2023}
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981184auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:52 [ecarstrade.be] INFO: Saving data for 6981184auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958419.662986, 'last_price_update_time': 1774623052.205704}
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981184auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981186> (referer: https://ecarstrade.com/search/page49?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:50:53 [ecarstrade.be] INFO: Extracting details for car 6981186auction61871
2026-03-27 14:50:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871
2026-03-27 14:50:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 762f93ce-f8d9-50d7-8602-f4b754972ba4 with scrape type 2
2026-03-27 14:50:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 762f93ce-f8d9-50d7-8602-f4b754972ba4 with scrape type 2
2026-03-27 14:50:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 762f93ce-f8d9-50d7-8602-f4b754972ba4, identifier: 6981186auction61871
2026-03-27 14:50:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871
2026-03-27 14:50:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871
2026-03-27 14:50:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 762f93ce-f8d9-50d7-8602-f4b754972ba4 with identifier: 6981186auction61871 to the API
2026-03-27 14:50:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:50:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981186>
{'auction_title': '',
'c_o_2_emission_value': 44,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '762f93ce-f8d9-50d7-8602-f4b754972ba4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981186',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'MAN',
'model': 'Mini Countryman Series',
'odometer': 32297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'transmission': 'automatic',
'trim': 'MINI, Mini Country.16 PHEV, Mini Countryman Cooper S E ALL4 AT 5d',
'vin': None,
'year': 2022}
2026-03-27 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981186auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:54 [ecarstrade.be] INFO: Saving data for 6981186auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958416.617924, 'last_price_update_time': 1774623054.466546}
2026-03-27 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981186auction61871') HTTP/1.1" 204 0
2026-03-27 14:50:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997602> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:50:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:50:57 [ecarstrade.be] INFO: Extracting details for car 6997602auction61871
2026-03-27 14:50:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871
2026-03-27 14:50:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with scrape type 2
2026-03-27 14:50:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with scrape type 2
2026-03-27 14:50:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008, identifier: 6997602auction61871
2026-03-27 14:50:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871
2026-03-27 14:50:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871
2026-03-27 14:50:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e4ed38c7-5f86-5fff-8a3e-57e12fbf4008 with identifier: 6997602auction61871 to the API
2026-03-27 14:50:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:50:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:50:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997602>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'e4ed38c7-5f86-5fff-8a3e-57e12fbf4008',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997602',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 49960,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Jeep Compass 1.5 mHEV Turbo T4 130 DCT7 48V S 5d',
'transmission': 'automatic',
'trim': '1.5 mHEV Turbo T4 130 DCT7 48V S 5d',
'vin': None,
'year': 2023}
2026-03-27 14:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997602auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:50:57 [ecarstrade.be] INFO: Saving data for 6997602auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373201.679807, 'last_price_update_time': 1774623057.758015}
2026-03-27 14:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:50:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997602auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997601> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:03 [ecarstrade.be] INFO: Extracting details for car 6997601auction61871
2026-03-27 14:51:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871
2026-03-27 14:51:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc893460-b4af-5e36-88e1-310b2e5d314f with scrape type 2
2026-03-27 14:51:03 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item dc893460-b4af-5e36-88e1-310b2e5d314f with scrape type 2
2026-03-27 14:51:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc893460-b4af-5e36-88e1-310b2e5d314f, identifier: 6997601auction61871
2026-03-27 14:51:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871
2026-03-27 14:51:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871
2026-03-27 14:51:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc893460-b4af-5e36-88e1-310b2e5d314f with identifier: 6997601auction61871 to the API
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997601>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'dc893460-b4af-5e36-88e1-310b2e5d314f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997601',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Other',
'model': 'Volvo',
'odometer': 104559,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 T5 Twin Engine R-Design 5d',
'transmission': 'automatic',
'trim': 'XC40 T5 Twin Engine R-Design 5d',
'vin': None,
'year': 2020}
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997601auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:03 [ecarstrade.be] INFO: Saving data for 6997601auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373202.88983, 'last_price_update_time': 1774623063.800143}
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997601auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6951935auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951935auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6951935auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997724auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997724auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997728auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997728auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997723auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997723auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997722auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997722auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6950384auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950384auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6950384auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6951934auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951934auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6951934auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6878971auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878971auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6878971auction61871: 0
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997594auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997594auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997720auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997720auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997596auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997596auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6950381auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6950381auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6880594auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880594auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6880594auction61871: 0
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997717auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997717auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6880589auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880589auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6880589auction61871: 0
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997715auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997715auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997714auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997714auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997716auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997716auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997590auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997590auction61871: 2
2026-03-27 14:51:04 [ecarstrade.be] INFO: Found listing with ID: 6997591auction61871
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:04 [ecarstrade.be] INFO: Scrape type for 6997591auction61871: 2
2026-03-27 14:51:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951937> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:05 [ecarstrade.be] INFO: Extracting details for car 6951937auction61871
2026-03-27 14:51:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871
2026-03-27 14:51:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with scrape type 2
2026-03-27 14:51:05 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with scrape type 2
2026-03-27 14:51:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e927f7c-63b4-5821-abd2-f7cd7b79a989, identifier: 6951937auction61871
2026-03-27 14:51:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871
2026-03-27 14:51:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871
2026-03-27 14:51:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e927f7c-63b4-5821-abd2-f7cd7b79a989 with identifier: 6951937auction61871 to the API
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951937>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '8e927f7c-63b4-5821-abd2-f7cd7b79a989',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951937',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '508',
'odometer': 73762,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 1.6 Hybrid 225 e-EAT8 GT Pack 5d',
'transmission': 'automatic',
'trim': '1.6 Hybrid 225 e-EAT8 GT Pack 5d',
'vin': None,
'year': 2021}
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951937auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:05 [ecarstrade.be] INFO: Saving data for 6951937auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184409.632981, 'last_price_update_time': 1774623065.653197}
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951937auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950387> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:06 [ecarstrade.be] INFO: Extracting details for car 6950387auction61871
2026-03-27 14:51:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871
2026-03-27 14:51:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2e125b8-02ad-5060-9d7c-a2d44b36e67c with scrape type 2
2026-03-27 14:51:06 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c2e125b8-02ad-5060-9d7c-a2d44b36e67c with scrape type 2
2026-03-27 14:51:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2e125b8-02ad-5060-9d7c-a2d44b36e67c, identifier: 6950387auction61871
2026-03-27 14:51:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871
2026-03-27 14:51:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871
2026-03-27 14:51:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2e125b8-02ad-5060-9d7c-a2d44b36e67c with identifier: 6950387auction61871 to the API
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950387>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'c2e125b8-02ad-5060-9d7c-a2d44b36e67c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950387',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 100423,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech 96kW S&S Auto Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S Auto Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950387auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:06 [ecarstrade.be] INFO: Saving data for 6950387auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184348.452496, 'last_price_update_time': 1774623066.659399}
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950387auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:07 [scrapy.extensions.logstats] INFO: Crawled 252 pages (at 21 pages/min), scraped 199 items (at 19 items/min)
2026-03-27 14:51:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:51:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997604> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:10 [ecarstrade.be] INFO: Extracting details for car 6997604auction61871
2026-03-27 14:51:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871
2026-03-27 14:51:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d9b7131-28ca-51c2-8ec5-0dd623493118 with scrape type 2
2026-03-27 14:51:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9d9b7131-28ca-51c2-8ec5-0dd623493118 with scrape type 2
2026-03-27 14:51:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d9b7131-28ca-51c2-8ec5-0dd623493118, identifier: 6997604auction61871
2026-03-27 14:51:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871
2026-03-27 14:51:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871
2026-03-27 14:51:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d9b7131-28ca-51c2-8ec5-0dd623493118 with identifier: 6997604auction61871 to the API
2026-03-27 14:51:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997604>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '9d9b7131-28ca-51c2-8ec5-0dd623493118',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997604',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Peugeot',
'model': '508',
'odometer': 20976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 508 SW '18 PHEV, Peugeot 508 SW 1.6 Hybrid 225 e-EAT8 "
'Active Pack 5',
'transmission': 'automatic',
'trim': ", SW '18 PHEV, SW 1.6 Hybrid 225 e-EAT8 Active Pack 5",
'vin': None,
'year': 2023}
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997604auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [ecarstrade.be] INFO: Saving data for 6997604auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373199.635685, 'last_price_update_time': 1774623071.212302}
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997604auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997729> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:11 [ecarstrade.be] INFO: Extracting details for car 6997729auction61871
2026-03-27 14:51:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871
2026-03-27 14:51:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 98c9c784-2844-501d-b551-316d4fbe368d with scrape type 2
2026-03-27 14:51:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 98c9c784-2844-501d-b551-316d4fbe368d with scrape type 2
2026-03-27 14:51:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 98c9c784-2844-501d-b551-316d4fbe368d, identifier: 6997729auction61871
2026-03-27 14:51:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871
2026-03-27 14:51:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871
2026-03-27 14:51:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 98c9c784-2844-501d-b551-316d4fbe368d with identifier: 6997729auction61871 to the API
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:51:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997729>
{'auction_title': '',
'c_o_2_emission_value': 50,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '98c9c784-2844-501d-b551-316d4fbe368d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997729',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLC-Class',
'odometer': 104244,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'transmission': 'automatic',
'trim': 'MERCEDES CLASSE GLC DIESEL (X253) - 2019 GLC 300 de 194 4-Ma PHEV '
'Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997729auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:11 [ecarstrade.be] INFO: Saving data for 6997729auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373336.830878, 'last_price_update_time': 1774623071.794013}
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997729auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997727> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:51:14 [ecarstrade.be] INFO: Extracting details for car 6997727auction61871
2026-03-27 14:51:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871
2026-03-27 14:51:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 251d001d-bc66-5d09-bc5f-f1d891e0ebed with scrape type 2
2026-03-27 14:51:14 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 251d001d-bc66-5d09-bc5f-f1d891e0ebed with scrape type 2
2026-03-27 14:51:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 251d001d-bc66-5d09-bc5f-f1d891e0ebed, identifier: 6997727auction61871
2026-03-27 14:51:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871
2026-03-27 14:51:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871
2026-03-27 14:51:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 251d001d-bc66-5d09-bc5f-f1d891e0ebed with identifier: 6997727auction61871 to the API
2026-03-27 14:51:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997727>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '251d001d-bc66-5d09-bc5f-f1d891e0ebed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997727',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volvo',
'odometer': 66275,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC60 B4 D Core Aut. 5d',
'transmission': 'automatic',
'trim': 'XC60 B4 D Core Aut. 5d',
'vin': None,
'year': 2024}
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997727auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:15 [ecarstrade.be] INFO: Saving data for 6997727auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373339.330424, 'last_price_update_time': 1774623075.227158}
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997727auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6997593auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6997593auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950378auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950378auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950379auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950379auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950379auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6951933auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951933auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6951933auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950373auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950373auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950373auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6878961auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276878961auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6878961auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6880578auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880578auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6880578auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6880576auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880576auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6880576auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6880577auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880577auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6880577auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6878957auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276878957auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6878957auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6997711auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6997711auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6997713auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6997713auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6997708auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6997708auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6997709auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6997709auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6997712auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6997712auction61871: 2
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6951928auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951928auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6951928auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950366auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950366auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950366auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6950368auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950368auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6950368auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6951921auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951921auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6951921auction61871: 0
2026-03-27 14:51:16 [ecarstrade.be] INFO: Found listing with ID: 6951925auction61871
2026-03-27 14:51:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951925auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:16 [ecarstrade.be] INFO: Scrape type for 6951925auction61871: 0
2026-03-27 14:51:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997724> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:19 [ecarstrade.be] INFO: Extracting details for car 6997724auction61871
2026-03-27 14:51:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871
2026-03-27 14:51:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 948d7b32-040d-544e-8743-ef68f34a9a13 with scrape type 2
2026-03-27 14:51:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 948d7b32-040d-544e-8743-ef68f34a9a13 with scrape type 2
2026-03-27 14:51:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 948d7b32-040d-544e-8743-ef68f34a9a13, identifier: 6997724auction61871
2026-03-27 14:51:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871
2026-03-27 14:51:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871
2026-03-27 14:51:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 948d7b32-040d-544e-8743-ef68f34a9a13 with identifier: 6997724auction61871 to the API
2026-03-27 14:51:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997724>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '948d7b32-040d-544e-8743-ef68f34a9a13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997724',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 66095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'CUPRA FORMENTOR DIESEL 2.0 TDI EVO 4Drive DSG 5d',
'transmission': 'automatic',
'trim': 'CUPRA FORMENTOR DIESEL 2.0 TDI EVO 4Drive DSG 5d',
'vin': None,
'year': 2023}
2026-03-27 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997724auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:19 [ecarstrade.be] INFO: Saving data for 6997724auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373338.561168, 'last_price_update_time': 1774623079.719363}
2026-03-27 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997724auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951935> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:20 [ecarstrade.be] INFO: Extracting details for car 6951935auction61871
2026-03-27 14:51:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871
2026-03-27 14:51:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 55625080-450c-56c3-9048-c8e8a0568fdc with scrape type 2
2026-03-27 14:51:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 55625080-450c-56c3-9048-c8e8a0568fdc with scrape type 2
2026-03-27 14:51:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 55625080-450c-56c3-9048-c8e8a0568fdc, identifier: 6951935auction61871
2026-03-27 14:51:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871
2026-03-27 14:51:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871
2026-03-27 14:51:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 55625080-450c-56c3-9048-c8e8a0568fdc with identifier: 6951935auction61871 to the API
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951935>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '55625080-450c-56c3-9048-c8e8a0568fdc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951935',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 113775,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-27 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951935auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:21 [ecarstrade.be] INFO: Saving data for 6951935auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184408.560851, 'last_price_update_time': 1774623081.051667}
2026-03-27 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951935auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997730> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:23 [ecarstrade.be] INFO: Extracting details for car 6997730auction61871
2026-03-27 14:51:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871
2026-03-27 14:51:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 953107c7-ee84-586a-b182-83c8a651779e with scrape type 2
2026-03-27 14:51:23 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 953107c7-ee84-586a-b182-83c8a651779e with scrape type 2
2026-03-27 14:51:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 953107c7-ee84-586a-b182-83c8a651779e, identifier: 6997730auction61871
2026-03-27 14:51:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871
2026-03-27 14:51:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871
2026-03-27 14:51:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 953107c7-ee84-586a-b182-83c8a651779e with identifier: 6997730auction61871 to the API
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997730>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '953107c7-ee84-586a-b182-83c8a651779e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997730',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 126323,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA CX-30 2.0i 186 SKYACTIV-X MHE Skydrive 5d',
'transmission': 'manual',
'trim': 'MAZDA 2.0i 186 SKYACTIV-X MHE Skydrive 5d',
'vin': None,
'year': 2022}
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997730auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:23 [ecarstrade.be] INFO: Saving data for 6997730auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373322.905167, 'last_price_update_time': 1774623083.753426}
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997730auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951936> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:27 [ecarstrade.be] INFO: Extracting details for car 6951936auction61871
2026-03-27 14:51:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871
2026-03-27 14:51:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with scrape type 2
2026-03-27 14:51:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with scrape type 2
2026-03-27 14:51:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1, identifier: 6951936auction61871
2026-03-27 14:51:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871
2026-03-27 14:51:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871
2026-03-27 14:51:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99f13ef2-8eaf-5fb2-a11b-b6c373a640b1 with identifier: 6951936auction61871 to the API
2026-03-27 14:51:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951936>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '99f13ef2-8eaf-5fb2-a11b-b6c373a640b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951936',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'E-Class',
'odometer': 205060,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz E-Klasse Break E 220d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz E-Klasse Break E 220d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-27 14:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951936auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:28 [ecarstrade.be] INFO: Saving data for 6951936auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184436.517094, 'last_price_update_time': 1774623088.747516}
2026-03-27 14:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951936auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997722> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:28 [ecarstrade.be] INFO: Extracting details for car 6997722auction61871
2026-03-27 14:51:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871
2026-03-27 14:51:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with scrape type 2
2026-03-27 14:51:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with scrape type 2
2026-03-27 14:51:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba46e41f-7292-5cb4-84ff-0eaf15f269e2, identifier: 6997722auction61871
2026-03-27 14:51:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871
2026-03-27 14:51:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871
2026-03-27 14:51:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba46e41f-7292-5cb4-84ff-0eaf15f269e2 with identifier: 6997722auction61871 to the API
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997722>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'ba46e41f-7292-5cb4-84ff-0eaf15f269e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997722',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 61624,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA OCTAVIA COMBI RS - 2020 1.4 TSI 245 PHEV DSG (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'SKODA OCTAVIA COMBI RS - 2020 1.4 TSI 245 PHEV DSG (EU6AP) 5d',
'vin': None,
'year': 2021}
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997722auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:29 [ecarstrade.be] INFO: Saving data for 6997722auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373340.222245, 'last_price_update_time': 1774623089.317603}
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997722auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950384> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:32 [ecarstrade.be] INFO: Extracting details for car 6950384auction61871
2026-03-27 14:51:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871
2026-03-27 14:51:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with scrape type 2
2026-03-27 14:51:32 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with scrape type 2
2026-03-27 14:51:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7, identifier: 6950384auction61871
2026-03-27 14:51:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871
2026-03-27 14:51:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871
2026-03-27 14:51:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7 with identifier: 6950384auction61871 to the API
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950384>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '6d6bf1fb-f1e7-51a0-9de8-1a00c5d084d7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950384',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 76665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour TCe 140 R.S. Line 5d',
'transmission': 'manual',
'trim': 'Mégane Grandtour TCe 140 R.S. Line 5d',
'vin': None,
'year': 2021}
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950384auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:32 [ecarstrade.be] INFO: Saving data for 6950384auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184341.145522, 'last_price_update_time': 1774623092.667165}
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950384auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997600> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14: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-27 14:51:38 [ecarstrade.be] INFO: Extracting details for car 6997600auction61871
2026-03-27 14:51:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871
2026-03-27 14:51:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bdfe0028-d128-587f-8dbe-fca9101faf5e with scrape type 2
2026-03-27 14:51:38 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bdfe0028-d128-587f-8dbe-fca9101faf5e with scrape type 2
2026-03-27 14:51:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bdfe0028-d128-587f-8dbe-fca9101faf5e, identifier: 6997600auction61871
2026-03-27 14:51:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871
2026-03-27 14:51:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871
2026-03-27 14:51:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bdfe0028-d128-587f-8dbe-fca9101faf5e with identifier: 6997600auction61871 to the API
2026-03-27 14:51:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997600>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'bdfe0028-d128-587f-8dbe-fca9101faf5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997600',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'BMW',
'model': '5 Series',
'odometer': 56203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 - 2020 530eXAS 184hp PHEV 4d',
'transmission': 'automatic',
'trim': '5 - 2020 530eXAS 184hp PHEV 4d',
'vin': None,
'year': 2021}
2026-03-27 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997600auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:38 [ecarstrade.be] INFO: Saving data for 6997600auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373203.942301, 'last_price_update_time': 1774623098.445258}
2026-03-27 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997600auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997728> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:39 [ecarstrade.be] INFO: Extracting details for car 6997728auction61871
2026-03-27 14:51:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871
2026-03-27 14:51:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d4b96b34-9669-509f-abf9-36989d1330ed with scrape type 2
2026-03-27 14:51:39 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d4b96b34-9669-509f-abf9-36989d1330ed with scrape type 2
2026-03-27 14:51:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d4b96b34-9669-509f-abf9-36989d1330ed, identifier: 6997728auction61871
2026-03-27 14:51:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871
2026-03-27 14:51:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871
2026-03-27 14:51:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d4b96b34-9669-509f-abf9-36989d1330ed with identifier: 6997728auction61871 to the API
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997728>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'd4b96b34-9669-509f-abf9-36989d1330ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997728',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'A3',
'odometer': 90190,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 SPORTBACK DIESEL - 2020 35 TDi 150hp S tronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI SPORTBACK DIESEL - 2020 35 TDi 150hp S tronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997728auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:40 [ecarstrade.be] INFO: Saving data for 6997728auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373324.199186, 'last_price_update_time': 1774623100.025237}
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997728auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997599> (referer: https://ecarstrade.com/search/page51?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:40 [ecarstrade.be] INFO: Extracting details for car 6997599auction61871
2026-03-27 14:51:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871
2026-03-27 14:51:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd0899fe-0baa-5e2b-8d27-10ff8a50588f with scrape type 2
2026-03-27 14:51:40 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item fd0899fe-0baa-5e2b-8d27-10ff8a50588f with scrape type 2
2026-03-27 14:51:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd0899fe-0baa-5e2b-8d27-10ff8a50588f, identifier: 6997599auction61871
2026-03-27 14:51:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871
2026-03-27 14:51:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871
2026-03-27 14:51:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd0899fe-0baa-5e2b-8d27-10ff8a50588f with identifier: 6997599auction61871 to the API
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997599>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'fd0899fe-0baa-5e2b-8d27-10ff8a50588f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997599',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 81131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES EQA 66.5 kWh EQA 250 190 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 66.5 kWh 250 190 5d',
'vin': None,
'year': 2021}
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997599auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:40 [ecarstrade.be] INFO: Saving data for 6997599auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373204.224195, 'last_price_update_time': 1774623100.883764}
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997599auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997591> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:43 [ecarstrade.be] INFO: Extracting details for car 6997591auction61871
2026-03-27 14:51:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871
2026-03-27 14:51:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05ca5315-4f4e-505a-a14e-961e86d8f866 with scrape type 2
2026-03-27 14:51:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05ca5315-4f4e-505a-a14e-961e86d8f866 with scrape type 2
2026-03-27 14:51:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05ca5315-4f4e-505a-a14e-961e86d8f866, identifier: 6997591auction61871
2026-03-27 14:51:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871
2026-03-27 14:51:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871
2026-03-27 14:51:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05ca5315-4f4e-505a-a14e-961e86d8f866 with identifier: 6997591auction61871 to the API
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997591>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '05ca5315-4f4e-505a-a14e-961e86d8f866',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997591',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A3',
'odometer': 75833,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A3 SB '20, Audi A3 Sportback 1.0 30 TFSi 81kW S tron. S Line "
'(annulatie Release, nieuwe plaat 2JEP584) - wagen staat op pa',
'transmission': 'automatic',
'trim': ", SB '20, Sportback 1.0 30 TFSi 81kW S tron. S Line (annulatie "
'Release, nieuwe plaat 2JEP584) - wagen staat op pa',
'vin': None,
'year': 2021}
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997591auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:44 [ecarstrade.be] INFO: Saving data for 6997591auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373166.130913, 'last_price_update_time': 1774623104.324426}
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997591auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997590> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:46 [ecarstrade.be] INFO: Extracting details for car 6997590auction61871
2026-03-27 14:51:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871
2026-03-27 14:51:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b56af01-7313-5def-a11a-42a5f25b0ddd with scrape type 2
2026-03-27 14:51:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b56af01-7313-5def-a11a-42a5f25b0ddd with scrape type 2
2026-03-27 14:51:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b56af01-7313-5def-a11a-42a5f25b0ddd, identifier: 6997590auction61871
2026-03-27 14:51:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871
2026-03-27 14:51:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871
2026-03-27 14:51:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b56af01-7313-5def-a11a-42a5f25b0ddd with identifier: 6997590auction61871 to the API
2026-03-27 14:51:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997590>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '5b56af01-7313-5def-a11a-42a5f25b0ddd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997590',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Peugeot',
'model': '2008',
'odometer': 39387,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-2008 50 kWh Allure Pack 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT E- 50 kWh Allure Pack 5d',
'vin': None,
'year': 2023}
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997590auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:47 [ecarstrade.be] INFO: Saving data for 6997590auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373165.510756, 'last_price_update_time': 1774623107.14189}
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997590auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997714> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:50 [ecarstrade.be] INFO: Extracting details for car 6997714auction61871
2026-03-27 14:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871
2026-03-27 14:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85fd3646-e2fb-582f-9143-37ec74176d21 with scrape type 2
2026-03-27 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85fd3646-e2fb-582f-9143-37ec74176d21 with scrape type 2
2026-03-27 14:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85fd3646-e2fb-582f-9143-37ec74176d21, identifier: 6997714auction61871
2026-03-27 14:51:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871
2026-03-27 14:51:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871
2026-03-27 14:51:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85fd3646-e2fb-582f-9143-37ec74176d21 with identifier: 6997714auction61871 to the API
2026-03-27 14:51:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997714>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '85fd3646-e2fb-582f-9143-37ec74176d21',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997714',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 66455,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN POLO - 2022 1.0 TSI 95hp Life 5d',
'transmission': 'manual',
'trim': 'VOLKSWAGEN POLO - 2022 1.0 TSI 95hp Life 5d',
'vin': None,
'year': 2022}
2026-03-27 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997714auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:50 [ecarstrade.be] INFO: Saving data for 6997714auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373374.138356, 'last_price_update_time': 1774623110.712515}
2026-03-27 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997714auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997723> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997715> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:50 [ecarstrade.be] INFO: Extracting details for car 6997723auction61871
2026-03-27 14:51:50 [ecarstrade.be] INFO: Extracting details for car 6997715auction61871
2026-03-27 14:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871
2026-03-27 14:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with scrape type 2
2026-03-27 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with scrape type 2
2026-03-27 14:51:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a, identifier: 6997723auction61871
2026-03-27 14:51:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871
2026-03-27 14:51:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with scrape type 2
2026-03-27 14:51:50 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with scrape type 2
2026-03-27 14:51:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a, identifier: 6997715auction61871
2026-03-27 14:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871
2026-03-27 14:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871
2026-03-27 14:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 54fc2311-41d2-5fd9-b6bf-e984e51dec7a with identifier: 6997723auction61871 to the API
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997723>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '54fc2311-41d2-5fd9-b6bf-e984e51dec7a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997723',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 35255,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 4,
'seller_name': None,
'title': 'VOLKSWAGEN T-ROC CABRIOLET - 2022 1.5 TSI ACT R-Line DSG 2d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN T-ROC CABRIOLET - 2022 1.5 TSI ACT R-Line DSG 2d',
'vin': None,
'year': 2022}
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997723auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:51 [ecarstrade.be] INFO: Saving data for 6997723auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373337.392717, 'last_price_update_time': 1774623111.36849}
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997723auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871
2026-03-27 14:51:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871
2026-03-27 14:51:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a with identifier: 6997715auction61871 to the API
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997715>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'ce1c55c4-5d08-5b2f-8d45-9738b3e0c24a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997715',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ 6',
'odometer': 62723,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 6 53 kWh Core Plus 4d',
'transmission': 'automatic',
'trim': 'Ioniq 6 53 kWh Core Plus 4d',
'vin': None,
'year': 2023}
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997715auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:51 [ecarstrade.be] INFO: Saving data for 6997715auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373375.148438, 'last_price_update_time': 1774623111.676786}
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997715auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997716> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:53 [ecarstrade.be] INFO: Extracting details for car 6997716auction61871
2026-03-27 14:51:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871
2026-03-27 14:51:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae25bee9-1a6d-537d-8490-59b2d4b89b1b with scrape type 2
2026-03-27 14:51:53 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item ae25bee9-1a6d-537d-8490-59b2d4b89b1b with scrape type 2
2026-03-27 14:51:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae25bee9-1a6d-537d-8490-59b2d4b89b1b, identifier: 6997716auction61871
2026-03-27 14:51:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871
2026-03-27 14:51:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871
2026-03-27 14:51:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae25bee9-1a6d-537d-8490-59b2d4b89b1b with identifier: 6997716auction61871 to the API
2026-03-27 14:51:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997716>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'ae25bee9-1a6d-537d-8490-59b2d4b89b1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997716',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 59312,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES EQA 66.5 kWh EQA 250 190 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 66.5 kWh 250 190 5d',
'vin': None,
'year': 2022}
2026-03-27 14:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997716auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:54 [ecarstrade.be] INFO: Saving data for 6997716auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373366.068065, 'last_price_update_time': 1774623114.379513}
2026-03-27 14:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997716auction61871') HTTP/1.1" 204 0
2026-03-27 14:51:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997717> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:51:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:51:56 [ecarstrade.be] INFO: Extracting details for car 6997717auction61871
2026-03-27 14:51:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871
2026-03-27 14:51:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d15eaf3c-70ef-5a13-a601-cb2b350dc582 with scrape type 2
2026-03-27 14:51:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d15eaf3c-70ef-5a13-a601-cb2b350dc582 with scrape type 2
2026-03-27 14:51:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d15eaf3c-70ef-5a13-a601-cb2b350dc582, identifier: 6997717auction61871
2026-03-27 14:51:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871
2026-03-27 14:51:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871
2026-03-27 14:51:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d15eaf3c-70ef-5a13-a601-cb2b350dc582 with identifier: 6997717auction61871 to the API
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:51:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997717>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': 'd15eaf3c-70ef-5a13-a601-cb2b350dc582',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997717',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 36061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'transmission': 'automatic',
'trim': 'DIESEL - 2023 2.0 dA 150hp sDrive18 5d',
'vin': None,
'year': 2024}
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997717auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:51:56 [ecarstrade.be] INFO: Saving data for 6997717auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373351.833669, 'last_price_update_time': 1774623116.714505}
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:51:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997717auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997712> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950378> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:00 [ecarstrade.be] INFO: Extracting details for car 6997712auction61871
2026-03-27 14:52:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871
2026-03-27 14:52:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f03ceab7-64ff-5a35-aea9-3190509399ba with scrape type 2
2026-03-27 14:52:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f03ceab7-64ff-5a35-aea9-3190509399ba with scrape type 2
2026-03-27 14:52:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f03ceab7-64ff-5a35-aea9-3190509399ba, identifier: 6997712auction61871
2026-03-27 14:52:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871
2026-03-27 14:52:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871
2026-03-27 14:52:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f03ceab7-64ff-5a35-aea9-3190509399ba with identifier: 6997712auction61871 to the API
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997712>
{'auction_title': '',
'c_o_2_emission_value': 47,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'f03ceab7-64ff-5a35-aea9-3190509399ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997712',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X3',
'odometer': 194939,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 30e 2.0i 252 xDrive 5d Auto',
'transmission': 'automatic',
'trim': '30e 2.0i 252 xDrive 5d Auto',
'vin': None,
'year': 2021}
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997712auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:01 [ecarstrade.be] INFO: Saving data for 6997712auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373294.266136, 'last_price_update_time': 1774623121.053398}
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997712auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:01 [ecarstrade.be] INFO: Extracting details for car 6950378auction61871
2026-03-27 14:52:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871
2026-03-27 14:52:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with scrape type 2
2026-03-27 14:52:01 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with scrape type 2
2026-03-27 14:52:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad, identifier: 6950378auction61871
2026-03-27 14:52:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871
2026-03-27 14:52:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871
2026-03-27 14:52:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 662678a1-9e6f-593d-bbc2-f97ee3c8bdad with identifier: 6950378auction61871 to the API
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950378>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '662678a1-9e6f-593d-bbc2-f97ee3c8bdad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950378',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 68388,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 116dA (85 kW) 5d',
'vin': None,
'year': 2020}
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950378auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:01 [ecarstrade.be] INFO: Saving data for 6950378auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184297.840836, 'last_price_update_time': 1774623121.480574}
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950378auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997713> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:04 [ecarstrade.be] INFO: Extracting details for car 6997713auction61871
2026-03-27 14:52:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871
2026-03-27 14:52:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c519f3c7-e294-5fad-b2f1-7423421b8716 with scrape type 2
2026-03-27 14:52:04 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c519f3c7-e294-5fad-b2f1-7423421b8716 with scrape type 2
2026-03-27 14:52:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c519f3c7-e294-5fad-b2f1-7423421b8716, identifier: 6997713auction61871
2026-03-27 14:52:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871
2026-03-27 14:52:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871
2026-03-27 14:52:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c519f3c7-e294-5fad-b2f1-7423421b8716 with identifier: 6997713auction61871 to the API
2026-03-27 14:52:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997713>
{'auction_title': '',
'c_o_2_emission_value': 237,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'c519f3c7-e294-5fad-b2f1-7423421b8716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997713',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q7',
'odometer': 149626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q7 - 2020 55 TFSi 340hp Quattro S line Tiptronic (EU6AP) 5d',
'transmission': 'automatic',
'trim': 'AUDI - 2020 55 TFSi 340hp Quattro S line Tiptronic (EU6AP) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997713auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:04 [ecarstrade.be] INFO: Saving data for 6997713auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373314.913238, 'last_price_update_time': 1774623124.671713}
2026-03-27 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997713auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:07 [scrapy.extensions.logstats] INFO: Crawled 275 pages (at 23 pages/min), scraped 221 items (at 22 items/min)
2026-03-27 14:52:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:52:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997593> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:07 [ecarstrade.be] INFO: Extracting details for car 6997593auction61871
2026-03-27 14:52:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871
2026-03-27 14:52:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with scrape type 2
2026-03-27 14:52:07 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with scrape type 2
2026-03-27 14:52:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee, identifier: 6997593auction61871
2026-03-27 14:52:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871
2026-03-27 14:52:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871
2026-03-27 14:52:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f37ca16-548c-5d0b-9945-ecc2b58b1fee with identifier: 6997593auction61871 to the API
2026-03-27 14:52:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997593>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '6f37ca16-548c-5d0b-9945-ecc2b58b1fee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997593',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 54828,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-27 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997593auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:08 [ecarstrade.be] INFO: Saving data for 6997593auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373169.108407, 'last_price_update_time': 1774623128.179112}
2026-03-27 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997593auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997709> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:11 [ecarstrade.be] INFO: Extracting details for car 6997709auction61871
2026-03-27 14:52:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871
2026-03-27 14:52:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 05054e42-9908-5806-9053-1dad3d6cffee with scrape type 2
2026-03-27 14:52:11 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 05054e42-9908-5806-9053-1dad3d6cffee with scrape type 2
2026-03-27 14:52:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 05054e42-9908-5806-9053-1dad3d6cffee, identifier: 6997709auction61871
2026-03-27 14:52:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871
2026-03-27 14:52:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871
2026-03-27 14:52:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 05054e42-9908-5806-9053-1dad3d6cffee with identifier: 6997709auction61871 to the API
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997709>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '05054e42-9908-5806-9053-1dad3d6cffee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997709',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 13855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz EQA EQA 250+ Business Line 5d',
'transmission': 'automatic',
'trim': '-Benz 250+ Business Line 5d',
'vin': None,
'year': 2024}
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997709auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:11 [ecarstrade.be] INFO: Saving data for 6997709auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373374.576415, 'last_price_update_time': 1774623131.748532}
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997709auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997596> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:12 [ecarstrade.be] INFO: Extracting details for car 6997596auction61871
2026-03-27 14:52:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871
2026-03-27 14:52:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8d92edf-46f3-57d6-8846-7df02c5f62c1 with scrape type 2
2026-03-27 14:52:12 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e8d92edf-46f3-57d6-8846-7df02c5f62c1 with scrape type 2
2026-03-27 14:52:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8d92edf-46f3-57d6-8846-7df02c5f62c1, identifier: 6997596auction61871
2026-03-27 14:52:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871
2026-03-27 14:52:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871
2026-03-27 14:52:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8d92edf-46f3-57d6-8846-7df02c5f62c1 with identifier: 6997596auction61871 to the API
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997596>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'e8d92edf-46f3-57d6-8846-7df02c5f62c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997596',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Other',
'model': 'Volkswagen',
'odometer': 39116,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN ID.5 77 kWh Pro Performance 5d',
'vin': None,
'year': 2023}
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997596auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:13 [ecarstrade.be] INFO: Saving data for 6997596auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373202.179377, 'last_price_update_time': 1774623133.348334}
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997596auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997708> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997720> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:21 [ecarstrade.be] INFO: Extracting details for car 6997708auction61871
2026-03-27 14:52:21 [ecarstrade.be] INFO: Extracting details for car 6997720auction61871
2026-03-27 14:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871
2026-03-27 14:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with scrape type 2
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with scrape type 2
2026-03-27 14:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa, identifier: 6997708auction61871
2026-03-27 14:52:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871
2026-03-27 14:52:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1eb72062-e122-5341-b339-76068daf7385 with scrape type 2
2026-03-27 14:52:21 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1eb72062-e122-5341-b339-76068daf7385 with scrape type 2
2026-03-27 14:52:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1eb72062-e122-5341-b339-76068daf7385, identifier: 6997720auction61871
2026-03-27 14:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871
2026-03-27 14:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871
2026-03-27 14:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4ec6c836-2c30-5a79-a406-c153b0ccd1fa with identifier: 6997708auction61871 to the API
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997708>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '4ec6c836-2c30-5a79-a406-c153b0ccd1fa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997708',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 72147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Mokka '20, Opel Mokka 1.5 Turbo D 81kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '20, 1.5 Turbo D 81kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997708auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:21 [ecarstrade.be] INFO: Saving data for 6997708auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373295.142357, 'last_price_update_time': 1774623141.802212}
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997708auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871
2026-03-27 14:52:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871
2026-03-27 14:52:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1eb72062-e122-5341-b339-76068daf7385 with identifier: 6997720auction61871 to the API
2026-03-27 14:52:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997720>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '1eb72062-e122-5341-b339-76068daf7385',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997720',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'EQE',
'odometer': 46378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES EQE 89 kWh EQE 300 Business Line 5d',
'transmission': 'automatic',
'trim': 'MERCEDES 89 kWh 300 Business Line 5d',
'vin': None,
'year': 2023}
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997720auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:22 [ecarstrade.be] INFO: Saving data for 6997720auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373338.082954, 'last_price_update_time': 1774623142.141449}
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997720auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997711> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:26 [ecarstrade.be] INFO: Extracting details for car 6997711auction61871
2026-03-27 14:52:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871
2026-03-27 14:52:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4894a9e-d3db-528b-9e63-ee271140a8e5 with scrape type 2
2026-03-27 14:52:26 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item f4894a9e-d3db-528b-9e63-ee271140a8e5 with scrape type 2
2026-03-27 14:52:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4894a9e-d3db-528b-9e63-ee271140a8e5, identifier: 6997711auction61871
2026-03-27 14:52:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871
2026-03-27 14:52:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871
2026-03-27 14:52:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4894a9e-d3db-528b-9e63-ee271140a8e5 with identifier: 6997711auction61871 to the API
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997711>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'f4894a9e-d3db-528b-9e63-ee271140a8e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997711',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Clio',
'odometer': 182174,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT CLIO V 1.0 TCe 91 Limited #3 X-Tronic GPF (EU6D) 5d',
'transmission': 'automatic',
'trim': 'RENAULT CLIO V 1.0 TCe 91 Limited #3 X-Tronic GPF (EU6D) 5d',
'vin': None,
'year': 2021}
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997711auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:26 [ecarstrade.be] INFO: Saving data for 6997711auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373375.581585, 'last_price_update_time': 1774623146.51384}
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997711auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6950381> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:28 [ecarstrade.be] INFO: Extracting details for car 6950381auction61871
2026-03-27 14:52:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871
2026-03-27 14:52:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with scrape type 2
2026-03-27 14:52:28 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with scrape type 2
2026-03-27 14:52:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9, identifier: 6950381auction61871
2026-03-27 14:52:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871
2026-03-27 14:52:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871
2026-03-27 14:52:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 29838f8b-2e64-5d09-a3f5-27ad1ddab6b9 with identifier: 6950381auction61871 to the API
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:52:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6950381>
{'auction_title': '',
'c_o_2_emission_value': 57,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '29838f8b-2e64-5d09-a3f5-27ad1ddab6b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6950381',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q5',
'odometer': 103772,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q5 Sport 55 TFSi e S tronic quattro 5d',
'transmission': 'automatic',
'trim': 'Sport 55 TFSi e S tronic quattro 5d',
'vin': None,
'year': 2020}
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950381auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:28 [ecarstrade.be] INFO: Saving data for 6950381auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184347.988516, 'last_price_update_time': 1774623148.498672}
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6950381auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page53?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950367auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950367auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950367auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951927auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951927auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951927auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951922auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951922auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951922auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950357auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950357auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950357auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951916auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951916auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951916auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951918auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951918auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951918auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951912auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951912auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951912auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951914auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951914auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951914auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950363auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950363auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950363auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951906auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951906auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951906auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950354auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950354auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950354auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951905auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951905auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951905auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951904auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951904auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951904auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951907auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951907auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951907auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951901auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951901auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951901auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950349auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950349auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950349auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6951899auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276951899auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6951899auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950343auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950343auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950343auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950344auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950344auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950344auction61871: 0
2026-03-27 14:52:31 [ecarstrade.be] INFO: Found listing with ID: 6950346auction61871
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276950346auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:31 [ecarstrade.be] INFO: Scrape type for 6950346auction61871: 0
2026-03-27 14:52:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6997594> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:42 [ecarstrade.be] INFO: Extracting details for car 6997594auction61871
2026-03-27 14:52:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871
2026-03-27 14:52:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d46eb957-2aeb-510b-abb1-5453441c3dd4 with scrape type 2
2026-03-27 14:52:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item d46eb957-2aeb-510b-abb1-5453441c3dd4 with scrape type 2
2026-03-27 14:52:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d46eb957-2aeb-510b-abb1-5453441c3dd4, identifier: 6997594auction61871
2026-03-27 14:52:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871
2026-03-27 14:52:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871
2026-03-27 14:52:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d46eb957-2aeb-510b-abb1-5453441c3dd4 with identifier: 6997594auction61871 to the API
2026-03-27 14:52:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:52:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:52:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6997594>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'd46eb957-2aeb-510b-abb1-5453441c3dd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6997594',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 42779,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT E-2008 50 kWh Allure 5d',
'transmission': 'automatic',
'trim': 'PEUGEOT E- 50 kWh Allure 5d',
'vin': None,
'year': 2022}
2026-03-27 14:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997594auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:42 [ecarstrade.be] INFO: Saving data for 6997594auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1774373169.993212, 'last_price_update_time': 1774623162.872324}
2026-03-27 14:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6997594auction61871') HTTP/1.1" 204 0
2026-03-27 14:52:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page54?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951897auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951897auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951897auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951902auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951902auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951902auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6950342auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950342auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6950342auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951891auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951891auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951891auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951896auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951896auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951896auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951903auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951903auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951903auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6950341auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950341auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6950341auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951893auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951893auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951893auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951885auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951885auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:45 [ecarstrade.be] INFO: Scrape type for 6951885auction61871: 0
2026-03-27 14:52:45 [ecarstrade.be] INFO: Found listing with ID: 6951886auction61871
2026-03-27 14:52:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951886auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6951886auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6951884auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951884auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6951884auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6951888auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951888auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6951888auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6950337auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950337auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6950337auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6950338auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950338auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6950338auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6950333auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950333auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6950333auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6950335auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950335auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6950335auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6951878auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951878auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6951878auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6950332auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950332auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6950332auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6950331auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950331auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6950331auction61871: 0
2026-03-27 14:52:46 [ecarstrade.be] INFO: Found listing with ID: 6951873auction61871
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951873auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Scrape type for 6951873auction61871: 0
2026-03-27 14:52:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:52:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6951934> (referer: https://ecarstrade.com/search/page52?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:52:46 [ecarstrade.be] INFO: Extracting details for car 6951934auction61871
2026-03-27 14:52:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871
2026-03-27 14:52:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with scrape type 2
2026-03-27 14:52:46 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with scrape type 2
2026-03-27 14:52:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177, identifier: 6951934auction61871
2026-03-27 14:52:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871
2026-03-27 14:52:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871
2026-03-27 14:52:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ab8f5b0-bae3-5908-a6cf-6b200cacb177 with identifier: 6951934auction61871 to the API
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:52:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6951934>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': '2ab8f5b0-bae3-5908-a6cf-6b200cacb177',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6951934',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'Q3',
'odometer': 79971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 35 TFSI S tronic 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TFSI S tronic 5d',
'vin': None,
'year': 2021}
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951934auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:52:46 [ecarstrade.be] INFO: Saving data for 6951934auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773184409.229389, 'last_price_update_time': 1774623166.777241}
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:52:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6951934auction61871') HTTP/1.1" 204 0
2026-03-27 14:53:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page55?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950325auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950325auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950325auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950330auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950330auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950330auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951869auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951869auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951869auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951871auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951871auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951871auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951874auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951874auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951874auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950321auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950321auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950321auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950323auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950323auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950323auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951865auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951865auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951865auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951866auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951866auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951866auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950318auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950318auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950318auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951859auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951859auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951859auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950319auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950319auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950319auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951854auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951854auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951854auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951858auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951858auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951858auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950316auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950316auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950316auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950313auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950313auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950313auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6950310auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950310auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6950310auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6951864auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951864auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6951864auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6926740auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276926740auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6926740auction61871: 0
2026-03-27 14:53:00 [ecarstrade.be] INFO: Found listing with ID: 6928534auction61871
2026-03-27 14:53:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276928534auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:00 [ecarstrade.be] INFO: Scrape type for 6928534auction61871: 0
2026-03-27 14:53:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:07 [scrapy.extensions.logstats] INFO: Crawled 287 pages (at 12 pages/min), scraped 230 items (at 9 items/min)
2026-03-27 14:53:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:53:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page56?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928542auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928542auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928542auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928541auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928541auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928541auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928531auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928531auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928531auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926726auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926726auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926726auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928525auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928525auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928525auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928532auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928532auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928532auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926720auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926720auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926720auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926719auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926719auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926719auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926725auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926725auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926725auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928510auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928510auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928510auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928499auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928499auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928499auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928504auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928504auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928504auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928495auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928495auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928495auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928498auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928498auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928498auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926696auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926696auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926696auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926712auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926712auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926712auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928496auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928496auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928496auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6926701auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926701auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6926701auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928486auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928486auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928486auction61871: 0
2026-03-27 14:53:10 [ecarstrade.be] INFO: Found listing with ID: 6928481auction61871
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928481auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:10 [ecarstrade.be] INFO: Scrape type for 6928481auction61871: 0
2026-03-27 14:53:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:53:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page57?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6928487auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928487auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6928487auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6926682auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926682auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6926682auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6926686auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926686auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6926686auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6928478auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928478auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6928478auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6926685auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926685auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6926685auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6928476auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928476auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6928476auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6926678auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926678auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6926678auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6928464auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928464auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6928464auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6926673auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926673auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6926673auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6904882auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904882auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6904882auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6928458auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276928458auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6928458auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6926669auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926669auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6926669auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6907440auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907440auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6907440auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6903133auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903133auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:39 [ecarstrade.be] INFO: Scrape type for 6903133auction61871: 0
2026-03-27 14:53:39 [ecarstrade.be] INFO: Found listing with ID: 6903159auction61871
2026-03-27 14:53:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276903159auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.be] INFO: Scrape type for 6903159auction61871: 0
2026-03-27 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6904852auction61871
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276904852auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.be] INFO: Scrape type for 6904852auction61871: 0
2026-03-27 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6907437auction61871
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907437auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.be] INFO: Scrape type for 6907437auction61871: 0
2026-03-27 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6907431auction61871
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907431auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.be] INFO: Scrape type for 6907431auction61871: 0
2026-03-27 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6931423auction61871
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276931423auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.be] INFO: Scrape type for 6931423auction61871: 0
2026-03-27 14:53:40 [ecarstrade.be] INFO: Found listing with ID: 6903124auction61871
2026-03-27 14:53:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276903124auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:53:40 [ecarstrade.be] INFO: Scrape type for 6903124auction61871: 0
2026-03-27 14:53:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page58?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6903121auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903121auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6903121auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6907424auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907424auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6907424auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6907426auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907426auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6907426auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6903118auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903118auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6903118auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6904830auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904830auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6904830auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6903106auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903106auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6903106auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6903108auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903108auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6903108auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6907422auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907422auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6907422auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6884554auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276884554auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6884554auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6903104auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903104auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6903104auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6904806auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904806auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6904806auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6904808auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276904808auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6904808auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6907414auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907414auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6907414auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6907409auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907409auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6907409auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6855975auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855975auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6855975auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6855974auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855974auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6855974auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6880573auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276880573auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6880573auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6855973auction61871
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855973auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:06 [ecarstrade.be] INFO: Scrape type for 6855973auction61871: 0
2026-03-27 14:54:06 [ecarstrade.be] INFO: Found listing with ID: 6855952auction61871
2026-03-27 14:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:07 [ecarstrade.be] INFO: Scrape type for 6855952auction61871: 2
2026-03-27 14:54:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:07 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-27 14:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:07 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-27 14:54:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:07 [scrapy.extensions.logstats] INFO: Crawled 290 pages (at 3 pages/min), scraped 230 items (at 0 items/min)
2026-03-27 14:54:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:54:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6855952> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:54:17 [ecarstrade.be] INFO: Extracting details for car 6855952auction61871
2026-03-27 14:54:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871
2026-03-27 14:54:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with scrape type 2
2026-03-27 14:54:17 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with scrape type 2
2026-03-27 14:54:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0561efe-5d83-5f06-9b7a-56aeb7d5a716, identifier: 6855952auction61871
2026-03-27 14:54:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871
2026-03-27 14:54:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871
2026-03-27 14:54:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0561efe-5d83-5f06-9b7a-56aeb7d5a716 with identifier: 6855952auction61871 to the API
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:54:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6855952>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Petrol',
'id': 'e0561efe-5d83-5f06-9b7a-56aeb7d5a716',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6855952',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 59159,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.2 PureTech 96kW S&S Roadtrip 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Roadtrip 5d',
'vin': None,
'year': 2022}
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276855952auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:18 [ecarstrade.be] INFO: Saving data for 6855952auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1772677991.950394, 'last_price_update_time': 1774623258.542526}
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:54:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6855952auction61871') HTTP/1.1" 204 0
2026-03-27 14:54:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page59?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6859419auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276859419auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6859419auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6859401auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276859401auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6859401auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6950312auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950312auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6950312auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6859405auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276859405auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6859405auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6951851auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276951851auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6951851auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6807758auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276807758auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6807758auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6880555auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880555auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6880555auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6737810auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276737810auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6737810auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6855921auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276855921auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6855921auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6928455auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276928455auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6928455auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6926666auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276926666auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6926666auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6878918auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276878918auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6878918auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6880553auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880553auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6880553auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6928456auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276928456auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6928456auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6880548auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880548auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6880548auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6880549auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880549auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6880549auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6878922auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276878922auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6878922auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6759713auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276759713auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6759713auction61871: 0
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6880550auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6880550auction61871: 2
2026-03-27 14:54:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:25 [ecarstrade.be] INFO: Found listing with ID: 6926667auction61871
2026-03-27 14:54:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:54:25 [ecarstrade.be] INFO: Scrape type for 6926667auction61871: 2
2026-03-27 14:54:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:54:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6926667> (referer: https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:00 [ecarstrade.be] INFO: Extracting details for car 6926667auction61871
2026-03-27 14:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871
2026-03-27 14:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2078d996-3b1e-5db2-8371-fc499abb02ec with scrape type 2
2026-03-27 14:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2078d996-3b1e-5db2-8371-fc499abb02ec with scrape type 2
2026-03-27 14:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2078d996-3b1e-5db2-8371-fc499abb02ec, identifier: 6926667auction61871
2026-03-27 14:55:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871
2026-03-27 14:55:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871
2026-03-27 14:55:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2078d996-3b1e-5db2-8371-fc499abb02ec with identifier: 6926667auction61871 to the API
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6926667>
{'auction_title': '',
'c_o_2_emission_value': 15,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '2078d996-3b1e-5db2-8371-fc499abb02ec',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6926667',
'listing': 'directbuy',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': 'Other',
'odometer': 37903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Active Tourer 225e xDrive 5d',
'transmission': 'automatic',
'trim': '2 Reeks Active Tourer 225e xDrive 5d',
'vin': None,
'year': 2023}
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926667auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Saving data for 6926667auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1772613739.826298, 'last_price_update_time': 1774623300.470074}
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6926667auction61871') HTTP/1.1" 204 0
2026-03-27 14:55:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6880550> (referer: https://ecarstrade.com/search/page60?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6656186auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6656186auction61871: 2
2026-03-27 14: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-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6878920auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6878920auction61871: 2
2026-03-27 14: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-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6435333auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6435333auction61871: 2
2026-03-27 14: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-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6494184auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6494184auction61871: 2
2026-03-27 14:55:00 [ecarstrade.be] INFO: Extracting details for car 6880550auction61871
2026-03-27 14: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-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6418438auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276418438auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6418438auction61871: 2
2026-03-27 14: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-27 14:55:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871
2026-03-27 14:55:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5b151450-f256-54c9-bada-01711ec05991 with scrape type 2
2026-03-27 14:55:00 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 5b151450-f256-54c9-bada-01711ec05991 with scrape type 2
2026-03-27 14:55:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5b151450-f256-54c9-bada-01711ec05991, identifier: 6880550auction61871
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6973069auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973069auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6973069auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6973070auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973070auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6973070auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6974500auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974500auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6974500auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6973068auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973068auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6973068auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6974499auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974499auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6974499auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6973065auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973065auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6973065auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6973066auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973066auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6973066auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6974497auction61871
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974497auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:00 [ecarstrade.be] INFO: Scrape type for 6974497auction61871: 0
2026-03-27 14:55:00 [ecarstrade.be] INFO: Found listing with ID: 6973060auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973060auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6973060auction61871: 0
2026-03-27 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6973064auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973064auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6973064auction61871: 0
2026-03-27 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6974493auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974493auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6974493auction61871: 0
2026-03-27 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6974494auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974494auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6974494auction61871: 0
2026-03-27 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6974496auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974496auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6974496auction61871: 0
2026-03-27 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6974487auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974487auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6974487auction61871: 0
2026-03-27 14:55:01 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 0
2026-03-27 14:55:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871
2026-03-27 14:55:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871
2026-03-27 14:55:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5b151450-f256-54c9-bada-01711ec05991 with identifier: 6880550auction61871 to the API
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14: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-27 14:55:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6880550>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '5b151450-f256-54c9-bada-01711ec05991',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6880550',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 46018,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276880550auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:01 [ecarstrade.be] INFO: Saving data for 6880550auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1772678177.756037, 'last_price_update_time': 1774623301.445791}
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6880550auction61871') HTTP/1.1" 204 0
2026-03-27 14: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-27 14:55:07 [scrapy.extensions.logstats] INFO: Crawled 295 pages (at 5 pages/min), scraped 233 items (at 3 items/min)
2026-03-27 14:55:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 292MiB
2026-03-27 14:55:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6878920> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:09 [ecarstrade.be] INFO: Extracting details for car 6878920auction61871
2026-03-27 14:55:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871
2026-03-27 14:55:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with scrape type 2
2026-03-27 14:55:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with scrape type 2
2026-03-27 14:55:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2, identifier: 6878920auction61871
2026-03-27 14:55:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871
2026-03-27 14:55:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871
2026-03-27 14:55:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2747eb58-5aff-5aa2-a679-fcaa6381c1f2 with identifier: 6878920auction61871 to the API
2026-03-27 14:55:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6878920>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Other',
'id': '2747eb58-5aff-5aa2-a679-fcaa6381c1f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6878920',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 55845,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Kuga '19 PHEV, Ford Kuga 2.5i PHEV Aut. 165kW ST-Line 5d",
'transmission': 'automatic',
'trim': ", '19 PHEV, 2.5i PHEV Aut. 165kW ST-Line 5d",
'vin': None,
'year': 2023}
2026-03-27 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276878920auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:10 [ecarstrade.be] INFO: Saving data for 6878920auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1772678151.048579, 'last_price_update_time': 1774623310.558758}
2026-03-27 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6878920auction61871') HTTP/1.1" 204 0
2026-03-27 14:55:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6494184> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:10 [ecarstrade.be] INFO: Extracting details for car 6494184auction61871
2026-03-27 14:55:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871
2026-03-27 14:55:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with scrape type 2
2026-03-27 14:55:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with scrape type 2
2026-03-27 14:55:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b, identifier: 6494184auction61871
2026-03-27 14:55:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871
2026-03-27 14:55:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871
2026-03-27 14:55:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65e0f6cf-4c99-5a59-8c56-5a52fffc753b with identifier: 6494184auction61871 to the API
2026-03-27 14:55:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6494184>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Diesel',
'id': '65e0f6cf-4c99-5a59-8c56-5a52fffc753b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6494184',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 1476,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen CRAFTER 35 2.0TDI SCR BMT 103/140 ASG-8 L3H2 4d',
'transmission': 'manual',
'trim': 'CRAFTER 35 2.0TDI SCR BMT 103/140 ASG-8 L3H2 4d',
'vin': None,
'year': 2024}
2026-03-27 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276494184auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:11 [ecarstrade.be] INFO: Saving data for 6494184auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1772678170.257698, 'last_price_update_time': 1774623311.154287}
2026-03-27 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6494184auction61871') HTTP/1.1" 204 0
2026-03-27 14:55:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6435333> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:13 [ecarstrade.be] INFO: Extracting details for car 6435333auction61871
2026-03-27 14:55:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871
2026-03-27 14:55:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c431d53-064e-5fde-aaec-02b79a99e157 with scrape type 2
2026-03-27 14:55:13 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 4c431d53-064e-5fde-aaec-02b79a99e157 with scrape type 2
2026-03-27 14:55:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c431d53-064e-5fde-aaec-02b79a99e157, identifier: 6435333auction61871
2026-03-27 14:55:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871
2026-03-27 14:55:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871
2026-03-27 14:55:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c431d53-064e-5fde-aaec-02b79a99e157 with identifier: 6435333auction61871 to the API
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6435333>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '4c431d53-064e-5fde-aaec-02b79a99e157',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6435333',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, Berlingo Mul '18 BEV, Citroën Berlingo Multispace Electric "
'50 kW/h Live NO COC / NO IB',
'transmission': 'automatic',
'trim': "Citroën, Mul '18 BEV, Citroën Multispace Electric 50 kW/h Live NO "
'COC / NO IB',
'vin': None,
'year': 2023}
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276435333auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:13 [ecarstrade.be] INFO: Saving data for 6435333auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773183925.695237, 'last_price_update_time': 1774623313.889999}
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6435333auction61871') HTTP/1.1" 204 0
2026-03-27 14:55:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6656186> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:19 [ecarstrade.be] INFO: Extracting details for car 6656186auction61871
2026-03-27 14:55:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871
2026-03-27 14:55:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9538c992-1f62-5f5d-9416-bb3e07c84438 with scrape type 2
2026-03-27 14:55:19 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 9538c992-1f62-5f5d-9416-bb3e07c84438 with scrape type 2
2026-03-27 14:55:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9538c992-1f62-5f5d-9416-bb3e07c84438, identifier: 6656186auction61871
2026-03-27 14:55:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871
2026-03-27 14:55:19 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 14:55:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871
2026-03-27 14:55:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9538c992-1f62-5f5d-9416-bb3e07c84438 with identifier: 6656186auction61871 to the API
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6656186>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': '9538c992-1f62-5f5d-9416-bb3e07c84438',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6656186',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'ID. Buzz',
'odometer': 31269,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen ID.Buzz BEV 77KWH 150kW PRO 5d',
'transmission': 'automatic',
'trim': 'ID.Buzz BEV 77KWH 150kW PRO 5d',
'vin': None,
'year': 2024}
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276656186auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:20 [ecarstrade.be] INFO: Saving data for 6656186auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1772678176.057588, 'last_price_update_time': 1774623320.322407}
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6656186auction61871') HTTP/1.1" 204 0
2026-03-27 14:55:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6418438> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:27 [ecarstrade.be] INFO: Extracting details for car 6418438auction61871
2026-03-27 14:55:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871
2026-03-27 14:55:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5268fb7-3459-5762-8140-ace24341fa61 with scrape type 2
2026-03-27 14:55:27 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e5268fb7-3459-5762-8140-ace24341fa61 with scrape type 2
2026-03-27 14:55:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5268fb7-3459-5762-8140-ace24341fa61, identifier: 6418438auction61871
2026-03-27 14:55:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871
2026-03-27 14:55:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871
2026-03-27 14:55:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5268fb7-3459-5762-8140-ace24341fa61 with identifier: 6418438auction61871 to the API
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:55:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6418438>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:05:18Z',
'fuel_type': 'Electric',
'id': 'e5268fb7-3459-5762-8140-ace24341fa61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6418438',
'listing': 'directbuy',
'location': 'Belgium - "BE-20-ATWERP-BELCAR_NOORD"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 3,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, Berlingo Mul '18 BEV, Citroën Berlingo Multispace Electric "
'50 kW/h Live',
'transmission': 'automatic',
'trim': "Citroën, Mul '18 BEV, Citroën Multispace Electric 50 kW/h Live",
'vin': None,
'year': 2023}
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276418438auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:28 [ecarstrade.be] INFO: Saving data for 6418438auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773183907.83447, 'last_price_update_time': 1774623328.447082}
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6418438auction61871') HTTP/1.1" 204 0
2026-03-27 14:55:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page61?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found listing with ID: 6974489auction61871
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974489auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:35 [ecarstrade.be] INFO: Scrape type for 6974489auction61871: 0
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found listing with ID: 6974490auction61871
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974490auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:35 [ecarstrade.be] INFO: Scrape type for 6974490auction61871: 0
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found listing with ID: 6974485auction61871
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974485auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:35 [ecarstrade.be] INFO: Scrape type for 6974485auction61871: 0
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found listing with ID: 6973059auction61871
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973059auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:35 [ecarstrade.be] INFO: Scrape type for 6973059auction61871: 0
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found listing with ID: 6974481auction61871
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974481auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:35 [ecarstrade.be] INFO: Scrape type for 6974481auction61871: 0
2026-03-27 14:55:35 [ecarstrade.be] INFO: Found listing with ID: 6974486auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974486auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6974486auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973058auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973058auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973058auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973053auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973053auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973053auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973055auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973055auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973055auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6974480auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974480auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6974480auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6974477auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974477auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6974477auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6974482auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974482auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6974482auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6974476auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974476auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6974476auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973052auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973052auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973052auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973056auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973056auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973056auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973049auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973049auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973049auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973050auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973050auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973050auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973051auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973051auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973051auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6974478auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276974478auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6974478auction61871: 0
2026-03-27 14:55:36 [ecarstrade.be] INFO: Found listing with ID: 6973042auction61871
2026-03-27 14:55:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276973042auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:36 [ecarstrade.be] INFO: Scrape type for 6973042auction61871: 0
2026-03-27 14:55:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page62?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974474auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974474auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974474auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6973046auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973046auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6973046auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6973047auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973047auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6973047auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6973043auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973043auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6973043auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974471auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974471auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974471auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974472auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974472auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974472auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6973037auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973037auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6973037auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974469auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974469auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974469auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974470auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974470auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974470auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974463auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974463auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974463auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6973036auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973036auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6973036auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974465auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974465auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974465auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974468auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974468auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974468auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974467auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974467auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974467auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6973035auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973035auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6973035auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974464auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974464auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974464auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6974466auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974466auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6974466auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6907040auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276907040auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6907040auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6954131auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276954131auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6954131auction61871: 0
2026-03-27 14:55:42 [ecarstrade.be] INFO: Found listing with ID: 6859943auction61871
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:55:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859943auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:42 [ecarstrade.be] INFO: Scrape type for 6859943auction61871: 0
2026-03-27 14:55:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:55:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page63?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6694675auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276694675auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6694675auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6812191auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276812191auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6812191auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6840034auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276840034auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6840034auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6791952auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276791952auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6791952auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6865596auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276865596auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6865596auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6878928auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276878928auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6878928auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6602167auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276602167auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6602167auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6984007auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276984007auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6984007auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997605auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997605auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997605auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997606auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997606auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997606auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997608auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997608auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997608auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997609auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997609auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997609auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997610auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997610auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997610auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997611auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997611auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997611auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997612auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997612auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997612auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997613auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997613auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997613auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997614auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997614auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997614auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997617auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997617auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997617auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997618auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997618auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997618auction61871: 0
2026-03-27 14:55:52 [ecarstrade.be] INFO: Found listing with ID: 6997619auction61871
2026-03-27 14:55:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997619auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:55:52 [ecarstrade.be] INFO: Scrape type for 6997619auction61871: 0
2026-03-27 14:55:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page64?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997620auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997620auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997620auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997621auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997621auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997621auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997622auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997622auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997622auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997623auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997623auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997623auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997625auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997625auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997625auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997627auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997627auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997627auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997628auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997628auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997628auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997629auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997629auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997629auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997630auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997630auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997630auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997631auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997631auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997631auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997632auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997632auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997632auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997634auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997634auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997634auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997636auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997636auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997636auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997638auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997638auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997638auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997639auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997639auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997639auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997640auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997640auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997640auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997642auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997642auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997642auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997643auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997643auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997643auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997644auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997644auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997644auction61871: 0
2026-03-27 14:56:00 [ecarstrade.be] INFO: Found listing with ID: 6997645auction61871
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997645auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:00 [ecarstrade.be] INFO: Scrape type for 6997645auction61871: 0
2026-03-27 14:56:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:07 [scrapy.extensions.logstats] INFO: Crawled 304 pages (at 9 pages/min), scraped 238 items (at 5 items/min)
2026-03-27 14:56:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 293MiB
2026-03-27 14:56:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page65?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997646auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997646auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997646auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997647auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997647auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997647auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997650auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997650auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997650auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997651auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997651auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997651auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997652auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997652auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997652auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997654auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997654auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997654auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997657auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997657auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997657auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997658auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997658auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997658auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997659auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997659auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997659auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997660auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997660auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997660auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997662auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997662auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997662auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997663auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997663auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997663auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997664auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997664auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997664auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997665auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997665auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997665auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997666auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997666auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997666auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997667auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997667auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997667auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997668auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997668auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997668auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997670auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997670auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997670auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997671auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997671auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997671auction61871: 0
2026-03-27 14:56:35 [ecarstrade.be] INFO: Found listing with ID: 6997672auction61871
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997672auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:35 [ecarstrade.be] INFO: Scrape type for 6997672auction61871: 0
2026-03-27 14:56:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page66?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997673auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997673auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997673auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997675auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997675auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997675auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997676auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997676auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997676auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997678auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997678auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997678auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997679auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997679auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997679auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997681auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997681auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997681auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997682auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997682auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997682auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997683auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997683auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997683auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997686auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997686auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997686auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997687auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997687auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997687auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997688auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997688auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997688auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997691auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997691auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997691auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997693auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997693auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997693auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997694auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997694auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997694auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997695auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997695auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997695auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997696auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997696auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997696auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997697auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997697auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997697auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997698auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997698auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997698auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997699auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997699auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997699auction61871: 0
2026-03-27 14:56:43 [ecarstrade.be] INFO: Found listing with ID: 6997700auction61871
2026-03-27 14:56:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276997700auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:43 [ecarstrade.be] INFO: Scrape type for 6997700auction61871: 0
2026-03-27 14:56:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page67?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6997702auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997702auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6997702auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6997703auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997703auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6997703auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6997704auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997704auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6997704auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6997705auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997705auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6997705auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6997706auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997706auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6997706auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6997707auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997707auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6997707auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6999695auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999695auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6999695auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6999697auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999697auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6999697auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 6999698auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999698auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 6999698auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004006auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004006auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004006auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004007auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004007auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004007auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004008auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004008auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004008auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004009auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004009auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004009auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004010auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004010auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004010auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004012auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004012auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004012auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004013auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004013auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004013auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004015auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004015auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004015auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004016auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004016auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004016auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004017auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004017auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004017auction61871: 0
2026-03-27 14:56:50 [ecarstrade.be] INFO: Found listing with ID: 7004018auction61871
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004018auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:50 [ecarstrade.be] INFO: Scrape type for 7004018auction61871: 0
2026-03-27 14:56:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:56:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page68?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004019auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004019auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004019auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004020auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004020auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004020auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004021auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004021auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004021auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004022auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004022auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004022auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004023auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004023auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004023auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004024auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004024auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004024auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004025auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004025auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004025auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004026auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004026auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004026auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004027auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004027auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004027auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004028auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004028auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004028auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004029auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004029auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004029auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004030auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004030auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004030auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004031auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004031auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004031auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004032auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004032auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004032auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004033auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004033auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004033auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004034auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004034auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004034auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004035auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004035auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004035auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004036auction61871
2026-03-27 14:56:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004036auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:57 [ecarstrade.be] INFO: Scrape type for 7004036auction61871: 0
2026-03-27 14:56:57 [ecarstrade.be] INFO: Found listing with ID: 7004037auction61871
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004037auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [ecarstrade.be] INFO: Scrape type for 7004037auction61871: 0
2026-03-27 14:56:58 [ecarstrade.be] INFO: Found listing with ID: 7004038auction61871
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:56:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004038auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:56:58 [ecarstrade.be] INFO: Scrape type for 7004038auction61871: 0
2026-03-27 14:56:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page69?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:04 [ecarstrade.be] INFO: Found listing with ID: 7004040auction61871
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004040auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [ecarstrade.be] INFO: Scrape type for 7004040auction61871: 0
2026-03-27 14:57:04 [ecarstrade.be] INFO: Found listing with ID: 7004041auction61871
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004041auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [ecarstrade.be] INFO: Scrape type for 7004041auction61871: 0
2026-03-27 14:57:04 [ecarstrade.be] INFO: Found listing with ID: 7004044auction61871
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004044auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [ecarstrade.be] INFO: Scrape type for 7004044auction61871: 0
2026-03-27 14:57:04 [ecarstrade.be] INFO: Found listing with ID: 7004045auction61871
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004045auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:04 [ecarstrade.be] INFO: Scrape type for 7004045auction61871: 0
2026-03-27 14:57:04 [ecarstrade.be] INFO: Found listing with ID: 7004046auction61871
2026-03-27 14:57:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004046auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004046auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004047auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004047auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004047auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004048auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004048auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004048auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004049auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004049auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004049auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004050auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004050auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004050auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004051auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004051auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004051auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004052auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004052auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004052auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004053auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004053auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004053auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004054auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004054auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004054auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004055auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004055auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004055auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004056auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004056auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004056auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004057auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004057auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004057auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004058auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004058auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004058auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7004059auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004059auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7004059auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7005234auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005234auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7005234auction61871: 0
2026-03-27 14:57:05 [ecarstrade.be] INFO: Found listing with ID: 7005235auction61871
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005235auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:05 [ecarstrade.be] INFO: Scrape type for 7005235auction61871: 0
2026-03-27 14:57:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:07 [scrapy.extensions.logstats] INFO: Crawled 309 pages (at 5 pages/min), scraped 238 items (at 0 items/min)
2026-03-27 14:57:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 304MiB
2026-03-27 14:57:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page70?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005236auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005236auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005236auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005237auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005237auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005237auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005238auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005238auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005238auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005239auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005239auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005239auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005240auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005240auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005240auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005241auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005241auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005241auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005242auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005242auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005242auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005243auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005243auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005243auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005244auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005244auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:17 [ecarstrade.be] INFO: Scrape type for 7005244auction61871: 0
2026-03-27 14:57:17 [ecarstrade.be] INFO: Found listing with ID: 7005245auction61871
2026-03-27 14:57:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005245auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005245auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005246auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005246auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005246auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005247auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005247auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005247auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005248auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005248auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005248auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005249auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005249auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005249auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005250auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005250auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005250auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005251auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005251auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005251auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005252auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005252auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005252auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005253auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005253auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005253auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005254auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005254auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005254auction61871: 0
2026-03-27 14:57:18 [ecarstrade.be] INFO: Found listing with ID: 7005255auction61871
2026-03-27 14:57:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005255auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:18 [ecarstrade.be] INFO: Scrape type for 7005255auction61871: 0
2026-03-27 14:57:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page71?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005256auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005256auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005256auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005257auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005257auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005257auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005258auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005258auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005258auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005259auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005259auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005259auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005260auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005260auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005260auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005261auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005261auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005261auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005263auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005263auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005263auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005264auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005264auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005264auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005265auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005265auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005265auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005266auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005266auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005266auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005267auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005267auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005267auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005268auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005268auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005268auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005269auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005269auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005269auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005270auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005270auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005270auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005271auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005271auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005271auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005272auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005272auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005272auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005273auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005273auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005273auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005274auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005274auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005274auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005275auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005275auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005275auction61871: 0
2026-03-27 14:57:28 [ecarstrade.be] INFO: Found listing with ID: 7005276auction61871
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005276auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:28 [ecarstrade.be] INFO: Scrape type for 7005276auction61871: 0
2026-03-27 14:57:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page72?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:35 [ecarstrade.be] INFO: Found listing with ID: 7005277auction61871
2026-03-27 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005277auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:35 [ecarstrade.be] INFO: Scrape type for 7005277auction61871: 0
2026-03-27 14:57:35 [ecarstrade.be] INFO: Found listing with ID: 7005278auction61871
2026-03-27 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277005278auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:35 [ecarstrade.be] INFO: Scrape type for 7005278auction61871: 0
2026-03-27 14:57:35 [ecarstrade.be] INFO: Found listing with ID: 7009661auction61871
2026-03-27 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277009661auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:35 [ecarstrade.be] INFO: Scrape type for 7009661auction61871: 1
2026-03-27 14:57:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:35 [ecarstrade.be] INFO: Found listing with ID: 7009662auction61871
2026-03-27 14:57:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277009662auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:35 [ecarstrade.be] INFO: Scrape type for 7009662auction61871: 1
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 7009663auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277009663auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 7009663auction61871: 1
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6981254auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981254auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6981254auction61871: 2
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6981238auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981238auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6981238auction61871: 2
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6981215auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276981215auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6981215auction61871: 2
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6950380auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950380auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6950380auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6950339auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950339auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6950339auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6950317auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276950317auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6950317auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6926714auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276926714auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6926714auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 7004011auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004011auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 7004011auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 7004014auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004014auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 7004014auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 7004043auction61871
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%277004043auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 7004043auction61871: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6666970auction106392
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276666970auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6666970auction106392: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6673299auction106392
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276673299auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6673299auction106392: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6673305auction106392
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276673305auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6673305auction106392: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6674858auction106392
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276674858auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6674858auction106392: 0
2026-03-27 14:57:36 [ecarstrade.be] INFO: Found listing with ID: 6675823auction106392
2026-03-27 14:57:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276675823auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:36 [ecarstrade.be] INFO: Scrape type for 6675823auction106392: 0
2026-03-27 14:57:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6677264auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276677264auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6677264auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6680659auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276680659auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6680659auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6686371auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276686371auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6686371auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6690079auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276690079auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6690079auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6693846auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276693846auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6693846auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6694293auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694293auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6694293auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6694671auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276694671auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6694671auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6718967auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718967auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6718967auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6718986auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718986auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6718986auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6718987auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718987auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6718987auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6718997auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276718997auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6718997auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6719003auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719003auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6719003auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6719014auction106392
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719014auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:42 [ecarstrade.be] INFO: Scrape type for 6719014auction106392: 0
2026-03-27 14:57:42 [ecarstrade.be] INFO: Found listing with ID: 6719044auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719044auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6719044auction106392: 0
2026-03-27 14:57:43 [ecarstrade.be] INFO: Found listing with ID: 6719069auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719069auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6719069auction106392: 0
2026-03-27 14:57:43 [ecarstrade.be] INFO: Found listing with ID: 6719092auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719092auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6719092auction106392: 0
2026-03-27 14:57:43 [ecarstrade.be] INFO: Found listing with ID: 6719150auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276719150auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6719150auction106392: 0
2026-03-27 14:57:43 [ecarstrade.be] INFO: Found listing with ID: 6721443auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276721443auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6721443auction106392: 0
2026-03-27 14:57:43 [ecarstrade.be] INFO: Found listing with ID: 6722685auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276722685auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6722685auction106392: 0
2026-03-27 14:57:43 [ecarstrade.be] INFO: Found listing with ID: 6725012auction106392
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725012auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Scrape type for 6725012auction106392: 0
2026-03-27 14: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-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981254> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:43 [ecarstrade.be] INFO: Extracting details for car 6981254auction61871
2026-03-27 14:57:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 6981254auction61871
2026-03-27 14:57:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d5d11a4-4d05-586e-b0af-80646304ffab with scrape type 2
2026-03-27 14:57:43 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 8d5d11a4-4d05-586e-b0af-80646304ffab with scrape type 2
2026-03-27 14:57:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d5d11a4-4d05-586e-b0af-80646304ffab, identifier: 6981254auction61871
2026-03-27 14:57:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 6981254auction61871
2026-03-27 14:57:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 6981254auction61871
2026-03-27 14:57:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d5d11a4-4d05-586e-b0af-80646304ffab with identifier: 6981254auction61871 to the API
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981254>
{'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-29T15:05:18Z',
'fuel_type': 'Other',
'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/6981254',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 105048,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 xDrive25e (162 kW) 5d',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) 5d',
'vin': None,
'year': 2022}
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981254auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:43 [ecarstrade.be] INFO: Saving data for 6981254auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958261.334408, 'last_price_update_time': 1774623463.786983}
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981254auction61871') HTTP/1.1" 204 0
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009661> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981238> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:44 [ecarstrade.be] INFO: Extracting details for car 7009661auction61871
2026-03-27 14:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7009661auction61871
2026-03-27 14:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ce3798-2294-5c61-b500-d7fd4836cd10 with scrape type 1
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009661%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621034%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_001/780x0__r.jpg?hash=1774621034 not downloaded yet
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009661%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621034%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_002/780x0__r.jpg?hash=1774621034 not downloaded yet
2026-03-27 14:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6981215> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009661%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621034%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_003/780x0__r.jpg?hash=1774621034 not downloaded yet
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009661%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621035%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_004/780x0__r.jpg?hash=1774621035 not downloaded yet
2026-03-27 14:57:44 [ecarstrade.be] INFO: Extracting details for car 6981238auction61871
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009661%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621035%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_005/780x0__r.jpg?hash=1774621035 not downloaded yet
2026-03-27 14:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 6981238auction61871
2026-03-27 14:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0ab6203-83ff-5f51-9c25-f01735513f78 with scrape type 2
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item e0ab6203-83ff-5f51-9c25-f01735513f78 with scrape type 2
2026-03-27 14:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0ab6203-83ff-5f51-9c25-f01735513f78, identifier: 6981238auction61871
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009661%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774621034%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_006/780x0__r.jpg?hash=1774621034 not downloaded yet
2026-03-27 14:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 6981238auction61871
2026-03-27 14:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 6981238auction61871
2026-03-27 14:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0ab6203-83ff-5f51-9c25-f01735513f78 with identifier: 6981238auction61871 to the API
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981238>
{'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-29T15:05:18Z',
'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/6981238',
'listing': 'directbuy',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '2008',
'odometer': 64487,
'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 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-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981238auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:44 [ecarstrade.be] INFO: Saving data for 6981238auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958261.887532, 'last_price_update_time': 1774623464.547501}
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981238auction61871') HTTP/1.1" 204 0
2026-03-27 14:57:44 [ecarstrade.be] INFO: Extracting details for car 6981215auction61871
2026-03-27 14:57:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009662> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd50855d-8d1a-5897-b453-bda641d9046b with identifier: 6981215auction61871
2026-03-27 14:57:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd50855d-8d1a-5897-b453-bda641d9046b with scrape type 2
2026-03-27 14:57:44 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bd50855d-8d1a-5897-b453-bda641d9046b with scrape type 2
2026-03-27 14:57:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd50855d-8d1a-5897-b453-bda641d9046b, identifier: 6981215auction61871
2026-03-27 14:57:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd50855d-8d1a-5897-b453-bda641d9046b with identifier: 6981215auction61871
2026-03-27 14:57:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd50855d-8d1a-5897-b453-bda641d9046b with identifier: 6981215auction61871
2026-03-27 14:57:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd50855d-8d1a-5897-b453-bda641d9046b with identifier: 6981215auction61871 to the API
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6981215>
{'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-29T15:05:18Z',
'fuel_type': 'Other',
'id': 'bd50855d-8d1a-5897-b453-bda641d9046b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6981215',
'listing': 'directbuy',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': 'Other',
'odometer': 116974,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 3-serie To. '18 PHEV, BMW 3 Reeks Touring 330e (215 kW) 5d",
'transmission': 'automatic',
'trim': ", 3-serie To. '18 PHEV, 3 Reeks Touring 330e (215 kW) 5d",
'vin': None,
'year': 2022}
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276981215auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [ecarstrade.be] INFO: Saving data for 6981215auction61871: {'auction_closing_time': 1774796718.0, 'created_time': 1773958264.682594, 'last_price_update_time': 1774623464.999788}
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6981215auction61871') HTTP/1.1" 204 0
2026-03-27 14:57:45 [ecarstrade.be] INFO: Extracting details for car 7009662auction61871
2026-03-27 14:57:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7009662auction61871
2026-03-27 14:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af179afa-dd9b-572a-80e2-580e7113512c with scrape type 1
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009662%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621167%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_001/780x0__r.jpg?hash=1774621167 not downloaded yet
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009662%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621167%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_002/780x0__r.jpg?hash=1774621167 not downloaded yet
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_001/780x0__r.jpg?hash=1774621034> (referer: https://ecarstrade.com/cars/7009661)
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009662%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621167%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_003/780x0__r.jpg?hash=1774621167 not downloaded yet
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009662%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621167%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_004/780x0__r.jpg?hash=1774621167 not downloaded yet
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_002/780x0__r.jpg?hash=1774621034> (referer: https://ecarstrade.com/cars/7009661)
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009662%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621167%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_005/780x0__r.jpg?hash=1774621167 not downloaded yet
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_001/780x0__r.jpg?hash=1774621167> (referer: https://ecarstrade.com/cars/7009662)
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009662%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774621167%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_006/780x0__r.jpg?hash=1774621167 not downloaded yet
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_004/780x0__r.jpg?hash=1774621035> (referer: https://ecarstrade.com/cars/7009661)
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_003/780x0__r.jpg?hash=1774621034> (referer: https://ecarstrade.com/cars/7009661)
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_003/780x0__r.jpg?hash=1774621167> (referer: https://ecarstrade.com/cars/7009662)
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_002/780x0__r.jpg?hash=1774621167> (referer: https://ecarstrade.com/cars/7009662)
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_004/780x0__r.jpg?hash=1774621167> (referer: https://ecarstrade.com/cars/7009662)
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_006/780x0__r.jpg?hash=1774621167> (referer: https://ecarstrade.com/cars/7009662)
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_006/780x0__r.jpg?hash=1774621034> (referer: https://ecarstrade.com/cars/7009661)
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_005/780x0__r.jpg?hash=1774621167> (referer: https://ecarstrade.com/cars/7009662)
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_005/780x0__r.jpg?hash=1774621035> (referer: https://ecarstrade.com/cars/7009661)
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af179afa-dd9b-572a-80e2-580e7113512c
2026-03-27 14:57:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af179afa-dd9b-572a-80e2-580e7113512c, skipping ID generation
2026-03-27 14:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af179afa-dd9b-572a-80e2-580e7113512c with scrape type 1
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af179afa-dd9b-572a-80e2-580e7113512c sending to next pipeline
2026-03-27 14:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af179afa-dd9b-572a-80e2-580e7113512c, identifier: 7009662auction61871
2026-03-27 14:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7009662auction61871
2026-03-27 14:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7009662auction61871
2026-03-27 14:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af179afa-dd9b-572a-80e2-580e7113512c with identifier: 7009662auction61871 to the API
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009662/photo_005/780x0__r.jpg?hash=1774621167>
{'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-29T15:05:18Z',
'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/7009662',
'listing': 'directbuy',
'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-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009662auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:45 [ecarstrade.be] INFO: Saving data for 7009662auction61871: {'created_time': 1774623465.751351, 'last_price_update_time': 1774623465.751362, 'auction_closing_time': 1774796718.0}
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009662auction61871') HTTP/1.1" 204 0
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82ce3798-2294-5c61-b500-d7fd4836cd10
2026-03-27 14:57:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82ce3798-2294-5c61-b500-d7fd4836cd10, skipping ID generation
2026-03-27 14:57:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82ce3798-2294-5c61-b500-d7fd4836cd10 with scrape type 1
2026-03-27 14:57:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82ce3798-2294-5c61-b500-d7fd4836cd10 sending to next pipeline
2026-03-27 14:57:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82ce3798-2294-5c61-b500-d7fd4836cd10, identifier: 7009661auction61871
2026-03-27 14:57:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7009661auction61871
2026-03-27 14:57:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7009661auction61871
2026-03-27 14:57:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82ce3798-2294-5c61-b500-d7fd4836cd10 with identifier: 7009661auction61871 to the API
2026-03-27 14:57:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009661/photo_005/780x0__r.jpg?hash=1774621035>
{'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-29T15:05:18Z',
'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/7009661',
'listing': 'directbuy',
'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-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009661auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:46 [ecarstrade.be] INFO: Saving data for 7009661auction61871: {'created_time': 1774623466.202916, 'last_price_update_time': 1774623466.202931, 'auction_closing_time': 1774796718.0}
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009661auction61871') HTTP/1.1" 204 0
2026-03-27 14:57:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page75?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page74?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:50 [ecarstrade.be] INFO: Found listing with ID: 6725037auction106392
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725037auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [ecarstrade.be] INFO: Scrape type for 6725037auction106392: 0
2026-03-27 14:57:50 [ecarstrade.be] INFO: Found listing with ID: 6725042auction106392
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725042auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:50 [ecarstrade.be] INFO: Scrape type for 6725042auction106392: 0
2026-03-27 14:57:50 [ecarstrade.be] INFO: Found listing with ID: 6725063auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725063auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6725063auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6725067auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725067auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6725067auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6725123auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725123auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6725123auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6725764auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276725764auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6725764auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6732946auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276732946auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6732946auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6737028auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737028auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6737028auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6737029auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276737029auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6737029auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6738189auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276738189auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6738189auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6742440auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276742440auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6742440auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6745390auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276745390auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6745390auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6746049auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746049auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6746049auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6746066auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276746066auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6746066auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6749433auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276749433auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6749433auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6750730auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276750730auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6750730auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6754289auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754289auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6754289auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6754290auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754290auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6754290auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6754292auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276754292auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6754292auction106392: 0
2026-03-27 14:57:51 [ecarstrade.be] INFO: Found listing with ID: 6755896auction106392
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276755896auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:51 [ecarstrade.be] INFO: Scrape type for 6755896auction106392: 0
2026-03-27 14:57:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009663> (referer: https://ecarstrade.com/search/page73?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:57:53 [ecarstrade.be] INFO: Extracting details for car 7009663auction61871
2026-03-27 14:57:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7009663auction61871
2026-03-27 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c with scrape type 1
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009663%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774621172%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_001/780x0__r.jpg?hash=1774621172 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009663%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774621171%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_002/780x0__r.jpg?hash=1774621171 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009663%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774621172%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_003/780x0__r.jpg?hash=1774621172 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009663%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774621172%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_004/780x0__r.jpg?hash=1774621172 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009663%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774621172%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_005/780x0__r.jpg?hash=1774621172 not downloaded yet
2026-03-27 14:57:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%252F7009663%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774621172%27 HTTP/1.1" 200 None
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_006/780x0__r.jpg?hash=1774621172 not downloaded yet
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_002/780x0__r.jpg?hash=1774621171> (referer: https://ecarstrade.com/cars/7009663)
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_003/780x0__r.jpg?hash=1774621172> (referer: https://ecarstrade.com/cars/7009663)
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_001/780x0__r.jpg?hash=1774621172> (referer: https://ecarstrade.com/cars/7009663)
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_004/780x0__r.jpg?hash=1774621172> (referer: https://ecarstrade.com/cars/7009663)
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_006/780x0__r.jpg?hash=1774621172> (referer: https://ecarstrade.com/cars/7009663)
2026-03-27 14:57:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_005/780x0__r.jpg?hash=1774621172> (referer: https://ecarstrade.com/cars/7009663)
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 383b9446-2c04-549d-aa9d-9bc2a3180e4c
2026-03-27 14:57:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 383b9446-2c04-549d-aa9d-9bc2a3180e4c, skipping ID generation
2026-03-27 14:57:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c with scrape type 1
2026-03-27 14:57:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 383b9446-2c04-549d-aa9d-9bc2a3180e4c sending to next pipeline
2026-03-27 14:57:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 383b9446-2c04-549d-aa9d-9bc2a3180e4c, identifier: 7009663auction61871
2026-03-27 14:57:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7009663auction61871
2026-03-27 14:57:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7009663auction61871
2026-03-27 14:57:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 383b9446-2c04-549d-aa9d-9bc2a3180e4c with identifier: 7009663auction61871 to the API
2026-03-27 14:57:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:57:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:57:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009663/photo_005/780x0__r.jpg?hash=1774621172>
{'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-29T15:05:18Z',
'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/7009663',
'listing': 'directbuy',
'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-27 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009663auction61871%27 HTTP/1.1" 200 None
2026-03-27 14:57:54 [ecarstrade.be] INFO: Saving data for 7009663auction61871: {'created_time': 1774623474.355677, 'last_price_update_time': 1774623474.355689, 'auction_closing_time': 1774796718.0}
2026-03-27 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009663auction61871') HTTP/1.1" 204 0
2026-03-27 14:57: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-27 14:57:59 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6759417auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276759417auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6759417auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6760076auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276760076auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6760076auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6761373auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276761373auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6761373auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6763813auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276763813auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6763813auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6765306auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276765306auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6765306auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6766624auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276766624auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6766624auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6771908auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276771908auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6771908auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6776756auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776756auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6776756auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6776880auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276776880auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6776880auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777591auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777591auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777591auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777601auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777601auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777601auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777602auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777602auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777602auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777603auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777603auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777603auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777604auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777604auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777604auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777605auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777605auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777605auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777607auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777607auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777607auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777608auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777608auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777608auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777609auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777609auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777609auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777610auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777610auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777610auction106392: 0
2026-03-27 14:57:59 [ecarstrade.be] INFO: Found listing with ID: 6777611auction106392
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:57:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777611auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:57:59 [ecarstrade.be] INFO: Scrape type for 6777611auction106392: 0
2026-03-27 14:57:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page76?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:05 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 6777613auction106392
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777613auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:05 [ecarstrade.be] INFO: Scrape type for 6777613auction106392: 0
2026-03-27 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 6777622auction106392
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777622auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:05 [ecarstrade.be] INFO: Scrape type for 6777622auction106392: 0
2026-03-27 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 6777633auction106392
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777633auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:05 [ecarstrade.be] INFO: Scrape type for 6777633auction106392: 0
2026-03-27 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 6777634auction106392
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777634auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:05 [ecarstrade.be] INFO: Scrape type for 6777634auction106392: 0
2026-03-27 14:58:05 [ecarstrade.be] INFO: Found listing with ID: 6777637auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777637auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777637auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777638auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777638auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777638auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777643auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777643auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777643auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777780auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777780auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777780auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777781auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777781auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777781auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777782auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777782auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777782auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777783auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777783auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777783auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6777784auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276777784auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6777784auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6778086auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276778086auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6778086auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6779365auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276779365auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6779365auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6780522auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780522auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6780522auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6780523auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780523auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6780523auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6780524auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780524auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6780524auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6780525auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780525auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6780525auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6780526auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780526auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6780526auction106392: 0
2026-03-27 14:58:06 [ecarstrade.be] INFO: Found listing with ID: 6780527auction106392
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780527auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:06 [ecarstrade.be] INFO: Scrape type for 6780527auction106392: 0
2026-03-27 14:58:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:07 [scrapy.extensions.logstats] INFO: Crawled 322 pages (at 13 pages/min), scraped 244 items (at 6 items/min)
2026-03-27 14:58:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 315MiB
2026-03-27 14:58:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page77?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6780528auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276780528auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6780528auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6781520auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781520auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6781520auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6781521auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781521auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6781521auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6781866auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781866auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6781866auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6781870auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781870auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6781870auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6781871auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276781871auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6781871auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6784596auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276784596auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6784596auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6785651auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276785651auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6785651auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6786586auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276786586auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6786586auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6787087auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787087auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6787087auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6787502auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276787502auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6787502auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6788220auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276788220auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6788220auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6790751auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276790751auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6790751auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6801120auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276801120auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6801120auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6802623auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802623auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6802623auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6802625auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276802625auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6802625auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6805148auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276805148auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6805148auction106392: 1
2026-03-27 14:58:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6808676auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276808676auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6808676auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6818584auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818584auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6818584auction106392: 0
2026-03-27 14:58:12 [ecarstrade.be] INFO: Found listing with ID: 6818586auction106392
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818586auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:12 [ecarstrade.be] INFO: Scrape type for 6818586auction106392: 0
2026-03-27 14:58:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6818587auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276818587auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6818587auction106392: 2
2026-03-27 14:58:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6818590auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276818590auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6818590auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6818936auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276818936auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6818936auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6819384auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276819384auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6819384auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6819416auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276819416auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6819416auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6820333auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276820333auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6820333auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6820903auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276820903auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6820903auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6827414auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276827414auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6827414auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6827674auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276827674auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6827674auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6827675auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276827675auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:20 [ecarstrade.be] INFO: Scrape type for 6827675auction106392: 0
2026-03-27 14:58:20 [ecarstrade.be] INFO: Found listing with ID: 6830000auction106392
2026-03-27 14:58:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830000auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6830000auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6830542auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276830542auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6830542auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6834240auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276834240auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6834240auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6835309auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276835309auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6835309auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6837652auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276837652auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6837652auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6838803auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276838803auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6838803auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6839068auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839068auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6839068auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6839069auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839069auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6839069auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6839459auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276839459auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6839459auction106392: 0
2026-03-27 14:58:21 [ecarstrade.be] INFO: Found listing with ID: 6841645auction106392
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276841645auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:21 [ecarstrade.be] INFO: Scrape type for 6841645auction106392: 0
2026-03-27 14:58:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6805148> (referer: https://ecarstrade.com/search/page78?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:28 [ecarstrade.be] INFO: Extracting details for car 6805148auction106392
2026-03-27 14:58:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e07b7ee8-ca20-5d47-b568-b43de2d8a56b with identifier: 6805148auction106392
2026-03-27 14:58:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e07b7ee8-ca20-5d47-b568-b43de2d8a56b with scrape type 1
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58: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%252F6800001-6810000%252F6805148%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1769435654%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_001/780x0__r.jpg?hash=1769435654 not downloaded yet
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58: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%252F6800001-6810000%252F6805148%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1769435654%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_002/780x0__r.jpg?hash=1769435654 not downloaded yet
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58: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%252F6800001-6810000%252F6805148%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1769435654%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_003/780x0__r.jpg?hash=1769435654 not downloaded yet
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58: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%252F6800001-6810000%252F6805148%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1769435654%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_004/780x0__r.jpg?hash=1769435654 not downloaded yet
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58: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%252F6800001-6810000%252F6805148%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1769435654%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_005/780x0__r.jpg?hash=1769435654 not downloaded yet
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58: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%252F6800001-6810000%252F6805148%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1769435654%27 HTTP/1.1" 200 None
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_006/780x0__r.jpg?hash=1769435654 not downloaded yet
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_002/780x0__r.jpg?hash=1769435654> (referer: https://ecarstrade.com/cars/6805148)
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_001/780x0__r.jpg?hash=1769435654> (referer: https://ecarstrade.com/cars/6805148)
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_004/780x0__r.jpg?hash=1769435654> (referer: https://ecarstrade.com/cars/6805148)
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_003/780x0__r.jpg?hash=1769435654> (referer: https://ecarstrade.com/cars/6805148)
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_006/780x0__r.jpg?hash=1769435654> (referer: https://ecarstrade.com/cars/6805148)
2026-03-27 14:58:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_005/780x0__r.jpg?hash=1769435654> (referer: https://ecarstrade.com/cars/6805148)
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e07b7ee8-ca20-5d47-b568-b43de2d8a56b
2026-03-27 14:58:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e07b7ee8-ca20-5d47-b568-b43de2d8a56b, skipping ID generation
2026-03-27 14:58:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e07b7ee8-ca20-5d47-b568-b43de2d8a56b with scrape type 1
2026-03-27 14:58:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e07b7ee8-ca20-5d47-b568-b43de2d8a56b sending to next pipeline
2026-03-27 14:58:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e07b7ee8-ca20-5d47-b568-b43de2d8a56b, identifier: 6805148auction106392
2026-03-27 14:58:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e07b7ee8-ca20-5d47-b568-b43de2d8a56b with identifier: 6805148auction106392
2026-03-27 14:58:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e07b7ee8-ca20-5d47-b568-b43de2d8a56b with identifier: 6805148auction106392
2026-03-27 14:58:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e07b7ee8-ca20-5d47-b568-b43de2d8a56b with identifier: 6805148auction106392 to the API
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6800001-6810000/6805148/photo_005/780x0__r.jpg?hash=1769435654>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:34:06Z',
'fuel_type': 'Petrol',
'id': 'e07b7ee8-ca20-5d47-b568-b43de2d8a56b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6805148',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 2516,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-23',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 14:58:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276805148auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:29 [ecarstrade.be] INFO: Saving data for 6805148auction106392: {'created_time': 1774623509.007184, 'last_price_update_time': 1774623509.007196, 'auction_closing_time': 1774798446.0}
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6805148auction106392') HTTP/1.1" 204 0
2026-03-27 14:58:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6818587> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:29 [ecarstrade.be] INFO: Extracting details for car 6818587auction106392
2026-03-27 14:58:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81ac062b-8070-5c97-96ff-623e84127b5e with identifier: 6818587auction106392
2026-03-27 14:58:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81ac062b-8070-5c97-96ff-623e84127b5e with scrape type 2
2026-03-27 14:58:29 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 81ac062b-8070-5c97-96ff-623e84127b5e with scrape type 2
2026-03-27 14:58:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81ac062b-8070-5c97-96ff-623e84127b5e, identifier: 6818587auction106392
2026-03-27 14:58:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81ac062b-8070-5c97-96ff-623e84127b5e with identifier: 6818587auction106392
2026-03-27 14:58:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81ac062b-8070-5c97-96ff-623e84127b5e with identifier: 6818587auction106392
2026-03-27 14:58:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81ac062b-8070-5c97-96ff-623e84127b5e with identifier: 6818587auction106392 to the API
2026-03-27 14:58:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:58:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6818587>
{'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-29T15:34:06Z',
'fuel_type': 'Petrol',
'id': '81ac062b-8070-5c97-96ff-623e84127b5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6818587',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 29848,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2024}
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276818587auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:30 [ecarstrade.be] INFO: Saving data for 6818587auction106392: {'auction_closing_time': 1774798446.0, 'created_time': 1774490152.783429, 'last_price_update_time': 1774623510.200818}
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6818587auction106392') HTTP/1.1" 204 0
2026-03-27 14:58:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page79?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6842661auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842661auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6842661auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6842663auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842663auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6842663auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6842666auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276842666auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6842666auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843087auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843087auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843087auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843088auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843088auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843088auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843089auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843089auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843089auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843090auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843090auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843090auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843101auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843101auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843101auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843102auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843102auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843102auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843105auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843105auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843105auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843106auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843106auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843106auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843108auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843108auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843108auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843110auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843110auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843110auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843112auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843112auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843112auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843114auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843114auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843114auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843116auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843116auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843116auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843117auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843117auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843117auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843118auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843118auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843118auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843132auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843132auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843132auction106392: 0
2026-03-27 14:58:50 [ecarstrade.be] INFO: Found listing with ID: 6843136auction106392
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843136auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:50 [ecarstrade.be] INFO: Scrape type for 6843136auction106392: 0
2026-03-27 14:58:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:58:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page80?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6843340auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843340auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6843340auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6843341auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276843341auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6843341auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6844030auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276844030auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6844030auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6848139auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276848139auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6848139auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6850767auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276850767auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6850767auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6851177auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851177auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6851177auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6851182auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276851182auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6851182auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6855991auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276855991auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6855991auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6857831auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857831auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6857831auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6857836auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276857836auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6857836auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6858717auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276858717auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6858717auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6859376auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859376auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6859376auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6859378auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276859378auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6859378auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860940auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860940auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860940auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860944auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860944auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860944auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860946auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860946auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860946auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860953auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860953auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860953auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860955auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860955auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860955auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860956auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860956auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860956auction106392: 0
2026-03-27 14:58:58 [ecarstrade.be] INFO: Found listing with ID: 6860959auction106392
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:58:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276860959auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:58:58 [ecarstrade.be] INFO: Scrape type for 6860959auction106392: 0
2026-03-27 14:58:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:07 [scrapy.extensions.logstats] INFO: Crawled 328 pages (at 6 pages/min), scraped 246 items (at 2 items/min)
2026-03-27 14:59:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 315MiB
2026-03-27 14:59:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page81?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6860960auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276860960auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6860960auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6860961auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276860961auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6860961auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6860962auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276860962auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6860962auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6860963auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276860963auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6860963auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6860964auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276860964auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6860964auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900126auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900126auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900126auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900171auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900171auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900171auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900179auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900179auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900179auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900180auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900180auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900180auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900207auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900207auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900207auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900234auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900234auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900234auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900236auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900236auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900236auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900237auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900237auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900237auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900260auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900260auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900260auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900328auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900328auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900328auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900330auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900330auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900330auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900331auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900331auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900331auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900340auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900340auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900340auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900369auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900369auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900369auction106392: 0
2026-03-27 14:59:33 [ecarstrade.be] INFO: Found listing with ID: 6900371auction106392
2026-03-27 14:59:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900371auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:33 [ecarstrade.be] INFO: Scrape type for 6900371auction106392: 0
2026-03-27 14:59:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page82?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900376auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900376auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900376auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900377auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900377auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900377auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900379auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900379auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900379auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900381auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900381auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900381auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900387auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900387auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900387auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900394auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900394auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900394auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900398auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900398auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900398auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900400auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900400auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900400auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900405auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900405auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900405auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900407auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900407auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900407auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900416auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900416auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900416auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900421auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900421auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900421auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900432auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900432auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900432auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900438auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900438auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900438auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900440auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900440auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900440auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900447auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900447auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900447auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900449auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900449auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900449auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900452auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900452auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900452auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900453auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900453auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900453auction106392: 0
2026-03-27 14:59:39 [ecarstrade.be] INFO: Found listing with ID: 6900461auction106392
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276900461auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:39 [ecarstrade.be] INFO: Scrape type for 6900461auction106392: 0
2026-03-27 14:59:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page83?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6900478auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900478auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6900478auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6900479auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900479auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6900479auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6900617auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900617auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6900617auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6900620auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276900620auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6900620auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6902439auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276902439auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6902439auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6903531auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276903531auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6903531auction106392: 1
2026-03-27 14:59:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6904571auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276904571auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6904571auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6906610auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276906610auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6906610auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6906613auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276906613auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6906613auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6907011auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907011auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6907011auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6907012auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907012auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6907012auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6907017auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907017auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6907017auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6907022auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907022auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6907022auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6907025auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907025auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6907025auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6907632auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276907632auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6907632auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6909655auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276909655auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6909655auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6916239auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276916239auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6916239auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6918200auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276918200auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6918200auction106392: 2
2026-03-27 14:59:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6921337auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276921337auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6921337auction106392: 0
2026-03-27 14:59:46 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-27 14:59:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14: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%276921757auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:46 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-27 14:59:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:59:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6903531> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:59:53 [ecarstrade.be] INFO: Found 5 car items
2026-03-27 14:59:53 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 14:59:53 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 14:59:53 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 14:59:53 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 14:59:53 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 14:59:53 [ecarstrade.be] INFO: Extracting details for car 6903531auction106392
2026-03-27 14:59:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 14:59:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fcab14d6-94ec-5b67-b914-e5254890b465 with identifier: 6903531auction106392
2026-03-27 14:59:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcab14d6-94ec-5b67-b914-e5254890b465 with scrape type 1
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59: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%252F6900001-6910000%252F6903531%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1771937335%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_001/780x0__r.jpg?hash=1771937335 not downloaded yet
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59: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%252F6900001-6910000%252F6903531%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1771937335%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_002/780x0__r.jpg?hash=1771937335 not downloaded yet
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59: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%252F6900001-6910000%252F6903531%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1771937335%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_003/780x0__r.jpg?hash=1771937335 not downloaded yet
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59: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%252F6900001-6910000%252F6903531%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1771937336%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_004/780x0__r.jpg?hash=1771937336 not downloaded yet
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59: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%252F6900001-6910000%252F6903531%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1771937336%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_005/780x0__r.jpg?hash=1771937336 not downloaded yet
2026-03-27 14:59:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59: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%252F6900001-6910000%252F6903531%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1771937336%27 HTTP/1.1" 200 None
2026-03-27 14:59:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_006/780x0__r.jpg?hash=1771937336 not downloaded yet
2026-03-27 14:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_001/780x0__r.jpg?hash=1771937335> (referer: https://ecarstrade.com/cars/6903531)
2026-03-27 14:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_005/780x0__r.jpg?hash=1771937336> (referer: https://ecarstrade.com/cars/6903531)
2026-03-27 14:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_002/780x0__r.jpg?hash=1771937335> (referer: https://ecarstrade.com/cars/6903531)
2026-03-27 14:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_003/780x0__r.jpg?hash=1771937335> (referer: https://ecarstrade.com/cars/6903531)
2026-03-27 14:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_004/780x0__r.jpg?hash=1771937336> (referer: https://ecarstrade.com/cars/6903531)
2026-03-27 14:59:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_006/780x0__r.jpg?hash=1771937336> (referer: https://ecarstrade.com/cars/6903531)
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fcab14d6-94ec-5b67-b914-e5254890b465
2026-03-27 14:59:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fcab14d6-94ec-5b67-b914-e5254890b465, skipping ID generation
2026-03-27 14:59:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fcab14d6-94ec-5b67-b914-e5254890b465 with scrape type 1
2026-03-27 14:59:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fcab14d6-94ec-5b67-b914-e5254890b465 sending to next pipeline
2026-03-27 14:59:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fcab14d6-94ec-5b67-b914-e5254890b465, identifier: 6903531auction106392
2026-03-27 14:59:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fcab14d6-94ec-5b67-b914-e5254890b465 with identifier: 6903531auction106392
2026-03-27 14:59:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fcab14d6-94ec-5b67-b914-e5254890b465 with identifier: 6903531auction106392
2026-03-27 14:59:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fcab14d6-94ec-5b67-b914-e5254890b465 with identifier: 6903531auction106392 to the API
2026-03-27 14:59:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6900001-6910000/6903531/photo_006/780x0__r.jpg?hash=1771937336>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:34:06Z',
'fuel_type': 'Petrol',
'id': 'fcab14d6-94ec-5b67-b914-e5254890b465',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': False,
'is_vat_included': True,
'link_to_web_offer': 'https://ecarstrade.com/cars/6903531',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 27630,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-19',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Performance Line',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Performance Line',
'vin': None,
'year': 2022}
2026-03-27 14:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276903531auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:54 [ecarstrade.be] INFO: Saving data for 6903531auction106392: {'created_time': 1774623594.946907, 'last_price_update_time': 1774623594.946918, 'auction_closing_time': 1774798446.0}
2026-03-27 14:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6903531auction106392') HTTP/1.1" 204 0
2026-03-27 14:59:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6918200> (referer: https://ecarstrade.com/search/page84?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 14:59:55 [ecarstrade.be] INFO: Extracting details for car 6918200auction106392
2026-03-27 14:59:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72ccf5f9-4640-5cee-84dc-1d044a70c4bd with identifier: 6918200auction106392
2026-03-27 14:59:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72ccf5f9-4640-5cee-84dc-1d044a70c4bd with scrape type 2
2026-03-27 14:59:55 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 72ccf5f9-4640-5cee-84dc-1d044a70c4bd with scrape type 2
2026-03-27 14:59:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72ccf5f9-4640-5cee-84dc-1d044a70c4bd, identifier: 6918200auction106392
2026-03-27 14:59:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72ccf5f9-4640-5cee-84dc-1d044a70c4bd with identifier: 6918200auction106392
2026-03-27 14:59:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72ccf5f9-4640-5cee-84dc-1d044a70c4bd with identifier: 6918200auction106392
2026-03-27 14:59:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72ccf5f9-4640-5cee-84dc-1d044a70c4bd with identifier: 6918200auction106392 to the API
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 14:59:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6918200>
{'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-29T15:34:06Z',
'fuel_type': 'Petrol',
'id': '72ccf5f9-4640-5cee-84dc-1d044a70c4bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6918200',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 23513,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Allure Hybrid 145 e-DCS6 (1.2L 3-cyl)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 e-DCS6 (1.2L 3-cyl)',
'vin': None,
'year': 2025}
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918200auction106392%27 HTTP/1.1" 200 None
2026-03-27 14:59:55 [ecarstrade.be] INFO: Saving data for 6918200auction106392: {'auction_closing_time': 1774798446.0, 'created_time': 1772614469.896967, 'last_price_update_time': 1774623595.618035}
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 14:59:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6918200auction106392') HTTP/1.1" 204 0
2026-03-27 15:00:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page85?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6925635auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6925635auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6925878auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925878auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6925878auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6926762auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926762auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6926762auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6926763auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926763auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6926763auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6926766auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926766auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6926766auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6929910auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929910auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6929910auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6930054auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930054auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6930054auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6930069auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930069auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6930069auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6930607auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6930607auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933821auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933821auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933821auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933822auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933822auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933822auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933823auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933823auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933823auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933824auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933824auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933824auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933825auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933825auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933825auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933826auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933826auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933826auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933827auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933827auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933827auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933828auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933828auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933828auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933829auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933829auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933829auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933844auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933844auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933844auction106392: 0
2026-03-27 15:00:01 [ecarstrade.be] INFO: Found listing with ID: 6933846auction106392
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933846auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:01 [ecarstrade.be] INFO: Scrape type for 6933846auction106392: 0
2026-03-27 15:00:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:00:07 [scrapy.extensions.logstats] INFO: Crawled 335 pages (at 7 pages/min), scraped 248 items (at 2 items/min)
2026-03-27 15:00:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 315MiB
2026-03-27 15:00:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page86?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:00:08 [ecarstrade.be] INFO: Found 5 car items
2026-03-27 15:00:08 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:00:08 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:00:08 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:00:08 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:00:08 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:00:08 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:00:08 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:00:08 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:00:08 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:00:08 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:00:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:00:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page87?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6918200auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276918200auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6918200auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6921337auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921337auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6921337auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6921757auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276921757auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6921757auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922096auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922096auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6922096auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922097auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922097auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6922097auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922098auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922098auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6922098auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922433auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922433auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6922433auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922445auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922445auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6922445auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922698auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922698auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:42 [ecarstrade.be] INFO: Scrape type for 6922698auction106392: 0
2026-03-27 15:00:42 [ecarstrade.be] INFO: Found listing with ID: 6922702auction106392
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922702auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922702auction106392: 2
2026-03-27 15:00:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922706auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922706auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922706auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922714auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922714auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922714auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922716auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922716auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922716auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922717auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922717auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922717auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922719auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922719auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922719auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922720auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922720auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922720auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922721auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922721auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922721auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922730auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922730auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922730auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922731auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922731auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922731auction106392: 0
2026-03-27 15:00:43 [ecarstrade.be] INFO: Found listing with ID: 6922735auction106392
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922735auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:43 [ecarstrade.be] INFO: Scrape type for 6922735auction106392: 0
2026-03-27 15:00:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:00:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6922736auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922736auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6922736auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6922758auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922758auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6922758auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6922761auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922761auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6922761auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6925635auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925635auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6925635auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6925878auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276925878auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6925878auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6926762auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926762auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6926762auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6926763auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926763auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6926763auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6926766auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276926766auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6926766auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6929910auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276929910auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6929910auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6930054auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930054auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6930054auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6930069auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930069auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6930069auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6930607auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276930607auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6930607auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933821auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933821auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933821auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933822auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933822auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933822auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933823auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933823auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933823auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933824auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933824auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933824auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933825auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933825auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933825auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933826auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933826auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933826auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933827auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933827auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933827auction106392: 0
2026-03-27 15:00:49 [ecarstrade.be] INFO: Found listing with ID: 6933828auction106392
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:00:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933828auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:00:49 [ecarstrade.be] INFO: Scrape type for 6933828auction106392: 0
2026-03-27 15:00:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:07 [scrapy.extensions.logstats] INFO: Crawled 338 pages (at 3 pages/min), scraped 248 items (at 0 items/min)
2026-03-27 15:01:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 315MiB
2026-03-27 15:01:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page89?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6933829auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933829auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6933829auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6933844auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933844auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6933844auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6933846auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933846auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6933846auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6933847auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933847auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6933847auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6933850auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933850auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6933850auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6933851auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276933851auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6933851auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6934187auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934187auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6934187auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6934192auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934192auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6934192auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6934209auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934209auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6934209auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6934489auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276934489auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6934489auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935202auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935202auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935202auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935205auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935205auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935205auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935207auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935207auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935207auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935211auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935211auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935211auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935224auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935224auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935224auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935232auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935232auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935232auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935260auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935260auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935260auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6935823auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276935823auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6935823auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6936283auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936283auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6936283auction106392: 0
2026-03-27 15:01:11 [ecarstrade.be] INFO: Found listing with ID: 6936597auction106392
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936597auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:11 [ecarstrade.be] INFO: Scrape type for 6936597auction106392: 0
2026-03-27 15:01:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page90?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:18 [ecarstrade.be] INFO: Found listing with ID: 6936599auction106392
2026-03-27 15:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276936599auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:18 [ecarstrade.be] INFO: Scrape type for 6936599auction106392: 0
2026-03-27 15:01:18 [ecarstrade.be] INFO: Found listing with ID: 6938572auction106392
2026-03-27 15:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276938572auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:18 [ecarstrade.be] INFO: Scrape type for 6938572auction106392: 0
2026-03-27 15:01:18 [ecarstrade.be] INFO: Found listing with ID: 6938589auction106392
2026-03-27 15:01:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276938589auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6938589auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6940264auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276940264auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6940264auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6940266auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276940266auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6940266auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6940279auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276940279auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6940279auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6940280auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276940280auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6940280auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6940801auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276940801auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6940801auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6940804auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276940804auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6940804auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6946077auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276946077auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6946077auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6946078auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276946078auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6946078auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6947849auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276947849auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6947849auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6948152auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276948152auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6948152auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6948153auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276948153auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6948153auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6949420auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276949420auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6949420auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6950399auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276950399auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6950399auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6951693auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276951693auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6951693auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6952008auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276952008auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6952008auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6953679auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276953679auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6953679auction106392: 0
2026-03-27 15:01:19 [ecarstrade.be] INFO: Found listing with ID: 6954557auction106392
2026-03-27 15:01:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276954557auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:19 [ecarstrade.be] INFO: Scrape type for 6954557auction106392: 0
2026-03-27 15: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-27 15:01:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6922702> (referer: https://ecarstrade.com/search/page88?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:20 [ecarstrade.be] INFO: Extracting details for car 6922702auction106392
2026-03-27 15:01:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392
2026-03-27 15:01:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc683e56-73d2-5b96-9623-1d66cb7f3b97 with scrape type 2
2026-03-27 15:01:20 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item bc683e56-73d2-5b96-9623-1d66cb7f3b97 with scrape type 2
2026-03-27 15:01:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc683e56-73d2-5b96-9623-1d66cb7f3b97, identifier: 6922702auction106392
2026-03-27 15:01:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392
2026-03-27 15:01:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392
2026-03-27 15:01:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc683e56-73d2-5b96-9623-1d66cb7f3b97 with identifier: 6922702auction106392 to the API
2026-03-27 15:01:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:01:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:01:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6922702>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'bc683e56-73d2-5b96-9623-1d66cb7f3b97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6922702',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 54966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Peugeot Boxer Asphalt 2.2L BlueHDi 120 S&S',
'transmission': 'manual',
'trim': 'Asphalt 2.2L BlueHDi 120 S&S',
'vin': None,
'year': 2020}
2026-03-27 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276922702auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:21 [ecarstrade.be] INFO: Saving data for 6922702auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1772677459.30403, 'last_price_update_time': 1774623681.023162}
2026-03-27 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6922702auction106392') HTTP/1.1" 204 0
2026-03-27 15:01:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page91?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6956362auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276956362auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6956362auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6956364auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276956364auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6956364auction106392: 1
2026-03-27 15: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-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6956366auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276956366auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6956366auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6956816auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276956816auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6956816auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6957053auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276957053auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6957053auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6957355auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276957355auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6957355auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6957366auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276957366auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6957366auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6957370auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276957370auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6957370auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6957999auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276957999auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6957999auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6959577auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276959577auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6959577auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6961283auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961283auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6961283auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6961351auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961351auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6961351auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6961352auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961352auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6961352auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6961356auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961356auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6961356auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6961360auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961360auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:26 [ecarstrade.be] INFO: Scrape type for 6961360auction106392: 0
2026-03-27 15:01:26 [ecarstrade.be] INFO: Found listing with ID: 6961968auction106392
2026-03-27 15:01:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961968auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:27 [ecarstrade.be] INFO: Scrape type for 6961968auction106392: 0
2026-03-27 15:01:27 [ecarstrade.be] INFO: Found listing with ID: 6961972auction106392
2026-03-27 15:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276961972auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:27 [ecarstrade.be] INFO: Scrape type for 6961972auction106392: 0
2026-03-27 15:01:27 [ecarstrade.be] INFO: Found listing with ID: 6963808auction106392
2026-03-27 15:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276963808auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:27 [ecarstrade.be] INFO: Scrape type for 6963808auction106392: 0
2026-03-27 15:01:27 [ecarstrade.be] INFO: Found listing with ID: 6963809auction106392
2026-03-27 15:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276963809auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:27 [ecarstrade.be] INFO: Scrape type for 6963809auction106392: 0
2026-03-27 15:01:27 [ecarstrade.be] INFO: Found listing with ID: 6963813auction106392
2026-03-27 15:01:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276963813auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:27 [ecarstrade.be] INFO: Scrape type for 6963813auction106392: 0
2026-03-27 15:01:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6956364> (referer: https://ecarstrade.com/search/page92?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6964444auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964444auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6964444auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6964446auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276964446auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6964446auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6965271auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965271auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6965271auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6965272auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965272auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6965272auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6965275auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276965275auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6965275auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6966304auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966304auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6966304auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6966306auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966306auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6966306auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6966307auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276966307auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6966307auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6967796auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967796auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6967796auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6967798auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276967798auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6967798auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6968334auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968334auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6968334auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6968336auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276968336auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:33 [ecarstrade.be] INFO: Scrape type for 6968336auction106392: 0
2026-03-27 15:01:33 [ecarstrade.be] INFO: Found listing with ID: 6968337auction106392
2026-03-27 15:01:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276968337auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6968337auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6968338auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276968338auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6968338auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6969302auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276969302auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6969302auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6969306auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276969306auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6969306auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6970598auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276970598auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6970598auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6971314auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276971314auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6971314auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6971316auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276971316auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6971316auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Found listing with ID: 6971320auction106392
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276971320auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [ecarstrade.be] INFO: Scrape type for 6971320auction106392: 0
2026-03-27 15:01:34 [ecarstrade.be] INFO: Extracting details for car 6956364auction106392
2026-03-27 15: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-27 15:01:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 with identifier: 6956364auction106392
2026-03-27 15:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 with scrape type 1
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01: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%252F6950001-6960000%252F6956364%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1773240937%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_001/780x0__r.jpg?hash=1773240937 not downloaded yet
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01: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%252F6950001-6960000%252F6956364%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1773240936%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_002/780x0__r.jpg?hash=1773240936 not downloaded yet
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01: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%252F6950001-6960000%252F6956364%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1773240935%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_003/780x0__r.jpg?hash=1773240935 not downloaded yet
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01: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%252F6950001-6960000%252F6956364%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1773240935%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_004/780x0__r.jpg?hash=1773240935 not downloaded yet
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01: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%252F6950001-6960000%252F6956364%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1773240936%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_005/780x0__r.jpg?hash=1773240936 not downloaded yet
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01: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%252F6950001-6960000%252F6956364%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1773240936%27 HTTP/1.1" 200 None
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_006/780x0__r.jpg?hash=1773240936 not downloaded yet
2026-03-27 15:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_001/780x0__r.jpg?hash=1773240937> (referer: https://ecarstrade.com/cars/6956364)
2026-03-27 15:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_002/780x0__r.jpg?hash=1773240936> (referer: https://ecarstrade.com/cars/6956364)
2026-03-27 15:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_005/780x0__r.jpg?hash=1773240936> (referer: https://ecarstrade.com/cars/6956364)
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_004/780x0__r.jpg?hash=1773240935> (referer: https://ecarstrade.com/cars/6956364)
2026-03-27 15:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_003/780x0__r.jpg?hash=1773240935> (referer: https://ecarstrade.com/cars/6956364)
2026-03-27 15:01:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_006/780x0__r.jpg?hash=1773240936> (referer: https://ecarstrade.com/cars/6956364)
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490
2026-03-27 15:01:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1fa4ef68-c0b8-5d0f-82e6-0358e8853490, skipping ID generation
2026-03-27 15:01:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 with scrape type 1
2026-03-27 15:01:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 sending to next pipeline
2026-03-27 15:01:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1fa4ef68-c0b8-5d0f-82e6-0358e8853490, identifier: 6956364auction106392
2026-03-27 15:01:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 with identifier: 6956364auction106392
2026-03-27 15:01:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 with identifier: 6956364auction106392
2026-03-27 15:01:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1fa4ef68-c0b8-5d0f-82e6-0358e8853490 with identifier: 6956364auction106392 to the API
2026-03-27 15:01:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:01:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/6950001-6960000/6956364/photo_006/780x0__r.jpg?hash=1773240936>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '1fa4ef68-c0b8-5d0f-82e6-0358e8853490',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6956364',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 10779,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-04-11',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 15:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276956364auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:35 [ecarstrade.be] INFO: Saving data for 6956364auction106392: {'created_time': 1774623695.261896, 'last_price_update_time': 1774623695.261907, 'auction_closing_time': 1774798805.0}
2026-03-27 15:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6956364auction106392') HTTP/1.1" 204 0
2026-03-27 15:01:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page93?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6971321auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276971321auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6971321auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972353auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972353auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972353auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972447auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972447auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972447auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972448auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972448auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972448auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972449auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972449auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972449auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972459auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972459auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972459auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972604auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972604auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972604auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972606auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972606auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972606auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972609auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972609auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972609auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6972612auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276972612auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6972612auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6973211auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973211auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6973211auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6973223auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973223auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6973223auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6973508auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973508auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6973508auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6973965auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276973965auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6973965auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6974824auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276974824auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6974824auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6976161auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976161auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:40 [ecarstrade.be] INFO: Scrape type for 6976161auction106392: 0
2026-03-27 15:01:40 [ecarstrade.be] INFO: Found listing with ID: 6976215auction106392
2026-03-27 15:01:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976215auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:41 [ecarstrade.be] INFO: Scrape type for 6976215auction106392: 2
2026-03-27 15:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:41 [ecarstrade.be] INFO: Found listing with ID: 6976216auction106392
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976216auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:41 [ecarstrade.be] INFO: Scrape type for 6976216auction106392: 0
2026-03-27 15:01:41 [ecarstrade.be] INFO: Found listing with ID: 6976217auction106392
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976217auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:41 [ecarstrade.be] INFO: Scrape type for 6976217auction106392: 0
2026-03-27 15:01:41 [ecarstrade.be] INFO: Found listing with ID: 6976218auction106392
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976218auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:41 [ecarstrade.be] INFO: Scrape type for 6976218auction106392: 0
2026-03-27 15:01:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976215> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:47 [ecarstrade.be] INFO: Extracting details for car 6976215auction106392
2026-03-27 15:01:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6976215auction106392
2026-03-27 15:01:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with scrape type 2
2026-03-27 15:01:47 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with scrape type 2
2026-03-27 15:01:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85ca132e-06ca-5f39-977c-d2c31e13d2f4, identifier: 6976215auction106392
2026-03-27 15:01:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6976215auction106392
2026-03-27 15:01:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6976215auction106392
2026-03-27 15:01:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85ca132e-06ca-5f39-977c-d2c31e13d2f4 with identifier: 6976215auction106392 to the API
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:01:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976215>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Electric',
'id': '85ca132e-06ca-5f39-977c-d2c31e13d2f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976215',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'ë-Berlingo',
'odometer': 9,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-24',
'seats_number': 3,
'seller_name': None,
'title': 'Citroen e-Berlingo Van 50 kWh Electric 50 kWh',
'transmission': 'automatic',
'trim': 'e-Berlingo Van 50 kWh Electric 50 kWh',
'vin': None,
'year': 2024}
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976215auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Saving data for 6976215auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1773854186.512277, 'last_price_update_time': 1774623708.343351}
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976215auction106392') HTTP/1.1" 204 0
2026-03-27 15:01:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page94?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976609auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976609auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976609auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976611auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976611auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976611auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976979auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976979auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976979auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976980auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976980auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976980auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976982auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976982auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976982auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976983auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976983auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976983auction106392: 2
2026-03-27 15:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976984auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976984auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976984auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6976988auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276976988auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6976988auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6977661auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276977661auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6977661auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6978907auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276978907auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6978907auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980215auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980215auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980215auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980216auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980216auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980216auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980217auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980217auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980217auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980218auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980218auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980218auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980343auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980343auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980343auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980344auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980344auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980344auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980345auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980345auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980345auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980346auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980346auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980346auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980348auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980348auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980348auction106392: 0
2026-03-27 15:01:48 [ecarstrade.be] INFO: Found listing with ID: 6980351auction106392
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980351auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:48 [ecarstrade.be] INFO: Scrape type for 6980351auction106392: 0
2026-03-27 15:01:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:01:54 [ecarstrade.be] INFO: Found listing with ID: 6980352auction106392
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980352auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:54 [ecarstrade.be] INFO: Scrape type for 6980352auction106392: 0
2026-03-27 15:01:54 [ecarstrade.be] INFO: Found listing with ID: 6980353auction106392
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980353auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:54 [ecarstrade.be] INFO: Scrape type for 6980353auction106392: 0
2026-03-27 15:01:54 [ecarstrade.be] INFO: Found listing with ID: 6980354auction106392
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980354auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:54 [ecarstrade.be] INFO: Scrape type for 6980354auction106392: 0
2026-03-27 15:01:54 [ecarstrade.be] INFO: Found listing with ID: 6980355auction106392
2026-03-27 15:01:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980355auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980355auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980356auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980356auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980356auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980357auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980357auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980357auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980358auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980358auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980358auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980359auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980359auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980359auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980361auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980361auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980361auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980362auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980362auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980362auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980364auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980364auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980364auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6980581auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276980581auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6980581auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6982830auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982830auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6982830auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6982839auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276982839auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6982839auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6984792auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276984792auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6984792auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6985928auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985928auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6985928auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6985932auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985932auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6985932auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6985934auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985934auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6985934auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6985935auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985935auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6985935auction106392: 0
2026-03-27 15:01:55 [ecarstrade.be] INFO: Found listing with ID: 6985936auction106392
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276985936auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:55 [ecarstrade.be] INFO: Scrape type for 6985936auction106392: 0
2026-03-27 15:01:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:01:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6976983> (referer: https://ecarstrade.com/search/page95?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:01:56 [ecarstrade.be] INFO: Extracting details for car 6976983auction106392
2026-03-27 15:01:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392
2026-03-27 15:01:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with scrape type 2
2026-03-27 15:01:56 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with scrape type 2
2026-03-27 15:01:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00949cde-a798-55a5-b3ff-7b1b7b2e6797, identifier: 6976983auction106392
2026-03-27 15:01:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392
2026-03-27 15:01:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392
2026-03-27 15:01:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00949cde-a798-55a5-b3ff-7b1b7b2e6797 with identifier: 6976983auction106392 to the API
2026-03-27 15:01:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:01:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6976983>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '00949cde-a798-55a5-b3ff-7b1b7b2e6797',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6976983',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 16026,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Techno TCe 90 (0.999L Turbo) 3-cylinder',
'transmission': 'manual',
'trim': 'Techno TCe 90 (0.999L Turbo) 3-cylinder',
'vin': None,
'year': 2025}
2026-03-27 15:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276976983auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:01:57 [ecarstrade.be] INFO: Saving data for 6976983auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1773854173.700184, 'last_price_update_time': 1774623717.367201}
2026-03-27 15:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:01:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6976983auction106392') HTTP/1.1" 204 0
2026-03-27 15:02:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page96?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6988951auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988951auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6988951auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6988952auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988952auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6988952auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6988954auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988954auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6988954auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6988955auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988955auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6988955auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6991770auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991770auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6991770auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:01 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 0
2026-03-27 15:02:01 [ecarstrade.be] INFO: Found listing with ID: 6992845auction106392
2026-03-27 15:02:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6992845auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993026auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993027auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993027auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993027auction106392: 2
2026-03-27 15: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-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993031auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 2
2026-03-27 15: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-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 0
2026-03-27 15:02:02 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-27 15:02:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:02 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 0
2026-03-27 15: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-27 15:02:07 [scrapy.extensions.logstats] INFO: Crawled 350 pages (at 12 pages/min), scraped 252 items (at 4 items/min)
2026-03-27 15:02:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 315MiB
2026-03-27 15:02:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993027> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:09 [ecarstrade.be] INFO: Extracting details for car 6993027auction106392
2026-03-27 15:02:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 6993027auction106392
2026-03-27 15:02:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cf3c656e-548b-544b-8248-bc41b3525f47 with scrape type 2
2026-03-27 15:02:09 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item cf3c656e-548b-544b-8248-bc41b3525f47 with scrape type 2
2026-03-27 15:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cf3c656e-548b-544b-8248-bc41b3525f47, identifier: 6993027auction106392
2026-03-27 15:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 6993027auction106392
2026-03-27 15:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 6993027auction106392
2026-03-27 15:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 6993027auction106392 to the API
2026-03-27 15:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:02:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993027>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'cf3c656e-548b-544b-8248-bc41b3525f47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993027',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 6,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276993027auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:10 [ecarstrade.be] INFO: Saving data for 6993027auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1774280543.342934, 'last_price_update_time': 1774623730.44236}
2026-03-27 15:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993027auction106392') HTTP/1.1" 204 0
2026-03-27 15:02:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6993743> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:10 [ecarstrade.be] INFO: Extracting details for car 6993743auction106392
2026-03-27 15:02:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6993743auction106392
2026-03-27 15:02:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-27 15:02:10 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 38071d68-28d2-59eb-a13e-27138a85df71 with scrape type 2
2026-03-27 15:02:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38071d68-28d2-59eb-a13e-27138a85df71, identifier: 6993743auction106392
2026-03-27 15:02:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6993743auction106392
2026-03-27 15:02:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6993743auction106392
2026-03-27 15:02:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 6993743auction106392 to the API
2026-03-27 15:02:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:02:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6993743>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '38071d68-28d2-59eb-a13e-27138a85df71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6993743',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 4,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Saving data for 6993743auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1774285260.405906, 'last_price_update_time': 1774623731.186705}
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6993743auction106392') HTTP/1.1" 204 0
2026-03-27 15:02:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page97?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6991770auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991770auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6991770auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6992845auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6992845auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993026auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993027auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993027auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993027auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993031auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6995500auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995500auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6995500auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6995810auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995810auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6995810auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6995811auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995811auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6995811auction106392: 0
2026-03-27 15:02:11 [ecarstrade.be] INFO: Found listing with ID: 6997367auction106392
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997367auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:11 [ecarstrade.be] INFO: Scrape type for 6997367auction106392: 0
2026-03-27 15: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-27 15:02:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page98?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6988951auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988951auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6988951auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6988952auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988952auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6988952auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6988954auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988954auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6988954auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6988955auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276988955auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6988955auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6990654auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276990654auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6990654auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6991220auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991220auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6991220auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6991770auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991770auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6991770auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6991771auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276991771auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6991771auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6992845auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276992845auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6992845auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993025auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993025auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993025auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993026auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993026auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993026auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993027auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993027auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993027auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993029auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993029auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993029auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993030auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993030auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993030auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993031auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993031auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993031auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993032auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993032auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993032auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6993743auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276993743auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6993743auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6994241auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276994241auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6994241auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6995496auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995496auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6995496auction106392: 0
2026-03-27 15:02:18 [ecarstrade.be] INFO: Found listing with ID: 6995498auction106392
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995498auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:18 [ecarstrade.be] INFO: Scrape type for 6995498auction106392: 0
2026-03-27 15:02:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:02:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page99?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6995500auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995500auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6995500auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6995810auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995810auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6995810auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6995811auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276995811auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6995811auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6997367auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997367auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6997367auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6997369auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997369auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6997369auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6997380auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997380auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6997380auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6997381auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997381auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:25 [ecarstrade.be] INFO: Scrape type for 6997381auction106392: 0
2026-03-27 15:02:25 [ecarstrade.be] INFO: Found listing with ID: 6997383auction106392
2026-03-27 15:02:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276997383auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6997383auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6998338auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998338auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6998338auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6998339auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276998339auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6998339auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999053auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999053auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999053auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999054auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999054auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999054auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999055auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999055auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999055auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999150auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999150auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999150auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999151auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999151auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999151auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999152auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999152auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999152auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999153auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999153auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999153auction106392: 2
2026-03-27 15: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-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999154auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999154auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999154auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999155auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999155auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999155auction106392: 0
2026-03-27 15:02:26 [ecarstrade.be] INFO: Found listing with ID: 6999156auction106392
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999156auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:26 [ecarstrade.be] INFO: Scrape type for 6999156auction106392: 0
2026-03-27 15: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-27 15:02:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999153> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:33 [ecarstrade.be] INFO: Extracting details for car 6999153auction106392
2026-03-27 15:02:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9120414-2cdc-54cf-837e-577abe6ec446 with identifier: 6999153auction106392
2026-03-27 15:02:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9120414-2cdc-54cf-837e-577abe6ec446 with scrape type 2
2026-03-27 15:02:33 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item c9120414-2cdc-54cf-837e-577abe6ec446 with scrape type 2
2026-03-27 15:02:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c9120414-2cdc-54cf-837e-577abe6ec446, identifier: 6999153auction106392
2026-03-27 15:02:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c9120414-2cdc-54cf-837e-577abe6ec446 with identifier: 6999153auction106392
2026-03-27 15:02:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c9120414-2cdc-54cf-837e-577abe6ec446 with identifier: 6999153auction106392
2026-03-27 15:02:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c9120414-2cdc-54cf-837e-577abe6ec446 with identifier: 6999153auction106392 to the API
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:02:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999153>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'c9120414-2cdc-54cf-837e-577abe6ec446',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999153',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 22679,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-05-05',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 (e-DCS6) 1.2L',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 (e-DCS6) 1.2L',
'vin': None,
'year': 2025}
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276999153auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:34 [ecarstrade.be] INFO: Saving data for 6999153auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1774389957.949125, 'last_price_update_time': 1774623754.690856}
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999153auction106392') HTTP/1.1" 204 0
2026-03-27 15:02:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page100?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:34 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:34 [ecarstrade.be] INFO: Found listing with ID: 6999157auction106392
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276999157auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:34 [ecarstrade.be] INFO: Scrape type for 6999157auction106392: 0
2026-03-27 15:02:34 [ecarstrade.be] INFO: Found listing with ID: 6999159auction106392
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276999159auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:34 [ecarstrade.be] INFO: Scrape type for 6999159auction106392: 0
2026-03-27 15:02:34 [ecarstrade.be] INFO: Found listing with ID: 6999160auction106392
2026-03-27 15:02:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%276999160auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:34 [ecarstrade.be] INFO: Scrape type for 6999160auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999162auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999162auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999162auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999163auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999163auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999163auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999165auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999165auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999165auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999166auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999166auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999166auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999167auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999167auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999167auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999168auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999168auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999168auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999170auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999170auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999170auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999172auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999172auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999172auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999173auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999173auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999173auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999174auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999174auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999174auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999176auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999176auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999176auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999178auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999178auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999178auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999179auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999179auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999179auction106392: 2
2026-03-27 15:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999180auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999180auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999180auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999182auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999182auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999182auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999183auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999183auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999183auction106392: 0
2026-03-27 15:02:35 [ecarstrade.be] INFO: Found listing with ID: 6999184auction106392
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999184auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:35 [ecarstrade.be] INFO: Scrape type for 6999184auction106392: 0
2026-03-27 15:02:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:02:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999179> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:42 [ecarstrade.be] INFO: Extracting details for car 6999179auction106392
2026-03-27 15:02:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91cfc19d-73ba-5a0c-8793-4c259b40d327 with identifier: 6999179auction106392
2026-03-27 15:02:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91cfc19d-73ba-5a0c-8793-4c259b40d327 with scrape type 2
2026-03-27 15:02:42 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 91cfc19d-73ba-5a0c-8793-4c259b40d327 with scrape type 2
2026-03-27 15:02:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91cfc19d-73ba-5a0c-8793-4c259b40d327, identifier: 6999179auction106392
2026-03-27 15:02:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91cfc19d-73ba-5a0c-8793-4c259b40d327 with identifier: 6999179auction106392
2026-03-27 15:02:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91cfc19d-73ba-5a0c-8793-4c259b40d327 with identifier: 6999179auction106392
2026-03-27 15:02:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91cfc19d-73ba-5a0c-8793-4c259b40d327 with identifier: 6999179auction106392 to the API
2026-03-27 15:02:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:02:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:02:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999179>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '91cfc19d-73ba-5a0c-8793-4c259b40d327',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999179',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 3113,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure Hybrid 145 e-DCS6 (1.2L 3-cylinder, 6-speed '
'auto)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 145 e-DCS6 (1.2L 3-cylinder, 6-speed auto)',
'vin': None,
'year': 2025}
2026-03-27 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999179auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:43 [ecarstrade.be] INFO: Saving data for 6999179auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1774389952.285338, 'last_price_update_time': 1774623763.372161}
2026-03-27 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999179auction106392') HTTP/1.1" 204 0
2026-03-27 15:02:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page101?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999185auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999185auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999185auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999186auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999186auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999186auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999187auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999187auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999187auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999188auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999188auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999188auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999191auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999191auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999191auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999192auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999192auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999192auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999194auction106392
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999194auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:48 [ecarstrade.be] INFO: Scrape type for 6999194auction106392: 0
2026-03-27 15:02:48 [ecarstrade.be] INFO: Found listing with ID: 6999195auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999195auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999195auction106392: 2
2026-03-27 15:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999196auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999196auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999196auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999197auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999197auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999197auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999198auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999198auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999198auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999200auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999200auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999200auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999201auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999201auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999201auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999221auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999221auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999221auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999237auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999237auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999237auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999239auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999239auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999239auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999265auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999265auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999265auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999266auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999266auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999266auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999267auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999267auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999267auction106392: 0
2026-03-27 15:02:49 [ecarstrade.be] INFO: Found listing with ID: 6999269auction106392
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999269auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:49 [ecarstrade.be] INFO: Scrape type for 6999269auction106392: 0
2026-03-27 15:02:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:02:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999270auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999270auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999270auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999271auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999271auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999271auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999476auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999476auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999476auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999477auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999477auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999477auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999478auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999478auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999478auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999479auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999479auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999479auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999480auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999480auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999480auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 6999483auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999483auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 6999483auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7000297auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000297auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7000297auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7000301auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000301auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7000301auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7000302auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000302auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7000302auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7000303auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000303auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7000303auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7000304auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277000304auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7000304auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7001058auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001058auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7001058auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7001460auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001460auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7001460auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7001472auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001472auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7001472auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7001473auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277001473auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7001473auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7002167auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002167auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7002167auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7002183auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002183auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7002183auction106392: 0
2026-03-27 15:02:55 [ecarstrade.be] INFO: Found listing with ID: 7002637auction106392
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002637auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:55 [ecarstrade.be] INFO: Scrape type for 7002637auction106392: 0
2026-03-27 15:02:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:02:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/6999195> (referer: https://ecarstrade.com/search/page102?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:02:57 [ecarstrade.be] INFO: Extracting details for car 6999195auction106392
2026-03-27 15:02:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392
2026-03-27 15:02:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1de70909-9e5e-565f-b0e7-c1edb14fd97b with scrape type 2
2026-03-27 15:02:57 [crawlers.middlewares.photo_download_middleware] INFO: Skipping photo download for item 1de70909-9e5e-565f-b0e7-c1edb14fd97b with scrape type 2
2026-03-27 15:02:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1de70909-9e5e-565f-b0e7-c1edb14fd97b, identifier: 6999195auction106392
2026-03-27 15:02:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392
2026-03-27 15:02:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392
2026-03-27 15:02:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1de70909-9e5e-565f-b0e7-c1edb14fd97b with identifier: 6999195auction106392 to the API
2026-03-27 15:02:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:02:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:02:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/cars/6999195>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '1de70909-9e5e-565f-b0e7-c1edb14fd97b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/6999195',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 21315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 0,
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-27 15:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%276999195auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:02:57 [ecarstrade.be] INFO: Saving data for 6999195auction106392: {'auction_closing_time': 1774798805.0, 'created_time': 1774389993.552761, 'last_price_update_time': 1774623777.490323}
2026-03-27 15:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:02:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='6999195auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page103?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002638auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002638auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002638auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002879auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002879auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002879auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002880auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002880auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002880auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002881auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002881auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002881auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002882auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002882auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002882auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002883auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002883auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002883auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002884auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002884auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002884auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002885auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002885auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002885auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002886auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002886auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002886auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002887auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002887auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:02 [ecarstrade.be] INFO: Scrape type for 7002887auction106392: 0
2026-03-27 15:03:02 [ecarstrade.be] INFO: Found listing with ID: 7002888auction106392
2026-03-27 15:03:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002888auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7002888auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7002889auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002889auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7002889auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7002890auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002890auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7002890auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003061auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003061auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003061auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003064auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003064auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003064auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003065auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003065auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003065auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003069auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003069auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003069auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003070auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003070auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003070auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003071auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003071auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003071auction106392: 0
2026-03-27 15:03:03 [ecarstrade.be] INFO: Found listing with ID: 7003074auction106392
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003074auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:03 [ecarstrade.be] INFO: Scrape type for 7003074auction106392: 0
2026-03-27 15:03:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:07 [scrapy.extensions.logstats] INFO: Crawled 362 pages (at 12 pages/min), scraped 257 items (at 5 items/min)
2026-03-27 15:03:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 316MiB
2026-03-27 15:03:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page104?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003075auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003075auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003075auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003313auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003313auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003313auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003314auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003314auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003314auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003315auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003315auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003315auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003316auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003316auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003316auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003318auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003318auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003318auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003320auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003320auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003320auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003321auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003321auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003321auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003323auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003323auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003323auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003603auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003603auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003603auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003604auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003604auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003604auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7003605auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003605auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7003605auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7004303auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004303auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7004303auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7004304auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004304auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7004304auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7004305auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004305auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7004305auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7004562auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004562auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7004562auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7004569auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004569auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7004569auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7004932auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004932auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7004932auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7005230auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277005230auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7005230auction106392: 0
2026-03-27 15:03:09 [ecarstrade.be] INFO: Found listing with ID: 7005750auction106392
2026-03-27 15:03:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277005750auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:09 [ecarstrade.be] INFO: Scrape type for 7005750auction106392: 0
2026-03-27 15: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-27 15:03:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page105?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7005757auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277005757auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7005757auction106392: 0
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7005758auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277005758auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7005758auction106392: 0
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7005759auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277005759auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7005759auction106392: 0
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7006507auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277006507auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7006507auction106392: 0
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007005auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007005auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007005auction106392: 0
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007050auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007050auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007050auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007051auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007051auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007051auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007052auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007052auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007052auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007314auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007314auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007314auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007315auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007315auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007315auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007739auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007739auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007739auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7007740auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007740auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7007740auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008291auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008291auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008291auction106392: 1
2026-03-27 15: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-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008295auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008295auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008295auction106392: 1
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008296auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008296auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008296auction106392: 1
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008297auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008297auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008297auction106392: 1
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008298auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008298auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008298auction106392: 1
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008299auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008299auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008299auction106392: 1
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008301auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008301auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008301auction106392: 1
2026-03-27 15:03:17 [ecarstrade.be] INFO: Found listing with ID: 7008617auction106392
2026-03-27 15:03:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008617auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:17 [ecarstrade.be] INFO: Scrape type for 7008617auction106392: 1
2026-03-27 15:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007051> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:23 [ecarstrade.be] INFO: Extracting details for car 7007051auction106392
2026-03-27 15:03:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d3d26795-10f0-5d24-9afe-f5818eb1bf60 with identifier: 7007051auction106392
2026-03-27 15:03:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3d26795-10f0-5d24-9afe-f5818eb1bf60 with scrape type 1
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007051%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_001/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007051%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_002/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007051%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_003/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007051%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_004/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007051%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_005/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007051%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_006/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007314> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:24 [ecarstrade.be] INFO: Extracting details for car 7007314auction106392
2026-03-27 15:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007315> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfed4110-cd25-58c3-a09f-85111abdb970 with identifier: 7007314auction106392
2026-03-27 15:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfed4110-cd25-58c3-a09f-85111abdb970 with scrape type 1
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007314%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774601651%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_001/780x0__r.jpg?hash=1774601651 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007314%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774601651%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_002/780x0__r.jpg?hash=1774601651 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007314%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774601651%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_003/780x0__r.jpg?hash=1774601651 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007314%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774601652%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_004/780x0__r.jpg?hash=1774601652 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007314%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774601652%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_005/780x0__r.jpg?hash=1774601652 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007314%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774601652%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_006/780x0__r.jpg?hash=1774601652 not downloaded yet
2026-03-27 15:03:24 [ecarstrade.be] INFO: Extracting details for car 7007315auction106392
2026-03-27 15:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bb0ec19-a232-59a3-a906-163de91173ae with identifier: 7007315auction106392
2026-03-27 15:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb0ec19-a232-59a3-a906-163de91173ae with scrape type 1
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007315%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774601657%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_001/780x0__r.jpg?hash=1774601657 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007315%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774601656%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_002/780x0__r.jpg?hash=1774601656 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007315%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774601656%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_003/780x0__r.jpg?hash=1774601656 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007315%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774601656%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_004/780x0__r.jpg?hash=1774601656 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007315%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774601657%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_005/780x0__r.jpg?hash=1774601657 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007315%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774601657%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_006/780x0__r.jpg?hash=1774601657 not downloaded yet
2026-03-27 15:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007052> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:03:24 [ecarstrade.be] INFO: Extracting details for car 7007052auction106392
2026-03-27 15:03:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b with identifier: 7007052auction106392
2026-03-27 15:03:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b with scrape type 1
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007052%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774598061%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_001/780x0__r.jpg?hash=1774598061 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007052%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774598061%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_002/780x0__r.jpg?hash=1774598061 not downloaded yet
2026-03-27 15:03:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007052%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774598061%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_003/780x0__r.jpg?hash=1774598061 not downloaded yet
2026-03-27 15: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-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007052%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774598061%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_004/780x0__r.jpg?hash=1774598061 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007052%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774598061%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_005/780x0__r.jpg?hash=1774598061 not downloaded yet
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007052%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774598061%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_006/780x0__r.jpg?hash=1774598061 not downloaded yet
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008618auction106392
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008618auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [ecarstrade.be] INFO: Scrape type for 7008618auction106392: 1
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008619auction106392
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008619auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [ecarstrade.be] INFO: Scrape type for 7008619auction106392: 1
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008620auction106392
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008620auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [ecarstrade.be] INFO: Scrape type for 7008620auction106392: 1
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008621auction106392
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008621auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [ecarstrade.be] INFO: Scrape type for 7008621auction106392: 1
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008622auction106392
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008622auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [ecarstrade.be] INFO: Scrape type for 7008622auction106392: 1
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008623auction106392
2026-03-27 15:03:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008623auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:24 [ecarstrade.be] INFO: Scrape type for 7008623auction106392: 1
2026-03-27 15:03:24 [ecarstrade.be] INFO: Found listing with ID: 7008624auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008624auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008624auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008625auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008625auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008625auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008626auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008626auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008626auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008627auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008627auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008627auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008628auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008628auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008628auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008629auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008629auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008629auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008630auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008630auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008630auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008631auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008631auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008631auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008638auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008638auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008638auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008639auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008639auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008639auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008641auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008641auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008641auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008678auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008678auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008678auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008679auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008679auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008679auction106392: 1
2026-03-27 15:03:25 [ecarstrade.be] INFO: Found listing with ID: 7008680auction106392
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008680auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [ecarstrade.be] INFO: Scrape type for 7008680auction106392: 1
2026-03-27 15:03:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007739> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:25 [ecarstrade.be] INFO: Extracting details for car 7007739auction106392
2026-03-27 15:03:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e11ca294-8215-59c5-bfdb-61b42f7e6f19 with identifier: 7007739auction106392
2026-03-27 15:03:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e11ca294-8215-59c5-bfdb-61b42f7e6f19 with scrape type 1
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007739%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605284%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_001/780x0__r.jpg?hash=1774605284 not downloaded yet
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007739%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605284%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_002/780x0__r.jpg?hash=1774605284 not downloaded yet
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007739%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605284%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_003/780x0__r.jpg?hash=1774605284 not downloaded yet
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007739%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605284%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_004/780x0__r.jpg?hash=1774605284 not downloaded yet
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007739%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605284%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_005/780x0__r.jpg?hash=1774605284 not downloaded yet
2026-03-27 15:03:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007739%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605284%27 HTTP/1.1" 200 None
2026-03-27 15:03:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_006/780x0__r.jpg?hash=1774605284 not downloaded yet
2026-03-27 15:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008291> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:31 [ecarstrade.be] INFO: Extracting details for car 7008291auction106392
2026-03-27 15:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7a145a0-6475-5ee6-99fc-a131899cdcd3 with identifier: 7008291auction106392
2026-03-27 15:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a145a0-6475-5ee6-99fc-a131899cdcd3 with scrape type 1
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008291%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608894%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_001/780x0__r.jpg?hash=1774608894 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008291%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608894%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_002/780x0__r.jpg?hash=1774608894 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008291%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608895%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_003/780x0__r.jpg?hash=1774608895 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008291%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608894%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_004/780x0__r.jpg?hash=1774608894 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008291%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608894%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_005/780x0__r.jpg?hash=1774608894 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008291%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608894%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_006/780x0__r.jpg?hash=1774608894 not downloaded yet
2026-03-27 15:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008295> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008297> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:31 [ecarstrade.be] INFO: Extracting details for car 7008295auction106392
2026-03-27 15:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 608596d1-3fd7-52dd-aa40-753ef746fe96 with identifier: 7008295auction106392
2026-03-27 15:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 608596d1-3fd7-52dd-aa40-753ef746fe96 with scrape type 1
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008295%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608899%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_001/780x0__r.jpg?hash=1774608899 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008295%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608899%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_002/780x0__r.jpg?hash=1774608899 not downloaded yet
2026-03-27 15:03:31 [ecarstrade.be] INFO: Extracting details for car 7008297auction106392
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008295%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608899%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_003/780x0__r.jpg?hash=1774608899 not downloaded yet
2026-03-27 15:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008296> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1a47c386-8970-5448-86d1-54cafb84ec14 with identifier: 7008297auction106392
2026-03-27 15:03:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a47c386-8970-5448-86d1-54cafb84ec14 with scrape type 1
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008297%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608903%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_001/780x0__r.jpg?hash=1774608903 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008295%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608900%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_004/780x0__r.jpg?hash=1774608900 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008297%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608903%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_002/780x0__r.jpg?hash=1774608903 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008295%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608900%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_005/780x0__r.jpg?hash=1774608900 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008297%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608903%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_003/780x0__r.jpg?hash=1774608903 not downloaded yet
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008295%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608900%27 HTTP/1.1" 200 None
2026-03-27 15:03:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_006/780x0__r.jpg?hash=1774608900 not downloaded yet
2026-03-27 15:03:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_001/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007051)
2026-03-27 15:03:31 [ecarstrade.be] INFO: Extracting details for car 7008296auction106392
2026-03-27 15:03:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008297%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608903%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_004/780x0__r.jpg?hash=1774608903 not downloaded yet
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008297%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608903%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_005/780x0__r.jpg?hash=1774608903 not downloaded yet
2026-03-27 15:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 888d7409-7e91-5f7a-b0dd-80664645526e with identifier: 7008296auction106392
2026-03-27 15:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 888d7409-7e91-5f7a-b0dd-80664645526e with scrape type 1
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008296%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608901%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_001/780x0__r.jpg?hash=1774608901 not downloaded yet
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_005/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007051)
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008297%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608903%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_006/780x0__r.jpg?hash=1774608903 not downloaded yet
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008296%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608901%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_002/780x0__r.jpg?hash=1774608901 not downloaded yet
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008296%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608902%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_003/780x0__r.jpg?hash=1774608902 not downloaded yet
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008296%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608901%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_004/780x0__r.jpg?hash=1774608901 not downloaded yet
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_006/780x0__r.jpg?hash=1774601657> (referer: https://ecarstrade.com/cars/7007315)
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008296%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608901%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_005/780x0__r.jpg?hash=1774608901 not downloaded yet
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008298> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_006/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007051)
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008296%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608901%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_006/780x0__r.jpg?hash=1774608901 not downloaded yet
2026-03-27 15:03:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_002/780x0__r.jpg?hash=1774598061> (referer: https://ecarstrade.com/cars/7007052)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_006/780x0__r.jpg?hash=1774605284> (referer: https://ecarstrade.com/cars/7007739)
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_006/780x0__r.jpg?hash=1774608894> (referer: https://ecarstrade.com/cars/7008291)
2026-03-27 15:03:32 [ecarstrade.be] INFO: Extracting details for car 7008298auction106392
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_001/780x0__r.jpg?hash=1774608903> (referer: https://ecarstrade.com/cars/7008297)
2026-03-27 15:03:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52ad7602-2eed-545e-871a-e2815bf353bd with identifier: 7008298auction106392
2026-03-27 15:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52ad7602-2eed-545e-871a-e2815bf353bd with scrape type 1
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008298%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608906%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_001/780x0__r.jpg?hash=1774608906 not downloaded yet
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_005/780x0__r.jpg?hash=1774608894> (referer: https://ecarstrade.com/cars/7008291)
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008298%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608904%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_002/780x0__r.jpg?hash=1774608904 not downloaded yet
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_003/780x0__r.jpg?hash=1774608903> (referer: https://ecarstrade.com/cars/7008297)
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008298%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608904%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_003/780x0__r.jpg?hash=1774608904 not downloaded yet
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008298%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608906%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_004/780x0__r.jpg?hash=1774608906 not downloaded yet
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008298%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608904%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_005/780x0__r.jpg?hash=1774608904 not downloaded yet
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_001/780x0__r.jpg?hash=1774608901> (referer: https://ecarstrade.com/cars/7008296)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_004/780x0__r.jpg?hash=1774608901> (referer: https://ecarstrade.com/cars/7008296)
2026-03-27 15:03:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008298%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608905%27 HTTP/1.1" 200 None
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_006/780x0__r.jpg?hash=1774608905 not downloaded yet
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_005/780x0__r.jpg?hash=1774608901> (referer: https://ecarstrade.com/cars/7008296)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_003/780x0__r.jpg?hash=1774608902> (referer: https://ecarstrade.com/cars/7008296)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_006/780x0__r.jpg?hash=1774608901> (referer: https://ecarstrade.com/cars/7008296)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_002/780x0__r.jpg?hash=1774608901> (referer: https://ecarstrade.com/cars/7008296)
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_006/780x0__r.jpg?hash=1774608903> (referer: https://ecarstrade.com/cars/7008297)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_005/780x0__r.jpg?hash=1774608903> (referer: https://ecarstrade.com/cars/7008297)
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_001/780x0__r.jpg?hash=1774608906> (referer: https://ecarstrade.com/cars/7008298)
2026-03-27 15:03:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_002/780x0__r.jpg?hash=1774608904> (referer: https://ecarstrade.com/cars/7008298)
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 888d7409-7e91-5f7a-b0dd-80664645526e
2026-03-27 15:03:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 888d7409-7e91-5f7a-b0dd-80664645526e, skipping ID generation
2026-03-27 15:03:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 888d7409-7e91-5f7a-b0dd-80664645526e with scrape type 1
2026-03-27 15:03:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 888d7409-7e91-5f7a-b0dd-80664645526e sending to next pipeline
2026-03-27 15:03:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 888d7409-7e91-5f7a-b0dd-80664645526e, identifier: 7008296auction106392
2026-03-27 15:03:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 888d7409-7e91-5f7a-b0dd-80664645526e with identifier: 7008296auction106392
2026-03-27 15:03:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 888d7409-7e91-5f7a-b0dd-80664645526e with identifier: 7008296auction106392
2026-03-27 15:03:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 888d7409-7e91-5f7a-b0dd-80664645526e with identifier: 7008296auction106392 to the API
2026-03-27 15:03:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008296/photo_002/780x0__r.jpg?hash=1774608901>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Electric',
'id': '888d7409-7e91-5f7a-b0dd-80664645526e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008296',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 2274,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'vin': None,
'year': 2024}
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008296auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:34 [ecarstrade.be] INFO: Saving data for 7008296auction106392: {'created_time': 1774623814.100086, 'last_price_update_time': 1774623814.100099, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008296auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_005/780x0__r.jpg?hash=1774608904> (referer: https://ecarstrade.com/cars/7008298)
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_004/780x0__r.jpg?hash=1774608906> (referer: https://ecarstrade.com/cars/7008298)
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008299> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_006/780x0__r.jpg?hash=1774608905> (referer: https://ecarstrade.com/cars/7008298)
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_003/780x0__r.jpg?hash=1774608904> (referer: https://ecarstrade.com/cars/7008298)
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_006/780x0__r.jpg?hash=1774608900> (referer: https://ecarstrade.com/cars/7008295)
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_005/780x0__r.jpg?hash=1774608900> (referer: https://ecarstrade.com/cars/7008295)
2026-03-27 15:03:34 [ecarstrade.be] INFO: Extracting details for car 7008299auction106392
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_002/780x0__r.jpg?hash=1774608903> (referer: https://ecarstrade.com/cars/7008297)
2026-03-27 15:03:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 337a3380-a3f8-5f2c-b654-711809d6379b with identifier: 7008299auction106392
2026-03-27 15:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 337a3380-a3f8-5f2c-b654-711809d6379b with scrape type 1
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008299%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608909%27 HTTP/1.1" 200 None
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_001/780x0__r.jpg?hash=1774608909 not downloaded yet
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_004/780x0__r.jpg?hash=1774608900> (referer: https://ecarstrade.com/cars/7008295)
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_004/780x0__r.jpg?hash=1774608903> (referer: https://ecarstrade.com/cars/7008297)
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008299%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608909%27 HTTP/1.1" 200 None
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_002/780x0__r.jpg?hash=1774608909 not downloaded yet
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008299%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608907%27 HTTP/1.1" 200 None
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_003/780x0__r.jpg?hash=1774608907 not downloaded yet
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 52ad7602-2eed-545e-871a-e2815bf353bd
2026-03-27 15:03:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 52ad7602-2eed-545e-871a-e2815bf353bd, skipping ID generation
2026-03-27 15:03:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52ad7602-2eed-545e-871a-e2815bf353bd with scrape type 1
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 52ad7602-2eed-545e-871a-e2815bf353bd sending to next pipeline
2026-03-27 15:03:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52ad7602-2eed-545e-871a-e2815bf353bd, identifier: 7008298auction106392
2026-03-27 15:03:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_003/780x0__r.jpg?hash=1774608899> (referer: https://ecarstrade.com/cars/7008295)
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008299%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608907%27 HTTP/1.1" 200 None
2026-03-27 15:03:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_004/780x0__r.jpg?hash=1774608907 not downloaded yet
2026-03-27 15:03:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52ad7602-2eed-545e-871a-e2815bf353bd with identifier: 7008298auction106392
2026-03-27 15:03:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52ad7602-2eed-545e-871a-e2815bf353bd with identifier: 7008298auction106392
2026-03-27 15:03:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52ad7602-2eed-545e-871a-e2815bf353bd with identifier: 7008298auction106392 to the API
2026-03-27 15:03:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008298/photo_003/780x0__r.jpg?hash=1774608904>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '52ad7602-2eed-545e-871a-e2815bf353bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008298',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 22736,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-24',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008298auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:35 [ecarstrade.be] INFO: Saving data for 7008298auction106392: {'created_time': 1774623815.190292, 'last_price_update_time': 1774623815.190304, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008298auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_001/780x0__r.jpg?hash=1774608899> (referer: https://ecarstrade.com/cars/7008295)
2026-03-27 15:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_002/780x0__r.jpg?hash=1774608899> (referer: https://ecarstrade.com/cars/7008295)
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008299%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608907%27 HTTP/1.1" 200 None
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_005/780x0__r.jpg?hash=1774608907 not downloaded yet
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008299%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608908%27 HTTP/1.1" 200 None
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_006/780x0__r.jpg?hash=1774608908 not downloaded yet
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1a47c386-8970-5448-86d1-54cafb84ec14
2026-03-27 15:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1a47c386-8970-5448-86d1-54cafb84ec14, skipping ID generation
2026-03-27 15:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1a47c386-8970-5448-86d1-54cafb84ec14 with scrape type 1
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1a47c386-8970-5448-86d1-54cafb84ec14 sending to next pipeline
2026-03-27 15:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1a47c386-8970-5448-86d1-54cafb84ec14, identifier: 7008297auction106392
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1a47c386-8970-5448-86d1-54cafb84ec14 with identifier: 7008297auction106392
2026-03-27 15:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1a47c386-8970-5448-86d1-54cafb84ec14 with identifier: 7008297auction106392
2026-03-27 15:03:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1a47c386-8970-5448-86d1-54cafb84ec14 with identifier: 7008297auction106392 to the API
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008297/photo_004/780x0__r.jpg?hash=1774608903>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1a47c386-8970-5448-86d1-54cafb84ec14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008297',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 16759,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008297auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:35 [ecarstrade.be] INFO: Saving data for 7008297auction106392: {'created_time': 1774623815.857585, 'last_price_update_time': 1774623815.857597, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008297auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_004/780x0__r.jpg?hash=1774608894> (referer: https://ecarstrade.com/cars/7008291)
2026-03-27 15:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_002/780x0__r.jpg?hash=1774608894> (referer: https://ecarstrade.com/cars/7008291)
2026-03-27 15:03:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_003/780x0__r.jpg?hash=1774608895> (referer: https://ecarstrade.com/cars/7008291)
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 608596d1-3fd7-52dd-aa40-753ef746fe96
2026-03-27 15:03:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 608596d1-3fd7-52dd-aa40-753ef746fe96, skipping ID generation
2026-03-27 15:03:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 608596d1-3fd7-52dd-aa40-753ef746fe96 with scrape type 1
2026-03-27 15:03:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 608596d1-3fd7-52dd-aa40-753ef746fe96 sending to next pipeline
2026-03-27 15:03:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 608596d1-3fd7-52dd-aa40-753ef746fe96, identifier: 7008295auction106392
2026-03-27 15:03:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 608596d1-3fd7-52dd-aa40-753ef746fe96 with identifier: 7008295auction106392
2026-03-27 15:03:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 608596d1-3fd7-52dd-aa40-753ef746fe96 with identifier: 7008295auction106392
2026-03-27 15:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 608596d1-3fd7-52dd-aa40-753ef746fe96 with identifier: 7008295auction106392 to the API
2026-03-27 15:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008295/photo_002/780x0__r.jpg?hash=1774608899>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '608596d1-3fd7-52dd-aa40-753ef746fe96',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008295',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 21543,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-14',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 Hybride 145 e-DCT6 Etoile - Alcantara',
'transmission': 'automatic',
'trim': 'DS Hybride 145 e-DCT6 Etoile - Alcantara',
'vin': None,
'year': 2025}
2026-03-27 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008295auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:36 [ecarstrade.be] INFO: Saving data for 7008295auction106392: {'created_time': 1774623816.352907, 'last_price_update_time': 1774623816.352918, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008295auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_004/780x0__r.jpg?hash=1774605284> (referer: https://ecarstrade.com/cars/7007739)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_005/780x0__r.jpg?hash=1774605284> (referer: https://ecarstrade.com/cars/7007739)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_001/780x0__r.jpg?hash=1774608894> (referer: https://ecarstrade.com/cars/7008291)
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_003/780x0__r.jpg?hash=1774608907> (referer: https://ecarstrade.com/cars/7008299)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_001/780x0__r.jpg?hash=1774608909> (referer: https://ecarstrade.com/cars/7008299)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_003/780x0__r.jpg?hash=1774605284> (referer: https://ecarstrade.com/cars/7007739)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_002/780x0__r.jpg?hash=1774608909> (referer: https://ecarstrade.com/cars/7008299)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_002/780x0__r.jpg?hash=1774605284> (referer: https://ecarstrade.com/cars/7007739)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_006/780x0__r.jpg?hash=1774608908> (referer: https://ecarstrade.com/cars/7008299)
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_005/780x0__r.jpg?hash=1774608907> (referer: https://ecarstrade.com/cars/7008299)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_004/780x0__r.jpg?hash=1774608907> (referer: https://ecarstrade.com/cars/7008299)
2026-03-27 15:03:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_001/780x0__r.jpg?hash=1774605284> (referer: https://ecarstrade.com/cars/7007739)
2026-03-27 15:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a7a145a0-6475-5ee6-99fc-a131899cdcd3
2026-03-27 15:03:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a7a145a0-6475-5ee6-99fc-a131899cdcd3, skipping ID generation
2026-03-27 15:03:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7a145a0-6475-5ee6-99fc-a131899cdcd3 with scrape type 1
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a7a145a0-6475-5ee6-99fc-a131899cdcd3 sending to next pipeline
2026-03-27 15:03:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a7a145a0-6475-5ee6-99fc-a131899cdcd3, identifier: 7008291auction106392
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a7a145a0-6475-5ee6-99fc-a131899cdcd3 with identifier: 7008291auction106392
2026-03-27 15:03:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a7a145a0-6475-5ee6-99fc-a131899cdcd3 with identifier: 7008291auction106392
2026-03-27 15:03:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a7a145a0-6475-5ee6-99fc-a131899cdcd3 with identifier: 7008291auction106392 to the API
2026-03-27 15:03:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008291/photo_001/780x0__r.jpg?hash=1774608894>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a7a145a0-6475-5ee6-99fc-a131899cdcd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008291',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 2057,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008291auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:37 [ecarstrade.be] INFO: Saving data for 7008291auction106392: {'created_time': 1774623817.298797, 'last_price_update_time': 1774623817.298807, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008291auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 337a3380-a3f8-5f2c-b654-711809d6379b
2026-03-27 15:03:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 337a3380-a3f8-5f2c-b654-711809d6379b, skipping ID generation
2026-03-27 15:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 337a3380-a3f8-5f2c-b654-711809d6379b with scrape type 1
2026-03-27 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 337a3380-a3f8-5f2c-b654-711809d6379b sending to next pipeline
2026-03-27 15:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 337a3380-a3f8-5f2c-b654-711809d6379b, identifier: 7008299auction106392
2026-03-27 15:03:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e11ca294-8215-59c5-bfdb-61b42f7e6f19
2026-03-27 15:03:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e11ca294-8215-59c5-bfdb-61b42f7e6f19, skipping ID generation
2026-03-27 15:03:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e11ca294-8215-59c5-bfdb-61b42f7e6f19 with scrape type 1
2026-03-27 15:03:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e11ca294-8215-59c5-bfdb-61b42f7e6f19 sending to next pipeline
2026-03-27 15:03:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e11ca294-8215-59c5-bfdb-61b42f7e6f19, identifier: 7007739auction106392
2026-03-27 15:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 337a3380-a3f8-5f2c-b654-711809d6379b with identifier: 7008299auction106392
2026-03-27 15:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 337a3380-a3f8-5f2c-b654-711809d6379b with identifier: 7008299auction106392
2026-03-27 15:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 337a3380-a3f8-5f2c-b654-711809d6379b with identifier: 7008299auction106392 to the API
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008299/photo_004/780x0__r.jpg?hash=1774608907>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '337a3380-a3f8-5f2c-b654-711809d6379b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008299',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '408',
'odometer': 21953,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-20',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 408 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2024}
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008299auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:37 [ecarstrade.be] INFO: Saving data for 7008299auction106392: {'created_time': 1774623817.835728, 'last_price_update_time': 1774623817.835738, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008299auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e11ca294-8215-59c5-bfdb-61b42f7e6f19 with identifier: 7007739auction106392
2026-03-27 15:03:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e11ca294-8215-59c5-bfdb-61b42f7e6f19 with identifier: 7007739auction106392
2026-03-27 15:03:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e11ca294-8215-59c5-bfdb-61b42f7e6f19 with identifier: 7007739auction106392 to the API
2026-03-27 15:03:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007739/photo_001/780x0__r.jpg?hash=1774605284>
{'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-29T15:40:05Z',
'fuel_type': 'Electric',
'id': 'e11ca294-8215-59c5-bfdb-61b42f7e6f19',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007739',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 1757,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-28',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'vin': None,
'year': 2024}
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007739auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [ecarstrade.be] INFO: Saving data for 7007739auction106392: {'created_time': 1774623818.234953, 'last_price_update_time': 1774623818.234962, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007739auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008301> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:38 [ecarstrade.be] INFO: Extracting details for car 7008301auction106392
2026-03-27 15:03:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51161155-fc56-53f5-a958-c21abd924bd6 with identifier: 7008301auction106392
2026-03-27 15:03:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51161155-fc56-53f5-a958-c21abd924bd6 with scrape type 1
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008301%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774608911%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_001/780x0__r.jpg?hash=1774608911 not downloaded yet
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008301%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774608912%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_002/780x0__r.jpg?hash=1774608912 not downloaded yet
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008301%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774608911%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_003/780x0__r.jpg?hash=1774608911 not downloaded yet
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008301%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774608911%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_004/780x0__r.jpg?hash=1774608911 not downloaded yet
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008301%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774608912%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_005/780x0__r.jpg?hash=1774608912 not downloaded yet
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008301%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774608911%27 HTTP/1.1" 200 None
2026-03-27 15:03:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_006/780x0__r.jpg?hash=1774608911 not downloaded yet
2026-03-27 15:03:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008617> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:39 [ecarstrade.be] INFO: Extracting details for car 7008617auction106392
2026-03-27 15:03:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4138886d-2f4e-5586-9cc5-b942fb78e46f with identifier: 7008617auction106392
2026-03-27 15:03:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4138886d-2f4e-5586-9cc5-b942fb78e46f with scrape type 1
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008617%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612449%27 HTTP/1.1" 200 None
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_001/780x0__r.jpg?hash=1774612449 not downloaded yet
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008617%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612449%27 HTTP/1.1" 200 None
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_002/780x0__r.jpg?hash=1774612449 not downloaded yet
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008617%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612449%27 HTTP/1.1" 200 None
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_003/780x0__r.jpg?hash=1774612449 not downloaded yet
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008617%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612449%27 HTTP/1.1" 200 None
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_004/780x0__r.jpg?hash=1774612449 not downloaded yet
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008617%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612449%27 HTTP/1.1" 200 None
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_005/780x0__r.jpg?hash=1774612449 not downloaded yet
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008617%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612450%27 HTTP/1.1" 200 None
2026-03-27 15:03:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_006/780x0__r.jpg?hash=1774612450 not downloaded yet
2026-03-27 15:03:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007740> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:40 [ecarstrade.be] INFO: Extracting details for car 7007740auction106392
2026-03-27 15:03:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6a2170a0-5007-5a3a-9710-3130d8f44105 with identifier: 7007740auction106392
2026-03-27 15:03:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a2170a0-5007-5a3a-9710-3130d8f44105 with scrape type 1
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007740%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605289%27 HTTP/1.1" 200 None
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_001/780x0__r.jpg?hash=1774605289 not downloaded yet
2026-03-27 15:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007740%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605289%27 HTTP/1.1" 200 None
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_002/780x0__r.jpg?hash=1774605289 not downloaded yet
2026-03-27 15:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007740%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605289%27 HTTP/1.1" 200 None
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_003/780x0__r.jpg?hash=1774605289 not downloaded yet
2026-03-27 15:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007740%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605290%27 HTTP/1.1" 200 None
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_004/780x0__r.jpg?hash=1774605290 not downloaded yet
2026-03-27 15:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007740%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605289%27 HTTP/1.1" 200 None
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_005/780x0__r.jpg?hash=1774605289 not downloaded yet
2026-03-27 15:03:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7007740%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605289%27 HTTP/1.1" 200 None
2026-03-27 15:03:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_006/780x0__r.jpg?hash=1774605289 not downloaded yet
2026-03-27 15:03:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008680> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:42 [ecarstrade.be] INFO: Extracting details for car 7008680auction106392
2026-03-27 15:03:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5949b041-efa9-5f50-84fc-2e3aa091f29b with identifier: 7008680auction106392
2026-03-27 15:03:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5949b041-efa9-5f50-84fc-2e3aa091f29b with scrape type 1
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008680%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616053%27 HTTP/1.1" 200 None
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_001/780x0__r.jpg?hash=1774616053 not downloaded yet
2026-03-27 15:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008680%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616054%27 HTTP/1.1" 200 None
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_002/780x0__r.jpg?hash=1774616054 not downloaded yet
2026-03-27 15:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008680%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616054%27 HTTP/1.1" 200 None
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_003/780x0__r.jpg?hash=1774616054 not downloaded yet
2026-03-27 15:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008680%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616055%27 HTTP/1.1" 200 None
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_004/780x0__r.jpg?hash=1774616055 not downloaded yet
2026-03-27 15:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008680%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616055%27 HTTP/1.1" 200 None
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_005/780x0__r.jpg?hash=1774616055 not downloaded yet
2026-03-27 15:03:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008680%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616054%27 HTTP/1.1" 200 None
2026-03-27 15:03:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_006/780x0__r.jpg?hash=1774616054 not downloaded yet
2026-03-27 15:03:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008678> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:44 [ecarstrade.be] INFO: Extracting details for car 7008678auction106392
2026-03-27 15:03:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2f9ce255-38c2-525b-ac91-69d8f9fb12bb with identifier: 7008678auction106392
2026-03-27 15:03:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb with scrape type 1
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008678%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616052%27 HTTP/1.1" 200 None
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_001/780x0__r.jpg?hash=1774616052 not downloaded yet
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008678%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616052%27 HTTP/1.1" 200 None
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_002/780x0__r.jpg?hash=1774616052 not downloaded yet
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008678%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616050%27 HTTP/1.1" 200 None
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_003/780x0__r.jpg?hash=1774616050 not downloaded yet
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008678%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616050%27 HTTP/1.1" 200 None
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_004/780x0__r.jpg?hash=1774616050 not downloaded yet
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008678%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616051%27 HTTP/1.1" 200 None
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_005/780x0__r.jpg?hash=1774616051 not downloaded yet
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008678%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616051%27 HTTP/1.1" 200 None
2026-03-27 15:03:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_006/780x0__r.jpg?hash=1774616051 not downloaded yet
2026-03-27 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008639> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:03:45 [ecarstrade.be] INFO: Extracting details for car 7008639auction106392
2026-03-27 15:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfc1f31f-d6b0-5749-8eda-ee04f42ea40f with identifier: 7008639auction106392
2026-03-27 15:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f with scrape type 1
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008639%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612493%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_001/780x0__r.jpg?hash=1774612493 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008639%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612493%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_002/780x0__r.jpg?hash=1774612493 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008639%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612494%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_003/780x0__r.jpg?hash=1774612494 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008639%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612494%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_004/780x0__r.jpg?hash=1774612494 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008639%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612494%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_005/780x0__r.jpg?hash=1774612494 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008639%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612494%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_006/780x0__r.jpg?hash=1774612494 not downloaded yet
2026-03-27 15:03:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008641> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:03:45 [ecarstrade.be] INFO: Extracting details for car 7008641auction106392
2026-03-27 15:03:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3fadf4a5-82d6-5058-8e20-b0c899ef993d with identifier: 7008641auction106392
2026-03-27 15:03:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fadf4a5-82d6-5058-8e20-b0c899ef993d with scrape type 1
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008641%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612502%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_001/780x0__r.jpg?hash=1774612502 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008641%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612502%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_002/780x0__r.jpg?hash=1774612502 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008641%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612502%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_003/780x0__r.jpg?hash=1774612502 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008641%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612501%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_004/780x0__r.jpg?hash=1774612501 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008641%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612501%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_005/780x0__r.jpg?hash=1774612501 not downloaded yet
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008641%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612501%27 HTTP/1.1" 200 None
2026-03-27 15:03:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_006/780x0__r.jpg?hash=1774612501 not downloaded yet
2026-03-27 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008679> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:46 [ecarstrade.be] INFO: Extracting details for car 7008679auction106392
2026-03-27 15:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 with identifier: 7008679auction106392
2026-03-27 15:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 with scrape type 1
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008679%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616052%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_001/780x0__r.jpg?hash=1774616052 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008679%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616052%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_002/780x0__r.jpg?hash=1774616052 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008679%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616052%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_003/780x0__r.jpg?hash=1774616052 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008679%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616053%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_004/780x0__r.jpg?hash=1774616053 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008679%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616052%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_005/780x0__r.jpg?hash=1774616052 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008679%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616053%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_006/780x0__r.jpg?hash=1774616053 not downloaded yet
2026-03-27 15:03:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008638> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:46 [ecarstrade.be] INFO: Extracting details for car 7008638auction106392
2026-03-27 15:03:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407f31aa-eafd-5c63-adfb-f9a5605fe3fb with identifier: 7008638auction106392
2026-03-27 15:03:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb with scrape type 1
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008638%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612491%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_001/780x0__r.jpg?hash=1774612491 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008638%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612491%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_002/780x0__r.jpg?hash=1774612491 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008638%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612491%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_003/780x0__r.jpg?hash=1774612491 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008638%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612491%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_004/780x0__r.jpg?hash=1774612491 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008638%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612491%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_005/780x0__r.jpg?hash=1774612491 not downloaded yet
2026-03-27 15:03:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008638%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612491%27 HTTP/1.1" 200 None
2026-03-27 15:03:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_006/780x0__r.jpg?hash=1774612491 not downloaded yet
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008631> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_006/780x0__r.jpg?hash=1774608911> (referer: https://ecarstrade.com/cars/7008301)
2026-03-27 15:03:47 [ecarstrade.be] INFO: Extracting details for car 7008631auction106392
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_006/780x0__r.jpg?hash=1774612450> (referer: https://ecarstrade.com/cars/7008617)
2026-03-27 15:03:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c451238e-31fe-59bf-9708-a5814aa8f36f with identifier: 7008631auction106392
2026-03-27 15:03:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c451238e-31fe-59bf-9708-a5814aa8f36f with scrape type 1
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008631%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612480%27 HTTP/1.1" 200 None
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_001/780x0__r.jpg?hash=1774612480 not downloaded yet
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008631%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612480%27 HTTP/1.1" 200 None
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_002/780x0__r.jpg?hash=1774612480 not downloaded yet
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008631%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612479%27 HTTP/1.1" 200 None
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_003/780x0__r.jpg?hash=1774612479 not downloaded yet
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008631%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612480%27 HTTP/1.1" 200 None
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_004/780x0__r.jpg?hash=1774612480 not downloaded yet
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008631%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612479%27 HTTP/1.1" 200 None
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_005/780x0__r.jpg?hash=1774612479 not downloaded yet
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_006/780x0__r.jpg?hash=1774605289> (referer: https://ecarstrade.com/cars/7007740)
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008631%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612479%27 HTTP/1.1" 200 None
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_006/780x0__r.jpg?hash=1774612479 not downloaded yet
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_006/780x0__r.jpg?hash=1774616054> (referer: https://ecarstrade.com/cars/7008680)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_006/780x0__r.jpg?hash=1774616051> (referer: https://ecarstrade.com/cars/7008678)
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_006/780x0__r.jpg?hash=1774612494> (referer: https://ecarstrade.com/cars/7008639)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_006/780x0__r.jpg?hash=1774612501> (referer: https://ecarstrade.com/cars/7008641)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_006/780x0__r.jpg?hash=1774616053> (referer: https://ecarstrade.com/cars/7008679)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_006/780x0__r.jpg?hash=1774612491> (referer: https://ecarstrade.com/cars/7008638)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_005/780x0__r.jpg?hash=1774612491> (referer: https://ecarstrade.com/cars/7008638)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_004/780x0__r.jpg?hash=1774612491> (referer: https://ecarstrade.com/cars/7008638)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_005/780x0__r.jpg?hash=1774612479> (referer: https://ecarstrade.com/cars/7008631)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_006/780x0__r.jpg?hash=1774612479> (referer: https://ecarstrade.com/cars/7008631)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_004/780x0__r.jpg?hash=1774612480> (referer: https://ecarstrade.com/cars/7008631)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_003/780x0__r.jpg?hash=1774612479> (referer: https://ecarstrade.com/cars/7008631)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_002/780x0__r.jpg?hash=1774612480> (referer: https://ecarstrade.com/cars/7008631)
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_001/780x0__r.jpg?hash=1774612480> (referer: https://ecarstrade.com/cars/7008631)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_003/780x0__r.jpg?hash=1774612491> (referer: https://ecarstrade.com/cars/7008638)
2026-03-27 15:03:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_002/780x0__r.jpg?hash=1774612491> (referer: https://ecarstrade.com/cars/7008638)
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c451238e-31fe-59bf-9708-a5814aa8f36f
2026-03-27 15:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c451238e-31fe-59bf-9708-a5814aa8f36f, skipping ID generation
2026-03-27 15:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c451238e-31fe-59bf-9708-a5814aa8f36f with scrape type 1
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c451238e-31fe-59bf-9708-a5814aa8f36f sending to next pipeline
2026-03-27 15:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c451238e-31fe-59bf-9708-a5814aa8f36f, identifier: 7008631auction106392
2026-03-27 15:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c451238e-31fe-59bf-9708-a5814aa8f36f with identifier: 7008631auction106392
2026-03-27 15:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c451238e-31fe-59bf-9708-a5814aa8f36f with identifier: 7008631auction106392
2026-03-27 15:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c451238e-31fe-59bf-9708-a5814aa8f36f with identifier: 7008631auction106392 to the API
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008631/photo_001/780x0__r.jpg?hash=1774612480>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'c451238e-31fe-59bf-9708-a5814aa8f36f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008631',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 35975,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT 1.2L PureTech Turbo 130 hp (S&S)',
'transmission': 'manual',
'trim': 'GT 1.2L PureTech Turbo 130 hp (S&S)',
'vin': None,
'year': 2023}
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008631auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:48 [ecarstrade.be] INFO: Saving data for 7008631auction106392: {'created_time': 1774623828.584668, 'last_price_update_time': 1774623828.584681, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008631auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_001/780x0__r.jpg?hash=1774612491> (referer: https://ecarstrade.com/cars/7008638)
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_005/780x0__r.jpg?hash=1774616052> (referer: https://ecarstrade.com/cars/7008679)
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb
2026-03-27 15:03:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 407f31aa-eafd-5c63-adfb-f9a5605fe3fb, skipping ID generation
2026-03-27 15:03:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb with scrape type 1
2026-03-27 15:03:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 407f31aa-eafd-5c63-adfb-f9a5605fe3fb sending to next pipeline
2026-03-27 15:03:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 407f31aa-eafd-5c63-adfb-f9a5605fe3fb, identifier: 7008638auction106392
2026-03-27 15:03:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 407f31aa-eafd-5c63-adfb-f9a5605fe3fb with identifier: 7008638auction106392
2026-03-27 15:03:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 407f31aa-eafd-5c63-adfb-f9a5605fe3fb with identifier: 7008638auction106392
2026-03-27 15:03:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 407f31aa-eafd-5c63-adfb-f9a5605fe3fb with identifier: 7008638auction106392 to the API
2026-03-27 15:03:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008638/photo_001/780x0__r.jpg?hash=1774612491>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '407f31aa-eafd-5c63-adfb-f9a5605fe3fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008638',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Cupra',
'model': 'Formentor',
'odometer': 35998,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-10',
'seats_number': 5,
'seller_name': None,
'title': 'Cupra Formentor 1.4 e-HYBRID 204 ch DSG6 Business Edition',
'transmission': 'automatic',
'trim': '1.4 e-HYBRID 204 ch DSG6 Business Edition',
'vin': None,
'year': 2023}
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008638auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:49 [ecarstrade.be] INFO: Saving data for 7008638auction106392: {'created_time': 1774623829.186123, 'last_price_update_time': 1774623829.18614, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008638auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_004/780x0__r.jpg?hash=1774616053> (referer: https://ecarstrade.com/cars/7008679)
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_003/780x0__r.jpg?hash=1774616052> (referer: https://ecarstrade.com/cars/7008679)
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_002/780x0__r.jpg?hash=1774616052> (referer: https://ecarstrade.com/cars/7008679)
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_001/780x0__r.jpg?hash=1774616052> (referer: https://ecarstrade.com/cars/7008679)
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_005/780x0__r.jpg?hash=1774612501> (referer: https://ecarstrade.com/cars/7008641)
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_004/780x0__r.jpg?hash=1774612501> (referer: https://ecarstrade.com/cars/7008641)
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37
2026-03-27 15:03:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6c57c7c-54a7-5aef-a7b9-4cc016bbda37, skipping ID generation
2026-03-27 15:03:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 with scrape type 1
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 sending to next pipeline
2026-03-27 15:03:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6c57c7c-54a7-5aef-a7b9-4cc016bbda37, identifier: 7008679auction106392
2026-03-27 15:03:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 with identifier: 7008679auction106392
2026-03-27 15:03:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 with identifier: 7008679auction106392
2026-03-27 15:03:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6c57c7c-54a7-5aef-a7b9-4cc016bbda37 with identifier: 7008679auction106392 to the API
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008679/photo_001/780x0__r.jpg?hash=1774616052>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'd6c57c7c-54a7-5aef-a7b9-4cc016bbda37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008679',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 20858,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-27',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008679auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:49 [ecarstrade.be] INFO: Saving data for 7008679auction106392: {'created_time': 1774623829.951428, 'last_price_update_time': 1774623829.95144, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008679auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_003/780x0__r.jpg?hash=1774612502> (referer: https://ecarstrade.com/cars/7008641)
2026-03-27 15:03:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008630> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_002/780x0__r.jpg?hash=1774612502> (referer: https://ecarstrade.com/cars/7008641)
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_001/780x0__r.jpg?hash=1774612502> (referer: https://ecarstrade.com/cars/7008641)
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_005/780x0__r.jpg?hash=1774612494> (referer: https://ecarstrade.com/cars/7008639)
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:50 [ecarstrade.be] INFO: Extracting details for car 7008630auction106392
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_004/780x0__r.jpg?hash=1774612494> (referer: https://ecarstrade.com/cars/7008639)
2026-03-27 15:03:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c with identifier: 7008630auction106392
2026-03-27 15:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c with scrape type 1
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008630%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612478%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_001/780x0__r.jpg?hash=1774612478 not downloaded yet
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_003/780x0__r.jpg?hash=1774612494> (referer: https://ecarstrade.com/cars/7008639)
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008630%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612477%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_002/780x0__r.jpg?hash=1774612477 not downloaded yet
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_002/780x0__r.jpg?hash=1774612493> (referer: https://ecarstrade.com/cars/7008639)
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008630%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612477%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_003/780x0__r.jpg?hash=1774612477 not downloaded yet
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3fadf4a5-82d6-5058-8e20-b0c899ef993d
2026-03-27 15:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3fadf4a5-82d6-5058-8e20-b0c899ef993d, skipping ID generation
2026-03-27 15:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3fadf4a5-82d6-5058-8e20-b0c899ef993d with scrape type 1
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3fadf4a5-82d6-5058-8e20-b0c899ef993d sending to next pipeline
2026-03-27 15:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3fadf4a5-82d6-5058-8e20-b0c899ef993d, identifier: 7008641auction106392
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008630%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612477%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_004/780x0__r.jpg?hash=1774612477 not downloaded yet
2026-03-27 15:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3fadf4a5-82d6-5058-8e20-b0c899ef993d with identifier: 7008641auction106392
2026-03-27 15:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3fadf4a5-82d6-5058-8e20-b0c899ef993d with identifier: 7008641auction106392
2026-03-27 15:03:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3fadf4a5-82d6-5058-8e20-b0c899ef993d with identifier: 7008641auction106392 to the API
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008641/photo_001/780x0__r.jpg?hash=1774612502>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '3fadf4a5-82d6-5058-8e20-b0c899ef993d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008641',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 23352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008641auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [ecarstrade.be] INFO: Saving data for 7008641auction106392: {'created_time': 1774623830.662726, 'last_price_update_time': 1774623830.662739, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008641auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_001/780x0__r.jpg?hash=1774612493> (referer: https://ecarstrade.com/cars/7008639)
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_005/780x0__r.jpg?hash=1774616051> (referer: https://ecarstrade.com/cars/7008678)
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008630%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612478%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_005/780x0__r.jpg?hash=1774612478 not downloaded yet
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008630%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612477%27 HTTP/1.1" 200 None
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_006/780x0__r.jpg?hash=1774612477 not downloaded yet
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f
2026-03-27 15:03:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfc1f31f-d6b0-5749-8eda-ee04f42ea40f, skipping ID generation
2026-03-27 15:03:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f with scrape type 1
2026-03-27 15:03:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfc1f31f-d6b0-5749-8eda-ee04f42ea40f sending to next pipeline
2026-03-27 15:03:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfc1f31f-d6b0-5749-8eda-ee04f42ea40f, identifier: 7008639auction106392
2026-03-27 15:03:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_004/780x0__r.jpg?hash=1774616050> (referer: https://ecarstrade.com/cars/7008678)
2026-03-27 15:03:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfc1f31f-d6b0-5749-8eda-ee04f42ea40f with identifier: 7008639auction106392
2026-03-27 15:03:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfc1f31f-d6b0-5749-8eda-ee04f42ea40f with identifier: 7008639auction106392
2026-03-27 15:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfc1f31f-d6b0-5749-8eda-ee04f42ea40f with identifier: 7008639auction106392 to the API
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008639/photo_001/780x0__r.jpg?hash=1774612493>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'cfc1f31f-d6b0-5749-8eda-ee04f42ea40f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008639',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 4352,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': '100 S&S BVM6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008639auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:51 [ecarstrade.be] INFO: Saving data for 7008639auction106392: {'created_time': 1774623831.252744, 'last_price_update_time': 1774623831.252755, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008639auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_003/780x0__r.jpg?hash=1774616050> (referer: https://ecarstrade.com/cars/7008678)
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_001/780x0__r.jpg?hash=1774616052> (referer: https://ecarstrade.com/cars/7008678)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_002/780x0__r.jpg?hash=1774616052> (referer: https://ecarstrade.com/cars/7008678)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_004/780x0__r.jpg?hash=1774616055> (referer: https://ecarstrade.com/cars/7008680)
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_005/780x0__r.jpg?hash=1774616055> (referer: https://ecarstrade.com/cars/7008680)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_001/780x0__r.jpg?hash=1774612478> (referer: https://ecarstrade.com/cars/7008630)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_002/780x0__r.jpg?hash=1774612477> (referer: https://ecarstrade.com/cars/7008630)
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb
2026-03-27 15:03:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2f9ce255-38c2-525b-ac91-69d8f9fb12bb, skipping ID generation
2026-03-27 15:03:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb with scrape type 1
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2f9ce255-38c2-525b-ac91-69d8f9fb12bb sending to next pipeline
2026-03-27 15:03:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2f9ce255-38c2-525b-ac91-69d8f9fb12bb, identifier: 7008678auction106392
2026-03-27 15:03:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2f9ce255-38c2-525b-ac91-69d8f9fb12bb with identifier: 7008678auction106392
2026-03-27 15:03:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2f9ce255-38c2-525b-ac91-69d8f9fb12bb with identifier: 7008678auction106392
2026-03-27 15:03:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2f9ce255-38c2-525b-ac91-69d8f9fb12bb with identifier: 7008678auction106392 to the API
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008678/photo_002/780x0__r.jpg?hash=1774616052>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2f9ce255-38c2-525b-ac91-69d8f9fb12bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008678',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 22452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure 5008 Hybrid 136 e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008678auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:51 [ecarstrade.be] INFO: Saving data for 7008678auction106392: {'created_time': 1774623831.875858, 'last_price_update_time': 1774623831.87587, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008678auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_003/780x0__r.jpg?hash=1774612477> (referer: https://ecarstrade.com/cars/7008630)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_004/780x0__r.jpg?hash=1774612477> (referer: https://ecarstrade.com/cars/7008630)
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008629> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007050> (referer: https://ecarstrade.com/search/page106?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_005/780x0__r.jpg?hash=1774612478> (referer: https://ecarstrade.com/cars/7008630)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_006/780x0__r.jpg?hash=1774612477> (referer: https://ecarstrade.com/cars/7008630)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_003/780x0__r.jpg?hash=1774616054> (referer: https://ecarstrade.com/cars/7008680)
2026-03-27 15:03:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_005/780x0__r.jpg?hash=1774605289> (referer: https://ecarstrade.com/cars/7007740)
2026-03-27 15:03:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_001/780x0__r.jpg?hash=1774616053> (referer: https://ecarstrade.com/cars/7008680)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_004/780x0__r.jpg?hash=1774605290> (referer: https://ecarstrade.com/cars/7007740)
2026-03-27 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7008629auction106392
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_003/780x0__r.jpg?hash=1774605289> (referer: https://ecarstrade.com/cars/7007740)
2026-03-27 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7007050auction106392
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_002/780x0__r.jpg?hash=1774605289> (referer: https://ecarstrade.com/cars/7007740)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_001/780x0__r.jpg?hash=1774605289> (referer: https://ecarstrade.com/cars/7007740)
2026-03-27 15:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 714759d4-38ec-5af3-a8d3-0973cc2e14dd with identifier: 7008629auction106392
2026-03-27 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 714759d4-38ec-5af3-a8d3-0973cc2e14dd with scrape type 1
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008629%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612476%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_001/780x0__r.jpg?hash=1774612476 not downloaded yet
2026-03-27 15:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 271daf75-2cd8-55d0-a00b-5acf87801ef9 with identifier: 7007050auction106392
2026-03-27 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271daf75-2cd8-55d0-a00b-5acf87801ef9 with scrape type 1
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007050%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774598058%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_001/780x0__r.jpg?hash=1774598058 not downloaded yet
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_005/780x0__r.jpg?hash=1774612449> (referer: https://ecarstrade.com/cars/7008617)
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008629%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612476%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_002/780x0__r.jpg?hash=1774612476 not downloaded yet
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007050%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774598058%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_002/780x0__r.jpg?hash=1774598058 not downloaded yet
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_004/780x0__r.jpg?hash=1774612449> (referer: https://ecarstrade.com/cars/7008617)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_003/780x0__r.jpg?hash=1774612449> (referer: https://ecarstrade.com/cars/7008617)
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008629%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612476%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_003/780x0__r.jpg?hash=1774612476 not downloaded yet
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007050%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774598058%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_003/780x0__r.jpg?hash=1774598058 not downloaded yet
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008628> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c
2026-03-27 15:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c, skipping ID generation
2026-03-27 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c with scrape type 1
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c sending to next pipeline
2026-03-27 15:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c, identifier: 7008630auction106392
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c with identifier: 7008630auction106392
2026-03-27 15:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c with identifier: 7008630auction106392
2026-03-27 15:03:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c with identifier: 7008630auction106392 to the API
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008630/photo_006/780x0__r.jpg?hash=1774612477>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '14811bdc-aaf8-5d3f-b11a-a1e7473f9a7c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008630',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 24404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008630auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [ecarstrade.be] INFO: Saving data for 7008630auction106392: {'created_time': 1774623832.636057, 'last_price_update_time': 1774623832.63607, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008630auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_002/780x0__r.jpg?hash=1774612449> (referer: https://ecarstrade.com/cars/7008617)
2026-03-27 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7008628auction106392
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008629%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612476%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_004/780x0__r.jpg?hash=1774612476 not downloaded yet
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007050%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774598058%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_004/780x0__r.jpg?hash=1774598058 not downloaded yet
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_005/780x0__r.jpg?hash=1774608912> (referer: https://ecarstrade.com/cars/7008301)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_001/780x0__r.jpg?hash=1774612449> (referer: https://ecarstrade.com/cars/7008617)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_002/780x0__r.jpg?hash=1774616054> (referer: https://ecarstrade.com/cars/7008680)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008627> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008626> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008629%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612476%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_005/780x0__r.jpg?hash=1774612476 not downloaded yet
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007050%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_005/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6a2170a0-5007-5a3a-9710-3130d8f44105
2026-03-27 15:03:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6a2170a0-5007-5a3a-9710-3130d8f44105, skipping ID generation
2026-03-27 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6a2170a0-5007-5a3a-9710-3130d8f44105 with scrape type 1
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6a2170a0-5007-5a3a-9710-3130d8f44105 sending to next pipeline
2026-03-27 15:03:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6a2170a0-5007-5a3a-9710-3130d8f44105, identifier: 7007740auction106392
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a with identifier: 7008628auction106392
2026-03-27 15:03:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a with scrape type 1
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008628%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_001/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_003/780x0__r.jpg?hash=1774608911> (referer: https://ecarstrade.com/cars/7008301)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_001/780x0__r.jpg?hash=1774608911> (referer: https://ecarstrade.com/cars/7008301)
2026-03-27 15:03:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_002/780x0__r.jpg?hash=1774608912> (referer: https://ecarstrade.com/cars/7008301)
2026-03-27 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7008627auction106392
2026-03-27 15:03:52 [ecarstrade.be] INFO: Extracting details for car 7008626auction106392
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008629%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612476%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_006/780x0__r.jpg?hash=1774612476 not downloaded yet
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007050%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774598059%27 HTTP/1.1" 200 None
2026-03-27 15:03:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_006/780x0__r.jpg?hash=1774598059 not downloaded yet
2026-03-27 15:03:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6a2170a0-5007-5a3a-9710-3130d8f44105 with identifier: 7007740auction106392
2026-03-27 15:03:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6a2170a0-5007-5a3a-9710-3130d8f44105 with identifier: 7007740auction106392
2026-03-27 15:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6a2170a0-5007-5a3a-9710-3130d8f44105 with identifier: 7007740auction106392 to the API
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007740/photo_001/780x0__r.jpg?hash=1774605289>
{'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-29T15:40:05Z',
'fuel_type': 'Electric',
'id': '6a2170a0-5007-5a3a-9710-3130d8f44105',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007740',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 5440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-11',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'transmission': 'automatic',
'trim': 'DS DS 7 Hybride Rechargeable E-Tense 225 EAT8 Opera',
'vin': None,
'year': 2024}
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007740auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:53 [ecarstrade.be] INFO: Saving data for 7007740auction106392: {'created_time': 1774623833.363532, 'last_price_update_time': 1774623833.363543, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007740auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008628%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_002/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_001/780x0__r.jpg?hash=1774598058> (referer: https://ecarstrade.com/cars/7007050)
2026-03-27 15:03:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008625> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4138886d-2f4e-5586-9cc5-b942fb78e46f
2026-03-27 15:03:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4138886d-2f4e-5586-9cc5-b942fb78e46f, skipping ID generation
2026-03-27 15:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4138886d-2f4e-5586-9cc5-b942fb78e46f with scrape type 1
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4138886d-2f4e-5586-9cc5-b942fb78e46f sending to next pipeline
2026-03-27 15:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4138886d-2f4e-5586-9cc5-b942fb78e46f, identifier: 7008617auction106392
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5949b041-efa9-5f50-84fc-2e3aa091f29b
2026-03-27 15:03:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5949b041-efa9-5f50-84fc-2e3aa091f29b, skipping ID generation
2026-03-27 15:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5949b041-efa9-5f50-84fc-2e3aa091f29b with scrape type 1
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5949b041-efa9-5f50-84fc-2e3aa091f29b sending to next pipeline
2026-03-27 15:03:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5949b041-efa9-5f50-84fc-2e3aa091f29b, identifier: 7008680auction106392
2026-03-27 15:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d23d8ce6-3a46-520a-a88f-3dfd6591bd20 with identifier: 7008627auction106392
2026-03-27 15:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d23d8ce6-3a46-520a-a88f-3dfd6591bd20 with scrape type 1
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008627%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_001/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae673ec-9d81-5dc7-948e-daf5f099f2e4 with identifier: 7008626auction106392
2026-03-27 15:03:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae673ec-9d81-5dc7-948e-daf5f099f2e4 with scrape type 1
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008626%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_001/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008628%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_003/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4138886d-2f4e-5586-9cc5-b942fb78e46f with identifier: 7008617auction106392
2026-03-27 15:03:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4138886d-2f4e-5586-9cc5-b942fb78e46f with identifier: 7008617auction106392
2026-03-27 15:03:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4138886d-2f4e-5586-9cc5-b942fb78e46f with identifier: 7008617auction106392 to the API
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008617/photo_001/780x0__r.jpg?hash=1774612449>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '4138886d-2f4e-5586-9cc5-b942fb78e46f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008617',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 17656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Plus 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Plus 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2025}
2026-03-27 15:03:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008617auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [ecarstrade.be] INFO: Saving data for 7008617auction106392: {'created_time': 1774623834.008242, 'last_price_update_time': 1774623834.008252, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008617auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5949b041-efa9-5f50-84fc-2e3aa091f29b with identifier: 7008680auction106392
2026-03-27 15:03:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5949b041-efa9-5f50-84fc-2e3aa091f29b with identifier: 7008680auction106392
2026-03-27 15:03:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5949b041-efa9-5f50-84fc-2e3aa091f29b with identifier: 7008680auction106392 to the API
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008680/photo_002/780x0__r.jpg?hash=1774616054>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '5949b041-efa9-5f50-84fc-2e3aa091f29b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008680',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 28204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max PureTech 1.2L 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max PureTech 1.2L 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008680auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [ecarstrade.be] INFO: Saving data for 7008680auction106392: {'created_time': 1774623834.386636, 'last_price_update_time': 1774623834.386653, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008680auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_002/780x0__r.jpg?hash=1774612476> (referer: https://ecarstrade.com/cars/7008629)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_003/780x0__r.jpg?hash=1774612476> (referer: https://ecarstrade.com/cars/7008629)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_003/780x0__r.jpg?hash=1774598058> (referer: https://ecarstrade.com/cars/7007050)
2026-03-27 15:03:54 [ecarstrade.be] INFO: Extracting details for car 7008625auction106392
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008627%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_002/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008626%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_002/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_001/780x0__r.jpg?hash=1774612476> (referer: https://ecarstrade.com/cars/7008629)
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008628%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612474%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_004/780x0__r.jpg?hash=1774612474 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008627%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_003/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008626%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_003/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008628%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_005/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 738f67bf-1371-5368-a1dd-132e2341bac0 with identifier: 7008625auction106392
2026-03-27 15:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738f67bf-1371-5368-a1dd-132e2341bac0 with scrape type 1
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008625%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612468%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_001/780x0__r.jpg?hash=1774612468 not downloaded yet
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_004/780x0__r.jpg?hash=1774598058> (referer: https://ecarstrade.com/cars/7007050)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_004/780x0__r.jpg?hash=1774612476> (referer: https://ecarstrade.com/cars/7008629)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_005/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007050)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_004/780x0__r.jpg?hash=1774608911> (referer: https://ecarstrade.com/cars/7008301)
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008627%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_004/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008626%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_004/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008628%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612473%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_006/780x0__r.jpg?hash=1774612473 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008625%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612468%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_002/780x0__r.jpg?hash=1774612468 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008627%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612472%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_005/780x0__r.jpg?hash=1774612472 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008626%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_005/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_006/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007050)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_001/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008626)
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008625%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_003/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_002/780x0__r.jpg?hash=1774598058> (referer: https://ecarstrade.com/cars/7007050)
2026-03-27 15:03:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_005/780x0__r.jpg?hash=1774612476> (referer: https://ecarstrade.com/cars/7008629)
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008627%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612472%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_006/780x0__r.jpg?hash=1774612472 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008626%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_006/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008625%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612470%27 HTTP/1.1" 200 None
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_004/780x0__r.jpg?hash=1774612470 not downloaded yet
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 51161155-fc56-53f5-a958-c21abd924bd6
2026-03-27 15:03:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51161155-fc56-53f5-a958-c21abd924bd6, skipping ID generation
2026-03-27 15:03:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51161155-fc56-53f5-a958-c21abd924bd6 with scrape type 1
2026-03-27 15:03:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51161155-fc56-53f5-a958-c21abd924bd6 sending to next pipeline
2026-03-27 15:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51161155-fc56-53f5-a958-c21abd924bd6, identifier: 7008301auction106392
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_001/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008627)
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_002/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008628)
2026-03-27 15:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51161155-fc56-53f5-a958-c21abd924bd6 with identifier: 7008301auction106392
2026-03-27 15:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51161155-fc56-53f5-a958-c21abd924bd6 with identifier: 7008301auction106392
2026-03-27 15:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51161155-fc56-53f5-a958-c21abd924bd6 with identifier: 7008301auction106392 to the API
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008301/photo_004/780x0__r.jpg?hash=1774608911>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '51161155-fc56-53f5-a958-c21abd924bd6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008301',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 10607,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-18',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 136 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 136 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008301auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:55 [ecarstrade.be] INFO: Saving data for 7008301auction106392: {'created_time': 1774623835.375695, 'last_price_update_time': 1774623835.375708, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008301auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008625%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612468%27 HTTP/1.1" 200 None
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_005/780x0__r.jpg?hash=1774612468 not downloaded yet
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_006/780x0__r.jpg?hash=1774612476> (referer: https://ecarstrade.com/cars/7008629)
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_003/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008628)
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 271daf75-2cd8-55d0-a00b-5acf87801ef9
2026-03-27 15:03:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 271daf75-2cd8-55d0-a00b-5acf87801ef9, skipping ID generation
2026-03-27 15:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 271daf75-2cd8-55d0-a00b-5acf87801ef9 with scrape type 1
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 271daf75-2cd8-55d0-a00b-5acf87801ef9 sending to next pipeline
2026-03-27 15:03:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 271daf75-2cd8-55d0-a00b-5acf87801ef9, identifier: 7007050auction106392
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03: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%252F7008625%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612469%27 HTTP/1.1" 200 None
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_006/780x0__r.jpg?hash=1774612469 not downloaded yet
2026-03-27 15:03:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 271daf75-2cd8-55d0-a00b-5acf87801ef9 with identifier: 7007050auction106392
2026-03-27 15:03:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 271daf75-2cd8-55d0-a00b-5acf87801ef9 with identifier: 7007050auction106392
2026-03-27 15:03:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 271daf75-2cd8-55d0-a00b-5acf87801ef9 with identifier: 7007050auction106392 to the API
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007050/photo_002/780x0__r.jpg?hash=1774598058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '271daf75-2cd8-55d0-a00b-5acf87801ef9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007050',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 17550,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-06-03',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007050auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:55 [ecarstrade.be] INFO: Saving data for 7007050auction106392: {'created_time': 1774623835.934986, 'last_price_update_time': 1774623835.935001, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007050auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_003/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008626)
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_003/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008627)
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_004/780x0__r.jpg?hash=1774612474> (referer: https://ecarstrade.com/cars/7008628)
2026-03-27 15:03:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_002/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008626)
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 714759d4-38ec-5af3-a8d3-0973cc2e14dd
2026-03-27 15:03:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 714759d4-38ec-5af3-a8d3-0973cc2e14dd, skipping ID generation
2026-03-27 15:03:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 714759d4-38ec-5af3-a8d3-0973cc2e14dd with scrape type 1
2026-03-27 15:03:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 714759d4-38ec-5af3-a8d3-0973cc2e14dd sending to next pipeline
2026-03-27 15:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 714759d4-38ec-5af3-a8d3-0973cc2e14dd, identifier: 7008629auction106392
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 714759d4-38ec-5af3-a8d3-0973cc2e14dd with identifier: 7008629auction106392
2026-03-27 15:03:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 714759d4-38ec-5af3-a8d3-0973cc2e14dd with identifier: 7008629auction106392
2026-03-27 15:03:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 714759d4-38ec-5af3-a8d3-0973cc2e14dd with identifier: 7008629auction106392 to the API
2026-03-27 15:03:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:03:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008629/photo_006/780x0__r.jpg?hash=1774612476>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '714759d4-38ec-5af3-a8d3-0973cc2e14dd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008629',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 12810,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-16',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'transmission': 'manual',
'trim': 'Allure 1.2L (1199cc) 100 hp S&S, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-27 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008629auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:56 [ecarstrade.be] INFO: Saving data for 7008629auction106392: {'created_time': 1774623836.386678, 'last_price_update_time': 1774623836.386689, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008629auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_002/780x0__r.jpg?hash=1774612468> (referer: https://ecarstrade.com/cars/7008625)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_006/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008628)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_005/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008626)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_003/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008625)
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_004/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008625)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_006/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008626)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_005/780x0__r.jpg?hash=1774612472> (referer: https://ecarstrade.com/cars/7008627)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_006/780x0__r.jpg?hash=1774612472> (referer: https://ecarstrade.com/cars/7008627)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_006/780x0__r.jpg?hash=1774612469> (referer: https://ecarstrade.com/cars/7008625)
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_004/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008627)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_005/780x0__r.jpg?hash=1774612468> (referer: https://ecarstrade.com/cars/7008625)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_001/780x0__r.jpg?hash=1774612468> (referer: https://ecarstrade.com/cars/7008625)
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_004/780x0__r.jpg?hash=1774612470> (referer: https://ecarstrade.com/cars/7008626)
2026-03-27 15:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_002/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008627)
2026-03-27 15:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_001/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008628)
2026-03-27 15:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_005/780x0__r.jpg?hash=1774612473> (referer: https://ecarstrade.com/cars/7008628)
2026-03-27 15:03:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 738f67bf-1371-5368-a1dd-132e2341bac0
2026-03-27 15:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 738f67bf-1371-5368-a1dd-132e2341bac0, skipping ID generation
2026-03-27 15:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 738f67bf-1371-5368-a1dd-132e2341bac0 with scrape type 1
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 738f67bf-1371-5368-a1dd-132e2341bac0 sending to next pipeline
2026-03-27 15:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 738f67bf-1371-5368-a1dd-132e2341bac0, identifier: 7008625auction106392
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fae673ec-9d81-5dc7-948e-daf5f099f2e4
2026-03-27 15:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fae673ec-9d81-5dc7-948e-daf5f099f2e4, skipping ID generation
2026-03-27 15:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae673ec-9d81-5dc7-948e-daf5f099f2e4 with scrape type 1
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fae673ec-9d81-5dc7-948e-daf5f099f2e4 sending to next pipeline
2026-03-27 15:03:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fae673ec-9d81-5dc7-948e-daf5f099f2e4, identifier: 7008626auction106392
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d23d8ce6-3a46-520a-a88f-3dfd6591bd20
2026-03-27 15:03:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d23d8ce6-3a46-520a-a88f-3dfd6591bd20, skipping ID generation
2026-03-27 15:03:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d23d8ce6-3a46-520a-a88f-3dfd6591bd20 with scrape type 1
2026-03-27 15:03:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d23d8ce6-3a46-520a-a88f-3dfd6591bd20 sending to next pipeline
2026-03-27 15:03:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d23d8ce6-3a46-520a-a88f-3dfd6591bd20, identifier: 7008627auction106392
2026-03-27 15:03:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 738f67bf-1371-5368-a1dd-132e2341bac0 with identifier: 7008625auction106392
2026-03-27 15:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 738f67bf-1371-5368-a1dd-132e2341bac0 with identifier: 7008625auction106392
2026-03-27 15:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 738f67bf-1371-5368-a1dd-132e2341bac0 with identifier: 7008625auction106392 to the API
2026-03-27 15:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008625/photo_001/780x0__r.jpg?hash=1774612468>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '738f67bf-1371-5368-a1dd-132e2341bac0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008625',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23776,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) 100hp S&S (manual 6-speed)',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) 100hp S&S (manual 6-speed)',
'vin': None,
'year': 2025}
2026-03-27 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008625auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:57 [ecarstrade.be] INFO: Saving data for 7008625auction106392: {'created_time': 1774623837.402118, 'last_price_update_time': 1774623837.402134, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008625auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fae673ec-9d81-5dc7-948e-daf5f099f2e4 with identifier: 7008626auction106392
2026-03-27 15:03:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fae673ec-9d81-5dc7-948e-daf5f099f2e4 with identifier: 7008626auction106392
2026-03-27 15:03:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fae673ec-9d81-5dc7-948e-daf5f099f2e4 with identifier: 7008626auction106392 to the API
2026-03-27 15:03:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008626/photo_004/780x0__r.jpg?hash=1774612470>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fae673ec-9d81-5dc7-948e-daf5f099f2e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008626',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 18005,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-02',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (e-DCS6)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (e-DCS6)',
'vin': None,
'year': 2025}
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008626auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:58 [ecarstrade.be] INFO: Saving data for 7008626auction106392: {'created_time': 1774623838.449159, 'last_price_update_time': 1774623838.44917, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008626auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d23d8ce6-3a46-520a-a88f-3dfd6591bd20 with identifier: 7008627auction106392
2026-03-27 15:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d23d8ce6-3a46-520a-a88f-3dfd6591bd20 with identifier: 7008627auction106392
2026-03-27 15:03:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d23d8ce6-3a46-520a-a88f-3dfd6591bd20 with identifier: 7008627auction106392 to the API
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008627/photo_002/780x0__r.jpg?hash=1774612473>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd23d8ce6-3a46-520a-a88f-3dfd6591bd20',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008627',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 16090,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-27',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 e-DCS6 (1.2L)',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 e-DCS6 (1.2L)',
'vin': None,
'year': 2025}
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008627auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:58 [ecarstrade.be] INFO: Saving data for 7008627auction106392: {'created_time': 1774623838.801272, 'last_price_update_time': 1774623838.801283, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008627auction106392') HTTP/1.1" 204 0
2026-03-27 15:03:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a
2026-03-27 15:03:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a, skipping ID generation
2026-03-27 15:03:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a with scrape type 1
2026-03-27 15:03:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a sending to next pipeline
2026-03-27 15:03:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a, identifier: 7008628auction106392
2026-03-27 15:03:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a with identifier: 7008628auction106392
2026-03-27 15:03:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a with identifier: 7008628auction106392
2026-03-27 15:03:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 02ac02d9-c3c6-523b-af5d-3ae7c6415b2a with identifier: 7008628auction106392 to the API
2026-03-27 15:03:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:03:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:03:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008628/photo_005/780x0__r.jpg?hash=1774612473>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '02ac02d9-c3c6-523b-af5d-3ae7c6415b2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008628',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 7738,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-27',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008628auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:03:59 [ecarstrade.be] INFO: Saving data for 7008628auction106392: {'created_time': 1774623839.982978, 'last_price_update_time': 1774623839.98299, 'auction_closing_time': 1774798805.0}
2026-03-27 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:03:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008628auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008624> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_006/780x0__r.jpg?hash=1774598061> (referer: https://ecarstrade.com/cars/7007052)
2026-03-27 15:04:01 [ecarstrade.be] INFO: Extracting details for car 7008624auction106392
2026-03-27 15:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21c04dc4-527a-5947-8b64-5aaaacf8e297 with identifier: 7008624auction106392
2026-03-27 15:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c04dc4-527a-5947-8b64-5aaaacf8e297 with scrape type 1
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008624%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612467%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_001/780x0__r.jpg?hash=1774612467 not downloaded yet
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008624%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612466%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_002/780x0__r.jpg?hash=1774612466 not downloaded yet
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008624%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612467%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_003/780x0__r.jpg?hash=1774612467 not downloaded yet
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_005/780x0__r.jpg?hash=1774598061> (referer: https://ecarstrade.com/cars/7007052)
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008624%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612467%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_004/780x0__r.jpg?hash=1774612467 not downloaded yet
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008624%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612467%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_005/780x0__r.jpg?hash=1774612467 not downloaded yet
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008624%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612467%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_006/780x0__r.jpg?hash=1774612467 not downloaded yet
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008623> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_003/780x0__r.jpg?hash=1774598061> (referer: https://ecarstrade.com/cars/7007052)
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_004/780x0__r.jpg?hash=1774598061> (referer: https://ecarstrade.com/cars/7007052)
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_001/780x0__r.jpg?hash=1774598061> (referer: https://ecarstrade.com/cars/7007052)
2026-03-27 15:04:01 [ecarstrade.be] INFO: Extracting details for car 7008623auction106392
2026-03-27 15:04:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 38771b0f-1645-5340-aaea-439f91635326 with identifier: 7008623auction106392
2026-03-27 15:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38771b0f-1645-5340-aaea-439f91635326 with scrape type 1
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008623%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612463%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_001/780x0__r.jpg?hash=1774612463 not downloaded yet
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008623%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612462%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_002/780x0__r.jpg?hash=1774612462 not downloaded yet
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_005/780x0__r.jpg?hash=1774601657> (referer: https://ecarstrade.com/cars/7007315)
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008623%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612462%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_003/780x0__r.jpg?hash=1774612462 not downloaded yet
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008623%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612464%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_004/780x0__r.jpg?hash=1774612464 not downloaded yet
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008623%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612463%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_005/780x0__r.jpg?hash=1774612463 not downloaded yet
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_004/780x0__r.jpg?hash=1774601656> (referer: https://ecarstrade.com/cars/7007315)
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008623%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612463%27 HTTP/1.1" 200 None
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_006/780x0__r.jpg?hash=1774612463 not downloaded yet
2026-03-27 15:04:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_003/780x0__r.jpg?hash=1774601656> (referer: https://ecarstrade.com/cars/7007315)
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b
2026-03-27 15:04:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b, skipping ID generation
2026-03-27 15:04:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b with scrape type 1
2026-03-27 15:04:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b sending to next pipeline
2026-03-27 15:04:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b, identifier: 7007052auction106392
2026-03-27 15:04:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b with identifier: 7007052auction106392
2026-03-27 15:04:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b with identifier: 7007052auction106392
2026-03-27 15:04:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 99ca50cf-b20c-542e-8c53-0eaac6c7eb7b with identifier: 7007052auction106392 to the API
2026-03-27 15:04:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007052/photo_001/780x0__r.jpg?hash=1774598061>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '99ca50cf-b20c-542e-8c53-0eaac6c7eb7b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007052',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '208',
'odometer': 18967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-31',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 100 S&S BVM6 Style',
'transmission': 'manual',
'trim': '100 S&S BVM6 Style',
'vin': None,
'year': 2025}
2026-03-27 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007052auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:02 [ecarstrade.be] INFO: Saving data for 7007052auction106392: {'created_time': 1774623842.749024, 'last_price_update_time': 1774623842.749036, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007052auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_002/780x0__r.jpg?hash=1774601656> (referer: https://ecarstrade.com/cars/7007315)
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_001/780x0__r.jpg?hash=1774601657> (referer: https://ecarstrade.com/cars/7007315)
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008622> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008621> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_003/780x0__r.jpg?hash=1774612467> (referer: https://ecarstrade.com/cars/7008624)
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_004/780x0__r.jpg?hash=1774612467> (referer: https://ecarstrade.com/cars/7008624)
2026-03-27 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:04:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_005/780x0__r.jpg?hash=1774612467> (referer: https://ecarstrade.com/cars/7008624)
2026-03-27 15:04:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5bb0ec19-a232-59a3-a906-163de91173ae
2026-03-27 15:04:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5bb0ec19-a232-59a3-a906-163de91173ae, skipping ID generation
2026-03-27 15:04:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bb0ec19-a232-59a3-a906-163de91173ae with scrape type 1
2026-03-27 15:04:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5bb0ec19-a232-59a3-a906-163de91173ae sending to next pipeline
2026-03-27 15:04:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bb0ec19-a232-59a3-a906-163de91173ae, identifier: 7007315auction106392
2026-03-27 15:04:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bb0ec19-a232-59a3-a906-163de91173ae with identifier: 7007315auction106392
2026-03-27 15:04:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bb0ec19-a232-59a3-a906-163de91173ae with identifier: 7007315auction106392
2026-03-27 15:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bb0ec19-a232-59a3-a906-163de91173ae with identifier: 7007315auction106392 to the API
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007315/photo_001/780x0__r.jpg?hash=1774601657>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '5bb0ec19-a232-59a3-a906-163de91173ae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007315',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'DS Automobiles',
'model': 'DS4',
'odometer': 6399,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-26',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 PureTech 130 EAT8 Rivoli',
'transmission': 'automatic',
'trim': 'DS PureTech 130 EAT8 Rivoli',
'vin': None,
'year': 2024}
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007315auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [ecarstrade.be] INFO: Saving data for 7007315auction106392: {'created_time': 1774623843.312604, 'last_price_update_time': 1774623843.312614, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007315auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_006/780x0__r.jpg?hash=1774612467> (referer: https://ecarstrade.com/cars/7008624)
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_002/780x0__r.jpg?hash=1774612466> (referer: https://ecarstrade.com/cars/7008624)
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_002/780x0__r.jpg?hash=1774612462> (referer: https://ecarstrade.com/cars/7008623)
2026-03-27 15:04:03 [ecarstrade.be] INFO: Extracting details for car 7008622auction106392
2026-03-27 15:04:03 [ecarstrade.be] INFO: Extracting details for car 7008621auction106392
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_005/780x0__r.jpg?hash=1774612463> (referer: https://ecarstrade.com/cars/7008623)
2026-03-27 15:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 023dd157-5093-5858-a1c3-896ffd20fec1 with identifier: 7008622auction106392
2026-03-27 15:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 023dd157-5093-5858-a1c3-896ffd20fec1 with scrape type 1
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008622%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612458%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_001/780x0__r.jpg?hash=1774612458 not downloaded yet
2026-03-27 15:04:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846c6c51-84c3-56f4-a9f4-4776b5b28e79 with identifier: 7008621auction106392
2026-03-27 15:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846c6c51-84c3-56f4-a9f4-4776b5b28e79 with scrape type 1
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008621%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_001/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008622%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612458%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_002/780x0__r.jpg?hash=1774612458 not downloaded yet
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008621%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_002/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_006/780x0__r.jpg?hash=1774612463> (referer: https://ecarstrade.com/cars/7008623)
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008622%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612458%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_003/780x0__r.jpg?hash=1774612458 not downloaded yet
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008621%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_003/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_003/780x0__r.jpg?hash=1774612462> (referer: https://ecarstrade.com/cars/7008623)
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_004/780x0__r.jpg?hash=1774612464> (referer: https://ecarstrade.com/cars/7008623)
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_001/780x0__r.jpg?hash=1774612463> (referer: https://ecarstrade.com/cars/7008623)
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008622%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612458%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_004/780x0__r.jpg?hash=1774612458 not downloaded yet
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008621%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_004/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008622%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612459%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_005/780x0__r.jpg?hash=1774612459 not downloaded yet
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008621%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_005/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_006/780x0__r.jpg?hash=1774601652> (referer: https://ecarstrade.com/cars/7007314)
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_005/780x0__r.jpg?hash=1774601652> (referer: https://ecarstrade.com/cars/7007314)
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008622%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612459%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_006/780x0__r.jpg?hash=1774612459 not downloaded yet
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008621%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612457%27 HTTP/1.1" 200 None
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_006/780x0__r.jpg?hash=1774612457 not downloaded yet
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_001/780x0__r.jpg?hash=1774612467> (referer: https://ecarstrade.com/cars/7008624)
2026-03-27 15:04:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_004/780x0__r.jpg?hash=1774601652> (referer: https://ecarstrade.com/cars/7007314)
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 38771b0f-1645-5340-aaea-439f91635326
2026-03-27 15:04:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 38771b0f-1645-5340-aaea-439f91635326, skipping ID generation
2026-03-27 15:04:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 38771b0f-1645-5340-aaea-439f91635326 with scrape type 1
2026-03-27 15:04:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 38771b0f-1645-5340-aaea-439f91635326 sending to next pipeline
2026-03-27 15:04:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 38771b0f-1645-5340-aaea-439f91635326, identifier: 7008623auction106392
2026-03-27 15:04:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 38771b0f-1645-5340-aaea-439f91635326 with identifier: 7008623auction106392
2026-03-27 15:04:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 38771b0f-1645-5340-aaea-439f91635326 with identifier: 7008623auction106392
2026-03-27 15:04:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 38771b0f-1645-5340-aaea-439f91635326 with identifier: 7008623auction106392 to the API
2026-03-27 15:04:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008623/photo_001/780x0__r.jpg?hash=1774612463>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '38771b0f-1645-5340-aaea-439f91635326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008623',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 18049,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (1.2L 3-cyl) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (1.2L 3-cyl) e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008623auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:05 [ecarstrade.be] INFO: Saving data for 7008623auction106392: {'created_time': 1774623845.135099, 'last_price_update_time': 1774623845.135111, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008623auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_002/780x0__r.jpg?hash=1774601651> (referer: https://ecarstrade.com/cars/7007314)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_001/780x0__r.jpg?hash=1774601651> (referer: https://ecarstrade.com/cars/7007314)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_004/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007051)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_003/780x0__r.jpg?hash=1774601651> (referer: https://ecarstrade.com/cars/7007314)
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 21c04dc4-527a-5947-8b64-5aaaacf8e297
2026-03-27 15:04:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21c04dc4-527a-5947-8b64-5aaaacf8e297, skipping ID generation
2026-03-27 15:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21c04dc4-527a-5947-8b64-5aaaacf8e297 with scrape type 1
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21c04dc4-527a-5947-8b64-5aaaacf8e297 sending to next pipeline
2026-03-27 15:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21c04dc4-527a-5947-8b64-5aaaacf8e297, identifier: 7008624auction106392
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21c04dc4-527a-5947-8b64-5aaaacf8e297 with identifier: 7008624auction106392
2026-03-27 15:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21c04dc4-527a-5947-8b64-5aaaacf8e297 with identifier: 7008624auction106392
2026-03-27 15:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21c04dc4-527a-5947-8b64-5aaaacf8e297 with identifier: 7008624auction106392 to the API
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008624/photo_001/780x0__r.jpg?hash=1774612467>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '21c04dc4-527a-5947-8b64-5aaaacf8e297',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008624',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 12095,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-02',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Allure 1.2L Gasoline (S&S) 100 hp, 6-speed manual',
'transmission': 'manual',
'trim': 'Allure 1.2L Gasoline (S&S) 100 hp, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008624auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:05 [ecarstrade.be] INFO: Saving data for 7008624auction106392: {'created_time': 1774623845.692629, 'last_price_update_time': 1774623845.692641, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008624auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_002/780x0__r.jpg?hash=1774612458> (referer: https://ecarstrade.com/cars/7008622)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_003/780x0__r.jpg?hash=1774612458> (referer: https://ecarstrade.com/cars/7008622)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_002/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008621)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_003/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008621)
2026-03-27 15:04:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008620> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cfed4110-cd25-58c3-a09f-85111abdb970
2026-03-27 15:04:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfed4110-cd25-58c3-a09f-85111abdb970, skipping ID generation
2026-03-27 15:04:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfed4110-cd25-58c3-a09f-85111abdb970 with scrape type 1
2026-03-27 15:04:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfed4110-cd25-58c3-a09f-85111abdb970 sending to next pipeline
2026-03-27 15:04:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfed4110-cd25-58c3-a09f-85111abdb970, identifier: 7007314auction106392
2026-03-27 15:04:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfed4110-cd25-58c3-a09f-85111abdb970 with identifier: 7007314auction106392
2026-03-27 15:04:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfed4110-cd25-58c3-a09f-85111abdb970 with identifier: 7007314auction106392
2026-03-27 15:04:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfed4110-cd25-58c3-a09f-85111abdb970 with identifier: 7007314auction106392 to the API
2026-03-27 15:04:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007314/photo_003/780x0__r.jpg?hash=1774601651>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'cfed4110-cd25-58c3-a09f-85111abdb970',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007314',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23178,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-04',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2024}
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007314auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [ecarstrade.be] INFO: Saving data for 7007314auction106392: {'created_time': 1774623846.49663, 'last_price_update_time': 1774623846.496641, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007314auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_006/780x0__r.jpg?hash=1774612457> (referer: https://ecarstrade.com/cars/7008621)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_006/780x0__r.jpg?hash=1774612459> (referer: https://ecarstrade.com/cars/7008622)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_005/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008621)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_005/780x0__r.jpg?hash=1774612459> (referer: https://ecarstrade.com/cars/7008622)
2026-03-27 15:04:06 [ecarstrade.be] INFO: Extracting details for car 7008620auction106392
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_004/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008621)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008619> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bf430aeb-fd07-5817-9958-63982ddb179e with identifier: 7008620auction106392
2026-03-27 15:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf430aeb-fd07-5817-9958-63982ddb179e with scrape type 1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008620%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_001/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008620%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_002/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_003/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007051)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_001/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008621)
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008620%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_003/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_001/780x0__r.jpg?hash=1774612458> (referer: https://ecarstrade.com/cars/7008622)
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008620%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612456%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_004/780x0__r.jpg?hash=1774612456 not downloaded yet
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_004/780x0__r.jpg?hash=1774612458> (referer: https://ecarstrade.com/cars/7008622)
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008620%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612453%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_005/780x0__r.jpg?hash=1774612453 not downloaded yet
2026-03-27 15:04:06 [ecarstrade.be] INFO: Extracting details for car 7008619auction106392
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008620%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612453%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_006/780x0__r.jpg?hash=1774612453 not downloaded yet
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:04:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f with identifier: 7008619auction106392
2026-03-27 15:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f with scrape type 1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008619%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612455%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_001/780x0__r.jpg?hash=1774612455 not downloaded yet
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_002/780x0__r.jpg?hash=1774598059> (referer: https://ecarstrade.com/cars/7007051)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_003/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008620)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_002/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008620)
2026-03-27 15:04:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_001/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008620)
2026-03-27 15:04:06 [ecarstrade.be] INFO: Found listing with ID: 7008681auction106392
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008681auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [ecarstrade.be] INFO: Scrape type for 7008681auction106392: 1
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008619%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612455%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_002/780x0__r.jpg?hash=1774612455 not downloaded yet
2026-03-27 15:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:04:06 [ecarstrade.be] INFO: Found listing with ID: 7008682auction106392
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008682auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [ecarstrade.be] INFO: Scrape type for 7008682auction106392: 1
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008619%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612455%27 HTTP/1.1" 200 None
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_003/780x0__r.jpg?hash=1774612455 not downloaded yet
2026-03-27 15:04:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 846c6c51-84c3-56f4-a9f4-4776b5b28e79
2026-03-27 15:04:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 846c6c51-84c3-56f4-a9f4-4776b5b28e79, skipping ID generation
2026-03-27 15:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846c6c51-84c3-56f4-a9f4-4776b5b28e79 with scrape type 1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 846c6c51-84c3-56f4-a9f4-4776b5b28e79 sending to next pipeline
2026-03-27 15:04:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 846c6c51-84c3-56f4-a9f4-4776b5b28e79, identifier: 7008621auction106392
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 023dd157-5093-5858-a1c3-896ffd20fec1
2026-03-27 15:04:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 023dd157-5093-5858-a1c3-896ffd20fec1, skipping ID generation
2026-03-27 15:04:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 023dd157-5093-5858-a1c3-896ffd20fec1 with scrape type 1
2026-03-27 15:04:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 023dd157-5093-5858-a1c3-896ffd20fec1 sending to next pipeline
2026-03-27 15:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 023dd157-5093-5858-a1c3-896ffd20fec1, identifier: 7008622auction106392
2026-03-27 15:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 846c6c51-84c3-56f4-a9f4-4776b5b28e79 with identifier: 7008621auction106392
2026-03-27 15:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 846c6c51-84c3-56f4-a9f4-4776b5b28e79 with identifier: 7008621auction106392
2026-03-27 15:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 846c6c51-84c3-56f4-a9f4-4776b5b28e79 with identifier: 7008621auction106392 to the API
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008621/photo_001/780x0__r.jpg?hash=1774612456>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '846c6c51-84c3-56f4-a9f4-4776b5b28e79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008621',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 19405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 GT Hybrid 145 (mild-hybrid gasoline) e-DCS6',
'transmission': 'automatic',
'trim': 'GT Hybrid 145 (mild-hybrid gasoline) e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008621auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:07 [ecarstrade.be] INFO: Saving data for 7008621auction106392: {'created_time': 1774623847.424759, 'last_price_update_time': 1774623847.424773, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008621auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 023dd157-5093-5858-a1c3-896ffd20fec1 with identifier: 7008622auction106392
2026-03-27 15:04:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 023dd157-5093-5858-a1c3-896ffd20fec1 with identifier: 7008622auction106392
2026-03-27 15:04:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 023dd157-5093-5858-a1c3-896ffd20fec1 with identifier: 7008622auction106392 to the API
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008622/photo_004/780x0__r.jpg?hash=1774612458>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '023dd157-5093-5858-a1c3-896ffd20fec1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008622',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '2008',
'odometer': 23386,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-30',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 2008 Style 1.2L (1199cc) gasoline, 100 hp, Start/Stop, '
'6-speed manual',
'transmission': 'manual',
'trim': 'Style 1.2L (1199cc) gasoline, 100 hp, Start/Stop, 6-speed manual',
'vin': None,
'year': 2025}
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008622auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:07 [ecarstrade.be] INFO: Saving data for 7008622auction106392: {'created_time': 1774623847.8026, 'last_price_update_time': 1774623847.802611, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008622auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_004/780x0__r.jpg?hash=1774612456> (referer: https://ecarstrade.com/cars/7008620)
2026-03-27 15:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_005/780x0__r.jpg?hash=1774612453> (referer: https://ecarstrade.com/cars/7008620)
2026-03-27 15:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_006/780x0__r.jpg?hash=1774612453> (referer: https://ecarstrade.com/cars/7008620)
2026-03-27 15:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_001/780x0__r.jpg?hash=1774612455> (referer: https://ecarstrade.com/cars/7008619)
2026-03-27 15:04:07 [ecarstrade.be] INFO: Found listing with ID: 7008684auction106392
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008684auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:07 [ecarstrade.be] INFO: Scrape type for 7008684auction106392: 1
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008619%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612452%27 HTTP/1.1" 200 None
2026-03-27 15:04:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_004/780x0__r.jpg?hash=1774612452 not downloaded yet
2026-03-27 15:04:07 [scrapy.extensions.logstats] INFO: Crawled 408 pages (at 46 pages/min), scraped 288 items (at 31 items/min)
2026-03-27 15:04:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:04:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d3d26795-10f0-5d24-9afe-f5818eb1bf60
2026-03-27 15:04:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d3d26795-10f0-5d24-9afe-f5818eb1bf60, skipping ID generation
2026-03-27 15:04:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d3d26795-10f0-5d24-9afe-f5818eb1bf60 with scrape type 1
2026-03-27 15:04:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d3d26795-10f0-5d24-9afe-f5818eb1bf60 sending to next pipeline
2026-03-27 15:04:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d3d26795-10f0-5d24-9afe-f5818eb1bf60, identifier: 7007051auction106392
2026-03-27 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_002/780x0__r.jpg?hash=1774612455> (referer: https://ecarstrade.com/cars/7008619)
2026-03-27 15:04:07 [ecarstrade.be] INFO: Found listing with ID: 7008686auction106392
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008686auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:07 [ecarstrade.be] INFO: Scrape type for 7008686auction106392: 1
2026-03-27 15:04:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008619%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612452%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_005/780x0__r.jpg?hash=1774612452 not downloaded yet
2026-03-27 15:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d3d26795-10f0-5d24-9afe-f5818eb1bf60 with identifier: 7007051auction106392
2026-03-27 15:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d3d26795-10f0-5d24-9afe-f5818eb1bf60 with identifier: 7007051auction106392
2026-03-27 15:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d3d26795-10f0-5d24-9afe-f5818eb1bf60 with identifier: 7007051auction106392 to the API
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007051/photo_002/780x0__r.jpg?hash=1774598059>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'd3d26795-10f0-5d24-9afe-f5818eb1bf60',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007051',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'DS4',
'odometer': 20121,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-21',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS4 Hybride 145 e-DCT6 Etoile - Alcantara',
'transmission': 'automatic',
'trim': 'DS Hybride 145 e-DCT6 Etoile - Alcantara',
'vin': None,
'year': 2025}
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007051auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Saving data for 7007051auction106392: {'created_time': 1774623848.355643, 'last_price_update_time': 1774623848.355659, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007051auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009307auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009307auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Scrape type for 7009307auction106392: 1
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008619%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612452%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_006/780x0__r.jpg?hash=1774612452 not downloaded yet
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bf430aeb-fd07-5817-9958-63982ddb179e
2026-03-27 15:04:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bf430aeb-fd07-5817-9958-63982ddb179e, skipping ID generation
2026-03-27 15:04:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bf430aeb-fd07-5817-9958-63982ddb179e with scrape type 1
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bf430aeb-fd07-5817-9958-63982ddb179e sending to next pipeline
2026-03-27 15:04:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bf430aeb-fd07-5817-9958-63982ddb179e, identifier: 7008620auction106392
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bf430aeb-fd07-5817-9958-63982ddb179e with identifier: 7008620auction106392
2026-03-27 15:04:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bf430aeb-fd07-5817-9958-63982ddb179e with identifier: 7008620auction106392
2026-03-27 15:04:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bf430aeb-fd07-5817-9958-63982ddb179e with identifier: 7008620auction106392 to the API
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008620/photo_006/780x0__r.jpg?hash=1774612453>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'bf430aeb-fd07-5817-9958-63982ddb179e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008620',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Ford',
'model': 'Transit',
'odometer': 51938,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-06-12',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Trend 2.0L EcoBlue Diesel 130hp (Start/Stop)',
'transmission': 'manual',
'trim': 'Trend 2.0L EcoBlue Diesel 130hp (Start/Stop)',
'vin': None,
'year': 2024}
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008620auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Saving data for 7008620auction106392: {'created_time': 1774623848.861547, 'last_price_update_time': 1774623848.861558, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008620auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_004/780x0__r.jpg?hash=1774612452> (referer: https://ecarstrade.com/cars/7008619)
2026-03-27 15:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_003/780x0__r.jpg?hash=1774612455> (referer: https://ecarstrade.com/cars/7008619)
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009308auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009308auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Scrape type for 7009308auction106392: 1
2026-03-27 15:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009310auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009310auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Scrape type for 7009310auction106392: 1
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009311auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009311auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Scrape type for 7009311auction106392: 1
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009312auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009312auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Scrape type for 7009312auction106392: 1
2026-03-27 15:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_006/780x0__r.jpg?hash=1774612452> (referer: https://ecarstrade.com/cars/7008619)
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009313auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009313auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:08 [ecarstrade.be] INFO: Scrape type for 7009313auction106392: 1
2026-03-27 15:04:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_005/780x0__r.jpg?hash=1774612452> (referer: https://ecarstrade.com/cars/7008619)
2026-03-27 15:04:08 [ecarstrade.be] INFO: Found listing with ID: 7009314auction106392
2026-03-27 15:04:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009314auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7009314auction106392: 1
2026-03-27 15:04:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010285auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010285auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010285auction106392: 1
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010286auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010286auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010286auction106392: 1
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010287auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010287auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010287auction106392: 1
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010288auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010288auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010288auction106392: 1
2026-03-27 15:04:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010289auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010289auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010289auction106392: 1
2026-03-27 15:04:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f
2026-03-27 15:04:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f, skipping ID generation
2026-03-27 15:04:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f with scrape type 1
2026-03-27 15:04:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f sending to next pipeline
2026-03-27 15:04:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f, identifier: 7008619auction106392
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010290auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010290auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010290auction106392: 1
2026-03-27 15:04:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f with identifier: 7008619auction106392
2026-03-27 15:04:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f with identifier: 7008619auction106392
2026-03-27 15:04:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f with identifier: 7008619auction106392 to the API
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008619/photo_005/780x0__r.jpg?hash=1774612452>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'acc5fd2f-feb9-5c85-ab2d-e4f5b332b47f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008619',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '5008',
'odometer': 20911,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-25',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 Allure Hybrid 136 (1.2L) e-DCS6',
'transmission': 'automatic',
'trim': 'Allure Hybrid 136 (1.2L) e-DCS6',
'vin': None,
'year': 2025}
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008619auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Saving data for 7008619auction106392: {'created_time': 1774623849.557678, 'last_price_update_time': 1774623849.557689, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008619auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010291auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010291auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010291auction106392: 1
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010292auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010292auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010292auction106392: 1
2026-03-27 15:04:09 [ecarstrade.be] INFO: Found listing with ID: 7010293auction106392
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010293auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:09 [ecarstrade.be] INFO: Scrape type for 7010293auction106392: 1
2026-03-27 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008684> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:15 [ecarstrade.be] INFO: Extracting details for car 7008684auction106392
2026-03-27 15:04:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 with identifier: 7008684auction106392
2026-03-27 15:04:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 with scrape type 1
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008684%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616061%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_001/780x0__r.jpg?hash=1774616061 not downloaded yet
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008684%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616061%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_002/780x0__r.jpg?hash=1774616061 not downloaded yet
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008684%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616061%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_003/780x0__r.jpg?hash=1774616061 not downloaded yet
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008684%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616062%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_004/780x0__r.jpg?hash=1774616062 not downloaded yet
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008684%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616062%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_005/780x0__r.jpg?hash=1774616062 not downloaded yet
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008684%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616062%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_006/780x0__r.jpg?hash=1774616062 not downloaded yet
2026-03-27 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008618> (referer: https://ecarstrade.com/search/page107?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:15 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010294auction106392
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010294auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:15 [ecarstrade.be] INFO: Scrape type for 7010294auction106392: 1
2026-03-27 15:04:15 [ecarstrade.be] INFO: Found listing with ID: 7010295auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010295auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010295auction106392: 1
2026-03-27 15:04:16 [ecarstrade.be] INFO: Extracting details for car 7008618auction106392
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010296auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010296auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010296auction106392: 1
2026-03-27 15:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b28c099-0905-52f1-9560-9d6ae37aee28 with identifier: 7008618auction106392
2026-03-27 15:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b28c099-0905-52f1-9560-9d6ae37aee28 with scrape type 1
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008618%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774612451%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_001/780x0__r.jpg?hash=1774612451 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010298auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010298auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010298auction106392: 1
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008618%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774612451%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_002/780x0__r.jpg?hash=1774612451 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010299auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010299auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010299auction106392: 1
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008618%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774612451%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_003/780x0__r.jpg?hash=1774612451 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010300auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010300auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010300auction106392: 1
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008618%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774612452%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_004/780x0__r.jpg?hash=1774612452 not downloaded yet
2026-03-27 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008682> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008686> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010301auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010301auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010301auction106392: 1
2026-03-27 15: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-27 15: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-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008618%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774612452%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_005/780x0__r.jpg?hash=1774612452 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010302auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010302auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010302auction106392: 1
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008618%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774612452%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_006/780x0__r.jpg?hash=1774612452 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010303auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010303auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010303auction106392: 1
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010304auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010304auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010304auction106392: 1
2026-03-27 15:04:16 [ecarstrade.be] INFO: Extracting details for car 7008682auction106392
2026-03-27 15:04:16 [ecarstrade.be] INFO: Extracting details for car 7008686auction106392
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010305auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010305auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010305auction106392: 1
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010306auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010306auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010306auction106392: 1
2026-03-27 15:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3638c09-4638-59cf-8383-b14a7a59adf4 with identifier: 7008682auction106392
2026-03-27 15:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3638c09-4638-59cf-8383-b14a7a59adf4 with scrape type 1
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008682%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_001/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 431a06a8-4c94-5338-8758-3975054cf99e with identifier: 7008686auction106392
2026-03-27 15:04:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 431a06a8-4c94-5338-8758-3975054cf99e with scrape type 1
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008686%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616066%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_001/780x0__r.jpg?hash=1774616066 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7010308auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010308auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7010308auction106392: 1
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008682%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_002/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008686%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616065%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_002/780x0__r.jpg?hash=1774616065 not downloaded yet
2026-03-27 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009307> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002818auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002818auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002818auction111054: 0
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002819auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002819auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002819auction111054: 0
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002820auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002820auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002820auction111054: 0
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002853auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002853auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002853auction111054: 0
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002913auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002913auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002913auction111054: 0
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002915auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002915auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002915auction111054: 0
2026-03-27 15:04:16 [ecarstrade.be] INFO: Found listing with ID: 7002916auction111054
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002916auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [ecarstrade.be] INFO: Scrape type for 7002916auction111054: 0
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008682%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_003/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008686%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616065%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_003/780x0__r.jpg?hash=1774616065 not downloaded yet
2026-03-27 15: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-27 15:04:16 [ecarstrade.be] INFO: Extracting details for car 7009307auction106392
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008682%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_004/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008686%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616065%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_004/780x0__r.jpg?hash=1774616065 not downloaded yet
2026-03-27 15:04:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008681> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:16 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 7009307auction106392, dropping item
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008682%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_005/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008686%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616065%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_005/780x0__r.jpg?hash=1774616065 not downloaded yet
2026-03-27 15: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-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008682%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_006/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008686%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616065%27 HTTP/1.1" 200 None
2026-03-27 15:04:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_006/780x0__r.jpg?hash=1774616065 not downloaded yet
2026-03-27 15:04:16 [ecarstrade.be] INFO: Extracting details for car 7008681auction106392
2026-03-27 15:04:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ffa096c4-31ce-59d9-bf3f-1709570e7278 with identifier: 7008681auction106392
2026-03-27 15:04:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffa096c4-31ce-59d9-bf3f-1709570e7278 with scrape type 1
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008681%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774616056%27 HTTP/1.1" 200 None
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_001/780x0__r.jpg?hash=1774616056 not downloaded yet
2026-03-27 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008681%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774616056%27 HTTP/1.1" 200 None
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_002/780x0__r.jpg?hash=1774616056 not downloaded yet
2026-03-27 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008681%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774616058%27 HTTP/1.1" 200 None
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_003/780x0__r.jpg?hash=1774616058 not downloaded yet
2026-03-27 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008681%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774616055%27 HTTP/1.1" 200 None
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_004/780x0__r.jpg?hash=1774616055 not downloaded yet
2026-03-27 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008681%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774616056%27 HTTP/1.1" 200 None
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_005/780x0__r.jpg?hash=1774616056 not downloaded yet
2026-03-27 15:04:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04: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%252F7008681%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774616056%27 HTTP/1.1" 200 None
2026-03-27 15:04:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_006/780x0__r.jpg?hash=1774616056 not downloaded yet
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009312> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009310> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:22 [ecarstrade.be] INFO: Extracting details for car 7009312auction106392
2026-03-27 15:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 7009312auction106392, dropping item
2026-03-27 15:04:22 [ecarstrade.be] INFO: Extracting details for car 7009310auction106392
2026-03-27 15:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: 38071d68-28d2-59eb-a13e-27138a85df71 with identifier: 7009310auction106392, dropping item
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009311> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_006/780x0__r.jpg?hash=1774616062> (referer: https://ecarstrade.com/cars/7008684)
2026-03-27 15:04:22 [ecarstrade.be] INFO: Extracting details for car 7009311auction106392
2026-03-27 15:04:22 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: cf3c656e-548b-544b-8248-bc41b3525f47 with identifier: 7009311auction106392, dropping item
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_005/780x0__r.jpg?hash=1774616062> (referer: https://ecarstrade.com/cars/7008684)
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009313> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_004/780x0__r.jpg?hash=1774612452> (referer: https://ecarstrade.com/cars/7008618)
2026-03-27 15:04:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_002/780x0__r.jpg?hash=1774616065> (referer: https://ecarstrade.com/cars/7008686)
2026-03-27 15:04:22 [ecarstrade.be] INFO: Extracting details for car 7009313auction106392
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009314> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eca6457e-6a79-59c5-9eda-edecf8ac0d3f with identifier: 7009313auction106392
2026-03-27 15:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca6457e-6a79-59c5-9eda-edecf8ac0d3f with scrape type 1
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009313%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619660%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_001/780x0__r.jpg?hash=1774619660 not downloaded yet
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009313%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619660%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_002/780x0__r.jpg?hash=1774619660 not downloaded yet
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009313%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619662%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_003/780x0__r.jpg?hash=1774619662 not downloaded yet
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_004/780x0__r.jpg?hash=1774616065> (referer: https://ecarstrade.com/cars/7008686)
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009313%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619660%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_004/780x0__r.jpg?hash=1774619660 not downloaded yet
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009313%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619660%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_005/780x0__r.jpg?hash=1774619660 not downloaded yet
2026-03-27 15:04:23 [ecarstrade.be] INFO: Extracting details for car 7009314auction106392
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_006/780x0__r.jpg?hash=1774616056> (referer: https://ecarstrade.com/cars/7008681)
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009313%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774619660%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_006/780x0__r.jpg?hash=1774619660 not downloaded yet
2026-03-27 15:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d1b1c213-687d-5db4-9354-a9b75dd39a78 with identifier: 7009314auction106392
2026-03-27 15:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b1c213-687d-5db4-9354-a9b75dd39a78 with scrape type 1
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009314%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774619663%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_001/780x0__r.jpg?hash=1774619663 not downloaded yet
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_005/780x0__r.jpg?hash=1774616056> (referer: https://ecarstrade.com/cars/7008681)
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009314%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774619663%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_002/780x0__r.jpg?hash=1774619663 not downloaded yet
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009314%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774619663%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_003/780x0__r.jpg?hash=1774619663 not downloaded yet
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009314%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774619663%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_004/780x0__r.jpg?hash=1774619663 not downloaded yet
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009314%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774619663%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_005/780x0__r.jpg?hash=1774619663 not downloaded yet
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_003/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008681)
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_004/780x0__r.jpg?hash=1774616055> (referer: https://ecarstrade.com/cars/7008681)
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009314%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774619663%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_006/780x0__r.jpg?hash=1774619663 not downloaded yet
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_001/780x0__r.jpg?hash=1774616056> (referer: https://ecarstrade.com/cars/7008681)
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010286> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_006/780x0__r.jpg?hash=1774616065> (referer: https://ecarstrade.com/cars/7008686)
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_002/780x0__r.jpg?hash=1774616056> (referer: https://ecarstrade.com/cars/7008681)
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_005/780x0__r.jpg?hash=1774616065> (referer: https://ecarstrade.com/cars/7008686)
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_003/780x0__r.jpg?hash=1774619662> (referer: https://ecarstrade.com/cars/7009313)
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_005/780x0__r.jpg?hash=1774619660> (referer: https://ecarstrade.com/cars/7009313)
2026-03-27 15:04:23 [ecarstrade.be] INFO: Extracting details for car 7010286auction106392
2026-03-27 15:04:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_006/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008682)
2026-03-27 15:04:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a5b3bd8-ae83-5e55-b646-276669e006cb with identifier: 7010286auction106392
2026-03-27 15:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a5b3bd8-ae83-5e55-b646-276669e006cb with scrape type 1
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010286%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623251%27 HTTP/1.1" 200 None
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_001/780x0__r.jpg?hash=1774623251 not downloaded yet
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ffa096c4-31ce-59d9-bf3f-1709570e7278
2026-03-27 15:04:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ffa096c4-31ce-59d9-bf3f-1709570e7278, skipping ID generation
2026-03-27 15:04:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ffa096c4-31ce-59d9-bf3f-1709570e7278 with scrape type 1
2026-03-27 15:04:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ffa096c4-31ce-59d9-bf3f-1709570e7278 sending to next pipeline
2026-03-27 15:04:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ffa096c4-31ce-59d9-bf3f-1709570e7278, identifier: 7008681auction106392
2026-03-27 15:04:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ffa096c4-31ce-59d9-bf3f-1709570e7278 with identifier: 7008681auction106392
2026-03-27 15:04:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ffa096c4-31ce-59d9-bf3f-1709570e7278 with identifier: 7008681auction106392
2026-03-27 15:04:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ffa096c4-31ce-59d9-bf3f-1709570e7278 with identifier: 7008681auction106392 to the API
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008681/photo_002/780x0__r.jpg?hash=1774616056>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'ffa096c4-31ce-59d9-bf3f-1709570e7278',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008681',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 26272,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-26',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max 1.2L PureTech 130 (EAT8)',
'transmission': 'automatic',
'trim': 'Max 1.2L PureTech 130 (EAT8)',
'vin': None,
'year': 2024}
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008681auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:24 [ecarstrade.be] INFO: Saving data for 7008681auction106392: {'created_time': 1774623864.503016, 'last_price_update_time': 1774623864.503029, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008681auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_006/780x0__r.jpg?hash=1774619660> (referer: https://ecarstrade.com/cars/7009313)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_005/780x0__r.jpg?hash=1774619663> (referer: https://ecarstrade.com/cars/7009314)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_004/780x0__r.jpg?hash=1774619663> (referer: https://ecarstrade.com/cars/7009314)
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010286%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623251%27 HTTP/1.1" 200 None
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_002/780x0__r.jpg?hash=1774623251 not downloaded yet
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010286%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623251%27 HTTP/1.1" 200 None
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_003/780x0__r.jpg?hash=1774623251 not downloaded yet
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010286%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623252%27 HTTP/1.1" 200 None
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_004/780x0__r.jpg?hash=1774623252 not downloaded yet
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010286%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623252%27 HTTP/1.1" 200 None
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_005/780x0__r.jpg?hash=1774623252 not downloaded yet
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_003/780x0__r.jpg?hash=1774619663> (referer: https://ecarstrade.com/cars/7009314)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_006/780x0__r.jpg?hash=1774619663> (referer: https://ecarstrade.com/cars/7009314)
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010286%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623252%27 HTTP/1.1" 200 None
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_006/780x0__r.jpg?hash=1774623252 not downloaded yet
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_002/780x0__r.jpg?hash=1774619663> (referer: https://ecarstrade.com/cars/7009314)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_002/780x0__r.jpg?hash=1774619660> (referer: https://ecarstrade.com/cars/7009313)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_004/780x0__r.jpg?hash=1774619660> (referer: https://ecarstrade.com/cars/7009313)
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_001/780x0__r.jpg?hash=1774619660> (referer: https://ecarstrade.com/cars/7009313)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_001/780x0__r.jpg?hash=1774619663> (referer: https://ecarstrade.com/cars/7009314)
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_004/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008682)
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_005/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008682)
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_005/780x0__r.jpg?hash=1774623252> (referer: https://ecarstrade.com/cars/7010286)
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eca6457e-6a79-59c5-9eda-edecf8ac0d3f
2026-03-27 15:04:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eca6457e-6a79-59c5-9eda-edecf8ac0d3f, skipping ID generation
2026-03-27 15:04:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eca6457e-6a79-59c5-9eda-edecf8ac0d3f with scrape type 1
2026-03-27 15:04:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eca6457e-6a79-59c5-9eda-edecf8ac0d3f sending to next pipeline
2026-03-27 15:04:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eca6457e-6a79-59c5-9eda-edecf8ac0d3f, identifier: 7009313auction106392
2026-03-27 15:04:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eca6457e-6a79-59c5-9eda-edecf8ac0d3f with identifier: 7009313auction106392
2026-03-27 15:04:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eca6457e-6a79-59c5-9eda-edecf8ac0d3f with identifier: 7009313auction106392
2026-03-27 15:04:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eca6457e-6a79-59c5-9eda-edecf8ac0d3f with identifier: 7009313auction106392 to the API
2026-03-27 15:04:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009313/photo_001/780x0__r.jpg?hash=1774619660>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eca6457e-6a79-59c5-9eda-edecf8ac0d3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009313',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 53,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW Hybrid 180 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'SW Hybrid 180 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009313auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:26 [ecarstrade.be] INFO: Saving data for 7009313auction106392: {'created_time': 1774623866.216261, 'last_price_update_time': 1774623866.216273, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009313auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_001/780x0__r.jpg?hash=1774623251> (referer: https://ecarstrade.com/cars/7010286)
2026-03-27 15:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_003/780x0__r.jpg?hash=1774616065> (referer: https://ecarstrade.com/cars/7008686)
2026-03-27 15:04:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_004/780x0__r.jpg?hash=1774623252> (referer: https://ecarstrade.com/cars/7010286)
2026-03-27 15:04:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d1b1c213-687d-5db4-9354-a9b75dd39a78
2026-03-27 15:04:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d1b1c213-687d-5db4-9354-a9b75dd39a78, skipping ID generation
2026-03-27 15:04:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d1b1c213-687d-5db4-9354-a9b75dd39a78 with scrape type 1
2026-03-27 15:04:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d1b1c213-687d-5db4-9354-a9b75dd39a78 sending to next pipeline
2026-03-27 15:04:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d1b1c213-687d-5db4-9354-a9b75dd39a78, identifier: 7009314auction106392
2026-03-27 15:04:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d1b1c213-687d-5db4-9354-a9b75dd39a78 with identifier: 7009314auction106392
2026-03-27 15:04:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d1b1c213-687d-5db4-9354-a9b75dd39a78 with identifier: 7009314auction106392
2026-03-27 15:04:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d1b1c213-687d-5db4-9354-a9b75dd39a78 with identifier: 7009314auction106392 to the API
2026-03-27 15:04:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009314/photo_001/780x0__r.jpg?hash=1774619663>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd1b1c213-687d-5db4-9354-a9b75dd39a78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009314',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 3768,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-07-07',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C5 AIRCROSS Hybride 145 e-DCS6 Max',
'transmission': 'automatic',
'trim': 'C5 AIRCROSS Hybride 145 e-DCS6 Max',
'vin': None,
'year': 2025}
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009314auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:27 [ecarstrade.be] INFO: Saving data for 7009314auction106392: {'created_time': 1774623867.474927, 'last_price_update_time': 1774623867.474939, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009314auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_002/780x0__r.jpg?hash=1774623251> (referer: https://ecarstrade.com/cars/7010286)
2026-03-27 15:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_006/780x0__r.jpg?hash=1774623252> (referer: https://ecarstrade.com/cars/7010286)
2026-03-27 15:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_003/780x0__r.jpg?hash=1774623251> (referer: https://ecarstrade.com/cars/7010286)
2026-03-27 15:04:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_003/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008682)
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a5b3bd8-ae83-5e55-b646-276669e006cb
2026-03-27 15:04:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a5b3bd8-ae83-5e55-b646-276669e006cb, skipping ID generation
2026-03-27 15:04:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a5b3bd8-ae83-5e55-b646-276669e006cb with scrape type 1
2026-03-27 15:04:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a5b3bd8-ae83-5e55-b646-276669e006cb sending to next pipeline
2026-03-27 15:04:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a5b3bd8-ae83-5e55-b646-276669e006cb, identifier: 7010286auction106392
2026-03-27 15:04:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a5b3bd8-ae83-5e55-b646-276669e006cb with identifier: 7010286auction106392
2026-03-27 15:04:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a5b3bd8-ae83-5e55-b646-276669e006cb with identifier: 7010286auction106392
2026-03-27 15:04:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a5b3bd8-ae83-5e55-b646-276669e006cb with identifier: 7010286auction106392 to the API
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010286/photo_003/780x0__r.jpg?hash=1774623251>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '8a5b3bd8-ae83-5e55-b646-276669e006cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010286',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 11422,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010286auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:28 [ecarstrade.be] INFO: Saving data for 7010286auction106392: {'created_time': 1774623868.053447, 'last_price_update_time': 1774623868.053459, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010286auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_002/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008682)
2026-03-27 15:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_001/780x0__r.jpg?hash=1774616066> (referer: https://ecarstrade.com/cars/7008686)
2026-03-27 15:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_001/780x0__r.jpg?hash=1774616058> (referer: https://ecarstrade.com/cars/7008682)
2026-03-27 15:04:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 431a06a8-4c94-5338-8758-3975054cf99e
2026-03-27 15:04:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 431a06a8-4c94-5338-8758-3975054cf99e, skipping ID generation
2026-03-27 15:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 431a06a8-4c94-5338-8758-3975054cf99e with scrape type 1
2026-03-27 15:04:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 431a06a8-4c94-5338-8758-3975054cf99e sending to next pipeline
2026-03-27 15:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 431a06a8-4c94-5338-8758-3975054cf99e, identifier: 7008686auction106392
2026-03-27 15:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 431a06a8-4c94-5338-8758-3975054cf99e with identifier: 7008686auction106392
2026-03-27 15:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 431a06a8-4c94-5338-8758-3975054cf99e with identifier: 7008686auction106392
2026-03-27 15:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 431a06a8-4c94-5338-8758-3975054cf99e with identifier: 7008686auction106392 to the API
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008686/photo_001/780x0__r.jpg?hash=1774616066>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '431a06a8-4c94-5338-8758-3975054cf99e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008686',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '3008',
'odometer': 7782,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-03-28',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 Hybrid 145 e-DCS6 GT',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 GT',
'vin': None,
'year': 2025}
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008686auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:28 [ecarstrade.be] INFO: Saving data for 7008686auction106392: {'created_time': 1774623868.604168, 'last_price_update_time': 1774623868.604178, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008686auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3638c09-4638-59cf-8383-b14a7a59adf4
2026-03-27 15:04:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3638c09-4638-59cf-8383-b14a7a59adf4, skipping ID generation
2026-03-27 15:04:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3638c09-4638-59cf-8383-b14a7a59adf4 with scrape type 1
2026-03-27 15:04:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3638c09-4638-59cf-8383-b14a7a59adf4 sending to next pipeline
2026-03-27 15:04:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3638c09-4638-59cf-8383-b14a7a59adf4, identifier: 7008682auction106392
2026-03-27 15:04:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3638c09-4638-59cf-8383-b14a7a59adf4 with identifier: 7008682auction106392
2026-03-27 15:04:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3638c09-4638-59cf-8383-b14a7a59adf4 with identifier: 7008682auction106392
2026-03-27 15:04:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3638c09-4638-59cf-8383-b14a7a59adf4 with identifier: 7008682auction106392 to the API
2026-03-27 15:04:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008682/photo_001/780x0__r.jpg?hash=1774616058>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'e3638c09-4638-59cf-8383-b14a7a59adf4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008682',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 14977,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-27',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max PureTech 130 (1.2L) EAT8',
'transmission': 'automatic',
'trim': 'Max PureTech 130 (1.2L) EAT8',
'vin': None,
'year': 2024}
2026-03-27 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008682auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:29 [ecarstrade.be] INFO: Saving data for 7008682auction106392: {'created_time': 1774623869.165159, 'last_price_update_time': 1774623869.16517, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008682auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010300> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:30 [ecarstrade.be] INFO: Extracting details for car 7010300auction106392
2026-03-27 15:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea2f430b-c330-52f6-97f7-44ed7cb46f2b with identifier: 7010300auction106392
2026-03-27 15:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea2f430b-c330-52f6-97f7-44ed7cb46f2b with scrape type 1
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010300%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623276%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_001/780x0__r.jpg?hash=1774623276 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010300%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623274%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_002/780x0__r.jpg?hash=1774623274 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010300%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623274%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_003/780x0__r.jpg?hash=1774623274 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010300%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623274%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_004/780x0__r.jpg?hash=1774623274 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010300%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623274%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_005/780x0__r.jpg?hash=1774623274 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010300%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623275%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_006/780x0__r.jpg?hash=1774623275 not downloaded yet
2026-03-27 15:04:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010293> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:30 [ecarstrade.be] INFO: Extracting details for car 7010293auction106392
2026-03-27 15:04:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d31cd1f1-84a7-50a2-8b0c-300a610abfb5 with identifier: 7010293auction106392
2026-03-27 15:04:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d31cd1f1-84a7-50a2-8b0c-300a610abfb5 with scrape type 1
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010293%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623264%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_001/780x0__r.jpg?hash=1774623264 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010293%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623264%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_002/780x0__r.jpg?hash=1774623264 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010293%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623264%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_003/780x0__r.jpg?hash=1774623264 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010293%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623264%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_004/780x0__r.jpg?hash=1774623264 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010293%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623264%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_005/780x0__r.jpg?hash=1774623264 not downloaded yet
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010293%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623264%27 HTTP/1.1" 200 None
2026-03-27 15:04:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_006/780x0__r.jpg?hash=1774623264 not downloaded yet
2026-03-27 15:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010306> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_006/780x0__r.jpg?hash=1774612452> (referer: https://ecarstrade.com/cars/7008618)
2026-03-27 15:04:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:35 [ecarstrade.be] INFO: Extracting details for car 7010306auction106392
2026-03-27 15:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfc645db-dbb7-5822-b731-11ac5cefb6a2 with identifier: 7010306auction106392
2026-03-27 15:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc645db-dbb7-5822-b731-11ac5cefb6a2 with scrape type 1
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010306%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_001/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010306%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_002/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010306%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_003/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010306%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_004/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010306%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_005/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010308> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010306%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_006/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_005/780x0__r.jpg?hash=1774612452> (referer: https://ecarstrade.com/cars/7008618)
2026-03-27 15:04:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:35 [ecarstrade.be] INFO: Extracting details for car 7010308auction106392
2026-03-27 15:04:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64d0a474-0180-593e-a768-7026f9fb680a with identifier: 7010308auction106392
2026-03-27 15:04:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64d0a474-0180-593e-a768-7026f9fb680a with scrape type 1
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010308%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623291%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_001/780x0__r.jpg?hash=1774623291 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010308%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623291%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_002/780x0__r.jpg?hash=1774623291 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010308%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623291%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_003/780x0__r.jpg?hash=1774623291 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010308%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623292%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_004/780x0__r.jpg?hash=1774623292 not downloaded yet
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010308%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623291%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_005/780x0__r.jpg?hash=1774623291 not downloaded yet
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010308%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623291%27 HTTP/1.1" 200 None
2026-03-27 15:04:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_006/780x0__r.jpg?hash=1774623291 not downloaded yet
2026-03-27 15:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010305> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:36 [ecarstrade.be] INFO: Extracting details for car 7010305auction106392
2026-03-27 15:04:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_003/780x0__r.jpg?hash=1774612451> (referer: https://ecarstrade.com/cars/7008618)
2026-03-27 15:04:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c59576c8-3958-50fc-b520-11914d7725c7 with identifier: 7010305auction106392
2026-03-27 15:04:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59576c8-3958-50fc-b520-11914d7725c7 with scrape type 1
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010305%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623284%27 HTTP/1.1" 200 None
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_001/780x0__r.jpg?hash=1774623284 not downloaded yet
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010305%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623286%27 HTTP/1.1" 200 None
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_002/780x0__r.jpg?hash=1774623286 not downloaded yet
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010305%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623284%27 HTTP/1.1" 200 None
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_003/780x0__r.jpg?hash=1774623284 not downloaded yet
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010305%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623285%27 HTTP/1.1" 200 None
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_004/780x0__r.jpg?hash=1774623285 not downloaded yet
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010305%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623285%27 HTTP/1.1" 200 None
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_005/780x0__r.jpg?hash=1774623285 not downloaded yet
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010305%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623285%27 HTTP/1.1" 200 None
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_006/780x0__r.jpg?hash=1774623285 not downloaded yet
2026-03-27 15:04:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010304> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:37 [ecarstrade.be] INFO: Extracting details for car 7010304auction106392
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_002/780x0__r.jpg?hash=1774612451> (referer: https://ecarstrade.com/cars/7008618)
2026-03-27 15:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 644bdfae-c161-57da-bba3-70d7fbcf028e with identifier: 7010304auction106392
2026-03-27 15:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 644bdfae-c161-57da-bba3-70d7fbcf028e with scrape type 1
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010304%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_001/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010304%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_002/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010304%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_003/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010304%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_004/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010304%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_005/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010304%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_006/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_006/780x0__r.jpg?hash=1774623275> (referer: https://ecarstrade.com/cars/7010300)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_006/780x0__r.jpg?hash=1774623264> (referer: https://ecarstrade.com/cars/7010293)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_005/780x0__r.jpg?hash=1774623264> (referer: https://ecarstrade.com/cars/7010293)
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_005/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010306)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010303> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_006/780x0__r.jpg?hash=1774623291> (referer: https://ecarstrade.com/cars/7010308)
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_006/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010306)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:37 [ecarstrade.be] INFO: Extracting details for car 7010303auction106392
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_006/780x0__r.jpg?hash=1774623285> (referer: https://ecarstrade.com/cars/7010305)
2026-03-27 15:04:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5dae33fb-7541-55a9-95a9-9b8cb1782193 with identifier: 7010303auction106392
2026-03-27 15:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dae33fb-7541-55a9-95a9-9b8cb1782193 with scrape type 1
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010303%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623279%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_001/780x0__r.jpg?hash=1774623279 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010303%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623280%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_002/780x0__r.jpg?hash=1774623280 not downloaded yet
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_005/780x0__r.jpg?hash=1774623291> (referer: https://ecarstrade.com/cars/7010308)
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010303%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623280%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_003/780x0__r.jpg?hash=1774623280 not downloaded yet
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_005/780x0__r.jpg?hash=1774623285> (referer: https://ecarstrade.com/cars/7010305)
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010303%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623280%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_004/780x0__r.jpg?hash=1774623280 not downloaded yet
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010303%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623280%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_005/780x0__r.jpg?hash=1774623280 not downloaded yet
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010303%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623281%27 HTTP/1.1" 200 None
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_006/780x0__r.jpg?hash=1774623281 not downloaded yet
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_006/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010304)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_005/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010304)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_003/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010304)
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_004/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010304)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_001/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010304)
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_002/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010304)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_004/780x0__r.jpg?hash=1774623285> (referer: https://ecarstrade.com/cars/7010305)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_003/780x0__r.jpg?hash=1774623284> (referer: https://ecarstrade.com/cars/7010305)
2026-03-27 15:04:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_002/780x0__r.jpg?hash=1774623280> (referer: https://ecarstrade.com/cars/7010303)
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 644bdfae-c161-57da-bba3-70d7fbcf028e
2026-03-27 15:04:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 644bdfae-c161-57da-bba3-70d7fbcf028e, skipping ID generation
2026-03-27 15:04:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 644bdfae-c161-57da-bba3-70d7fbcf028e with scrape type 1
2026-03-27 15:04:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 644bdfae-c161-57da-bba3-70d7fbcf028e sending to next pipeline
2026-03-27 15:04:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 644bdfae-c161-57da-bba3-70d7fbcf028e, identifier: 7010304auction106392
2026-03-27 15:04:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 644bdfae-c161-57da-bba3-70d7fbcf028e with identifier: 7010304auction106392
2026-03-27 15:04:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 644bdfae-c161-57da-bba3-70d7fbcf028e with identifier: 7010304auction106392
2026-03-27 15:04:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 644bdfae-c161-57da-bba3-70d7fbcf028e with identifier: 7010304auction106392 to the API
2026-03-27 15:04:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010304/photo_002/780x0__r.jpg?hash=1774623281>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '644bdfae-c161-57da-bba3-70d7fbcf028e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010304',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 13417,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010304auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:39 [ecarstrade.be] INFO: Saving data for 7010304auction106392: {'created_time': 1774623879.204463, 'last_price_update_time': 1774623879.204472, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010304auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_006/780x0__r.jpg?hash=1774623281> (referer: https://ecarstrade.com/cars/7010303)
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_003/780x0__r.jpg?hash=1774623280> (referer: https://ecarstrade.com/cars/7010303)
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_004/780x0__r.jpg?hash=1774623280> (referer: https://ecarstrade.com/cars/7010303)
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_005/780x0__r.jpg?hash=1774623280> (referer: https://ecarstrade.com/cars/7010303)
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_001/780x0__r.jpg?hash=1774623279> (referer: https://ecarstrade.com/cars/7010303)
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_002/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010305)
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_001/780x0__r.jpg?hash=1774623284> (referer: https://ecarstrade.com/cars/7010305)
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_003/780x0__r.jpg?hash=1774623291> (referer: https://ecarstrade.com/cars/7010308)
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_004/780x0__r.jpg?hash=1774623292> (referer: https://ecarstrade.com/cars/7010308)
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5dae33fb-7541-55a9-95a9-9b8cb1782193
2026-03-27 15:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5dae33fb-7541-55a9-95a9-9b8cb1782193, skipping ID generation
2026-03-27 15:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5dae33fb-7541-55a9-95a9-9b8cb1782193 with scrape type 1
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5dae33fb-7541-55a9-95a9-9b8cb1782193 sending to next pipeline
2026-03-27 15:04:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5dae33fb-7541-55a9-95a9-9b8cb1782193, identifier: 7010303auction106392
2026-03-27 15:04:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5dae33fb-7541-55a9-95a9-9b8cb1782193 with identifier: 7010303auction106392
2026-03-27 15:04:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5dae33fb-7541-55a9-95a9-9b8cb1782193 with identifier: 7010303auction106392
2026-03-27 15:04:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5dae33fb-7541-55a9-95a9-9b8cb1782193 with identifier: 7010303auction106392 to the API
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010303/photo_001/780x0__r.jpg?hash=1774623279>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '5dae33fb-7541-55a9-95a9-9b8cb1782193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010303',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 12863,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010303auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:39 [ecarstrade.be] INFO: Saving data for 7010303auction106392: {'created_time': 1774623879.936916, 'last_price_update_time': 1774623879.936928, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010303auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_001/780x0__r.jpg?hash=1774623291> (referer: https://ecarstrade.com/cars/7010308)
2026-03-27 15:04:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_002/780x0__r.jpg?hash=1774623291> (referer: https://ecarstrade.com/cars/7010308)
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c59576c8-3958-50fc-b520-11914d7725c7
2026-03-27 15:04:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c59576c8-3958-50fc-b520-11914d7725c7, skipping ID generation
2026-03-27 15:04:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c59576c8-3958-50fc-b520-11914d7725c7 with scrape type 1
2026-03-27 15:04:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c59576c8-3958-50fc-b520-11914d7725c7 sending to next pipeline
2026-03-27 15:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c59576c8-3958-50fc-b520-11914d7725c7, identifier: 7010305auction106392
2026-03-27 15:04:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c59576c8-3958-50fc-b520-11914d7725c7 with identifier: 7010305auction106392
2026-03-27 15:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c59576c8-3958-50fc-b520-11914d7725c7 with identifier: 7010305auction106392
2026-03-27 15:04:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c59576c8-3958-50fc-b520-11914d7725c7 with identifier: 7010305auction106392 to the API
2026-03-27 15:04:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010305/photo_001/780x0__r.jpg?hash=1774623284>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'c59576c8-3958-50fc-b520-11914d7725c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010305',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 11800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010305auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:40 [ecarstrade.be] INFO: Saving data for 7010305auction106392: {'created_time': 1774623880.688956, 'last_price_update_time': 1774623880.688967, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010305auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_004/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010306)
2026-03-27 15:04:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_003/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010306)
2026-03-27 15:04:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64d0a474-0180-593e-a768-7026f9fb680a
2026-03-27 15:04:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64d0a474-0180-593e-a768-7026f9fb680a, skipping ID generation
2026-03-27 15:04:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64d0a474-0180-593e-a768-7026f9fb680a with scrape type 1
2026-03-27 15:04:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64d0a474-0180-593e-a768-7026f9fb680a sending to next pipeline
2026-03-27 15:04:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64d0a474-0180-593e-a768-7026f9fb680a, identifier: 7010308auction106392
2026-03-27 15:04:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64d0a474-0180-593e-a768-7026f9fb680a with identifier: 7010308auction106392
2026-03-27 15:04:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64d0a474-0180-593e-a768-7026f9fb680a with identifier: 7010308auction106392
2026-03-27 15:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64d0a474-0180-593e-a768-7026f9fb680a with identifier: 7010308auction106392 to the API
2026-03-27 15:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010308/photo_002/780x0__r.jpg?hash=1774623291>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '64d0a474-0180-593e-a768-7026f9fb680a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010308',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '308',
'odometer': 3744,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-04',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 Hybrid 145 e-DCS6 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 145 e-DCS6 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010308auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:41 [ecarstrade.be] INFO: Saving data for 7010308auction106392: {'created_time': 1774623881.32899, 'last_price_update_time': 1774623881.329001, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010308auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_002/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010306)
2026-03-27 15:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_001/780x0__r.jpg?hash=1774623286> (referer: https://ecarstrade.com/cars/7010306)
2026-03-27 15:04:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_003/780x0__r.jpg?hash=1774623264> (referer: https://ecarstrade.com/cars/7010293)
2026-03-27 15:04:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_004/780x0__r.jpg?hash=1774623264> (referer: https://ecarstrade.com/cars/7010293)
2026-03-27 15:04:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bfc645db-dbb7-5822-b731-11ac5cefb6a2
2026-03-27 15:04:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfc645db-dbb7-5822-b731-11ac5cefb6a2, skipping ID generation
2026-03-27 15:04:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfc645db-dbb7-5822-b731-11ac5cefb6a2 with scrape type 1
2026-03-27 15:04:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfc645db-dbb7-5822-b731-11ac5cefb6a2 sending to next pipeline
2026-03-27 15:04:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfc645db-dbb7-5822-b731-11ac5cefb6a2, identifier: 7010306auction106392
2026-03-27 15:04:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfc645db-dbb7-5822-b731-11ac5cefb6a2 with identifier: 7010306auction106392
2026-03-27 15:04:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfc645db-dbb7-5822-b731-11ac5cefb6a2 with identifier: 7010306auction106392
2026-03-27 15:04:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfc645db-dbb7-5822-b731-11ac5cefb6a2 with identifier: 7010306auction106392 to the API
2026-03-27 15:04:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010306/photo_001/780x0__r.jpg?hash=1774623286>
{'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-29T15:40:05Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bfc645db-dbb7-5822-b731-11ac5cefb6a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010306',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Peugeot',
'model': '508',
'odometer': 5,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-08-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 Hybrid 225 e-EAT8 Allure',
'transmission': 'automatic',
'trim': 'Hybrid 225 e-EAT8 Allure',
'vin': None,
'year': 2025}
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010306auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [ecarstrade.be] INFO: Saving data for 7010306auction106392: {'created_time': 1774623882.110981, 'last_price_update_time': 1774623882.110992, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010306auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_002/780x0__r.jpg?hash=1774623264> (referer: https://ecarstrade.com/cars/7010293)
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_001/780x0__r.jpg?hash=1774623264> (referer: https://ecarstrade.com/cars/7010293)
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010302> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010301> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_005/780x0__r.jpg?hash=1774623274> (referer: https://ecarstrade.com/cars/7010300)
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_004/780x0__r.jpg?hash=1774623274> (referer: https://ecarstrade.com/cars/7010300)
2026-03-27 15:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_003/780x0__r.jpg?hash=1774623274> (referer: https://ecarstrade.com/cars/7010300)
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d31cd1f1-84a7-50a2-8b0c-300a610abfb5
2026-03-27 15:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d31cd1f1-84a7-50a2-8b0c-300a610abfb5, skipping ID generation
2026-03-27 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d31cd1f1-84a7-50a2-8b0c-300a610abfb5 with scrape type 1
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d31cd1f1-84a7-50a2-8b0c-300a610abfb5 sending to next pipeline
2026-03-27 15:04:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d31cd1f1-84a7-50a2-8b0c-300a610abfb5, identifier: 7010293auction106392
2026-03-27 15:04:42 [ecarstrade.be] INFO: Extracting details for car 7010302auction106392
2026-03-27 15:04:42 [ecarstrade.be] INFO: Extracting details for car 7010301auction106392
2026-03-27 15:04:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d31cd1f1-84a7-50a2-8b0c-300a610abfb5 with identifier: 7010293auction106392
2026-03-27 15:04:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d31cd1f1-84a7-50a2-8b0c-300a610abfb5 with identifier: 7010293auction106392
2026-03-27 15:04:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d31cd1f1-84a7-50a2-8b0c-300a610abfb5 with identifier: 7010293auction106392 to the API
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010293/photo_001/780x0__r.jpg?hash=1774623264>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'd31cd1f1-84a7-50a2-8b0c-300a610abfb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010293',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 11836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010293auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [ecarstrade.be] INFO: Saving data for 7010293auction106392: {'created_time': 1774623882.676576, 'last_price_update_time': 1774623882.676586, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010293auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_001/780x0__r.jpg?hash=1774623276> (referer: https://ecarstrade.com/cars/7010300)
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_002/780x0__r.jpg?hash=1774623274> (referer: https://ecarstrade.com/cars/7010300)
2026-03-27 15:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_001/780x0__r.jpg?hash=1774612451> (referer: https://ecarstrade.com/cars/7008618)
2026-03-27 15:04:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea6778b0-265d-5585-992f-7a9b21c7cab5 with identifier: 7010302auction106392
2026-03-27 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea6778b0-265d-5585-992f-7a9b21c7cab5 with scrape type 1
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010302%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623277%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_001/780x0__r.jpg?hash=1774623277 not downloaded yet
2026-03-27 15:04:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 with identifier: 7010301auction106392
2026-03-27 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 with scrape type 1
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010301%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623276%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_001/780x0__r.jpg?hash=1774623276 not downloaded yet
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010302%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623278%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_002/780x0__r.jpg?hash=1774623278 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010301%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623276%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_002/780x0__r.jpg?hash=1774623276 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010302%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623278%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_003/780x0__r.jpg?hash=1774623278 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010301%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623276%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_003/780x0__r.jpg?hash=1774623276 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010302%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623279%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_004/780x0__r.jpg?hash=1774623279 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010301%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623277%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_004/780x0__r.jpg?hash=1774623277 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010302%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623278%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_005/780x0__r.jpg?hash=1774623278 not downloaded yet
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010301%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623276%27 HTTP/1.1" 200 None
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_005/780x0__r.jpg?hash=1774623276 not downloaded yet
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea2f430b-c330-52f6-97f7-44ed7cb46f2b
2026-03-27 15:04:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea2f430b-c330-52f6-97f7-44ed7cb46f2b, skipping ID generation
2026-03-27 15:04:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea2f430b-c330-52f6-97f7-44ed7cb46f2b with scrape type 1
2026-03-27 15:04:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea2f430b-c330-52f6-97f7-44ed7cb46f2b sending to next pipeline
2026-03-27 15:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea2f430b-c330-52f6-97f7-44ed7cb46f2b, identifier: 7010300auction106392
2026-03-27 15:04:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b28c099-0905-52f1-9560-9d6ae37aee28
2026-03-27 15:04:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b28c099-0905-52f1-9560-9d6ae37aee28, skipping ID generation
2026-03-27 15:04:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b28c099-0905-52f1-9560-9d6ae37aee28 with scrape type 1
2026-03-27 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b28c099-0905-52f1-9560-9d6ae37aee28 sending to next pipeline
2026-03-27 15:04:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b28c099-0905-52f1-9560-9d6ae37aee28, identifier: 7008618auction106392
2026-03-27 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010302%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623278%27 HTTP/1.1" 200 None
2026-03-27 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_006/780x0__r.jpg?hash=1774623278 not downloaded yet
2026-03-27 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010301%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623276%27 HTTP/1.1" 200 None
2026-03-27 15:04:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_006/780x0__r.jpg?hash=1774623276 not downloaded yet
2026-03-27 15:04:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea2f430b-c330-52f6-97f7-44ed7cb46f2b with identifier: 7010300auction106392
2026-03-27 15:04:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea2f430b-c330-52f6-97f7-44ed7cb46f2b with identifier: 7010300auction106392
2026-03-27 15:04:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea2f430b-c330-52f6-97f7-44ed7cb46f2b with identifier: 7010300auction106392 to the API
2026-03-27 15:04:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010300/photo_002/780x0__r.jpg?hash=1774623274>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'ea2f430b-c330-52f6-97f7-44ed7cb46f2b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010300',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 10700,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010300auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:44 [ecarstrade.be] INFO: Saving data for 7010300auction106392: {'created_time': 1774623884.428742, 'last_price_update_time': 1774623884.428756, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010300auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b28c099-0905-52f1-9560-9d6ae37aee28 with identifier: 7008618auction106392
2026-03-27 15:04:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b28c099-0905-52f1-9560-9d6ae37aee28 with identifier: 7008618auction106392
2026-03-27 15:04:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b28c099-0905-52f1-9560-9d6ae37aee28 with identifier: 7008618auction106392 to the API
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008618/photo_001/780x0__r.jpg?hash=1774612451>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': '0b28c099-0905-52f1-9560-9d6ae37aee28',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008618',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Citroen',
'model': 'C4',
'odometer': 28441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-28',
'seats_number': 5,
'seller_name': None,
'title': 'Citroen C4 Max PureTech 1.2L (1199cc) 130 hp EAT8',
'transmission': 'automatic',
'trim': 'Max PureTech 1.2L (1199cc) 130 hp EAT8',
'vin': None,
'year': 2024}
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008618auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [ecarstrade.be] INFO: Saving data for 7008618auction106392: {'created_time': 1774623885.325901, 'last_price_update_time': 1774623885.325912, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008618auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010299> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010287> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_004/780x0__r.jpg?hash=1774616062> (referer: https://ecarstrade.com/cars/7008684)
2026-03-27 15:04:45 [ecarstrade.be] INFO: Extracting details for car 7010299auction106392
2026-03-27 15:04:45 [ecarstrade.be] INFO: Extracting details for car 7010287auction106392
2026-03-27 15:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 095c0618-a031-5e77-8662-bbeada57c994 with identifier: 7010299auction106392
2026-03-27 15:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 095c0618-a031-5e77-8662-bbeada57c994 with scrape type 1
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010299%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623273%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_001/780x0__r.jpg?hash=1774623273 not downloaded yet
2026-03-27 15:04:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b499e667-ef59-56a5-aafb-8fa701f967fb with identifier: 7010287auction106392
2026-03-27 15:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b499e667-ef59-56a5-aafb-8fa701f967fb with scrape type 1
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010287%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623254%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_001/780x0__r.jpg?hash=1774623254 not downloaded yet
2026-03-27 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_003/780x0__r.jpg?hash=1774616061> (referer: https://ecarstrade.com/cars/7008684)
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010299%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623273%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_002/780x0__r.jpg?hash=1774623273 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010287%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623254%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_002/780x0__r.jpg?hash=1774623254 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010299%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623273%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_003/780x0__r.jpg?hash=1774623273 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010287%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623254%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_003/780x0__r.jpg?hash=1774623254 not downloaded yet
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010299%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623274%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_004/780x0__r.jpg?hash=1774623274 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010287%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623254%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_004/780x0__r.jpg?hash=1774623254 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010299%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623273%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_005/780x0__r.jpg?hash=1774623273 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010287%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623254%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_005/780x0__r.jpg?hash=1774623254 not downloaded yet
2026-03-27 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_002/780x0__r.jpg?hash=1774616061> (referer: https://ecarstrade.com/cars/7008684)
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010299%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623273%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_006/780x0__r.jpg?hash=1774623273 not downloaded yet
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010287%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623255%27 HTTP/1.1" 200 None
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_006/780x0__r.jpg?hash=1774623255 not downloaded yet
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_001/780x0__r.jpg?hash=1774616061> (referer: https://ecarstrade.com/cars/7008684)
2026-03-27 15:04:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5
2026-03-27 15:04:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e71b407b-6e9e-5053-a2f4-6e7c96ea41e5, skipping ID generation
2026-03-27 15:04:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 with scrape type 1
2026-03-27 15:04:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 sending to next pipeline
2026-03-27 15:04:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e71b407b-6e9e-5053-a2f4-6e7c96ea41e5, identifier: 7008684auction106392
2026-03-27 15:04:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 with identifier: 7008684auction106392
2026-03-27 15:04:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 with identifier: 7008684auction106392
2026-03-27 15:04:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e71b407b-6e9e-5053-a2f4-6e7c96ea41e5 with identifier: 7008684auction106392 to the API
2026-03-27 15:04:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008684/photo_001/780x0__r.jpg?hash=1774616061>
{'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-29T15:40:05Z',
'fuel_type': 'Petrol',
'id': 'e71b407b-6e9e-5053-a2f4-6e7c96ea41e5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008684',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Lancia',
'model': 'Ypsilon',
'odometer': 20264,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-15',
'seats_number': 5,
'seller_name': None,
'title': 'Lancia Ypsilon LX Ypsilon 1.2 Ibrida 100ch eDCT6',
'transmission': 'automatic',
'trim': 'LX 1.2 Ibrida 100ch eDCT6',
'vin': None,
'year': 2025}
2026-03-27 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008684auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:46 [ecarstrade.be] INFO: Saving data for 7008684auction106392: {'created_time': 1774623886.320173, 'last_price_update_time': 1774623886.320185, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008684auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009308> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:04:46 [ecarstrade.be] INFO: Extracting details for car 7009308auction106392
2026-03-27 15:04:46 [crawlers.middlewares.id_gen_middleware] INFO: Duplicate ID generated for item: bfc645db-dbb7-5822-b731-11ac5cefb6a2 with identifier: 7009308auction106392, dropping item
2026-03-27 15:04:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010298> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:49 [ecarstrade.be] INFO: Extracting details for car 7010298auction106392
2026-03-27 15:04:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c5bb419-d74a-5c47-97ca-de8bb5a95614 with identifier: 7010298auction106392
2026-03-27 15:04:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c5bb419-d74a-5c47-97ca-de8bb5a95614 with scrape type 1
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010298%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623271%27 HTTP/1.1" 200 None
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_001/780x0__r.jpg?hash=1774623271 not downloaded yet
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010298%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623272%27 HTTP/1.1" 200 None
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_002/780x0__r.jpg?hash=1774623272 not downloaded yet
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010298%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623272%27 HTTP/1.1" 200 None
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_003/780x0__r.jpg?hash=1774623272 not downloaded yet
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010298%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623271%27 HTTP/1.1" 200 None
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_004/780x0__r.jpg?hash=1774623271 not downloaded yet
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010298%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623271%27 HTTP/1.1" 200 None
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_005/780x0__r.jpg?hash=1774623271 not downloaded yet
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010298%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623271%27 HTTP/1.1" 200 None
2026-03-27 15:04:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_006/780x0__r.jpg?hash=1774623271 not downloaded yet
2026-03-27 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_006/780x0__r.jpg?hash=1774623276> (referer: https://ecarstrade.com/cars/7010301)
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002917auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002917auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002917auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002918auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002918auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002918auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002919auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002919auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002919auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002920auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002920auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002920auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002921auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002921auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002921auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002922auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002922auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002922auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002923auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002923auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002923auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002992auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002992auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:51 [ecarstrade.be] INFO: Scrape type for 7002992auction111054: 0
2026-03-27 15:04:51 [ecarstrade.be] INFO: Found listing with ID: 7002993auction111054
2026-03-27 15:04:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002993auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7002993auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7002995auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002995auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7002995auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7002996auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002996auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7002996auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7002998auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002998auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7002998auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7002999auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277002999auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7002999auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003001auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003001auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003001auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003002auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003002auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003002auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003004auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003004auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003004auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003005auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003005auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003005auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003007auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003007auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003007auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003008auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003008auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003008auction111054: 0
2026-03-27 15:04:52 [ecarstrade.be] INFO: Found listing with ID: 7003009auction111054
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003009auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [ecarstrade.be] INFO: Scrape type for 7003009auction111054: 0
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_006/780x0__r.jpg?hash=1774623278> (referer: https://ecarstrade.com/cars/7010302)
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010296> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010294> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_005/780x0__r.jpg?hash=1774623276> (referer: https://ecarstrade.com/cars/7010301)
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_001/780x0__r.jpg?hash=1774623254> (referer: https://ecarstrade.com/cars/7010287)
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_005/780x0__r.jpg?hash=1774623254> (referer: https://ecarstrade.com/cars/7010287)
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_006/780x0__r.jpg?hash=1774623255> (referer: https://ecarstrade.com/cars/7010287)
2026-03-27 15:04:52 [ecarstrade.be] INFO: Extracting details for car 7010296auction106392
2026-03-27 15:04:52 [ecarstrade.be] INFO: Extracting details for car 7010294auction106392
2026-03-27 15:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c19a24ed-7b56-5ac8-be5d-a1dcab454dbd with identifier: 7010296auction106392
2026-03-27 15:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd with scrape type 1
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010296%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_001/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 15:04:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a0fde8c-fb56-5a0f-9800-44a7023a6124 with identifier: 7010294auction106392
2026-03-27 15:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0fde8c-fb56-5a0f-9800-44a7023a6124 with scrape type 1
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010294%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623266%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_001/780x0__r.jpg?hash=1774623266 not downloaded yet
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_006/780x0__r.jpg?hash=1774623271> (referer: https://ecarstrade.com/cars/7010298)
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_005/780x0__r.jpg?hash=1774623273> (referer: https://ecarstrade.com/cars/7010299)
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010296%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_002/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010294%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623266%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_002/780x0__r.jpg?hash=1774623266 not downloaded yet
2026-03-27 15:04:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_006/780x0__r.jpg?hash=1774623273> (referer: https://ecarstrade.com/cars/7010299)
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010296%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_003/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010294%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623266%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_003/780x0__r.jpg?hash=1774623266 not downloaded yet
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010296%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_004/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010294%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623266%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_004/780x0__r.jpg?hash=1774623266 not downloaded yet
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_005/780x0__r.jpg?hash=1774623271> (referer: https://ecarstrade.com/cars/7010298)
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010296%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_005/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010294%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623266%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_005/780x0__r.jpg?hash=1774623266 not downloaded yet
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_004/780x0__r.jpg?hash=1774623271> (referer: https://ecarstrade.com/cars/7010298)
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010296%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623269%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_006/780x0__r.jpg?hash=1774623269 not downloaded yet
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010294%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623266%27 HTTP/1.1" 200 None
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_006/780x0__r.jpg?hash=1774623266 not downloaded yet
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_003/780x0__r.jpg?hash=1774623272> (referer: https://ecarstrade.com/cars/7010298)
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_002/780x0__r.jpg?hash=1774623272> (referer: https://ecarstrade.com/cars/7010298)
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_001/780x0__r.jpg?hash=1774623271> (referer: https://ecarstrade.com/cars/7010298)
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_004/780x0__r.jpg?hash=1774623274> (referer: https://ecarstrade.com/cars/7010299)
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_004/780x0__r.jpg?hash=1774623254> (referer: https://ecarstrade.com/cars/7010287)
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_001/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010296)
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c5bb419-d74a-5c47-97ca-de8bb5a95614
2026-03-27 15:04:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c5bb419-d74a-5c47-97ca-de8bb5a95614, skipping ID generation
2026-03-27 15:04:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c5bb419-d74a-5c47-97ca-de8bb5a95614 with scrape type 1
2026-03-27 15:04:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c5bb419-d74a-5c47-97ca-de8bb5a95614 sending to next pipeline
2026-03-27 15:04:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c5bb419-d74a-5c47-97ca-de8bb5a95614, identifier: 7010298auction106392
2026-03-27 15:04:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c5bb419-d74a-5c47-97ca-de8bb5a95614 with identifier: 7010298auction106392
2026-03-27 15:04:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c5bb419-d74a-5c47-97ca-de8bb5a95614 with identifier: 7010298auction106392
2026-03-27 15:04:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c5bb419-d74a-5c47-97ca-de8bb5a95614 with identifier: 7010298auction106392 to the API
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010298/photo_001/780x0__r.jpg?hash=1774623271>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '7c5bb419-d74a-5c47-97ca-de8bb5a95614',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010298',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 6851,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010298auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:53 [ecarstrade.be] INFO: Saving data for 7010298auction106392: {'created_time': 1774623893.732346, 'last_price_update_time': 1774623893.732359, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010298auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_001/780x0__r.jpg?hash=1774623266> (referer: https://ecarstrade.com/cars/7010294)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_002/780x0__r.jpg?hash=1774623266> (referer: https://ecarstrade.com/cars/7010294)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010295> (referer: https://ecarstrade.com/search/page109?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010291> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010292> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_004/780x0__r.jpg?hash=1774623266> (referer: https://ecarstrade.com/cars/7010294)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_006/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010296)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_005/780x0__r.jpg?hash=1774623266> (referer: https://ecarstrade.com/cars/7010294)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_003/780x0__r.jpg?hash=1774623266> (referer: https://ecarstrade.com/cars/7010294)
2026-03-27 15:04:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_004/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010296)
2026-03-27 15:04:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_005/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010296)
2026-03-27 15:04:53 [ecarstrade.be] INFO: Extracting details for car 7010295auction106392
2026-03-27 15:04:53 [ecarstrade.be] INFO: Extracting details for car 7010291auction106392
2026-03-27 15:04:53 [ecarstrade.be] INFO: Extracting details for car 7010292auction106392
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_003/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010296)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_006/780x0__r.jpg?hash=1774623266> (referer: https://ecarstrade.com/cars/7010294)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_003/780x0__r.jpg?hash=1774623273> (referer: https://ecarstrade.com/cars/7010299)
2026-03-27 15:04:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_003/780x0__r.jpg?hash=1774623254> (referer: https://ecarstrade.com/cars/7010287)
2026-03-27 15:04:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a9d256fe-e302-5e35-8a7b-711befe98ebe with identifier: 7010295auction106392
2026-03-27 15:04:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9d256fe-e302-5e35-8a7b-711befe98ebe with scrape type 1
2026-03-27 15:04:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010295%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623267%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_001/780x0__r.jpg?hash=1774623267 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010295%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623267%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_002/780x0__r.jpg?hash=1774623267 not downloaded yet
2026-03-27 15:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 372e4a93-c049-581c-b839-e7c871549f88 with identifier: 7010291auction106392
2026-03-27 15:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372e4a93-c049-581c-b839-e7c871549f88 with scrape type 1
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010291%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623261%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_001/780x0__r.jpg?hash=1774623261 not downloaded yet
2026-03-27 15:04:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 with identifier: 7010292auction106392
2026-03-27 15:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 with scrape type 1
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010292%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623263%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_001/780x0__r.jpg?hash=1774623263 not downloaded yet
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_002/780x0__r.jpg?hash=1774623269> (referer: https://ecarstrade.com/cars/7010296)
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_005/780x0__r.jpg?hash=1774623278> (referer: https://ecarstrade.com/cars/7010302)
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_002/780x0__r.jpg?hash=1774623273> (referer: https://ecarstrade.com/cars/7010299)
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010295%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623268%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_003/780x0__r.jpg?hash=1774623268 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010291%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623261%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_002/780x0__r.jpg?hash=1774623261 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010292%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623263%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_002/780x0__r.jpg?hash=1774623263 not downloaded yet
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_001/780x0__r.jpg?hash=1774623273> (referer: https://ecarstrade.com/cars/7010299)
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010295%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623267%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_004/780x0__r.jpg?hash=1774623267 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010291%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623261%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_003/780x0__r.jpg?hash=1774623261 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010292%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623263%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_003/780x0__r.jpg?hash=1774623263 not downloaded yet
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a0fde8c-fb56-5a0f-9800-44a7023a6124
2026-03-27 15:04:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a0fde8c-fb56-5a0f-9800-44a7023a6124, skipping ID generation
2026-03-27 15:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0fde8c-fb56-5a0f-9800-44a7023a6124 with scrape type 1
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a0fde8c-fb56-5a0f-9800-44a7023a6124 sending to next pipeline
2026-03-27 15:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a0fde8c-fb56-5a0f-9800-44a7023a6124, identifier: 7010294auction106392
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_004/780x0__r.jpg?hash=1774623277> (referer: https://ecarstrade.com/cars/7010301)
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_003/780x0__r.jpg?hash=1774623276> (referer: https://ecarstrade.com/cars/7010301)
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_003/780x0__r.jpg?hash=1774623278> (referer: https://ecarstrade.com/cars/7010302)
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010295%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623268%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_005/780x0__r.jpg?hash=1774623268 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010291%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623261%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_004/780x0__r.jpg?hash=1774623261 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010292%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623263%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_004/780x0__r.jpg?hash=1774623263 not downloaded yet
2026-03-27 15:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a0fde8c-fb56-5a0f-9800-44a7023a6124 with identifier: 7010294auction106392
2026-03-27 15:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a0fde8c-fb56-5a0f-9800-44a7023a6124 with identifier: 7010294auction106392
2026-03-27 15:04:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a0fde8c-fb56-5a0f-9800-44a7023a6124 with identifier: 7010294auction106392 to the API
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010294/photo_006/780x0__r.jpg?hash=1774623266>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '3a0fde8c-fb56-5a0f-9800-44a7023a6124',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010294',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 6398,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010294auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [ecarstrade.be] INFO: Saving data for 7010294auction106392: {'created_time': 1774623894.724939, 'last_price_update_time': 1774623894.724951, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010294auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_004/780x0__r.jpg?hash=1774623279> (referer: https://ecarstrade.com/cars/7010302)
2026-03-27 15:04:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_002/780x0__r.jpg?hash=1774623254> (referer: https://ecarstrade.com/cars/7010287)
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010295%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623268%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_006/780x0__r.jpg?hash=1774623268 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010291%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623261%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_005/780x0__r.jpg?hash=1774623261 not downloaded yet
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010292%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623263%27 HTTP/1.1" 200 None
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_005/780x0__r.jpg?hash=1774623263 not downloaded yet
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd
2026-03-27 15:04:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c19a24ed-7b56-5ac8-be5d-a1dcab454dbd, skipping ID generation
2026-03-27 15:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd with scrape type 1
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c19a24ed-7b56-5ac8-be5d-a1dcab454dbd sending to next pipeline
2026-03-27 15:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c19a24ed-7b56-5ac8-be5d-a1dcab454dbd, identifier: 7010296auction106392
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 095c0618-a031-5e77-8662-bbeada57c994
2026-03-27 15:04:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 095c0618-a031-5e77-8662-bbeada57c994, skipping ID generation
2026-03-27 15:04:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 095c0618-a031-5e77-8662-bbeada57c994 with scrape type 1
2026-03-27 15:04:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 095c0618-a031-5e77-8662-bbeada57c994 sending to next pipeline
2026-03-27 15:04:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 095c0618-a031-5e77-8662-bbeada57c994, identifier: 7010299auction106392
2026-03-27 15:04:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c19a24ed-7b56-5ac8-be5d-a1dcab454dbd with identifier: 7010296auction106392
2026-03-27 15:04:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c19a24ed-7b56-5ac8-be5d-a1dcab454dbd with identifier: 7010296auction106392
2026-03-27 15:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c19a24ed-7b56-5ac8-be5d-a1dcab454dbd with identifier: 7010296auction106392 to the API
2026-03-27 15:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010296/photo_002/780x0__r.jpg?hash=1774623269>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'c19a24ed-7b56-5ac8-be5d-a1dcab454dbd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010296',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9768,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010296auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:55 [ecarstrade.be] INFO: Saving data for 7010296auction106392: {'created_time': 1774623895.86933, 'last_price_update_time': 1774623895.869341, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010296auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 095c0618-a031-5e77-8662-bbeada57c994 with identifier: 7010299auction106392
2026-03-27 15:04:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 095c0618-a031-5e77-8662-bbeada57c994 with identifier: 7010299auction106392
2026-03-27 15:04:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 095c0618-a031-5e77-8662-bbeada57c994 with identifier: 7010299auction106392 to the API
2026-03-27 15:04:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010299/photo_001/780x0__r.jpg?hash=1774623273>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '095c0618-a031-5e77-8662-bbeada57c994',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010299',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 8892,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010299auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:56 [ecarstrade.be] INFO: Saving data for 7010299auction106392: {'created_time': 1774623896.296067, 'last_price_update_time': 1774623896.296087, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010299auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_002/780x0__r.jpg?hash=1774623278> (referer: https://ecarstrade.com/cars/7010302)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_001/780x0__r.jpg?hash=1774623276> (referer: https://ecarstrade.com/cars/7010301)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_002/780x0__r.jpg?hash=1774623276> (referer: https://ecarstrade.com/cars/7010301)
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010291%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623261%27 HTTP/1.1" 200 None
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_006/780x0__r.jpg?hash=1774623261 not downloaded yet
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010292%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623263%27 HTTP/1.1" 200 None
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_006/780x0__r.jpg?hash=1774623263 not downloaded yet
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_001/780x0__r.jpg?hash=1774623277> (referer: https://ecarstrade.com/cars/7010302)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_001/780x0__r.jpg?hash=1774623263> (referer: https://ecarstrade.com/cars/7010292)
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b499e667-ef59-56a5-aafb-8fa701f967fb
2026-03-27 15:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b499e667-ef59-56a5-aafb-8fa701f967fb, skipping ID generation
2026-03-27 15:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b499e667-ef59-56a5-aafb-8fa701f967fb with scrape type 1
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b499e667-ef59-56a5-aafb-8fa701f967fb sending to next pipeline
2026-03-27 15:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b499e667-ef59-56a5-aafb-8fa701f967fb, identifier: 7010287auction106392
2026-03-27 15:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b499e667-ef59-56a5-aafb-8fa701f967fb with identifier: 7010287auction106392
2026-03-27 15:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b499e667-ef59-56a5-aafb-8fa701f967fb with identifier: 7010287auction106392
2026-03-27 15:04:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b499e667-ef59-56a5-aafb-8fa701f967fb with identifier: 7010287auction106392 to the API
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:04:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010287/photo_002/780x0__r.jpg?hash=1774623254>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'b499e667-ef59-56a5-aafb-8fa701f967fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010287',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 11342,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010287auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:56 [ecarstrade.be] INFO: Saving data for 7010287auction106392: {'created_time': 1774623896.777011, 'last_price_update_time': 1774623896.777024, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010287auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_002/780x0__r.jpg?hash=1774623267> (referer: https://ecarstrade.com/cars/7010295)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_003/780x0__r.jpg?hash=1774623261> (referer: https://ecarstrade.com/cars/7010291)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_001/780x0__r.jpg?hash=1774623267> (referer: https://ecarstrade.com/cars/7010295)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_003/780x0__r.jpg?hash=1774623263> (referer: https://ecarstrade.com/cars/7010292)
2026-03-27 15:04:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_001/780x0__r.jpg?hash=1774623261> (referer: https://ecarstrade.com/cars/7010291)
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8
2026-03-27 15:04:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8, skipping ID generation
2026-03-27 15:04:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 with scrape type 1
2026-03-27 15:04:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 sending to next pipeline
2026-03-27 15:04:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8, identifier: 7010301auction106392
2026-03-27 15:04:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 with identifier: 7010301auction106392
2026-03-27 15:04:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 with identifier: 7010301auction106392
2026-03-27 15:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8 with identifier: 7010301auction106392 to the API
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010301/photo_002/780x0__r.jpg?hash=1774623276>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'b0ad0c2c-9fbb-5611-9ad9-9ad173fd6dd8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010301',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 15139,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010301auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:57 [ecarstrade.be] INFO: Saving data for 7010301auction106392: {'created_time': 1774623897.313066, 'last_price_update_time': 1774623897.313079, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010301auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_004/780x0__r.jpg?hash=1774623261> (referer: https://ecarstrade.com/cars/7010291)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_004/780x0__r.jpg?hash=1774623263> (referer: https://ecarstrade.com/cars/7010292)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_005/780x0__r.jpg?hash=1774623263> (referer: https://ecarstrade.com/cars/7010292)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_005/780x0__r.jpg?hash=1774623261> (referer: https://ecarstrade.com/cars/7010291)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_004/780x0__r.jpg?hash=1774623267> (referer: https://ecarstrade.com/cars/7010295)
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea6778b0-265d-5585-992f-7a9b21c7cab5
2026-03-27 15:04:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea6778b0-265d-5585-992f-7a9b21c7cab5, skipping ID generation
2026-03-27 15:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea6778b0-265d-5585-992f-7a9b21c7cab5 with scrape type 1
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea6778b0-265d-5585-992f-7a9b21c7cab5 sending to next pipeline
2026-03-27 15:04:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea6778b0-265d-5585-992f-7a9b21c7cab5, identifier: 7010302auction106392
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea6778b0-265d-5585-992f-7a9b21c7cab5 with identifier: 7010302auction106392
2026-03-27 15:04:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea6778b0-265d-5585-992f-7a9b21c7cab5 with identifier: 7010302auction106392
2026-03-27 15:04:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea6778b0-265d-5585-992f-7a9b21c7cab5 with identifier: 7010302auction106392 to the API
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010302/photo_001/780x0__r.jpg?hash=1774623277>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'ea6778b0-265d-5585-992f-7a9b21c7cab5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010302',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 12674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010302auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:57 [ecarstrade.be] INFO: Saving data for 7010302auction106392: {'created_time': 1774623897.728677, 'last_price_update_time': 1774623897.728688, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010302auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010290> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_002/780x0__r.jpg?hash=1774623263> (referer: https://ecarstrade.com/cars/7010292)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_005/780x0__r.jpg?hash=1774623268> (referer: https://ecarstrade.com/cars/7010295)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_006/780x0__r.jpg?hash=1774623263> (referer: https://ecarstrade.com/cars/7010292)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_006/780x0__r.jpg?hash=1774623261> (referer: https://ecarstrade.com/cars/7010291)
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_006/780x0__r.jpg?hash=1774623268> (referer: https://ecarstrade.com/cars/7010295)
2026-03-27 15:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_003/780x0__r.jpg?hash=1774623268> (referer: https://ecarstrade.com/cars/7010295)
2026-03-27 15:04:57 [ecarstrade.be] INFO: Extracting details for car 7010290auction106392
2026-03-27 15:04:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_002/780x0__r.jpg?hash=1774623261> (referer: https://ecarstrade.com/cars/7010291)
2026-03-27 15:04:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2d8896c5-20c6-5944-be11-347904a4eb13 with identifier: 7010290auction106392
2026-03-27 15:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d8896c5-20c6-5944-be11-347904a4eb13 with scrape type 1
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010290%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623260%27 HTTP/1.1" 200 None
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_001/780x0__r.jpg?hash=1774623260 not downloaded yet
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26
2026-03-27 15:04:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2e40a3c-d7e8-52f4-97c5-c0fddaecff26, skipping ID generation
2026-03-27 15:04:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 with scrape type 1
2026-03-27 15:04:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 sending to next pipeline
2026-03-27 15:04:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2e40a3c-d7e8-52f4-97c5-c0fddaecff26, identifier: 7010292auction106392
2026-03-27 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 with identifier: 7010292auction106392
2026-03-27 15:04:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 with identifier: 7010292auction106392
2026-03-27 15:04:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2e40a3c-d7e8-52f4-97c5-c0fddaecff26 with identifier: 7010292auction106392 to the API
2026-03-27 15:04:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:04:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010292/photo_006/780x0__r.jpg?hash=1774623263>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'd2e40a3c-d7e8-52f4-97c5-c0fddaecff26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010292',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 11573,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010292auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:04:59 [ecarstrade.be] INFO: Saving data for 7010292auction106392: {'created_time': 1774623899.086968, 'last_price_update_time': 1774623899.08698, 'auction_closing_time': 1774798805.0}
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010292auction106392') HTTP/1.1" 204 0
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010290%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623260%27 HTTP/1.1" 200 None
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_002/780x0__r.jpg?hash=1774623260 not downloaded yet
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010290%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623260%27 HTTP/1.1" 200 None
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_003/780x0__r.jpg?hash=1774623260 not downloaded yet
2026-03-27 15:04:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page110?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a9d256fe-e302-5e35-8a7b-711befe98ebe
2026-03-27 15:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a9d256fe-e302-5e35-8a7b-711befe98ebe, skipping ID generation
2026-03-27 15:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a9d256fe-e302-5e35-8a7b-711befe98ebe with scrape type 1
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a9d256fe-e302-5e35-8a7b-711befe98ebe sending to next pipeline
2026-03-27 15:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a9d256fe-e302-5e35-8a7b-711befe98ebe, identifier: 7010295auction106392
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 372e4a93-c049-581c-b839-e7c871549f88
2026-03-27 15:04:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 372e4a93-c049-581c-b839-e7c871549f88, skipping ID generation
2026-03-27 15:04:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 372e4a93-c049-581c-b839-e7c871549f88 with scrape type 1
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 372e4a93-c049-581c-b839-e7c871549f88 sending to next pipeline
2026-03-27 15:04:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 372e4a93-c049-581c-b839-e7c871549f88, identifier: 7010291auction106392
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010290%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623260%27 HTTP/1.1" 200 None
2026-03-27 15:04:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_004/780x0__r.jpg?hash=1774623260 not downloaded yet
2026-03-27 15:04:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a9d256fe-e302-5e35-8a7b-711befe98ebe with identifier: 7010295auction106392
2026-03-27 15:04:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a9d256fe-e302-5e35-8a7b-711befe98ebe with identifier: 7010295auction106392
2026-03-27 15:04:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a9d256fe-e302-5e35-8a7b-711befe98ebe with identifier: 7010295auction106392 to the API
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:04:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010295/photo_003/780x0__r.jpg?hash=1774623268>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'a9d256fe-e302-5e35-8a7b-711befe98ebe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010295',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 6563,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010295auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Saving data for 7010295auction106392: {'created_time': 1774623900.160461, 'last_price_update_time': 1774623900.160473, 'auction_closing_time': 1774798805.0}
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010295auction106392') HTTP/1.1" 204 0
2026-03-27 15:05:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 372e4a93-c049-581c-b839-e7c871549f88 with identifier: 7010291auction106392
2026-03-27 15:05:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 372e4a93-c049-581c-b839-e7c871549f88 with identifier: 7010291auction106392
2026-03-27 15:05:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 372e4a93-c049-581c-b839-e7c871549f88 with identifier: 7010291auction106392 to the API
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010291/photo_002/780x0__r.jpg?hash=1774623261>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '372e4a93-c049-581c-b839-e7c871549f88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010291',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 8047,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010291auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Saving data for 7010291auction106392: {'created_time': 1774623900.512889, 'last_price_update_time': 1774623900.5129, 'auction_closing_time': 1774798805.0}
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010291auction106392') HTTP/1.1" 204 0
2026-03-27 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_001/780x0__r.jpg?hash=1774623260> (referer: https://ecarstrade.com/cars/7010290)
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010290%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623260%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_005/780x0__r.jpg?hash=1774623260 not downloaded yet
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010290%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623260%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_006/780x0__r.jpg?hash=1774623260 not downloaded yet
2026-03-27 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_002/780x0__r.jpg?hash=1774623260> (referer: https://ecarstrade.com/cars/7010290)
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003103auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003103auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003103auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003212auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003212auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003212auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003213auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003213auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003213auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003214auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003214auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003214auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003215auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003215auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003215auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003217auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003217auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003217auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003277auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003277auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003277auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003359auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003359auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003359auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003361auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003361auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003361auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003553auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003553auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003553auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003668auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003668auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003668auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7003669auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003669auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7003669auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004533auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004533auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004533auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004534auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004534auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004534auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004535auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004535auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004535auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004536auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004536auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004536auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004537auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004537auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004537auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004538auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004538auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004538auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004546auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004546auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004546auction111054: 0
2026-03-27 15:05:00 [ecarstrade.be] INFO: Found listing with ID: 7004547auction111054
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004547auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:00 [ecarstrade.be] INFO: Scrape type for 7004547auction111054: 0
2026-03-27 15:05:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_003/780x0__r.jpg?hash=1774623260> (referer: https://ecarstrade.com/cars/7010290)
2026-03-27 15:05:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_004/780x0__r.jpg?hash=1774623260> (referer: https://ecarstrade.com/cars/7010290)
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_005/780x0__r.jpg?hash=1774623260> (referer: https://ecarstrade.com/cars/7010290)
2026-03-27 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_006/780x0__r.jpg?hash=1774623260> (referer: https://ecarstrade.com/cars/7010290)
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2d8896c5-20c6-5944-be11-347904a4eb13
2026-03-27 15:05:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2d8896c5-20c6-5944-be11-347904a4eb13, skipping ID generation
2026-03-27 15:05:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2d8896c5-20c6-5944-be11-347904a4eb13 with scrape type 1
2026-03-27 15:05:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2d8896c5-20c6-5944-be11-347904a4eb13 sending to next pipeline
2026-03-27 15:05:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2d8896c5-20c6-5944-be11-347904a4eb13, identifier: 7010290auction106392
2026-03-27 15:05:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2d8896c5-20c6-5944-be11-347904a4eb13 with identifier: 7010290auction106392
2026-03-27 15:05:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2d8896c5-20c6-5944-be11-347904a4eb13 with identifier: 7010290auction106392
2026-03-27 15:05:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2d8896c5-20c6-5944-be11-347904a4eb13 with identifier: 7010290auction106392 to the API
2026-03-27 15:05:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010290/photo_006/780x0__r.jpg?hash=1774623260>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '2d8896c5-20c6-5944-be11-347904a4eb13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010290',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 9027,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010290auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:05:01 [ecarstrade.be] INFO: Saving data for 7010290auction106392: {'created_time': 1774623901.777992, 'last_price_update_time': 1774623901.778006, 'auction_closing_time': 1774798805.0}
2026-03-27 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010290auction106392') HTTP/1.1" 204 0
2026-03-27 15:05:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010285> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:02 [ecarstrade.be] INFO: Extracting details for car 7010285auction106392
2026-03-27 15:05:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45df7c2b-94f0-5822-95fe-16cd370fb012 with identifier: 7010285auction106392
2026-03-27 15:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45df7c2b-94f0-5822-95fe-16cd370fb012 with scrape type 1
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010285%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_001/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010285%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_002/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010285%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_003/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010285%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623249%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_004/780x0__r.jpg?hash=1774623249 not downloaded yet
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010285%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623250%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_005/780x0__r.jpg?hash=1774623250 not downloaded yet
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010285%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623250%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_006/780x0__r.jpg?hash=1774623250 not downloaded yet
2026-03-27 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_001/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010285)
2026-03-27 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_002/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010285)
2026-03-27 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_003/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010285)
2026-03-27 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_005/780x0__r.jpg?hash=1774623250> (referer: https://ecarstrade.com/cars/7010285)
2026-03-27 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_004/780x0__r.jpg?hash=1774623249> (referer: https://ecarstrade.com/cars/7010285)
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_006/780x0__r.jpg?hash=1774623250> (referer: https://ecarstrade.com/cars/7010285)
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45df7c2b-94f0-5822-95fe-16cd370fb012
2026-03-27 15:05:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45df7c2b-94f0-5822-95fe-16cd370fb012, skipping ID generation
2026-03-27 15:05:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45df7c2b-94f0-5822-95fe-16cd370fb012 with scrape type 1
2026-03-27 15:05:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45df7c2b-94f0-5822-95fe-16cd370fb012 sending to next pipeline
2026-03-27 15:05:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45df7c2b-94f0-5822-95fe-16cd370fb012, identifier: 7010285auction106392
2026-03-27 15:05:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45df7c2b-94f0-5822-95fe-16cd370fb012 with identifier: 7010285auction106392
2026-03-27 15:05:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45df7c2b-94f0-5822-95fe-16cd370fb012 with identifier: 7010285auction106392
2026-03-27 15:05:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45df7c2b-94f0-5822-95fe-16cd370fb012 with identifier: 7010285auction106392 to the API
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010285/photo_006/780x0__r.jpg?hash=1774623250>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '45df7c2b-94f0-5822-95fe-16cd370fb012',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010285',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 11335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010285auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:05:02 [ecarstrade.be] INFO: Saving data for 7010285auction106392: {'created_time': 1774623902.890416, 'last_price_update_time': 1774623902.890429, 'auction_closing_time': 1774798805.0}
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010285auction106392') HTTP/1.1" 204 0
2026-03-27 15:05:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010288> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:06 [ecarstrade.be] INFO: Extracting details for car 7010288auction106392
2026-03-27 15:05:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3f20bde-6ca2-51ce-a630-b343761596ba with identifier: 7010288auction106392
2026-03-27 15:05:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3f20bde-6ca2-51ce-a630-b343761596ba with scrape type 1
2026-03-27 15:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010288%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623257%27 HTTP/1.1" 200 None
2026-03-27 15:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_001/780x0__r.jpg?hash=1774623257 not downloaded yet
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010288%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623257%27 HTTP/1.1" 200 None
2026-03-27 15:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_002/780x0__r.jpg?hash=1774623257 not downloaded yet
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010288%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623257%27 HTTP/1.1" 200 None
2026-03-27 15:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_003/780x0__r.jpg?hash=1774623257 not downloaded yet
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010288%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623257%27 HTTP/1.1" 200 None
2026-03-27 15:05:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_004/780x0__r.jpg?hash=1774623257 not downloaded yet
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010001-7020000%252F7010288%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623257%27 HTTP/1.1" 200 None
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_005/780x0__r.jpg?hash=1774623257 not downloaded yet
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010001-7020000%252F7010288%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623257%27 HTTP/1.1" 200 None
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_006/780x0__r.jpg?hash=1774623257 not downloaded yet
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_001/780x0__r.jpg?hash=1774623257> (referer: https://ecarstrade.com/cars/7010288)
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_002/780x0__r.jpg?hash=1774623257> (referer: https://ecarstrade.com/cars/7010288)
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_004/780x0__r.jpg?hash=1774623257> (referer: https://ecarstrade.com/cars/7010288)
2026-03-27 15:05:07 [scrapy.extensions.logstats] INFO: Crawled 439 pages (at 31 pages/min), scraped 318 items (at 30 items/min)
2026-03-27 15:05:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_003/780x0__r.jpg?hash=1774623257> (referer: https://ecarstrade.com/cars/7010288)
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_005/780x0__r.jpg?hash=1774623257> (referer: https://ecarstrade.com/cars/7010288)
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_006/780x0__r.jpg?hash=1774623257> (referer: https://ecarstrade.com/cars/7010288)
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b3f20bde-6ca2-51ce-a630-b343761596ba
2026-03-27 15:05:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3f20bde-6ca2-51ce-a630-b343761596ba, skipping ID generation
2026-03-27 15:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3f20bde-6ca2-51ce-a630-b343761596ba with scrape type 1
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3f20bde-6ca2-51ce-a630-b343761596ba sending to next pipeline
2026-03-27 15:05:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3f20bde-6ca2-51ce-a630-b343761596ba, identifier: 7010288auction106392
2026-03-27 15:05:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3f20bde-6ca2-51ce-a630-b343761596ba with identifier: 7010288auction106392
2026-03-27 15:05:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3f20bde-6ca2-51ce-a630-b343761596ba with identifier: 7010288auction106392
2026-03-27 15:05:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3f20bde-6ca2-51ce-a630-b343761596ba with identifier: 7010288auction106392 to the API
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010288/photo_006/780x0__r.jpg?hash=1774623257>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': 'b3f20bde-6ca2-51ce-a630-b343761596ba',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010288',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 8991,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5L Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5L Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010288auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:05:07 [ecarstrade.be] INFO: Saving data for 7010288auction106392: {'created_time': 1774623907.753039, 'last_price_update_time': 1774623907.753053, 'auction_closing_time': 1774798805.0}
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010288auction106392') HTTP/1.1" 204 0
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010289> (referer: https://ecarstrade.com/search/page108?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page111?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:07 [ecarstrade.be] INFO: Extracting details for car 7010289auction106392
2026-03-27 15:05:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e18ef8e-ca50-5c70-8a37-de97283b4df1 with identifier: 7010289auction106392
2026-03-27 15:05:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e18ef8e-ca50-5c70-8a37-de97283b4df1 with scrape type 1
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010001-7020000%252F7010289%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774623259%27 HTTP/1.1" 200 None
2026-03-27 15:05:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_001/780x0__r.jpg?hash=1774623259 not downloaded yet
2026-03-27 15:05:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010289%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774623259%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_002/780x0__r.jpg?hash=1774623259 not downloaded yet
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010289%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774623259%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_003/780x0__r.jpg?hash=1774623259 not downloaded yet
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010289%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774623259%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_004/780x0__r.jpg?hash=1774623259 not downloaded yet
2026-03-27 15:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_001/780x0__r.jpg?hash=1774623259> (referer: https://ecarstrade.com/cars/7010289)
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7004815auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004815auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7004815auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7004818auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004818auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7004818auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7004820auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004820auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7004820auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7004974auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004974auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7004974auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005180auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005180auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005180auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005182auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005182auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005182auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005183auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005183auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005183auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005186auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005186auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005186auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005222auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005222auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005222auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005223auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005223auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005223auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005224auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005224auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005224auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005225auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005225auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005225auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005280auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005280auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005280auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005469auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005469auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005469auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005470auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005470auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005470auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005471auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005471auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005471auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005545auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005545auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005545auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005810auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005810auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005810auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7005813auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277005813auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7005813auction111054: 0
2026-03-27 15:05:08 [ecarstrade.be] INFO: Found listing with ID: 7006503auction111054
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006503auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [ecarstrade.be] INFO: Scrape type for 7006503auction111054: 0
2026-03-27 15:05:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010289%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774623259%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_005/780x0__r.jpg?hash=1774623259 not downloaded yet
2026-03-27 15:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_002/780x0__r.jpg?hash=1774623259> (referer: https://ecarstrade.com/cars/7010289)
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010289%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774623259%27 HTTP/1.1" 200 None
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_006/780x0__r.jpg?hash=1774623259 not downloaded yet
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_004/780x0__r.jpg?hash=1774623259> (referer: https://ecarstrade.com/cars/7010289)
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_006/780x0__r.jpg?hash=1774623259> (referer: https://ecarstrade.com/cars/7010289)
2026-03-27 15:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_005/780x0__r.jpg?hash=1774623259> (referer: https://ecarstrade.com/cars/7010289)
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_003/780x0__r.jpg?hash=1774623259> (referer: https://ecarstrade.com/cars/7010289)
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e18ef8e-ca50-5c70-8a37-de97283b4df1
2026-03-27 15:05:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e18ef8e-ca50-5c70-8a37-de97283b4df1, skipping ID generation
2026-03-27 15:05:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e18ef8e-ca50-5c70-8a37-de97283b4df1 with scrape type 1
2026-03-27 15:05:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e18ef8e-ca50-5c70-8a37-de97283b4df1 sending to next pipeline
2026-03-27 15:05:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e18ef8e-ca50-5c70-8a37-de97283b4df1, identifier: 7010289auction106392
2026-03-27 15:05:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e18ef8e-ca50-5c70-8a37-de97283b4df1 with identifier: 7010289auction106392
2026-03-27 15:05:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e18ef8e-ca50-5c70-8a37-de97283b4df1 with identifier: 7010289auction106392
2026-03-27 15:05:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e18ef8e-ca50-5c70-8a37-de97283b4df1 with identifier: 7010289auction106392 to the API
2026-03-27 15:05:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010289/photo_003/780x0__r.jpg?hash=1774623259>
{'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-29T15:40:05Z',
'fuel_type': 'Diesel',
'id': '4e18ef8e-ca50-5c70-8a37-de97283b4df1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010289',
'listing': 'auction',
'location': 'France - "Tienen"',
'make': 'Renault',
'model': 'Clio',
'odometer': 5729,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-04-23',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Clio Evolution 1.5 Blue dCi 100',
'transmission': 'manual',
'trim': 'Evolution 1.5 Blue dCi 100',
'vin': None,
'year': 2025}
2026-03-27 15:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010289auction106392%27 HTTP/1.1" 200 None
2026-03-27 15:05:09 [ecarstrade.be] INFO: Saving data for 7010289auction106392: {'created_time': 1774623909.34295, 'last_price_update_time': 1774623909.342961, 'auction_closing_time': 1774798805.0}
2026-03-27 15:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010289auction106392') HTTP/1.1" 204 0
2026-03-27 15:05:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page112?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7006504auction111054
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006504auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7006504auction111054: 0
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7006786auction111054
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006786auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7006786auction111054: 0
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7006787auction111054
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277006787auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7006787auction111054: 0
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7007001auction111054
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007001auction111054%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7007001auction111054: 0
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7009935auction111137
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009935auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7009935auction111137: 1
2026-03-27 15:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7010004auction111137
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010004auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7010004auction111137: 1
2026-03-27 15:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7009929auction111137
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009929auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:14 [ecarstrade.be] INFO: Scrape type for 7009929auction111137: 1
2026-03-27 15:05:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:14 [ecarstrade.be] INFO: Found listing with ID: 7009912auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009912auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009912auction111137: 1
2026-03-27 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009882auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009882auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009882auction111137: 1
2026-03-27 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009881auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009881auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009881auction111137: 1
2026-03-27 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009861auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009861auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009861auction111137: 1
2026-03-27 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009885auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009885auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009885auction111137: 1
2026-03-27 15:05:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009886auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009886auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009886auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009877auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009877auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009877auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009927auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009927auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009927auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009897auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009897auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009897auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009865auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009865auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009865auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009920auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009920auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009920auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009989auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009989auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009989auction111137: 1
2026-03-27 15:05:15 [ecarstrade.be] INFO: Found listing with ID: 7009930auction111137
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009930auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:15 [ecarstrade.be] INFO: Scrape type for 7009930auction111137: 1
2026-03-27 15:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009912> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:21 [ecarstrade.be] INFO: Extracting details for car 7009912auction111137
2026-03-27 15:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137
2026-03-27 15:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90270f41-ac0c-517b-849d-b112327e0d54 with scrape type 1
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009912%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622192%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_001/780x0__r.jpg?hash=1774622192 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009912%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622192%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_002/780x0__r.jpg?hash=1774622192 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009912%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622192%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_003/780x0__r.jpg?hash=1774622192 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009912%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622192%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_004/780x0__r.jpg?hash=1774622192 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009912%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622192%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_005/780x0__r.jpg?hash=1774622192 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009912%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622192%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_006/780x0__r.jpg?hash=1774622192 not downloaded yet
2026-03-27 15:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009935> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:21 [ecarstrade.be] INFO: Extracting details for car 7009935auction111137
2026-03-27 15:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137
2026-03-27 15:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with scrape type 1
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009935%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622240%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_001/780x0__r.jpg?hash=1774622240 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009935%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622240%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_002/780x0__r.jpg?hash=1774622240 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009935%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622240%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_003/780x0__r.jpg?hash=1774622240 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009935%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622241%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_004/780x0__r.jpg?hash=1774622241 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009935%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622240%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_005/780x0__r.jpg?hash=1774622240 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009935%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622240%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_006/780x0__r.jpg?hash=1774622240 not downloaded yet
2026-03-27 15:05:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009882> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:21 [ecarstrade.be] INFO: Extracting details for car 7009882auction111137
2026-03-27 15:05:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137
2026-03-27 15:05:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c with scrape type 1
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009882%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622109%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_001/780x0__r.jpg?hash=1774622109 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009882%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622109%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_002/780x0__r.jpg?hash=1774622109 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009882%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622109%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_003/780x0__r.jpg?hash=1774622109 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009882%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622109%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_004/780x0__r.jpg?hash=1774622109 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009882%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622109%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_005/780x0__r.jpg?hash=1774622109 not downloaded yet
2026-03-27 15:05:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009882%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622109%27 HTTP/1.1" 200 None
2026-03-27 15:05:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_006/780x0__r.jpg?hash=1774622109 not downloaded yet
2026-03-27 15:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010004> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:22 [ecarstrade.be] INFO: Extracting details for car 7010004auction111137
2026-03-27 15:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137
2026-03-27 15:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd040a15-d927-5b42-acd5-b370c70743c4 with scrape type 1
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010004%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_001/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010004%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_002/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010004%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_003/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010004%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_004/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010004%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_005/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010004%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622434%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_006/780x0__r.jpg?hash=1774622434 not downloaded yet
2026-03-27 15:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009881> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009930auction111137
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009926auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009926auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009926auction111137: 1
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009928auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009928auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009928auction111137: 1
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009998auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009998auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009998auction111137: 1
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7010000auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010000auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7010000auction111137: 1
2026-03-27 15:05:22 [ecarstrade.be] INFO: Extracting details for car 7009881auction111137
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009916auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009916auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009916auction111137: 1
2026-03-27 15:05:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137
2026-03-27 15:05:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acdd1361-99d5-573d-ab88-b1f378e8ca50 with scrape type 1
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009881%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622106%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_001/780x0__r.jpg?hash=1774622106 not downloaded yet
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009862auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009862auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009862auction111137: 1
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009881%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622106%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_002/780x0__r.jpg?hash=1774622106 not downloaded yet
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009907auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009907auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009907auction111137: 1
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009881%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622107%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_003/780x0__r.jpg?hash=1774622107 not downloaded yet
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009975auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009975auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009975auction111137: 1
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009881%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622106%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_004/780x0__r.jpg?hash=1774622106 not downloaded yet
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009924auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009924auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009924auction111137: 1
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009881%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622106%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_005/780x0__r.jpg?hash=1774622106 not downloaded yet
2026-03-27 15:05:22 [ecarstrade.be] INFO: Found listing with ID: 7009875auction111137
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009875auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:22 [ecarstrade.be] INFO: Scrape type for 7009875auction111137: 1
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009881%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622106%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_006/780x0__r.jpg?hash=1774622106 not downloaded yet
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009909auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009909auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009909auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7010005auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010005auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7010005auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009947auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009947auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009947auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009923auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009923auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009923auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009956auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009956auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009956auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009880auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009880auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009880auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009955auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009955auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009955auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7009962auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009962auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7009962auction111137: 1
2026-03-27 15:05:23 [ecarstrade.be] INFO: Found listing with ID: 7010003auction111137
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010003auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:23 [ecarstrade.be] INFO: Scrape type for 7010003auction111137: 1
2026-03-27 15:05:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009929> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:24 [ecarstrade.be] INFO: Extracting details for car 7009929auction111137
2026-03-27 15:05:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137
2026-03-27 15:05:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with scrape type 1
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009929%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622229%27 HTTP/1.1" 200 None
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_001/780x0__r.jpg?hash=1774622229 not downloaded yet
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009929%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622229%27 HTTP/1.1" 200 None
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_002/780x0__r.jpg?hash=1774622229 not downloaded yet
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009929%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622229%27 HTTP/1.1" 200 None
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_003/780x0__r.jpg?hash=1774622229 not downloaded yet
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009929%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622229%27 HTTP/1.1" 200 None
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_004/780x0__r.jpg?hash=1774622229 not downloaded yet
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009929%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622229%27 HTTP/1.1" 200 None
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_005/780x0__r.jpg?hash=1774622229 not downloaded yet
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009929%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622229%27 HTTP/1.1" 200 None
2026-03-27 15:05:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_006/780x0__r.jpg?hash=1774622229 not downloaded yet
2026-03-27 15:05:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009861> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:05:26 [ecarstrade.be] INFO: Extracting details for car 7009861auction111137
2026-03-27 15:05:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137
2026-03-27 15:05:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with scrape type 1
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009861%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622058%27 HTTP/1.1" 200 None
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_001/780x0__r.jpg?hash=1774622058 not downloaded yet
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009861%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622058%27 HTTP/1.1" 200 None
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_002/780x0__r.jpg?hash=1774622058 not downloaded yet
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009861%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622058%27 HTTP/1.1" 200 None
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_003/780x0__r.jpg?hash=1774622058 not downloaded yet
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009861%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622058%27 HTTP/1.1" 200 None
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_004/780x0__r.jpg?hash=1774622058 not downloaded yet
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009861%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622058%27 HTTP/1.1" 200 None
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_005/780x0__r.jpg?hash=1774622058 not downloaded yet
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009861%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622059%27 HTTP/1.1" 200 None
2026-03-27 15:05:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_006/780x0__r.jpg?hash=1774622059 not downloaded yet
2026-03-27 15:05:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009886> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:27 [ecarstrade.be] INFO: Extracting details for car 7009886auction111137
2026-03-27 15:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137
2026-03-27 15:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with scrape type 1
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009886%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622122%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_001/780x0__r.jpg?hash=1774622122 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009886%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622122%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_002/780x0__r.jpg?hash=1774622122 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009886%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622124%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_003/780x0__r.jpg?hash=1774622124 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009886%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622122%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_004/780x0__r.jpg?hash=1774622122 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009886%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622122%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_005/780x0__r.jpg?hash=1774622122 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009886%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622122%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_006/780x0__r.jpg?hash=1774622122 not downloaded yet
2026-03-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009885> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_006/780x0__r.jpg?hash=1774622192> (referer: https://ecarstrade.com/cars/7009912)
2026-03-27 15:05:28 [ecarstrade.be] INFO: Extracting details for car 7009885auction111137
2026-03-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_006/780x0__r.jpg?hash=1774622240> (referer: https://ecarstrade.com/cars/7009935)
2026-03-27 15:05:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137
2026-03-27 15:05:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with scrape type 1
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009885%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622117%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_001/780x0__r.jpg?hash=1774622117 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009885%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622117%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_002/780x0__r.jpg?hash=1774622117 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009885%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622117%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_003/780x0__r.jpg?hash=1774622117 not downloaded yet
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009885%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622117%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_004/780x0__r.jpg?hash=1774622117 not downloaded yet
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009885%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622117%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_005/780x0__r.jpg?hash=1774622117 not downloaded yet
2026-03-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_006/780x0__r.jpg?hash=1774622109> (referer: https://ecarstrade.com/cars/7009882)
2026-03-27 15:05:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009885%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622117%27 HTTP/1.1" 200 None
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_006/780x0__r.jpg?hash=1774622117 not downloaded yet
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_006/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010004)
2026-03-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009927> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:05:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_005/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010004)
2026-03-27 15:05:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:29 [ecarstrade.be] INFO: Extracting details for car 7009927auction111137
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_006/780x0__r.jpg?hash=1774622229> (referer: https://ecarstrade.com/cars/7009929)
2026-03-27 15:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137
2026-03-27 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46403feb-db96-5ca5-99b7-dc642a78967a with scrape type 1
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009927%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_001/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009927%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_002/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009927%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_003/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009927%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_004/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009877> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_006/780x0__r.jpg?hash=1774622059> (referer: https://ecarstrade.com/cars/7009861)
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009927%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_005/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009927%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622225%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_006/780x0__r.jpg?hash=1774622225 not downloaded yet
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_006/780x0__r.jpg?hash=1774622122> (referer: https://ecarstrade.com/cars/7009886)
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:29 [ecarstrade.be] INFO: Extracting details for car 7009877auction111137
2026-03-27 15:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137
2026-03-27 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 468256df-e028-5e38-93b3-e64ab388b838 with scrape type 1
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009877%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622097%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_001/780x0__r.jpg?hash=1774622097 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_005/780x0__r.jpg?hash=1774622122> (referer: https://ecarstrade.com/cars/7009886)
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009877%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622097%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_002/780x0__r.jpg?hash=1774622097 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009877%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622097%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_003/780x0__r.jpg?hash=1774622097 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009877%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622098%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_004/780x0__r.jpg?hash=1774622098 not downloaded yet
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009897> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_004/780x0__r.jpg?hash=1774622122> (referer: https://ecarstrade.com/cars/7009886)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_005/780x0__r.jpg?hash=1774622117> (referer: https://ecarstrade.com/cars/7009885)
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009877%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622098%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_005/780x0__r.jpg?hash=1774622098 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009877%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622098%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_006/780x0__r.jpg?hash=1774622098 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_006/780x0__r.jpg?hash=1774622117> (referer: https://ecarstrade.com/cars/7009885)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_004/780x0__r.jpg?hash=1774622117> (referer: https://ecarstrade.com/cars/7009885)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_003/780x0__r.jpg?hash=1774622117> (referer: https://ecarstrade.com/cars/7009885)
2026-03-27 15:05:29 [ecarstrade.be] INFO: Extracting details for car 7009897auction111137
2026-03-27 15:05:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137
2026-03-27 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7791ba86-d629-58dd-b502-90789f4ca9fb with scrape type 1
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009897%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622148%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_001/780x0__r.jpg?hash=1774622148 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_003/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009927)
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009897%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622148%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_002/780x0__r.jpg?hash=1774622148 not downloaded yet
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_004/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009927)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_002/780x0__r.jpg?hash=1774622117> (referer: https://ecarstrade.com/cars/7009885)
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009897%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622148%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_003/780x0__r.jpg?hash=1774622148 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009897%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622148%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_004/780x0__r.jpg?hash=1774622148 not downloaded yet
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009897%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622149%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_005/780x0__r.jpg?hash=1774622149 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_006/780x0__r.jpg?hash=1774622225> (referer: https://ecarstrade.com/cars/7009927)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_001/780x0__r.jpg?hash=1774622097> (referer: https://ecarstrade.com/cars/7009877)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_004/780x0__r.jpg?hash=1774622098> (referer: https://ecarstrade.com/cars/7009877)
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009897%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622148%27 HTTP/1.1" 200 None
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_006/780x0__r.jpg?hash=1774622148 not downloaded yet
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_003/780x0__r.jpg?hash=1774622097> (referer: https://ecarstrade.com/cars/7009877)
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_006/780x0__r.jpg?hash=1774622098> (referer: https://ecarstrade.com/cars/7009877)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_002/780x0__r.jpg?hash=1774622097> (referer: https://ecarstrade.com/cars/7009877)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_005/780x0__r.jpg?hash=1774622098> (referer: https://ecarstrade.com/cars/7009877)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_005/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009927)
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_001/780x0__r.jpg?hash=1774622148> (referer: https://ecarstrade.com/cars/7009897)
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_002/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009927)
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 468256df-e028-5e38-93b3-e64ab388b838
2026-03-27 15:05:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 468256df-e028-5e38-93b3-e64ab388b838, skipping ID generation
2026-03-27 15:05:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 468256df-e028-5e38-93b3-e64ab388b838 with scrape type 1
2026-03-27 15:05:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 468256df-e028-5e38-93b3-e64ab388b838 sending to next pipeline
2026-03-27 15:05:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 468256df-e028-5e38-93b3-e64ab388b838, identifier: 7009877auction111137
2026-03-27 15:05:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137
2026-03-27 15:05:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137
2026-03-27 15:05:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 468256df-e028-5e38-93b3-e64ab388b838 with identifier: 7009877auction111137 to the API
2026-03-27 15:05:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009877/photo_005/780x0__r.jpg?hash=1774622098>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '468256df-e028-5e38-93b3-e64ab388b838',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009877',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '320',
'odometer': 85000,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Berline 320e (150 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline e (150 kW) 4d',
'vin': None,
'year': 2021}
2026-03-27 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009877auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:30 [ecarstrade.be] INFO: Saving data for 7009877auction111137: {'created_time': 1774623930.739073, 'last_price_update_time': 1774623930.739087, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009877auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_002/780x0__r.jpg?hash=1774622148> (referer: https://ecarstrade.com/cars/7009897)
2026-03-27 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_005/780x0__r.jpg?hash=1774622149> (referer: https://ecarstrade.com/cars/7009897)
2026-03-27 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_004/780x0__r.jpg?hash=1774622148> (referer: https://ecarstrade.com/cars/7009897)
2026-03-27 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009865> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_006/780x0__r.jpg?hash=1774622148> (referer: https://ecarstrade.com/cars/7009897)
2026-03-27 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_003/780x0__r.jpg?hash=1774622148> (referer: https://ecarstrade.com/cars/7009897)
2026-03-27 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_002/780x0__r.jpg?hash=1774622122> (referer: https://ecarstrade.com/cars/7009886)
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_001/780x0__r.jpg?hash=1774622117> (referer: https://ecarstrade.com/cars/7009885)
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_001/780x0__r.jpg?hash=1774622122> (referer: https://ecarstrade.com/cars/7009886)
2026-03-27 15:05:31 [ecarstrade.be] INFO: Extracting details for car 7009865auction111137
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_003/780x0__r.jpg?hash=1774622124> (referer: https://ecarstrade.com/cars/7009886)
2026-03-27 15:05:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137
2026-03-27 15:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef723a39-d0c1-5aa2-946d-97aff0c748c7 with scrape type 1
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009865%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622077%27 HTTP/1.1" 200 None
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_001/780x0__r.jpg?hash=1774622077 not downloaded yet
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7791ba86-d629-58dd-b502-90789f4ca9fb
2026-03-27 15:05:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7791ba86-d629-58dd-b502-90789f4ca9fb, skipping ID generation
2026-03-27 15:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7791ba86-d629-58dd-b502-90789f4ca9fb with scrape type 1
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7791ba86-d629-58dd-b502-90789f4ca9fb sending to next pipeline
2026-03-27 15:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7791ba86-d629-58dd-b502-90789f4ca9fb, identifier: 7009897auction111137
2026-03-27 15:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137
2026-03-27 15:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137
2026-03-27 15:05:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7791ba86-d629-58dd-b502-90789f4ca9fb with identifier: 7009897auction111137 to the API
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009897/photo_003/780x0__r.jpg?hash=1774622148>
{'auction_title': '',
'c_o_2_emission_value': 256,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7791ba86-d629-58dd-b502-90789f4ca9fb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009897',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Ranger',
'odometer': 242207,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Ranger 2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'transmission': 'automatic',
'trim': '2.0 BiT 156kW 4x4 Aut. D-Cab Wildtrak 4d',
'vin': None,
'year': 2022}
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009897auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:31 [ecarstrade.be] INFO: Saving data for 7009897auction111137: {'created_time': 1774623931.648702, 'last_price_update_time': 1774623931.648716, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009897auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_005/780x0__r.jpg?hash=1774622058> (referer: https://ecarstrade.com/cars/7009861)
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_001/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009927)
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_004/780x0__r.jpg?hash=1774622058> (referer: https://ecarstrade.com/cars/7009861)
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_003/780x0__r.jpg?hash=1774622058> (referer: https://ecarstrade.com/cars/7009861)
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009865%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622075%27 HTTP/1.1" 200 None
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_002/780x0__r.jpg?hash=1774622075 not downloaded yet
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009865%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622075%27 HTTP/1.1" 200 None
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_003/780x0__r.jpg?hash=1774622075 not downloaded yet
2026-03-27 15:05:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009920> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4
2026-03-27 15:05:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4, skipping ID generation
2026-03-27 15:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with scrape type 1
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 sending to next pipeline
2026-03-27 15:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4, identifier: 7009885auction111137
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9a4691b4-52a1-5cd8-91a0-4072f1862af6
2026-03-27 15:05:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9a4691b4-52a1-5cd8-91a0-4072f1862af6, skipping ID generation
2026-03-27 15:05:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with scrape type 1
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9a4691b4-52a1-5cd8-91a0-4072f1862af6 sending to next pipeline
2026-03-27 15:05:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9a4691b4-52a1-5cd8-91a0-4072f1862af6, identifier: 7009886auction111137
2026-03-27 15:05:31 [ecarstrade.be] INFO: Extracting details for car 7009920auction111137
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009865%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622075%27 HTTP/1.1" 200 None
2026-03-27 15:05:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_004/780x0__r.jpg?hash=1774622075 not downloaded yet
2026-03-27 15:05:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137
2026-03-27 15:05:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137
2026-03-27 15:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4 with identifier: 7009885auction111137 to the API
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009885/photo_001/780x0__r.jpg?hash=1774622117>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Other',
'id': 'e1535993-d4b6-5e4b-803e-3e2ffc2bcbd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009885',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '520',
'odometer': 140285,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-serie FL'20 PHEV, BMW 5 Reeks Berline 520e 150kW 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20 PHEV, 5 Reeks Berline e 150kW 4d",
'vin': None,
'year': 2022}
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009885auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:32 [ecarstrade.be] INFO: Saving data for 7009885auction111137: {'created_time': 1774623932.237731, 'last_price_update_time': 1774623932.237743, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009885auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137
2026-03-27 15:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137
2026-03-27 15:05:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9a4691b4-52a1-5cd8-91a0-4072f1862af6 with identifier: 7009886auction111137 to the API
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009886/photo_003/780x0__r.jpg?hash=1774622124>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '9a4691b4-52a1-5cd8-91a0-4072f1862af6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009886',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '518',
'odometer': 149042,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 5-serie FL'20, BMW 5 Reeks Berline 518d 110kW Aut. 4d",
'transmission': 'automatic',
'trim': ", 5-serie FL'20, 5 Reeks Berline d 110kW Aut. 4d",
'vin': None,
'year': 2022}
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009886auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:32 [ecarstrade.be] INFO: Saving data for 7009886auction111137: {'created_time': 1774623932.722077, 'last_price_update_time': 1774623932.722088, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009886auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_005/780x0__r.jpg?hash=1774622229> (referer: https://ecarstrade.com/cars/7009929)
2026-03-27 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_002/780x0__r.jpg?hash=1774622058> (referer: https://ecarstrade.com/cars/7009861)
2026-03-27 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_001/780x0__r.jpg?hash=1774622058> (referer: https://ecarstrade.com/cars/7009861)
2026-03-27 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_004/780x0__r.jpg?hash=1774622229> (referer: https://ecarstrade.com/cars/7009929)
2026-03-27 15:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_003/780x0__r.jpg?hash=1774622229> (referer: https://ecarstrade.com/cars/7009929)
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009865%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622075%27 HTTP/1.1" 200 None
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_005/780x0__r.jpg?hash=1774622075 not downloaded yet
2026-03-27 15:05:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 46403feb-db96-5ca5-99b7-dc642a78967a
2026-03-27 15:05:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 46403feb-db96-5ca5-99b7-dc642a78967a, skipping ID generation
2026-03-27 15:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 46403feb-db96-5ca5-99b7-dc642a78967a with scrape type 1
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 46403feb-db96-5ca5-99b7-dc642a78967a sending to next pipeline
2026-03-27 15:05:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 46403feb-db96-5ca5-99b7-dc642a78967a, identifier: 7009927auction111137
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137
2026-03-27 15:05:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 990419e0-7613-540c-911f-844c275ab0e4 with scrape type 1
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009920%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622210%27 HTTP/1.1" 200 None
2026-03-27 15:05:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_001/780x0__r.jpg?hash=1774622210 not downloaded yet
2026-03-27 15:05:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137
2026-03-27 15:05:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137
2026-03-27 15:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 46403feb-db96-5ca5-99b7-dc642a78967a with identifier: 7009927auction111137 to the API
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009927/photo_001/780x0__r.jpg?hash=1774622223>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '46403feb-db96-5ca5-99b7-dc642a78967a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009927',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 149173,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 180 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009927auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [ecarstrade.be] INFO: Saving data for 7009927auction111137: {'created_time': 1774623933.343855, 'last_price_update_time': 1774623933.343869, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009927auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009865%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622075%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_006/780x0__r.jpg?hash=1774622075 not downloaded yet
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009920%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622210%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_002/780x0__r.jpg?hash=1774622210 not downloaded yet
2026-03-27 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_001/780x0__r.jpg?hash=1774622229> (referer: https://ecarstrade.com/cars/7009929)
2026-03-27 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_001/780x0__r.jpg?hash=1774622077> (referer: https://ecarstrade.com/cars/7009865)
2026-03-27 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_002/780x0__r.jpg?hash=1774622229> (referer: https://ecarstrade.com/cars/7009929)
2026-03-27 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009989> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009920%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622210%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_003/780x0__r.jpg?hash=1774622210 not downloaded yet
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd
2026-03-27 15:05:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd, skipping ID generation
2026-03-27 15:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with scrape type 1
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d82caf2b-8f27-5c2d-825d-5868c0bfd5fd sending to next pipeline
2026-03-27 15:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd, identifier: 7009861auction111137
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009920%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622210%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_004/780x0__r.jpg?hash=1774622210 not downloaded yet
2026-03-27 15:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137
2026-03-27 15:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137
2026-03-27 15:05:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d82caf2b-8f27-5c2d-825d-5868c0bfd5fd with identifier: 7009861auction111137 to the API
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009861/photo_001/780x0__r.jpg?hash=1774622058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Electric',
'id': 'd82caf2b-8f27-5c2d-825d-5868c0bfd5fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009861',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 161019,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi E-Tron Sportback 55 Quattro S-Line 5d',
'transmission': 'automatic',
'trim': 'E-Tron Sportback 55 Quattro S-Line 5d',
'vin': None,
'year': 2022}
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009861auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [ecarstrade.be] INFO: Saving data for 7009861auction111137: {'created_time': 1774623933.82882, 'last_price_update_time': 1774623933.828835, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009861auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_002/780x0__r.jpg?hash=1774622075> (referer: https://ecarstrade.com/cars/7009865)
2026-03-27 15:05:33 [ecarstrade.be] INFO: Extracting details for car 7009989auction111137
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009920%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622210%27 HTTP/1.1" 200 None
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_005/780x0__r.jpg?hash=1774622210 not downloaded yet
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4
2026-03-27 15:05:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4, skipping ID generation
2026-03-27 15:05:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with scrape type 1
2026-03-27 15:05:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 sending to next pipeline
2026-03-27 15:05:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4, identifier: 7009929auction111137
2026-03-27 15:05:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_004/780x0__r.jpg?hash=1774622075> (referer: https://ecarstrade.com/cars/7009865)
2026-03-27 15:05:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137
2026-03-27 15:05:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 15:05:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 15:05:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137
2026-03-27 15:05:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1071ee6d-a7b5-5010-b188-1b7d1a608cc4 with identifier: 7009929auction111137 to the API
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009929/photo_002/780x0__r.jpg?hash=1774622229>
{'auction_title': '',
'c_o_2_emission_value': 20,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '1071ee6d-a7b5-5010-b188-1b7d1a608cc4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009929',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLE 350',
'odometer': 212186,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLE GLE 350 de 4MATIC Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLE de 4MATIC Business Solution 5d',
'vin': None,
'year': 2022}
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009929auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [ecarstrade.be] INFO: Saving data for 7009929auction111137: {'created_time': 1774623934.358886, 'last_price_update_time': 1774623934.358898, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009929auction111137') HTTP/1.1" 204 0
2026-03-27 15: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-27 15:05:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_003/780x0__r.jpg?hash=1774622075> (referer: https://ecarstrade.com/cars/7009865)
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009920%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622212%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_006/780x0__r.jpg?hash=1774622212 not downloaded yet
2026-03-27 15: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-27 15:05:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137
2026-03-27 15:05:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66194201-742b-5dfb-ae08-14103cb45c0f with scrape type 1
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009989%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622390%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_001/780x0__r.jpg?hash=1774622390 not downloaded yet
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009989%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622391%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_002/780x0__r.jpg?hash=1774622391 not downloaded yet
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009989%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622390%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_003/780x0__r.jpg?hash=1774622390 not downloaded yet
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009989%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622391%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_004/780x0__r.jpg?hash=1774622391 not downloaded yet
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009989%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622391%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_005/780x0__r.jpg?hash=1774622391 not downloaded yet
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009989%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622391%27 HTTP/1.1" 200 None
2026-03-27 15:05:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_006/780x0__r.jpg?hash=1774622391 not downloaded yet
2026-03-27 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010003> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:05:35 [ecarstrade.be] INFO: Extracting details for car 7010003auction111137
2026-03-27 15:05:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137
2026-03-27 15:05:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with scrape type 1
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010003%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622427%27 HTTP/1.1" 200 None
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_001/780x0__r.jpg?hash=1774622427 not downloaded yet
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010003%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622427%27 HTTP/1.1" 200 None
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_002/780x0__r.jpg?hash=1774622427 not downloaded yet
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010003%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622429%27 HTTP/1.1" 200 None
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_003/780x0__r.jpg?hash=1774622429 not downloaded yet
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010003%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622427%27 HTTP/1.1" 200 None
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_004/780x0__r.jpg?hash=1774622427 not downloaded yet
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010003%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622427%27 HTTP/1.1" 200 None
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_005/780x0__r.jpg?hash=1774622427 not downloaded yet
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010003%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622428%27 HTTP/1.1" 200 None
2026-03-27 15:05:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_006/780x0__r.jpg?hash=1774622428 not downloaded yet
2026-03-27 15:05:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009930> (referer: https://ecarstrade.com/search/page113?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_001/780x0__r.jpg?hash=1774622210> (referer: https://ecarstrade.com/cars/7009920)
2026-03-27 15:05:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_005/780x0__r.jpg?hash=1774622075> (referer: https://ecarstrade.com/cars/7009865)
2026-03-27 15: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-27 15:05:36 [ecarstrade.be] INFO: Extracting details for car 7009930auction111137
2026-03-27 15:05:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137
2026-03-27 15:05:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b374ac-4786-509a-ac55-71536017cce4 with scrape type 1
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009930%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622231%27 HTTP/1.1" 200 None
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_001/780x0__r.jpg?hash=1774622231 not downloaded yet
2026-03-27 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009930%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622231%27 HTTP/1.1" 200 None
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_002/780x0__r.jpg?hash=1774622231 not downloaded yet
2026-03-27 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009930%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622231%27 HTTP/1.1" 200 None
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_003/780x0__r.jpg?hash=1774622231 not downloaded yet
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009930%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622231%27 HTTP/1.1" 200 None
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_004/780x0__r.jpg?hash=1774622231 not downloaded yet
2026-03-27 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009930%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622231%27 HTTP/1.1" 200 None
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_005/780x0__r.jpg?hash=1774622231 not downloaded yet
2026-03-27 15:05:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009930%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622231%27 HTTP/1.1" 200 None
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_006/780x0__r.jpg?hash=1774622231 not downloaded yet
2026-03-27 15:05:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009956> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009880> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_002/780x0__r.jpg?hash=1774622210> (referer: https://ecarstrade.com/cars/7009920)
2026-03-27 15:05:40 [ecarstrade.be] INFO: Extracting details for car 7009956auction111137
2026-03-27 15:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137
2026-03-27 15:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3e46b4-b36b-5ee7-9445-4f6d155b380b with scrape type 1
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009956%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622299%27 HTTP/1.1" 200 None
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_001/780x0__r.jpg?hash=1774622299 not downloaded yet
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009956%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_002/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 15:05:40 [ecarstrade.be] INFO: Extracting details for car 7009880auction111137
2026-03-27 15:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_003/780x0__r.jpg?hash=1774622210> (referer: https://ecarstrade.com/cars/7009920)
2026-03-27 15:05:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_005/780x0__r.jpg?hash=1774622210> (referer: https://ecarstrade.com/cars/7009920)
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009956%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622299%27 HTTP/1.1" 200 None
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_003/780x0__r.jpg?hash=1774622299 not downloaded yet
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009956%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_004/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 15:05:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137
2026-03-27 15:05:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b340dd17-1b0d-5619-8e31-52404e8057eb with scrape type 1
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009880%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622103%27 HTTP/1.1" 200 None
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_001/780x0__r.jpg?hash=1774622103 not downloaded yet
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009956%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 15:05:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_005/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 15:05:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009880%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622103%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_002/780x0__r.jpg?hash=1774622103 not downloaded yet
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_004/780x0__r.jpg?hash=1774622210> (referer: https://ecarstrade.com/cars/7009920)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_006/780x0__r.jpg?hash=1774622391> (referer: https://ecarstrade.com/cars/7009989)
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009956%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622300%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_006/780x0__r.jpg?hash=1774622300 not downloaded yet
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009880%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622104%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_003/780x0__r.jpg?hash=1774622104 not downloaded yet
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009880%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622103%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_004/780x0__r.jpg?hash=1774622103 not downloaded yet
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009880%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622103%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_005/780x0__r.jpg?hash=1774622103 not downloaded yet
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009880%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622103%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_006/780x0__r.jpg?hash=1774622103 not downloaded yet
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_006/780x0__r.jpg?hash=1774622428> (referer: https://ecarstrade.com/cars/7010003)
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_005/780x0__r.jpg?hash=1774622427> (referer: https://ecarstrade.com/cars/7010003)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_004/780x0__r.jpg?hash=1774622427> (referer: https://ecarstrade.com/cars/7010003)
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_006/780x0__r.jpg?hash=1774622231> (referer: https://ecarstrade.com/cars/7009930)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_005/780x0__r.jpg?hash=1774622231> (referer: https://ecarstrade.com/cars/7009930)
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009955> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_002/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7009956)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_004/780x0__r.jpg?hash=1774622231> (referer: https://ecarstrade.com/cars/7009930)
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_002/780x0__r.jpg?hash=1774622103> (referer: https://ecarstrade.com/cars/7009880)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_001/780x0__r.jpg?hash=1774622299> (referer: https://ecarstrade.com/cars/7009956)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_005/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7009956)
2026-03-27 15:05:41 [ecarstrade.be] INFO: Extracting details for car 7009955auction111137
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_006/780x0__r.jpg?hash=1774622103> (referer: https://ecarstrade.com/cars/7009880)
2026-03-27 15:05:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137
2026-03-27 15:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80e84a1-9368-55f9-9c7a-d21066701795 with scrape type 1
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009955%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622297%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_001/780x0__r.jpg?hash=1774622297 not downloaded yet
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_005/780x0__r.jpg?hash=1774622103> (referer: https://ecarstrade.com/cars/7009880)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_004/780x0__r.jpg?hash=1774622103> (referer: https://ecarstrade.com/cars/7009880)
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009955%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622296%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_002/780x0__r.jpg?hash=1774622296 not downloaded yet
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009955%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622296%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_003/780x0__r.jpg?hash=1774622296 not downloaded yet
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009955%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622298%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_004/780x0__r.jpg?hash=1774622298 not downloaded yet
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_003/780x0__r.jpg?hash=1774622104> (referer: https://ecarstrade.com/cars/7009880)
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009955%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622296%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_005/780x0__r.jpg?hash=1774622296 not downloaded yet
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_001/780x0__r.jpg?hash=1774622103> (referer: https://ecarstrade.com/cars/7009880)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_006/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7009956)
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009955%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622297%27 HTTP/1.1" 200 None
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_006/780x0__r.jpg?hash=1774622297 not downloaded yet
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_004/780x0__r.jpg?hash=1774622300> (referer: https://ecarstrade.com/cars/7009956)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_003/780x0__r.jpg?hash=1774622299> (referer: https://ecarstrade.com/cars/7009956)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_003/780x0__r.jpg?hash=1774622231> (referer: https://ecarstrade.com/cars/7009930)
2026-03-27 15:05:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009947> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b340dd17-1b0d-5619-8e31-52404e8057eb
2026-03-27 15:05:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b340dd17-1b0d-5619-8e31-52404e8057eb, skipping ID generation
2026-03-27 15:05:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b340dd17-1b0d-5619-8e31-52404e8057eb with scrape type 1
2026-03-27 15:05:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b340dd17-1b0d-5619-8e31-52404e8057eb sending to next pipeline
2026-03-27 15:05:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b340dd17-1b0d-5619-8e31-52404e8057eb, identifier: 7009880auction111137
2026-03-27 15:05:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137
2026-03-27 15:05:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137
2026-03-27 15:05:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b340dd17-1b0d-5619-8e31-52404e8057eb with identifier: 7009880auction111137 to the API
2026-03-27 15:05:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009880/photo_001/780x0__r.jpg?hash=1774622103>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b340dd17-1b0d-5619-8e31-52404e8057eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009880',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '318',
'odometer': 210435,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 318dA (100 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009880auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:42 [ecarstrade.be] INFO: Saving data for 7009880auction111137: {'created_time': 1774623942.112027, 'last_price_update_time': 1774623942.112038, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009880auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_002/780x0__r.jpg?hash=1774622231> (referer: https://ecarstrade.com/cars/7009930)
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_001/780x0__r.jpg?hash=1774622297> (referer: https://ecarstrade.com/cars/7009955)
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_001/780x0__r.jpg?hash=1774622231> (referer: https://ecarstrade.com/cars/7009930)
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_003/780x0__r.jpg?hash=1774622429> (referer: https://ecarstrade.com/cars/7010003)
2026-03-27 15:05:42 [ecarstrade.be] INFO: Extracting details for car 7009947auction111137
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009923> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd3e46b4-b36b-5ee7-9445-4f6d155b380b
2026-03-27 15:05:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd3e46b4-b36b-5ee7-9445-4f6d155b380b, skipping ID generation
2026-03-27 15:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd3e46b4-b36b-5ee7-9445-4f6d155b380b with scrape type 1
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd3e46b4-b36b-5ee7-9445-4f6d155b380b sending to next pipeline
2026-03-27 15:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd3e46b4-b36b-5ee7-9445-4f6d155b380b, identifier: 7009956auction111137
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137
2026-03-27 15:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d with scrape type 1
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009947%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622274%27 HTTP/1.1" 200 None
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_001/780x0__r.jpg?hash=1774622274 not downloaded yet
2026-03-27 15:05:42 [ecarstrade.be] INFO: Extracting details for car 7009923auction111137
2026-03-27 15:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137
2026-03-27 15:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137
2026-03-27 15:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd3e46b4-b36b-5ee7-9445-4f6d155b380b with identifier: 7009956auction111137 to the API
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009956/photo_003/780x0__r.jpg?hash=1774622299>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cd3e46b4-b36b-5ee7-9445-4f6d155b380b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009956',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 176022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'vin': None,
'year': 2022}
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009956auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:42 [ecarstrade.be] INFO: Saving data for 7009956auction111137: {'created_time': 1774623942.637942, 'last_price_update_time': 1774623942.637954, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009956auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_003/780x0__r.jpg?hash=1774622296> (referer: https://ecarstrade.com/cars/7009955)
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_002/780x0__r.jpg?hash=1774622427> (referer: https://ecarstrade.com/cars/7010003)
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_004/780x0__r.jpg?hash=1774622298> (referer: https://ecarstrade.com/cars/7009955)
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_005/780x0__r.jpg?hash=1774622296> (referer: https://ecarstrade.com/cars/7009955)
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009947%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622274%27 HTTP/1.1" 200 None
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_002/780x0__r.jpg?hash=1774622274 not downloaded yet
2026-03-27 15:05:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_006/780x0__r.jpg?hash=1774622297> (referer: https://ecarstrade.com/cars/7009955)
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a2b374ac-4786-509a-ac55-71536017cce4
2026-03-27 15:05:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a2b374ac-4786-509a-ac55-71536017cce4, skipping ID generation
2026-03-27 15:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a2b374ac-4786-509a-ac55-71536017cce4 with scrape type 1
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a2b374ac-4786-509a-ac55-71536017cce4 sending to next pipeline
2026-03-27 15:05:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a2b374ac-4786-509a-ac55-71536017cce4, identifier: 7009930auction111137
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137
2026-03-27 15:05:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390f40ef-db29-52a5-b927-180c7f3ab777 with scrape type 1
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009923%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622217%27 HTTP/1.1" 200 None
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_001/780x0__r.jpg?hash=1774622217 not downloaded yet
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009947%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622274%27 HTTP/1.1" 200 None
2026-03-27 15:05:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_003/780x0__r.jpg?hash=1774622274 not downloaded yet
2026-03-27 15:05:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137
2026-03-27 15:05:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137
2026-03-27 15:05:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a2b374ac-4786-509a-ac55-71536017cce4 with identifier: 7009930auction111137 to the API
2026-03-27 15:05:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009930/photo_001/780x0__r.jpg?hash=1774622231>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a2b374ac-4786-509a-ac55-71536017cce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009930',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 200',
'odometer': 145459,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 200 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009930auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [ecarstrade.be] INFO: Saving data for 7009930auction111137: {'created_time': 1774623943.138584, 'last_price_update_time': 1774623943.138604, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009930auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009923%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622217%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_002/780x0__r.jpg?hash=1774622217 not downloaded yet
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_004/780x0__r.jpg?hash=1774622391> (referer: https://ecarstrade.com/cars/7009989)
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_001/780x0__r.jpg?hash=1774622427> (referer: https://ecarstrade.com/cars/7010003)
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_005/780x0__r.jpg?hash=1774622391> (referer: https://ecarstrade.com/cars/7009989)
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_002/780x0__r.jpg?hash=1774622296> (referer: https://ecarstrade.com/cars/7009955)
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009947%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622274%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_004/780x0__r.jpg?hash=1774622274 not downloaded yet
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_003/780x0__r.jpg?hash=1774622390> (referer: https://ecarstrade.com/cars/7009989)
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009923%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622217%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_003/780x0__r.jpg?hash=1774622217 not downloaded yet
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009947%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622274%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_005/780x0__r.jpg?hash=1774622274 not downloaded yet
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009923%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622217%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_004/780x0__r.jpg?hash=1774622217 not downloaded yet
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_001/780x0__r.jpg?hash=1774622390> (referer: https://ecarstrade.com/cars/7009989)
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_006/780x0__r.jpg?hash=1774622212> (referer: https://ecarstrade.com/cars/7009920)
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_001/780x0__r.jpg?hash=1774622274> (referer: https://ecarstrade.com/cars/7009947)
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009947%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622274%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_006/780x0__r.jpg?hash=1774622274 not downloaded yet
2026-03-27 15:05:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009923%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622217%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_005/780x0__r.jpg?hash=1774622217 not downloaded yet
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_002/780x0__r.jpg?hash=1774622391> (referer: https://ecarstrade.com/cars/7009989)
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009923%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622217%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_006/780x0__r.jpg?hash=1774622217 not downloaded yet
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7
2026-03-27 15:05:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7, skipping ID generation
2026-03-27 15:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with scrape type 1
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 sending to next pipeline
2026-03-27 15:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7, identifier: 7010003auction111137
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d80e84a1-9368-55f9-9c7a-d21066701795
2026-03-27 15:05:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d80e84a1-9368-55f9-9c7a-d21066701795, skipping ID generation
2026-03-27 15:05:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d80e84a1-9368-55f9-9c7a-d21066701795 with scrape type 1
2026-03-27 15:05:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d80e84a1-9368-55f9-9c7a-d21066701795 sending to next pipeline
2026-03-27 15:05:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d80e84a1-9368-55f9-9c7a-d21066701795, identifier: 7009955auction111137
2026-03-27 15:05:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_006/780x0__r.jpg?hash=1774622075> (referer: https://ecarstrade.com/cars/7009865)
2026-03-27 15:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137
2026-03-27 15:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137
2026-03-27 15:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cc5ec1d-587a-5c3d-af68-0a8133b34dc7 with identifier: 7010003auction111137 to the API
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010003/photo_001/780x0__r.jpg?hash=1774622427>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7cc5ec1d-587a-5c3d-af68-0a8133b34dc7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010003',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 154532,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "Volvo, XC40 '17 PHEV, Volvo XC40 T4 Recharge Geartronic R-Design 5d",
'transmission': 'automatic',
'trim': ", '17 PHEV, T4 Recharge Geartronic R-Design 5d",
'vin': None,
'year': 2021}
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010003auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:43 [ecarstrade.be] INFO: Saving data for 7010003auction111137: {'created_time': 1774623943.825481, 'last_price_update_time': 1774623943.825493, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010003auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137
2026-03-27 15:05:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137
2026-03-27 15:05:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d80e84a1-9368-55f9-9c7a-d21066701795 with identifier: 7009955auction111137 to the API
2026-03-27 15:05:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009955/photo_002/780x0__r.jpg?hash=1774622296>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd80e84a1-9368-55f9-9c7a-d21066701795',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009955',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 156636,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, 5008 FL'20, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2022}
2026-03-27 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009955auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:44 [ecarstrade.be] INFO: Saving data for 7009955auction111137: {'created_time': 1774623944.464807, 'last_price_update_time': 1774623944.464822, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009955auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_005/780x0__r.jpg?hash=1774622106> (referer: https://ecarstrade.com/cars/7009881)
2026-03-27 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_006/780x0__r.jpg?hash=1774622106> (referer: https://ecarstrade.com/cars/7009881)
2026-03-27 15:05:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_003/780x0__r.jpg?hash=1774622274> (referer: https://ecarstrade.com/cars/7009947)
2026-03-27 15:05:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010005> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 990419e0-7613-540c-911f-844c275ab0e4
2026-03-27 15:05:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 990419e0-7613-540c-911f-844c275ab0e4, skipping ID generation
2026-03-27 15:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 990419e0-7613-540c-911f-844c275ab0e4 with scrape type 1
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 990419e0-7613-540c-911f-844c275ab0e4 sending to next pipeline
2026-03-27 15:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 990419e0-7613-540c-911f-844c275ab0e4, identifier: 7009920auction111137
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66194201-742b-5dfb-ae08-14103cb45c0f
2026-03-27 15:05:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66194201-742b-5dfb-ae08-14103cb45c0f, skipping ID generation
2026-03-27 15:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66194201-742b-5dfb-ae08-14103cb45c0f with scrape type 1
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66194201-742b-5dfb-ae08-14103cb45c0f sending to next pipeline
2026-03-27 15:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66194201-742b-5dfb-ae08-14103cb45c0f, identifier: 7009989auction111137
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ef723a39-d0c1-5aa2-946d-97aff0c748c7
2026-03-27 15:05:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef723a39-d0c1-5aa2-946d-97aff0c748c7, skipping ID generation
2026-03-27 15:05:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef723a39-d0c1-5aa2-946d-97aff0c748c7 with scrape type 1
2026-03-27 15:05:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef723a39-d0c1-5aa2-946d-97aff0c748c7 sending to next pipeline
2026-03-27 15:05:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef723a39-d0c1-5aa2-946d-97aff0c748c7, identifier: 7009865auction111137
2026-03-27 15:05:44 [ecarstrade.be] INFO: Extracting details for car 7010005auction111137
2026-03-27 15:05:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137
2026-03-27 15:05:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137
2026-03-27 15:05:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 990419e0-7613-540c-911f-844c275ab0e4 with identifier: 7009920auction111137 to the API
2026-03-27 15:05:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009920/photo_006/780x0__r.jpg?hash=1774622212>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '990419e0-7613-540c-911f-844c275ab0e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009920',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'CLA 180',
'odometer': 155933,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, CLA-Class '19, Mercedes-Benz CLA CLA 180 d Business "
'Solution Aut.',
'transmission': 'automatic',
'trim': ", CLA-Class '19, -Benz CLA d Business Solution Aut.",
'vin': None,
'year': 2021}
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009920auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:45 [ecarstrade.be] INFO: Saving data for 7009920auction111137: {'created_time': 1774623945.162732, 'last_price_update_time': 1774623945.162745, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009920auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137
2026-03-27 15:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137
2026-03-27 15:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66194201-742b-5dfb-ae08-14103cb45c0f with identifier: 7009989auction111137 to the API
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009989/photo_002/780x0__r.jpg?hash=1774622391>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Electric',
'id': '66194201-742b-5dfb-ae08-14103cb45c0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009989',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 148914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tesla Model 3 Standard RWD Plus 4d',
'transmission': 'automatic',
'trim': 'Standard RWD Plus 4d',
'vin': None,
'year': 2023}
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009989auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:45 [ecarstrade.be] INFO: Saving data for 7009989auction111137: {'created_time': 1774623945.559035, 'last_price_update_time': 1774623945.559047, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009989auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137
2026-03-27 15:05:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137
2026-03-27 15:05:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef723a39-d0c1-5aa2-946d-97aff0c748c7 with identifier: 7009865auction111137 to the API
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009865/photo_006/780x0__r.jpg?hash=1774622075>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ef723a39-d0c1-5aa2-946d-97aff0c748c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009865',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'Q3',
'odometer': 153824,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi Q3 Sportback 35 TDI S tronic Business Edition 5d',
'transmission': 'automatic',
'trim': 'Sportback 35 TDI S tronic Business Edition 5d',
'vin': None,
'year': 2022}
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009865auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:45 [ecarstrade.be] INFO: Saving data for 7009865auction111137: {'created_time': 1774623945.941805, 'last_price_update_time': 1774623945.941816, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009865auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_001/780x0__r.jpg?hash=1774622217> (referer: https://ecarstrade.com/cars/7009923)
2026-03-27 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_002/780x0__r.jpg?hash=1774622274> (referer: https://ecarstrade.com/cars/7009947)
2026-03-27 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_005/780x0__r.jpg?hash=1774622274> (referer: https://ecarstrade.com/cars/7009947)
2026-03-27 15:05:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_004/780x0__r.jpg?hash=1774622274> (referer: https://ecarstrade.com/cars/7009947)
2026-03-27 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137
2026-03-27 15:05:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04f61b8-4886-5c1c-bc78-430bab668000 with scrape type 1
2026-03-27 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010005%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622431%27 HTTP/1.1" 200 None
2026-03-27 15:05:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_001/780x0__r.jpg?hash=1774622431 not downloaded yet
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010005%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622431%27 HTTP/1.1" 200 None
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_002/780x0__r.jpg?hash=1774622431 not downloaded yet
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010005%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622431%27 HTTP/1.1" 200 None
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_003/780x0__r.jpg?hash=1774622431 not downloaded yet
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010005%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622432%27 HTTP/1.1" 200 None
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_004/780x0__r.jpg?hash=1774622432 not downloaded yet
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_002/780x0__r.jpg?hash=1774622217> (referer: https://ecarstrade.com/cars/7009923)
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_005/780x0__r.jpg?hash=1774622217> (referer: https://ecarstrade.com/cars/7009923)
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010005%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622431%27 HTTP/1.1" 200 None
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_005/780x0__r.jpg?hash=1774622431 not downloaded yet
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_006/780x0__r.jpg?hash=1774622217> (referer: https://ecarstrade.com/cars/7009923)
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_003/780x0__r.jpg?hash=1774622217> (referer: https://ecarstrade.com/cars/7009923)
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010005%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622431%27 HTTP/1.1" 200 None
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_006/780x0__r.jpg?hash=1774622431 not downloaded yet
2026-03-27 15: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-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_004/780x0__r.jpg?hash=1774622106> (referer: https://ecarstrade.com/cars/7009881)
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_006/780x0__r.jpg?hash=1774622274> (referer: https://ecarstrade.com/cars/7009947)
2026-03-27 15: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-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_003/780x0__r.jpg?hash=1774622107> (referer: https://ecarstrade.com/cars/7009881)
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_004/780x0__r.jpg?hash=1774622217> (referer: https://ecarstrade.com/cars/7009923)
2026-03-27 15: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-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2229cd4b-fb47-5b02-a602-e727f76c1c4d
2026-03-27 15:05:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2229cd4b-fb47-5b02-a602-e727f76c1c4d, skipping ID generation
2026-03-27 15:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d with scrape type 1
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2229cd4b-fb47-5b02-a602-e727f76c1c4d sending to next pipeline
2026-03-27 15:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2229cd4b-fb47-5b02-a602-e727f76c1c4d, identifier: 7009947auction111137
2026-03-27 15:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137
2026-03-27 15:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137
2026-03-27 15:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2229cd4b-fb47-5b02-a602-e727f76c1c4d with identifier: 7009947auction111137 to the API
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009947/photo_006/780x0__r.jpg?hash=1774622274>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '2229cd4b-fb47-5b02-a602-e727f76c1c4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009947',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 14747,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S Active Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Active Pack 5d',
'vin': None,
'year': 2023}
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009947auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:46 [ecarstrade.be] INFO: Saving data for 7009947auction111137: {'created_time': 1774623946.736737, 'last_price_update_time': 1774623946.736749, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009947auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_002/780x0__r.jpg?hash=1774622106> (referer: https://ecarstrade.com/cars/7009881)
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 390f40ef-db29-52a5-b927-180c7f3ab777
2026-03-27 15:05:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 390f40ef-db29-52a5-b927-180c7f3ab777, skipping ID generation
2026-03-27 15:05:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390f40ef-db29-52a5-b927-180c7f3ab777 with scrape type 1
2026-03-27 15:05:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 390f40ef-db29-52a5-b927-180c7f3ab777 sending to next pipeline
2026-03-27 15:05:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 390f40ef-db29-52a5-b927-180c7f3ab777, identifier: 7009923auction111137
2026-03-27 15:05:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137
2026-03-27 15:05:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137
2026-03-27 15:05:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 390f40ef-db29-52a5-b927-180c7f3ab777 with identifier: 7009923auction111137 to the API
2026-03-27 15:05:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009923/photo_004/780x0__r.jpg?hash=1774622217>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '390f40ef-db29-52a5-b927-180c7f3ab777',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009923',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'CLA 200 Shooting Brake',
'odometer': 170176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz CLA Shooting Brake CLA 200 d Business Solution 5d',
'transmission': 'automatic',
'trim': '-Benz CLA Shooting Brake CLA 200 d Business Solution 5d',
'vin': None,
'year': 2021}
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009923auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:47 [ecarstrade.be] INFO: Saving data for 7009923auction111137: {'created_time': 1774623947.18507, 'last_price_update_time': 1774623947.185082, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009923auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_004/780x0__r.jpg?hash=1774622432> (referer: https://ecarstrade.com/cars/7010005)
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_003/780x0__r.jpg?hash=1774622431> (referer: https://ecarstrade.com/cars/7010005)
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_002/780x0__r.jpg?hash=1774622431> (referer: https://ecarstrade.com/cars/7010005)
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_005/780x0__r.jpg?hash=1774622431> (referer: https://ecarstrade.com/cars/7010005)
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_006/780x0__r.jpg?hash=1774622431> (referer: https://ecarstrade.com/cars/7010005)
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_001/780x0__r.jpg?hash=1774622431> (referer: https://ecarstrade.com/cars/7010005)
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_001/780x0__r.jpg?hash=1774622106> (referer: https://ecarstrade.com/cars/7009881)
2026-03-27 15: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-27 15:05:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a04f61b8-4886-5c1c-bc78-430bab668000
2026-03-27 15:05:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a04f61b8-4886-5c1c-bc78-430bab668000, skipping ID generation
2026-03-27 15:05:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a04f61b8-4886-5c1c-bc78-430bab668000 with scrape type 1
2026-03-27 15:05:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a04f61b8-4886-5c1c-bc78-430bab668000 sending to next pipeline
2026-03-27 15:05:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a04f61b8-4886-5c1c-bc78-430bab668000, identifier: 7010005auction111137
2026-03-27 15:05:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137
2026-03-27 15:05:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137
2026-03-27 15:05:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a04f61b8-4886-5c1c-bc78-430bab668000 with identifier: 7010005auction111137 to the API
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010005/photo_001/780x0__r.jpg?hash=1774622431>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a04f61b8-4886-5c1c-bc78-430bab668000',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010005',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 155444,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo XC40 T4 Recharge Geartronic R-Design 5d',
'transmission': 'automatic',
'trim': 'T4 Recharge Geartronic R-Design 5d',
'vin': None,
'year': 2021}
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010005auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:48 [ecarstrade.be] INFO: Saving data for 7010005auction111137: {'created_time': 1774623948.083883, 'last_price_update_time': 1774623948.083896, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010005auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item acdd1361-99d5-573d-ab88-b1f378e8ca50
2026-03-27 15:05:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: acdd1361-99d5-573d-ab88-b1f378e8ca50, skipping ID generation
2026-03-27 15:05:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acdd1361-99d5-573d-ab88-b1f378e8ca50 with scrape type 1
2026-03-27 15:05:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item acdd1361-99d5-573d-ab88-b1f378e8ca50 sending to next pipeline
2026-03-27 15:05:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acdd1361-99d5-573d-ab88-b1f378e8ca50, identifier: 7009881auction111137
2026-03-27 15:05:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137
2026-03-27 15:05:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137
2026-03-27 15:05:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acdd1361-99d5-573d-ab88-b1f378e8ca50 with identifier: 7009881auction111137 to the API
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009881/photo_001/780x0__r.jpg?hash=1774622106>
{'auction_title': '',
'c_o_2_emission_value': 33,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Other',
'id': 'acdd1361-99d5-573d-ab88-b1f378e8ca50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009881',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '330',
'odometer': 151609,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 330e (215 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring e (215 kW) 5d',
'vin': None,
'year': 2023}
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009881auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:48 [ecarstrade.be] INFO: Saving data for 7009881auction111137: {'created_time': 1774623948.48146, 'last_price_update_time': 1774623948.481472, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009881auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009962> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:50 [ecarstrade.be] INFO: Extracting details for car 7009962auction111137
2026-03-27 15:05:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137
2026-03-27 15:05:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a88891-c566-501c-9838-262070ad6cc0 with scrape type 1
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009962%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622315%27 HTTP/1.1" 200 None
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_001/780x0__r.jpg?hash=1774622315 not downloaded yet
2026-03-27 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009962%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622316%27 HTTP/1.1" 200 None
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_002/780x0__r.jpg?hash=1774622316 not downloaded yet
2026-03-27 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009962%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622315%27 HTTP/1.1" 200 None
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_003/780x0__r.jpg?hash=1774622315 not downloaded yet
2026-03-27 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009962%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622315%27 HTTP/1.1" 200 None
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_004/780x0__r.jpg?hash=1774622315 not downloaded yet
2026-03-27 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009962%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622315%27 HTTP/1.1" 200 None
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_005/780x0__r.jpg?hash=1774622315 not downloaded yet
2026-03-27 15:05:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009962%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622315%27 HTTP/1.1" 200 None
2026-03-27 15:05:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_006/780x0__r.jpg?hash=1774622315 not downloaded yet
2026-03-27 15:05:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009924> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:52 [ecarstrade.be] INFO: Extracting details for car 7009924auction111137
2026-03-27 15:05:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137
2026-03-27 15:05:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with scrape type 1
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009924%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622218%27 HTTP/1.1" 200 None
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_001/780x0__r.jpg?hash=1774622218 not downloaded yet
2026-03-27 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009924%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622218%27 HTTP/1.1" 200 None
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_002/780x0__r.jpg?hash=1774622218 not downloaded yet
2026-03-27 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009924%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622218%27 HTTP/1.1" 200 None
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_003/780x0__r.jpg?hash=1774622218 not downloaded yet
2026-03-27 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009924%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622218%27 HTTP/1.1" 200 None
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_004/780x0__r.jpg?hash=1774622218 not downloaded yet
2026-03-27 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009924%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622219%27 HTTP/1.1" 200 None
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_005/780x0__r.jpg?hash=1774622219 not downloaded yet
2026-03-27 15:05:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009924%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622219%27 HTTP/1.1" 200 None
2026-03-27 15:05:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_006/780x0__r.jpg?hash=1774622219 not downloaded yet
2026-03-27 15:05:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009975> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:05:53 [ecarstrade.be] INFO: Extracting details for car 7009975auction111137
2026-03-27 15:05:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137
2026-03-27 15:05:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448f975a-37b7-53e0-ad9b-b3b32aa491af with scrape type 1
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009975%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622355%27 HTTP/1.1" 200 None
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_001/780x0__r.jpg?hash=1774622355 not downloaded yet
2026-03-27 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009975%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622355%27 HTTP/1.1" 200 None
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_002/780x0__r.jpg?hash=1774622355 not downloaded yet
2026-03-27 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009975%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622355%27 HTTP/1.1" 200 None
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_003/780x0__r.jpg?hash=1774622355 not downloaded yet
2026-03-27 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009975%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622355%27 HTTP/1.1" 200 None
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_004/780x0__r.jpg?hash=1774622355 not downloaded yet
2026-03-27 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009975%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622355%27 HTTP/1.1" 200 None
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_005/780x0__r.jpg?hash=1774622355 not downloaded yet
2026-03-27 15:05:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009975%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622355%27 HTTP/1.1" 200 None
2026-03-27 15:05:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_006/780x0__r.jpg?hash=1774622355 not downloaded yet
2026-03-27 15:05:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009862> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:54 [ecarstrade.be] INFO: Extracting details for car 7009862auction111137
2026-03-27 15:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137
2026-03-27 15:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 1
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009862%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622061%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_001/780x0__r.jpg?hash=1774622061 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009862%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622061%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_002/780x0__r.jpg?hash=1774622061 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009862%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622062%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_003/780x0__r.jpg?hash=1774622062 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009862%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622066%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_004/780x0__r.jpg?hash=1774622066 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009862%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622066%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_005/780x0__r.jpg?hash=1774622066 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009862%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622067%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_006/780x0__r.jpg?hash=1774622067 not downloaded yet
2026-03-27 15:05:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009907> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:05:54 [ecarstrade.be] INFO: Extracting details for car 7009907auction111137
2026-03-27 15:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137
2026-03-27 15:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with scrape type 1
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009907%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622179%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_001/780x0__r.jpg?hash=1774622179 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009907%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622180%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_002/780x0__r.jpg?hash=1774622180 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009907%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622179%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_003/780x0__r.jpg?hash=1774622179 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009907%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622179%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_004/780x0__r.jpg?hash=1774622179 not downloaded yet
2026-03-27 15:05:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009916> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009907%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622179%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_005/780x0__r.jpg?hash=1774622179 not downloaded yet
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009907%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622179%27 HTTP/1.1" 200 None
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_006/780x0__r.jpg?hash=1774622179 not downloaded yet
2026-03-27 15:05:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_004/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010004)
2026-03-27 15:05:54 [ecarstrade.be] INFO: Extracting details for car 7009916auction111137
2026-03-27 15:05:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137
2026-03-27 15:05:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10594d31-c1a0-5537-b64a-3d656e95bca2 with scrape type 1
2026-03-27 15:05:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009916%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622200%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_001/780x0__r.jpg?hash=1774622200 not downloaded yet
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009916%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622200%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_002/780x0__r.jpg?hash=1774622200 not downloaded yet
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_003/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010004)
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009916%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622200%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_003/780x0__r.jpg?hash=1774622200 not downloaded yet
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009916%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622200%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_004/780x0__r.jpg?hash=1774622200 not downloaded yet
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009916%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622200%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_005/780x0__r.jpg?hash=1774622200 not downloaded yet
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7009916%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622200%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_006/780x0__r.jpg?hash=1774622200 not downloaded yet
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_002/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010004)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_001/780x0__r.jpg?hash=1774622434> (referer: https://ecarstrade.com/cars/7010004)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_006/780x0__r.jpg?hash=1774622315> (referer: https://ecarstrade.com/cars/7009962)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd040a15-d927-5b42-acd5-b370c70743c4
2026-03-27 15:05:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd040a15-d927-5b42-acd5-b370c70743c4, skipping ID generation
2026-03-27 15:05:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd040a15-d927-5b42-acd5-b370c70743c4 with scrape type 1
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd040a15-d927-5b42-acd5-b370c70743c4 sending to next pipeline
2026-03-27 15:05:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd040a15-d927-5b42-acd5-b370c70743c4, identifier: 7010004auction111137
2026-03-27 15:05:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137
2026-03-27 15:05:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137
2026-03-27 15:05:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd040a15-d927-5b42-acd5-b370c70743c4 with identifier: 7010004auction111137 to the API
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010004/photo_001/780x0__r.jpg?hash=1774622434>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cd040a15-d927-5b42-acd5-b370c70743c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010004',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volvo',
'model': 'XC90',
'odometer': 181528,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 7,
'seller_name': None,
'title': "Volvo, XC90 FL'20 PHEV, Volvo XC90 2.0 T8 4WD Plus Dark Aut. 5d",
'transmission': 'automatic',
'trim': ", FL'20 PHEV, 2.0 T8 4WD Plus Dark Aut. 5d",
'vin': None,
'year': 2023}
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010004auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:55 [ecarstrade.be] INFO: Saving data for 7010004auction111137: {'created_time': 1774623955.689532, 'last_price_update_time': 1774623955.689543, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010004auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_006/780x0__r.jpg?hash=1774622219> (referer: https://ecarstrade.com/cars/7009924)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_006/780x0__r.jpg?hash=1774622355> (referer: https://ecarstrade.com/cars/7009975)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_006/780x0__r.jpg?hash=1774622067> (referer: https://ecarstrade.com/cars/7009862)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_004/780x0__r.jpg?hash=1774622179> (referer: https://ecarstrade.com/cars/7009907)
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_006/780x0__r.jpg?hash=1774622179> (referer: https://ecarstrade.com/cars/7009907)
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_002/780x0__r.jpg?hash=1774622200> (referer: https://ecarstrade.com/cars/7009916)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_006/780x0__r.jpg?hash=1774622200> (referer: https://ecarstrade.com/cars/7009916)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_005/780x0__r.jpg?hash=1774622200> (referer: https://ecarstrade.com/cars/7009916)
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_004/780x0__r.jpg?hash=1774622200> (referer: https://ecarstrade.com/cars/7009916)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_003/780x0__r.jpg?hash=1774622200> (referer: https://ecarstrade.com/cars/7009916)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_001/780x0__r.jpg?hash=1774622200> (referer: https://ecarstrade.com/cars/7009916)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_005/780x0__r.jpg?hash=1774622179> (referer: https://ecarstrade.com/cars/7009907)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 10594d31-c1a0-5537-b64a-3d656e95bca2
2026-03-27 15:05:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 10594d31-c1a0-5537-b64a-3d656e95bca2, skipping ID generation
2026-03-27 15:05:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 10594d31-c1a0-5537-b64a-3d656e95bca2 with scrape type 1
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 10594d31-c1a0-5537-b64a-3d656e95bca2 sending to next pipeline
2026-03-27 15:05:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 10594d31-c1a0-5537-b64a-3d656e95bca2, identifier: 7009916auction111137
2026-03-27 15:05:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137
2026-03-27 15:05:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137
2026-03-27 15:05:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 10594d31-c1a0-5537-b64a-3d656e95bca2 with identifier: 7009916auction111137 to the API
2026-03-27 15:05:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009916/photo_001/780x0__r.jpg?hash=1774622200>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': '10594d31-c1a0-5537-b64a-3d656e95bca2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009916',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'C 300',
'odometer': 101474,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz C-Klasse Break C 300 de Business Solution Auto 5d',
'transmission': 'automatic',
'trim': '-Benz C-Klasse Break de Business Solution Auto 5d',
'vin': None,
'year': 2021}
2026-03-27 15:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009916auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:56 [ecarstrade.be] INFO: Saving data for 7009916auction111137: {'created_time': 1774623956.913039, 'last_price_update_time': 1774623956.91305, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009916auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_003/780x0__r.jpg?hash=1774622179> (referer: https://ecarstrade.com/cars/7009907)
2026-03-27 15:05:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_002/780x0__r.jpg?hash=1774622180> (referer: https://ecarstrade.com/cars/7009907)
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_001/780x0__r.jpg?hash=1774622179> (referer: https://ecarstrade.com/cars/7009907)
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_005/780x0__r.jpg?hash=1774622066> (referer: https://ecarstrade.com/cars/7009862)
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d
2026-03-27 15:05:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d, skipping ID generation
2026-03-27 15:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with scrape type 1
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c25093ef-92b4-5d9b-91d1-01ee1ab5a95d sending to next pipeline
2026-03-27 15:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d, identifier: 7009907auction111137
2026-03-27 15:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137
2026-03-27 15:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137
2026-03-27 15:05:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c25093ef-92b4-5d9b-91d1-01ee1ab5a95d with identifier: 7009907auction111137 to the API
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009907/photo_001/780x0__r.jpg?hash=1774622179>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c25093ef-92b4-5d9b-91d1-01ee1ab5a95d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009907',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 199171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDi Plug-in Hybrid 4x4 Shine 5d',
'transmission': 'automatic',
'trim': '1.6 T-GDi Plug-in Hybrid 4x4 Shine 5d',
'vin': None,
'year': 2022}
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009907auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [ecarstrade.be] INFO: Saving data for 7009907auction111137: {'created_time': 1774623957.537616, 'last_price_update_time': 1774623957.537628, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009907auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_004/780x0__r.jpg?hash=1774622066> (referer: https://ecarstrade.com/cars/7009862)
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010000> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_002/780x0__r.jpg?hash=1774622061> (referer: https://ecarstrade.com/cars/7009862)
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:57 [ecarstrade.be] INFO: Extracting details for car 7010000auction111137
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_003/780x0__r.jpg?hash=1774622062> (referer: https://ecarstrade.com/cars/7009862)
2026-03-27 15:05:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137
2026-03-27 15:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70cfda09-954e-5351-8c94-0152c59b8efa with scrape type 1
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010000%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622418%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_001/780x0__r.jpg?hash=1774622418 not downloaded yet
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_001/780x0__r.jpg?hash=1774622061> (referer: https://ecarstrade.com/cars/7009862)
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010000%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622418%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_002/780x0__r.jpg?hash=1774622418 not downloaded yet
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_005/780x0__r.jpg?hash=1774622355> (referer: https://ecarstrade.com/cars/7009975)
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010000%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622418%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_003/780x0__r.jpg?hash=1774622418 not downloaded yet
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010000%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622418%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_004/780x0__r.jpg?hash=1774622418 not downloaded yet
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010000%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622420%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_005/780x0__r.jpg?hash=1774622420 not downloaded yet
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05: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%252F7010000%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622418%27 HTTP/1.1" 200 None
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_006/780x0__r.jpg?hash=1774622418 not downloaded yet
2026-03-27 15:05:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_004/780x0__r.jpg?hash=1774622355> (referer: https://ecarstrade.com/cars/7009975)
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 382f90a2-2605-5f82-8ba3-e4432822baaa
2026-03-27 15:05:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 382f90a2-2605-5f82-8ba3-e4432822baaa, skipping ID generation
2026-03-27 15:05:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 382f90a2-2605-5f82-8ba3-e4432822baaa with scrape type 1
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 382f90a2-2605-5f82-8ba3-e4432822baaa sending to next pipeline
2026-03-27 15:05:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 382f90a2-2605-5f82-8ba3-e4432822baaa, identifier: 7009862auction111137
2026-03-27 15:05:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137
2026-03-27 15:05:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137
2026-03-27 15:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 382f90a2-2605-5f82-8ba3-e4432822baaa with identifier: 7009862auction111137 to the API
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009862/photo_001/780x0__r.jpg?hash=1774622061>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '382f90a2-2605-5f82-8ba3-e4432822baaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009862',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A5',
'odometer': 220166,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A5 SB FL'20, Audi A5 Sportback 35 TDI S tronic Bus Ed S Line "
'5d',
'transmission': 'automatic',
'trim': ", SB FL'20, Sportback 35 TDI S tronic Bus Ed S Line 5d",
'vin': None,
'year': 2021}
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009862auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:58 [ecarstrade.be] INFO: Saving data for 7009862auction111137: {'created_time': 1774623958.252595, 'last_price_update_time': 1774623958.252607, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009862auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_003/780x0__r.jpg?hash=1774622355> (referer: https://ecarstrade.com/cars/7009975)
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_002/780x0__r.jpg?hash=1774622355> (referer: https://ecarstrade.com/cars/7009975)
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_005/780x0__r.jpg?hash=1774622219> (referer: https://ecarstrade.com/cars/7009924)
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_004/780x0__r.jpg?hash=1774622218> (referer: https://ecarstrade.com/cars/7009924)
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_001/780x0__r.jpg?hash=1774622355> (referer: https://ecarstrade.com/cars/7009975)
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_003/780x0__r.jpg?hash=1774622218> (referer: https://ecarstrade.com/cars/7009924)
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 448f975a-37b7-53e0-ad9b-b3b32aa491af
2026-03-27 15:05:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 448f975a-37b7-53e0-ad9b-b3b32aa491af, skipping ID generation
2026-03-27 15:05:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448f975a-37b7-53e0-ad9b-b3b32aa491af with scrape type 1
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 448f975a-37b7-53e0-ad9b-b3b32aa491af sending to next pipeline
2026-03-27 15:05:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 448f975a-37b7-53e0-ad9b-b3b32aa491af, identifier: 7009975auction111137
2026-03-27 15:05:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137
2026-03-27 15:05:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137
2026-03-27 15:05:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 448f975a-37b7-53e0-ad9b-b3b32aa491af with identifier: 7009975auction111137 to the API
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:05:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009975/photo_001/780x0__r.jpg?hash=1774622355>
{'auction_title': '',
'c_o_2_emission_value': 183,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '448f975a-37b7-53e0-ad9b-b3b32aa491af',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009975',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Renault',
'model': 'Master',
'odometer': 20800,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-09-01',
'seats_number': 3,
'seller_name': None,
'title': "Renault, _Master '14, Renault Master L2H2 dCi 130 - 3.5T Confort 4d",
'transmission': 'manual',
'trim': ", _ '14, L2H2 dCi 130 - 3.5T Confort 4d",
'vin': None,
'year': 2017}
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009975auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:58 [ecarstrade.be] INFO: Saving data for 7009975auction111137: {'created_time': 1774623958.952848, 'last_price_update_time': 1774623958.952861, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009975auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_002/780x0__r.jpg?hash=1774622218> (referer: https://ecarstrade.com/cars/7009924)
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_001/780x0__r.jpg?hash=1774622418> (referer: https://ecarstrade.com/cars/7010000)
2026-03-27 15:05:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009909> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_006/780x0__r.jpg?hash=1774622418> (referer: https://ecarstrade.com/cars/7010000)
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_002/780x0__r.jpg?hash=1774622418> (referer: https://ecarstrade.com/cars/7010000)
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_005/780x0__r.jpg?hash=1774622420> (referer: https://ecarstrade.com/cars/7010000)
2026-03-27 15:05:59 [ecarstrade.be] INFO: Extracting details for car 7009909auction111137
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_004/780x0__r.jpg?hash=1774622418> (referer: https://ecarstrade.com/cars/7010000)
2026-03-27 15:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137
2026-03-27 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 with scrape type 1
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009909%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622184%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_001/780x0__r.jpg?hash=1774622184 not downloaded yet
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009909%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622184%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_002/780x0__r.jpg?hash=1774622184 not downloaded yet
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_003/780x0__r.jpg?hash=1774622418> (referer: https://ecarstrade.com/cars/7010000)
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009909%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622184%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_003/780x0__r.jpg?hash=1774622184 not downloaded yet
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_005/780x0__r.jpg?hash=1774622315> (referer: https://ecarstrade.com/cars/7009962)
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_001/780x0__r.jpg?hash=1774622218> (referer: https://ecarstrade.com/cars/7009924)
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009909%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622185%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_004/780x0__r.jpg?hash=1774622185 not downloaded yet
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009909%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622184%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_005/780x0__r.jpg?hash=1774622184 not downloaded yet
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009998> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009909%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622184%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_006/780x0__r.jpg?hash=1774622184 not downloaded yet
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_002/780x0__r.jpg?hash=1774622316> (referer: https://ecarstrade.com/cars/7009962)
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_004/780x0__r.jpg?hash=1774622315> (referer: https://ecarstrade.com/cars/7009962)
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70cfda09-954e-5351-8c94-0152c59b8efa
2026-03-27 15:05:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70cfda09-954e-5351-8c94-0152c59b8efa, skipping ID generation
2026-03-27 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70cfda09-954e-5351-8c94-0152c59b8efa with scrape type 1
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70cfda09-954e-5351-8c94-0152c59b8efa sending to next pipeline
2026-03-27 15:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70cfda09-954e-5351-8c94-0152c59b8efa, identifier: 7010000auction111137
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_003/780x0__r.jpg?hash=1774622315> (referer: https://ecarstrade.com/cars/7009962)
2026-03-27 15:05:59 [ecarstrade.be] INFO: Extracting details for car 7009998auction111137
2026-03-27 15:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137
2026-03-27 15:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137
2026-03-27 15:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70cfda09-954e-5351-8c94-0152c59b8efa with identifier: 7010000auction111137 to the API
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:05:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7010000/photo_003/780x0__r.jpg?hash=1774622418>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '70cfda09-954e-5351-8c94-0152c59b8efa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010000',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volvo',
'model': 'V60',
'odometer': 185427,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 B3 Plus Bright DCT 5d',
'transmission': 'automatic',
'trim': 'B3 Plus Bright DCT 5d',
'vin': None,
'year': 2023}
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010000auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [ecarstrade.be] INFO: Saving data for 7010000auction111137: {'created_time': 1774623959.614501, 'last_price_update_time': 1774623959.614514, 'auction_closing_time': 1774865400.0}
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010000auction111137') HTTP/1.1" 204 0
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_005/780x0__r.jpg?hash=1774622109> (referer: https://ecarstrade.com/cars/7009882)
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_001/780x0__r.jpg?hash=1774622315> (referer: https://ecarstrade.com/cars/7009962)
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_004/780x0__r.jpg?hash=1774622109> (referer: https://ecarstrade.com/cars/7009882)
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0
2026-03-27 15:05:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0, skipping ID generation
2026-03-27 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with scrape type 1
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 sending to next pipeline
2026-03-27 15:05:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0, identifier: 7009924auction111137
2026-03-27 15:05:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137
2026-03-27 15:05:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea9615a6-a1a2-56b3-9777-a0989306cf35 with scrape type 1
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009998%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622416%27 HTTP/1.1" 200 None
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_001/780x0__r.jpg?hash=1774622416 not downloaded yet
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:05:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_002/780x0__r.jpg?hash=1774622109> (referer: https://ecarstrade.com/cars/7009882)
2026-03-27 15:05:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_002/780x0__r.jpg?hash=1774622184> (referer: https://ecarstrade.com/cars/7009909)
2026-03-27 15:05:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137
2026-03-27 15:05:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137
2026-03-27 15:05:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa1236c2-dae1-57f5-b86d-e8c2f663e3c0 with identifier: 7009924auction111137 to the API
2026-03-27 15:05:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009924/photo_001/780x0__r.jpg?hash=1774622218>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Other',
'id': 'aa1236c2-dae1-57f5-b86d-e8c2f663e3c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009924',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 169740,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz CLA Shooting Brake CLA 250 e 5d',
'transmission': 'automatic',
'trim': '-Benz CLA Shooting Brake e 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009924auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [ecarstrade.be] INFO: Saving data for 7009924auction111137: {'created_time': 1774623960.163483, 'last_price_update_time': 1774623960.163495, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009924auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009998%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622416%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_002/780x0__r.jpg?hash=1774622416 not downloaded yet
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_003/780x0__r.jpg?hash=1774622184> (referer: https://ecarstrade.com/cars/7009909)
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_003/780x0__r.jpg?hash=1774622109> (referer: https://ecarstrade.com/cars/7009882)
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 91a88891-c566-501c-9838-262070ad6cc0
2026-03-27 15:06:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 91a88891-c566-501c-9838-262070ad6cc0, skipping ID generation
2026-03-27 15:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91a88891-c566-501c-9838-262070ad6cc0 with scrape type 1
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 91a88891-c566-501c-9838-262070ad6cc0 sending to next pipeline
2026-03-27 15:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91a88891-c566-501c-9838-262070ad6cc0, identifier: 7009962auction111137
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009998%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622416%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_003/780x0__r.jpg?hash=1774622416 not downloaded yet
2026-03-27 15:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137
2026-03-27 15:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137
2026-03-27 15:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91a88891-c566-501c-9838-262070ad6cc0 with identifier: 7009962auction111137 to the API
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009962/photo_001/780x0__r.jpg?hash=1774622315>
{'auction_title': '',
'c_o_2_emission_value': 174,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '91a88891-c566-501c-9838-262070ad6cc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009962',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 155729,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 2.0 BlueHDi 130kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 130kW S&S EAT8 GT 5d',
'vin': None,
'year': 2019}
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009962auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [ecarstrade.be] INFO: Saving data for 7009962auction111137: {'created_time': 1774623960.632553, 'last_price_update_time': 1774623960.632567, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009962auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_001/780x0__r.jpg?hash=1774622184> (referer: https://ecarstrade.com/cars/7009909)
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_005/780x0__r.jpg?hash=1774622184> (referer: https://ecarstrade.com/cars/7009909)
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_006/780x0__r.jpg?hash=1774622184> (referer: https://ecarstrade.com/cars/7009909)
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_004/780x0__r.jpg?hash=1774622185> (referer: https://ecarstrade.com/cars/7009909)
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009998%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622416%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_004/780x0__r.jpg?hash=1774622416 not downloaded yet
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009998%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622416%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_005/780x0__r.jpg?hash=1774622416 not downloaded yet
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009998%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622416%27 HTTP/1.1" 200 None
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_006/780x0__r.jpg?hash=1774622416 not downloaded yet
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_001/780x0__r.jpg?hash=1774622109> (referer: https://ecarstrade.com/cars/7009882)
2026-03-27 15:06:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_005/780x0__r.jpg?hash=1774622240> (referer: https://ecarstrade.com/cars/7009935)
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7356adc0-b0b8-5432-af8a-6aa96d881b61
2026-03-27 15:06:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7356adc0-b0b8-5432-af8a-6aa96d881b61, skipping ID generation
2026-03-27 15:06:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 with scrape type 1
2026-03-27 15:06:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7356adc0-b0b8-5432-af8a-6aa96d881b61 sending to next pipeline
2026-03-27 15:06:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7356adc0-b0b8-5432-af8a-6aa96d881b61, identifier: 7009909auction111137
2026-03-27 15:06:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137
2026-03-27 15:06:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137
2026-03-27 15:06:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7356adc0-b0b8-5432-af8a-6aa96d881b61 with identifier: 7009909auction111137 to the API
2026-03-27 15:06:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009909/photo_004/780x0__r.jpg?hash=1774622185>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '7356adc0-b0b8-5432-af8a-6aa96d881b61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009909',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 162827,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Tucson 1.6 T-GDi Hybrid Feel 5d',
'transmission': 'automatic',
'trim': '1.6 T-GDi Hybrid Feel 5d',
'vin': None,
'year': 2023}
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009909auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:01 [ecarstrade.be] INFO: Saving data for 7009909auction111137: {'created_time': 1774623961.141945, 'last_price_update_time': 1774623961.141958, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009909auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_002/780x0__r.jpg?hash=1774622240> (referer: https://ecarstrade.com/cars/7009935)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_003/780x0__r.jpg?hash=1774622240> (referer: https://ecarstrade.com/cars/7009935)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_001/780x0__r.jpg?hash=1774622240> (referer: https://ecarstrade.com/cars/7009935)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_004/780x0__r.jpg?hash=1774622241> (referer: https://ecarstrade.com/cars/7009935)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009926> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c6e180ab-80a9-5acb-8fb9-1418739a7c8c
2026-03-27 15:06:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c6e180ab-80a9-5acb-8fb9-1418739a7c8c, skipping ID generation
2026-03-27 15:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c with scrape type 1
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c6e180ab-80a9-5acb-8fb9-1418739a7c8c sending to next pipeline
2026-03-27 15:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c6e180ab-80a9-5acb-8fb9-1418739a7c8c, identifier: 7009882auction111137
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137
2026-03-27 15:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137
2026-03-27 15:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c6e180ab-80a9-5acb-8fb9-1418739a7c8c with identifier: 7009882auction111137 to the API
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009882/photo_001/780x0__r.jpg?hash=1774622109>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Other',
'id': 'c6e180ab-80a9-5acb-8fb9-1418739a7c8c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009882',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '520',
'odometer': 135884,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 5 Reeks Berline 520e 150kW 4d',
'transmission': 'automatic',
'trim': '5 Reeks Berline e 150kW 4d',
'vin': None,
'year': 2022}
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009882auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:01 [ecarstrade.be] INFO: Saving data for 7009882auction111137: {'created_time': 1774623961.556181, 'last_price_update_time': 1774623961.556196, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009882auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_002/780x0__r.jpg?hash=1774622416> (referer: https://ecarstrade.com/cars/7009998)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_001/780x0__r.jpg?hash=1774622416> (referer: https://ecarstrade.com/cars/7009998)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_005/780x0__r.jpg?hash=1774622192> (referer: https://ecarstrade.com/cars/7009912)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_003/780x0__r.jpg?hash=1774622416> (referer: https://ecarstrade.com/cars/7009998)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_004/780x0__r.jpg?hash=1774622192> (referer: https://ecarstrade.com/cars/7009912)
2026-03-27 15:06:01 [ecarstrade.be] INFO: Extracting details for car 7009926auction111137
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c
2026-03-27 15:06:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c, skipping ID generation
2026-03-27 15:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with scrape type 1
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c sending to next pipeline
2026-03-27 15:06:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c, identifier: 7009935auction111137
2026-03-27 15:06:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137
2026-03-27 15:06:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with scrape type 1
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009926%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:06:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_001/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:06:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137
2026-03-27 15:06:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137
2026-03-27 15:06:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c with identifier: 7009935auction111137 to the API
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009935/photo_004/780x0__r.jpg?hash=1774622241>
{'auction_title': '',
'c_o_2_emission_value': 221,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '3.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'fb1f03e0-8ef0-5ea1-adf1-0c5070ebd96c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009935',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Other',
'odometer': 64104,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 4,
'seller_name': None,
'title': 'MERCEDES AMG GT 4D - 2021 435 53 4-Matic+ 5d',
'transmission': 'automatic',
'trim': 'MERCEDES AMG GT 4D - 2021 435 53 4-Matic+ 5d',
'vin': None,
'year': 2023}
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009935auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:01 [ecarstrade.be] INFO: Saving data for 7009935auction111137: {'created_time': 1774623961.975711, 'last_price_update_time': 1774623961.975725, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009935auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_005/780x0__r.jpg?hash=1774622416> (referer: https://ecarstrade.com/cars/7009998)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_006/780x0__r.jpg?hash=1774622416> (referer: https://ecarstrade.com/cars/7009998)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_004/780x0__r.jpg?hash=1774622416> (referer: https://ecarstrade.com/cars/7009998)
2026-03-27 15:06:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_002/780x0__r.jpg?hash=1774622192> (referer: https://ecarstrade.com/cars/7009912)
2026-03-27 15:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_003/780x0__r.jpg?hash=1774622192> (referer: https://ecarstrade.com/cars/7009912)
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009926%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_002/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009926%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_003/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009926%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_004/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009926%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_005/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009926%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622223%27 HTTP/1.1" 200 None
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_006/780x0__r.jpg?hash=1774622223 not downloaded yet
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea9615a6-a1a2-56b3-9777-a0989306cf35
2026-03-27 15:06:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea9615a6-a1a2-56b3-9777-a0989306cf35, skipping ID generation
2026-03-27 15:06:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea9615a6-a1a2-56b3-9777-a0989306cf35 with scrape type 1
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea9615a6-a1a2-56b3-9777-a0989306cf35 sending to next pipeline
2026-03-27 15:06:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea9615a6-a1a2-56b3-9777-a0989306cf35, identifier: 7009998auction111137
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:06:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_002/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009926)
2026-03-27 15:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_001/780x0__r.jpg?hash=1774622192> (referer: https://ecarstrade.com/cars/7009912)
2026-03-27 15:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_001/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009926)
2026-03-27 15:06:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_003/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009926)
2026-03-27 15:06:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137
2026-03-27 15:06:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137
2026-03-27 15:06:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea9615a6-a1a2-56b3-9777-a0989306cf35 with identifier: 7009998auction111137 to the API
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009998/photo_004/780x0__r.jpg?hash=1774622416>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ea9615a6-a1a2-56b3-9777-a0989306cf35',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009998',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 180581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Tiguan 2.0 TDI 110kW DSG Active 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 110kW DSG Active 5d',
'vin': None,
'year': 2022}
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009998auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:02 [ecarstrade.be] INFO: Saving data for 7009998auction111137: {'created_time': 1774623962.988319, 'last_price_update_time': 1774623962.988345, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009998auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_004/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009926)
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009928> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 90270f41-ac0c-517b-849d-b112327e0d54
2026-03-27 15:06:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 90270f41-ac0c-517b-849d-b112327e0d54, skipping ID generation
2026-03-27 15:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 90270f41-ac0c-517b-849d-b112327e0d54 with scrape type 1
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 90270f41-ac0c-517b-849d-b112327e0d54 sending to next pipeline
2026-03-27 15:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 90270f41-ac0c-517b-849d-b112327e0d54, identifier: 7009912auction111137
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137
2026-03-27 15:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137
2026-03-27 15:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 90270f41-ac0c-517b-849d-b112327e0d54 with identifier: 7009912auction111137 to the API
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009912/photo_001/780x0__r.jpg?hash=1774622192>
{'auction_title': '',
'c_o_2_emission_value': 229,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '90270f41-ac0c-517b-849d-b112327e0d54',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009912',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Land Rover',
'model': 'Range Rover Velar',
'odometer': 159910,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Velar P300 2.0 R-Dynamic S 5d',
'transmission': 'automatic',
'trim': 'P300 2.0 R-Dynamic S 5d',
'vin': None,
'year': 2019}
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009912auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [ecarstrade.be] INFO: Saving data for 7009912auction111137: {'created_time': 1774623963.43852, 'last_price_update_time': 1774623963.438533, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009912auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_006/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009926)
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_005/780x0__r.jpg?hash=1774622223> (referer: https://ecarstrade.com/cars/7009926)
2026-03-27 15:06:03 [ecarstrade.be] INFO: Extracting details for car 7009928auction111137
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137
2026-03-27 15:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ccb8266-673e-516c-9ad9-c48472dcf938 with scrape type 1
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009928%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622227%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_001/780x0__r.jpg?hash=1774622227 not downloaded yet
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009928%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622227%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_002/780x0__r.jpg?hash=1774622227 not downloaded yet
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009928%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622228%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_003/780x0__r.jpg?hash=1774622228 not downloaded yet
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009928%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622228%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_004/780x0__r.jpg?hash=1774622228 not downloaded yet
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009928%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622227%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_005/780x0__r.jpg?hash=1774622227 not downloaded yet
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f
2026-03-27 15:06:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f, skipping ID generation
2026-03-27 15:06:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with scrape type 1
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76ade7d5-36d7-5921-a97e-bc6a9e36c38f sending to next pipeline
2026-03-27 15:06:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f, identifier: 7009926auction111137
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_002/780x0__r.jpg?hash=1774622227> (referer: https://ecarstrade.com/cars/7009928)
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009928%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622227%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_006/780x0__r.jpg?hash=1774622227 not downloaded yet
2026-03-27 15:06:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137
2026-03-27 15:06:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137
2026-03-27 15:06:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76ade7d5-36d7-5921-a97e-bc6a9e36c38f with identifier: 7009926auction111137 to the API
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009926/photo_005/780x0__r.jpg?hash=1774622223>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Electric',
'id': '76ade7d5-36d7-5921-a97e-bc6a9e36c38f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009926',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 161265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Mercedes-Benz EQA EQA 250 Business Solution Luxury 5d',
'transmission': 'automatic',
'trim': '-Benz 250 Business Solution Luxury 5d',
'vin': None,
'year': 2022}
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009926auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:03 [ecarstrade.be] INFO: Saving data for 7009926auction111137: {'created_time': 1774623963.976846, 'last_price_update_time': 1774623963.976859, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009926auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_001/780x0__r.jpg?hash=1774622227> (referer: https://ecarstrade.com/cars/7009928)
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_003/780x0__r.jpg?hash=1774622228> (referer: https://ecarstrade.com/cars/7009928)
2026-03-27 15:06:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_004/780x0__r.jpg?hash=1774622228> (referer: https://ecarstrade.com/cars/7009928)
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009978auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009978auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009978auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_005/780x0__r.jpg?hash=1774622227> (referer: https://ecarstrade.com/cars/7009928)
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009894auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009894auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009894auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009859auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009859auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009859auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009876auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009876auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009876auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_006/780x0__r.jpg?hash=1774622227> (referer: https://ecarstrade.com/cars/7009928)
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009958auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009958auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009958auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009942auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009942auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009942auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009864auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009864auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009864auction111137: 1
2026-03-27 15:06:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009963auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009963auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009963auction111137: 1
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7010002auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010002auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7010002auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009874auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009874auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009874auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7010001auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277010001auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7010001auction111137: 1
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ccb8266-673e-516c-9ad9-c48472dcf938
2026-03-27 15:06:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ccb8266-673e-516c-9ad9-c48472dcf938, skipping ID generation
2026-03-27 15:06:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ccb8266-673e-516c-9ad9-c48472dcf938 with scrape type 1
2026-03-27 15:06:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ccb8266-673e-516c-9ad9-c48472dcf938 sending to next pipeline
2026-03-27 15:06:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ccb8266-673e-516c-9ad9-c48472dcf938, identifier: 7009928auction111137
2026-03-27 15:06:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137
2026-03-27 15:06:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137
2026-03-27 15:06:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ccb8266-673e-516c-9ad9-c48472dcf938 with identifier: 7009928auction111137 to the API
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009928/photo_006/780x0__r.jpg?hash=1774622227>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0ccb8266-673e-516c-9ad9-c48472dcf938',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009928',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 182062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, GLB '19, Mercedes-Benz GLB GLB 180 d Business Solution 5d",
'transmission': 'automatic',
'trim': ", GLB '19, -Benz GLB d Business Solution 5d",
'vin': None,
'year': 2021}
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009928auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Saving data for 7009928auction111137: {'created_time': 1774623964.730986, 'last_price_update_time': 1774623964.730999, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009928auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009889auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009889auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009889auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009893auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009893auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009893auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009870auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009870auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009870auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009925auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009925auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009925auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009860auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009860auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009860auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009866auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009866auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009866auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009887auction111137
2026-03-27 15:06:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009887auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:04 [ecarstrade.be] INFO: Scrape type for 7009887auction111137: 1
2026-03-27 15:06:04 [ecarstrade.be] INFO: Found listing with ID: 7009872auction111137
2026-03-27 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009872auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:05 [ecarstrade.be] INFO: Scrape type for 7009872auction111137: 1
2026-03-27 15:06:05 [ecarstrade.be] INFO: Found listing with ID: 7009984auction111137
2026-03-27 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009984auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:05 [ecarstrade.be] INFO: Scrape type for 7009984auction111137: 1
2026-03-27 15:06:07 [scrapy.extensions.logstats] INFO: Crawled 475 pages (at 36 pages/min), scraped 354 items (at 36 items/min)
2026-03-27 15:06:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009942> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:11 [ecarstrade.be] INFO: Extracting details for car 7009942auction111137
2026-03-27 15:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137
2026-03-27 15:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b34ae6-abe8-5217-970b-20ec64278d79 with scrape type 1
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009942%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622262%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_001/780x0__r.jpg?hash=1774622262 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009942%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622261%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_002/780x0__r.jpg?hash=1774622261 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009942%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622261%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_003/780x0__r.jpg?hash=1774622261 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009942%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622261%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_004/780x0__r.jpg?hash=1774622261 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009942%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622261%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_005/780x0__r.jpg?hash=1774622261 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009942%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622261%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_006/780x0__r.jpg?hash=1774622261 not downloaded yet
2026-03-27 15:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009859> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009894> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009978> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:11 [ecarstrade.be] INFO: Extracting details for car 7009859auction111137
2026-03-27 15:06:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137
2026-03-27 15:06:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50382865-820e-5d76-be65-41a82bfe1719 with scrape type 1
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009859%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622053%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_001/780x0__r.jpg?hash=1774622053 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009859%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622053%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_002/780x0__r.jpg?hash=1774622053 not downloaded yet
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009859%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622053%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_003/780x0__r.jpg?hash=1774622053 not downloaded yet
2026-03-27 15:06:11 [ecarstrade.be] INFO: Extracting details for car 7009894auction111137
2026-03-27 15:06:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009859%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622054%27 HTTP/1.1" 200 None
2026-03-27 15:06:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_004/780x0__r.jpg?hash=1774622054 not downloaded yet
2026-03-27 15:06:12 [ecarstrade.be] INFO: Extracting details for car 7009978auction111137
2026-03-27 15:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137
2026-03-27 15:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f07673ad-b20a-5ef5-9ed1-80abe89e96ca with scrape type 1
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009894%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622139%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_001/780x0__r.jpg?hash=1774622139 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009859%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622054%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_005/780x0__r.jpg?hash=1774622054 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009894%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622139%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_002/780x0__r.jpg?hash=1774622139 not downloaded yet
2026-03-27 15:06:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137
2026-03-27 15:06:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with scrape type 1
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009978%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622361%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_001/780x0__r.jpg?hash=1774622361 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009859%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622055%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_006/780x0__r.jpg?hash=1774622055 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009894%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622139%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_003/780x0__r.jpg?hash=1774622139 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009978%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622360%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_002/780x0__r.jpg?hash=1774622360 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009894%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622139%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_004/780x0__r.jpg?hash=1774622139 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009978%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622360%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_003/780x0__r.jpg?hash=1774622360 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009894%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622139%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_005/780x0__r.jpg?hash=1774622139 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009978%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622360%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_004/780x0__r.jpg?hash=1774622360 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009894%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622140%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_006/780x0__r.jpg?hash=1774622140 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009978%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622360%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_005/780x0__r.jpg?hash=1774622360 not downloaded yet
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009978%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622360%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_006/780x0__r.jpg?hash=1774622360 not downloaded yet
2026-03-27 15:06:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:06:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009910auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009910auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009910auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009890auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009890auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009890auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009898auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009898auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009898auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009951auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009951auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009951auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009985auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009985auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009985auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009988auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009988auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009988auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009879auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009879auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009879auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009993auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009993auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009993auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009873auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009873auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009873auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009941auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009941auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009941auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009944auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009944auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009944auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009971auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009971auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009971auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009867auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009867auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009867auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009991auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009991auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009991auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009883auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009883auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009883auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009899auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009899auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009899auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009960auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009960auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009960auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009997auction111137
2026-03-27 15:06:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009997auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:12 [ecarstrade.be] INFO: Scrape type for 7009997auction111137: 1
2026-03-27 15:06:12 [ecarstrade.be] INFO: Found listing with ID: 7009869auction111137
2026-03-27 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009869auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:13 [ecarstrade.be] INFO: Scrape type for 7009869auction111137: 1
2026-03-27 15:06:13 [ecarstrade.be] INFO: Found listing with ID: 7009871auction111137
2026-03-27 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:13 [ecarstrade.be] INFO: Scrape type for 7009871auction111137: 1
2026-03-27 15:06:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009958> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:15 [ecarstrade.be] INFO: Extracting details for car 7009958auction111137
2026-03-27 15:06:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137
2026-03-27 15:06:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89490ad4-19ac-5cad-b04e-2c77e5292dcb with scrape type 1
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009958%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_001/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009958%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_002/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009958%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_003/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009958%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622301%27 HTTP/1.1" 200 None
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_004/780x0__r.jpg?hash=1774622301 not downloaded yet
2026-03-27 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009958%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622302%27 HTTP/1.1" 200 None
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_005/780x0__r.jpg?hash=1774622302 not downloaded yet
2026-03-27 15:06:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009958%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622303%27 HTTP/1.1" 200 None
2026-03-27 15:06:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_006/780x0__r.jpg?hash=1774622303 not downloaded yet
2026-03-27 15:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010002> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009963> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009864> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:18 [ecarstrade.be] INFO: Extracting details for car 7010002auction111137
2026-03-27 15:06:18 [ecarstrade.be] INFO: Extracting details for car 7009963auction111137
2026-03-27 15:06:18 [ecarstrade.be] INFO: Extracting details for car 7009864auction111137
2026-03-27 15:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137
2026-03-27 15:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0bf638-75a8-55f0-88df-44771841fca9 with scrape type 1
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010002%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622421%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_001/780x0__r.jpg?hash=1774622421 not downloaded yet
2026-03-27 15:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137
2026-03-27 15:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab2b0b2d-d941-5443-92c1-5bb48650243d with scrape type 1
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009963%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622316%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_001/780x0__r.jpg?hash=1774622316 not downloaded yet
2026-03-27 15:06:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137
2026-03-27 15:06:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 408efcbe-4b49-5f0a-8e88-ad361681beab with scrape type 1
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009864%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622066%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_001/780x0__r.jpg?hash=1774622066 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010002%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622421%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_002/780x0__r.jpg?hash=1774622421 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009963%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622316%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_002/780x0__r.jpg?hash=1774622316 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009864%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622066%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_002/780x0__r.jpg?hash=1774622066 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010002%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622421%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_003/780x0__r.jpg?hash=1774622421 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009963%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622317%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_003/780x0__r.jpg?hash=1774622317 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009864%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622066%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_003/780x0__r.jpg?hash=1774622066 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010002%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622421%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_004/780x0__r.jpg?hash=1774622421 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009963%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622317%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_004/780x0__r.jpg?hash=1774622317 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009864%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622067%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_004/780x0__r.jpg?hash=1774622067 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010002%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622421%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_005/780x0__r.jpg?hash=1774622421 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009963%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622316%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_005/780x0__r.jpg?hash=1774622316 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009864%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622067%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_005/780x0__r.jpg?hash=1774622067 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010002%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622421%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_006/780x0__r.jpg?hash=1774622421 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009963%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622316%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_006/780x0__r.jpg?hash=1774622316 not downloaded yet
2026-03-27 15:06:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009864%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622067%27 HTTP/1.1" 200 None
2026-03-27 15:06:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_006/780x0__r.jpg?hash=1774622067 not downloaded yet
2026-03-27 15:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009874> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_006/780x0__r.jpg?hash=1774622261> (referer: https://ecarstrade.com/cars/7009942)
2026-03-27 15:06:19 [ecarstrade.be] INFO: Extracting details for car 7009874auction111137
2026-03-27 15:06:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137
2026-03-27 15:06:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with scrape type 1
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009874%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622092%27 HTTP/1.1" 200 None
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_001/780x0__r.jpg?hash=1774622092 not downloaded yet
2026-03-27 15:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009874%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622093%27 HTTP/1.1" 200 None
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_002/780x0__r.jpg?hash=1774622093 not downloaded yet
2026-03-27 15:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009874%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622092%27 HTTP/1.1" 200 None
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_003/780x0__r.jpg?hash=1774622092 not downloaded yet
2026-03-27 15:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_005/780x0__r.jpg?hash=1774622261> (referer: https://ecarstrade.com/cars/7009942)
2026-03-27 15:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009874%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622092%27 HTTP/1.1" 200 None
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_004/780x0__r.jpg?hash=1774622092 not downloaded yet
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009874%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622092%27 HTTP/1.1" 200 None
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_005/780x0__r.jpg?hash=1774622092 not downloaded yet
2026-03-27 15:06:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009874%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622092%27 HTTP/1.1" 200 None
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_006/780x0__r.jpg?hash=1774622092 not downloaded yet
2026-03-27 15:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_004/780x0__r.jpg?hash=1774622261> (referer: https://ecarstrade.com/cars/7009942)
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:06:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_006/780x0__r.jpg?hash=1774622360> (referer: https://ecarstrade.com/cars/7009978)
2026-03-27 15:06:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:06:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009984> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_006/780x0__r.jpg?hash=1774622303> (referer: https://ecarstrade.com/cars/7009958)
2026-03-27 15:06:25 [ecarstrade.be] INFO: Extracting details for car 7009984auction111137
2026-03-27 15:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137
2026-03-27 15:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c15b3b-4281-5840-b5cc-34af80059cea with scrape type 1
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009984%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622376%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_001/780x0__r.jpg?hash=1774622376 not downloaded yet
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009984%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622376%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_002/780x0__r.jpg?hash=1774622376 not downloaded yet
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009984%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622376%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_003/780x0__r.jpg?hash=1774622376 not downloaded yet
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_005/780x0__r.jpg?hash=1774622302> (referer: https://ecarstrade.com/cars/7009958)
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009984%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622376%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_004/780x0__r.jpg?hash=1774622376 not downloaded yet
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009984%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622376%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_005/780x0__r.jpg?hash=1774622376 not downloaded yet
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009984%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622376%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_006/780x0__r.jpg?hash=1774622376 not downloaded yet
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_004/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7009958)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_006/780x0__r.jpg?hash=1774622067> (referer: https://ecarstrade.com/cars/7009864)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_006/780x0__r.jpg?hash=1774622316> (referer: https://ecarstrade.com/cars/7009963)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_003/780x0__r.jpg?hash=1774622092> (referer: https://ecarstrade.com/cars/7009874)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_006/780x0__r.jpg?hash=1774622092> (referer: https://ecarstrade.com/cars/7009874)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_005/780x0__r.jpg?hash=1774622092> (referer: https://ecarstrade.com/cars/7009874)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009870> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_004/780x0__r.jpg?hash=1774622092> (referer: https://ecarstrade.com/cars/7009874)
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_002/780x0__r.jpg?hash=1774622093> (referer: https://ecarstrade.com/cars/7009874)
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_003/780x0__r.jpg?hash=1774622376> (referer: https://ecarstrade.com/cars/7009984)
2026-03-27 15:06:25 [ecarstrade.be] INFO: Extracting details for car 7009870auction111137
2026-03-27 15:06:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137
2026-03-27 15:06:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with scrape type 1
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009870%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622083%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_001/780x0__r.jpg?hash=1774622083 not downloaded yet
2026-03-27 15:06:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_005/780x0__r.jpg?hash=1774622376> (referer: https://ecarstrade.com/cars/7009984)
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009870%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622083%27 HTTP/1.1" 200 None
2026-03-27 15:06:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_002/780x0__r.jpg?hash=1774622083 not downloaded yet
2026-03-27 15:06:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009870%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622083%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_003/780x0__r.jpg?hash=1774622083 not downloaded yet
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009870%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622083%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_004/780x0__r.jpg?hash=1774622083 not downloaded yet
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_006/780x0__r.jpg?hash=1774622376> (referer: https://ecarstrade.com/cars/7009984)
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009870%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622083%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_005/780x0__r.jpg?hash=1774622083 not downloaded yet
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009893> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009870%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622083%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_006/780x0__r.jpg?hash=1774622083 not downloaded yet
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_002/780x0__r.jpg?hash=1774622376> (referer: https://ecarstrade.com/cars/7009984)
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_004/780x0__r.jpg?hash=1774622376> (referer: https://ecarstrade.com/cars/7009984)
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_006/780x0__r.jpg?hash=1774622421> (referer: https://ecarstrade.com/cars/7010002)
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_001/780x0__r.jpg?hash=1774622092> (referer: https://ecarstrade.com/cars/7009874)
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_001/780x0__r.jpg?hash=1774622376> (referer: https://ecarstrade.com/cars/7009984)
2026-03-27 15:06:26 [ecarstrade.be] INFO: Extracting details for car 7009893auction111137
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_005/780x0__r.jpg?hash=1774622316> (referer: https://ecarstrade.com/cars/7009963)
2026-03-27 15:06:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137
2026-03-27 15:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with scrape type 1
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009893%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622135%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_001/780x0__r.jpg?hash=1774622135 not downloaded yet
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009893%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622135%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_002/780x0__r.jpg?hash=1774622135 not downloaded yet
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_005/780x0__r.jpg?hash=1774622067> (referer: https://ecarstrade.com/cars/7009864)
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_005/780x0__r.jpg?hash=1774622421> (referer: https://ecarstrade.com/cars/7010002)
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009893%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622135%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_003/780x0__r.jpg?hash=1774622135 not downloaded yet
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_001/780x0__r.jpg?hash=1774622083> (referer: https://ecarstrade.com/cars/7009870)
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009893%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622135%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_004/780x0__r.jpg?hash=1774622135 not downloaded yet
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a92f472d-ccde-57fd-bcfa-25aa4c4dac73
2026-03-27 15:06:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a92f472d-ccde-57fd-bcfa-25aa4c4dac73, skipping ID generation
2026-03-27 15:06:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with scrape type 1
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a92f472d-ccde-57fd-bcfa-25aa4c4dac73 sending to next pipeline
2026-03-27 15:06:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a92f472d-ccde-57fd-bcfa-25aa4c4dac73, identifier: 7009874auction111137
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009893%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622135%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_005/780x0__r.jpg?hash=1774622135 not downloaded yet
2026-03-27 15:06:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137
2026-03-27 15:06:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137
2026-03-27 15:06:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a92f472d-ccde-57fd-bcfa-25aa4c4dac73 with identifier: 7009874auction111137 to the API
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009874/photo_001/780x0__r.jpg?hash=1774622092>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a92f472d-ccde-57fd-bcfa-25aa4c4dac73',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009874',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '318',
'odometer': 163378,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Berline 318dA (100 kW) 4d',
'transmission': 'automatic',
'trim': '3 Reeks Berline dA (100 kW) 4d',
'vin': None,
'year': 2021}
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009874auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:26 [ecarstrade.be] INFO: Saving data for 7009874auction111137: {'created_time': 1774623986.892042, 'last_price_update_time': 1774623986.892055, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009874auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_004/780x0__r.jpg?hash=1774622083> (referer: https://ecarstrade.com/cars/7009870)
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_005/780x0__r.jpg?hash=1774622083> (referer: https://ecarstrade.com/cars/7009870)
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_006/780x0__r.jpg?hash=1774622083> (referer: https://ecarstrade.com/cars/7009870)
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009893%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622137%27 HTTP/1.1" 200 None
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_006/780x0__r.jpg?hash=1774622137 not downloaded yet
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 31c15b3b-4281-5840-b5cc-34af80059cea
2026-03-27 15:06:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31c15b3b-4281-5840-b5cc-34af80059cea, skipping ID generation
2026-03-27 15:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31c15b3b-4281-5840-b5cc-34af80059cea with scrape type 1
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31c15b3b-4281-5840-b5cc-34af80059cea sending to next pipeline
2026-03-27 15:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31c15b3b-4281-5840-b5cc-34af80059cea, identifier: 7009984auction111137
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137
2026-03-27 15:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137
2026-03-27 15:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31c15b3b-4281-5840-b5cc-34af80059cea with identifier: 7009984auction111137 to the API
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009984/photo_001/780x0__r.jpg?hash=1774622376>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '31c15b3b-4281-5840-b5cc-34af80059cea',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009984',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 149236,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009984auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:27 [ecarstrade.be] INFO: Saving data for 7009984auction111137: {'created_time': 1774623987.450546, 'last_price_update_time': 1774623987.450557, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009984auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_004/780x0__r.jpg?hash=1774622067> (referer: https://ecarstrade.com/cars/7009864)
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_002/780x0__r.jpg?hash=1774622083> (referer: https://ecarstrade.com/cars/7009870)
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_003/780x0__r.jpg?hash=1774622083> (referer: https://ecarstrade.com/cars/7009870)
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_002/780x0__r.jpg?hash=1774622135> (referer: https://ecarstrade.com/cars/7009893)
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_004/780x0__r.jpg?hash=1774622317> (referer: https://ecarstrade.com/cars/7009963)
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_004/780x0__r.jpg?hash=1774622421> (referer: https://ecarstrade.com/cars/7010002)
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 305d6d1e-ee82-5b4a-87c8-916669ba96a9
2026-03-27 15:06:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 305d6d1e-ee82-5b4a-87c8-916669ba96a9, skipping ID generation
2026-03-27 15:06:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with scrape type 1
2026-03-27 15:06:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 305d6d1e-ee82-5b4a-87c8-916669ba96a9 sending to next pipeline
2026-03-27 15:06:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 305d6d1e-ee82-5b4a-87c8-916669ba96a9, identifier: 7009870auction111137
2026-03-27 15:06:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137
2026-03-27 15:06:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137
2026-03-27 15:06:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 305d6d1e-ee82-5b4a-87c8-916669ba96a9 with identifier: 7009870auction111137 to the API
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009870/photo_003/780x0__r.jpg?hash=1774622083>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '305d6d1e-ee82-5b4a-87c8-916669ba96a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009870',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '216',
'odometer': 182023,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 2-serie Gr.Coupé '19, BMW 2 Reeks Gran Coupé 216dA (85kW) 4d",
'transmission': 'automatic',
'trim': ", 2-serie Gr.Coupé '19, 2 Reeks Gran Coupé dA (85kW) 4d",
'vin': None,
'year': 2021}
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009870auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:28 [ecarstrade.be] INFO: Saving data for 7009870auction111137: {'created_time': 1774623988.024966, 'last_price_update_time': 1774623988.02498, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009870auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_001/780x0__r.jpg?hash=1774622135> (referer: https://ecarstrade.com/cars/7009893)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_003/780x0__r.jpg?hash=1774622135> (referer: https://ecarstrade.com/cars/7009893)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_005/780x0__r.jpg?hash=1774622135> (referer: https://ecarstrade.com/cars/7009893)
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_004/780x0__r.jpg?hash=1774622135> (referer: https://ecarstrade.com/cars/7009893)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_003/780x0__r.jpg?hash=1774622066> (referer: https://ecarstrade.com/cars/7009864)
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_006/780x0__r.jpg?hash=1774622137> (referer: https://ecarstrade.com/cars/7009893)
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_003/780x0__r.jpg?hash=1774622317> (referer: https://ecarstrade.com/cars/7009963)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_002/780x0__r.jpg?hash=1774622316> (referer: https://ecarstrade.com/cars/7009963)
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_003/780x0__r.jpg?hash=1774622421> (referer: https://ecarstrade.com/cars/7010002)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_002/780x0__r.jpg?hash=1774622421> (referer: https://ecarstrade.com/cars/7010002)
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde
2026-03-27 15:06:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde, skipping ID generation
2026-03-27 15:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with scrape type 1
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4ffa7c8-228a-567a-a0bc-88a7b22d8cde sending to next pipeline
2026-03-27 15:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde, identifier: 7009893auction111137
2026-03-27 15:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137
2026-03-27 15:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137
2026-03-27 15:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4ffa7c8-228a-567a-a0bc-88a7b22d8cde with identifier: 7009893auction111137 to the API
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009893/photo_006/780x0__r.jpg?hash=1774622137>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f4ffa7c8-228a-567a-a0bc-88a7b22d8cde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009893',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 210838,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ford Kuga 2.0 EcoBlue 4x4 Aut. 140kW ST-Line X 5d',
'transmission': 'automatic',
'trim': '2.0 EcoBlue 4x4 Aut. 140kW ST-Line X 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009893auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:28 [ecarstrade.be] INFO: Saving data for 7009893auction111137: {'created_time': 1774623988.597165, 'last_price_update_time': 1774623988.597177, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009893auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_002/780x0__r.jpg?hash=1774622066> (referer: https://ecarstrade.com/cars/7009864)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_001/780x0__r.jpg?hash=1774622316> (referer: https://ecarstrade.com/cars/7009963)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_001/780x0__r.jpg?hash=1774622066> (referer: https://ecarstrade.com/cars/7009864)
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_001/780x0__r.jpg?hash=1774622421> (referer: https://ecarstrade.com/cars/7010002)
2026-03-27 15:06:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_002/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7009958)
2026-03-27 15:06:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab2b0b2d-d941-5443-92c1-5bb48650243d
2026-03-27 15:06:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab2b0b2d-d941-5443-92c1-5bb48650243d, skipping ID generation
2026-03-27 15:06:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab2b0b2d-d941-5443-92c1-5bb48650243d with scrape type 1
2026-03-27 15:06:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab2b0b2d-d941-5443-92c1-5bb48650243d sending to next pipeline
2026-03-27 15:06:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab2b0b2d-d941-5443-92c1-5bb48650243d, identifier: 7009963auction111137
2026-03-27 15:06:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137
2026-03-27 15:06:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137
2026-03-27 15:06:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab2b0b2d-d941-5443-92c1-5bb48650243d with identifier: 7009963auction111137 to the API
2026-03-27 15:06:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009963/photo_001/780x0__r.jpg?hash=1774622316>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ab2b0b2d-d941-5443-92c1-5bb48650243d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009963',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '508',
'odometer': 210627,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 1.5 BlueHDi 130 S&S EAT8 GT Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 130 S&S EAT8 GT Pack 5d',
'vin': None,
'year': 2022}
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009963auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:29 [ecarstrade.be] INFO: Saving data for 7009963auction111137: {'created_time': 1774623989.233256, 'last_price_update_time': 1774623989.233271, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009963auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_003/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7009958)
2026-03-27 15:06:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_001/780x0__r.jpg?hash=1774622301> (referer: https://ecarstrade.com/cars/7009958)
2026-03-27 15:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 408efcbe-4b49-5f0a-8e88-ad361681beab
2026-03-27 15:06:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 408efcbe-4b49-5f0a-8e88-ad361681beab, skipping ID generation
2026-03-27 15:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 408efcbe-4b49-5f0a-8e88-ad361681beab with scrape type 1
2026-03-27 15:06:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 408efcbe-4b49-5f0a-8e88-ad361681beab sending to next pipeline
2026-03-27 15:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 408efcbe-4b49-5f0a-8e88-ad361681beab, identifier: 7009864auction111137
2026-03-27 15:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137
2026-03-27 15:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137
2026-03-27 15:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 408efcbe-4b49-5f0a-8e88-ad361681beab with identifier: 7009864auction111137 to the API
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009864/photo_001/780x0__r.jpg?hash=1774622066>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '408efcbe-4b49-5f0a-8e88-ad361681beab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009864',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A6',
'odometer': 214653,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A6 Avant Business Edition Sport 35 TDI S tronic 5d',
'transmission': 'automatic',
'trim': 'Avant Business Edition Sport 35 TDI S tronic 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009864auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:29 [ecarstrade.be] INFO: Saving data for 7009864auction111137: {'created_time': 1774623989.647403, 'last_price_update_time': 1774623989.647416, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009864auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a0bf638-75a8-55f0-88df-44771841fca9
2026-03-27 15:06:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a0bf638-75a8-55f0-88df-44771841fca9, skipping ID generation
2026-03-27 15:06:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a0bf638-75a8-55f0-88df-44771841fca9 with scrape type 1
2026-03-27 15:06:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a0bf638-75a8-55f0-88df-44771841fca9 sending to next pipeline
2026-03-27 15:06:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a0bf638-75a8-55f0-88df-44771841fca9, identifier: 7010002auction111137
2026-03-27 15:06:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137
2026-03-27 15:06:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137
2026-03-27 15:06:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a0bf638-75a8-55f0-88df-44771841fca9 with identifier: 7010002auction111137 to the API
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010002/photo_001/780x0__r.jpg?hash=1774622421>
{'auction_title': '',
'c_o_2_emission_value': 146,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5a0bf638-75a8-55f0-88df-44771841fca9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010002',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volvo',
'model': 'V60',
'odometer': 221870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volvo V60 B4 D Inscription Aut. 5d',
'transmission': 'automatic',
'trim': 'B4 D Inscription Aut. 5d',
'vin': None,
'year': 2022}
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010002auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [ecarstrade.be] INFO: Saving data for 7010002auction111137: {'created_time': 1774623990.066418, 'last_price_update_time': 1774623990.06643, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010002auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 89490ad4-19ac-5cad-b04e-2c77e5292dcb
2026-03-27 15:06:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89490ad4-19ac-5cad-b04e-2c77e5292dcb, skipping ID generation
2026-03-27 15:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89490ad4-19ac-5cad-b04e-2c77e5292dcb with scrape type 1
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89490ad4-19ac-5cad-b04e-2c77e5292dcb sending to next pipeline
2026-03-27 15:06:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89490ad4-19ac-5cad-b04e-2c77e5292dcb, identifier: 7009958auction111137
2026-03-27 15:06:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7010001> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137
2026-03-27 15:06:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137
2026-03-27 15:06:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89490ad4-19ac-5cad-b04e-2c77e5292dcb with identifier: 7009958auction111137 to the API
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009958/photo_001/780x0__r.jpg?hash=1774622301>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '89490ad4-19ac-5cad-b04e-2c77e5292dcb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009958',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 167114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009958auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [ecarstrade.be] INFO: Saving data for 7009958auction111137: {'created_time': 1774623990.504701, 'last_price_update_time': 1774623990.504713, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009958auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:30 [ecarstrade.be] INFO: Extracting details for car 7010001auction111137
2026-03-27 15:06:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137
2026-03-27 15:06:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with scrape type 1
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010001%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622423%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_001/780x0__r.jpg?hash=1774622423 not downloaded yet
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010001%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622423%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_002/780x0__r.jpg?hash=1774622423 not downloaded yet
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010001%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622423%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_003/780x0__r.jpg?hash=1774622423 not downloaded yet
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010001%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622423%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_004/780x0__r.jpg?hash=1774622423 not downloaded yet
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010001%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622424%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_005/780x0__r.jpg?hash=1774622424 not downloaded yet
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7010001-7020000%252F7010001%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622424%27 HTTP/1.1" 200 None
2026-03-27 15:06:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_006/780x0__r.jpg?hash=1774622424 not downloaded yet
2026-03-27 15:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009871> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:31 [ecarstrade.be] INFO: Extracting details for car 7009871auction111137
2026-03-27 15:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137
2026-03-27 15:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 with scrape type 1
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009871%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622086%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_001/780x0__r.jpg?hash=1774622086 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009871%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622086%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_002/780x0__r.jpg?hash=1774622086 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009871%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622086%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_003/780x0__r.jpg?hash=1774622086 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009871%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622086%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_004/780x0__r.jpg?hash=1774622086 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009871%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622086%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_005/780x0__r.jpg?hash=1774622086 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009871%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622087%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_006/780x0__r.jpg?hash=1774622087 not downloaded yet
2026-03-27 15:06:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009889> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:31 [ecarstrade.be] INFO: Extracting details for car 7009889auction111137
2026-03-27 15:06:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137
2026-03-27 15:06:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b2de5d6-4e21-570f-adde-ea541900b2ed with scrape type 1
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009889%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622127%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_001/780x0__r.jpg?hash=1774622127 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009889%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622127%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_002/780x0__r.jpg?hash=1774622127 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009889%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622127%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_003/780x0__r.jpg?hash=1774622127 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009889%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622127%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_004/780x0__r.jpg?hash=1774622127 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009889%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622127%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_005/780x0__r.jpg?hash=1774622127 not downloaded yet
2026-03-27 15:06:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009889%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622128%27 HTTP/1.1" 200 None
2026-03-27 15:06:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_006/780x0__r.jpg?hash=1774622128 not downloaded yet
2026-03-27 15:06:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009876> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:06:33 [ecarstrade.be] INFO: Extracting details for car 7009876auction111137
2026-03-27 15:06:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137
2026-03-27 15:06:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efb3fa10-ce72-53b4-a244-daaf80997241 with scrape type 1
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009876%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622096%27 HTTP/1.1" 200 None
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_001/780x0__r.jpg?hash=1774622096 not downloaded yet
2026-03-27 15:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009876%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622096%27 HTTP/1.1" 200 None
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_002/780x0__r.jpg?hash=1774622096 not downloaded yet
2026-03-27 15:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009876%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622096%27 HTTP/1.1" 200 None
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_003/780x0__r.jpg?hash=1774622096 not downloaded yet
2026-03-27 15:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009876%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622096%27 HTTP/1.1" 200 None
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_004/780x0__r.jpg?hash=1774622096 not downloaded yet
2026-03-27 15:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009876%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622097%27 HTTP/1.1" 200 None
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_005/780x0__r.jpg?hash=1774622097 not downloaded yet
2026-03-27 15:06:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009876%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622096%27 HTTP/1.1" 200 None
2026-03-27 15:06:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_006/780x0__r.jpg?hash=1774622096 not downloaded yet
2026-03-27 15:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009869> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:37 [ecarstrade.be] INFO: Extracting details for car 7009869auction111137
2026-03-27 15:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137
2026-03-27 15:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 370ed71a-0341-5d15-8806-ae6b1be07f32 with scrape type 1
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009869%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622081%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_001/780x0__r.jpg?hash=1774622081 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009869%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622081%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_002/780x0__r.jpg?hash=1774622081 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009869%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622081%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_003/780x0__r.jpg?hash=1774622081 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009869%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622081%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_004/780x0__r.jpg?hash=1774622081 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009869%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622081%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_005/780x0__r.jpg?hash=1774622081 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009869%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622081%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_006/780x0__r.jpg?hash=1774622081 not downloaded yet
2026-03-27 15:06:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009883> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:37 [ecarstrade.be] INFO: Extracting details for car 7009883auction111137
2026-03-27 15:06:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137
2026-03-27 15:06:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with scrape type 1
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009883%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622111%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_001/780x0__r.jpg?hash=1774622111 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009883%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622111%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_002/780x0__r.jpg?hash=1774622111 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009883%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622111%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_003/780x0__r.jpg?hash=1774622111 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009883%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622111%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_004/780x0__r.jpg?hash=1774622111 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009883%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622111%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_005/780x0__r.jpg?hash=1774622111 not downloaded yet
2026-03-27 15:06:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009883%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622111%27 HTTP/1.1" 200 None
2026-03-27 15:06:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_006/780x0__r.jpg?hash=1774622111 not downloaded yet
2026-03-27 15:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009991> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:38 [ecarstrade.be] INFO: Extracting details for car 7009991auction111137
2026-03-27 15:06:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137
2026-03-27 15:06:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc90336-6247-5a75-8f3e-79630077afd9 with scrape type 1
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009991%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622396%27 HTTP/1.1" 200 None
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_001/780x0__r.jpg?hash=1774622396 not downloaded yet
2026-03-27 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009991%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622394%27 HTTP/1.1" 200 None
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_002/780x0__r.jpg?hash=1774622394 not downloaded yet
2026-03-27 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009991%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622394%27 HTTP/1.1" 200 None
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_003/780x0__r.jpg?hash=1774622394 not downloaded yet
2026-03-27 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009991%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622395%27 HTTP/1.1" 200 None
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_004/780x0__r.jpg?hash=1774622395 not downloaded yet
2026-03-27 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009991%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622395%27 HTTP/1.1" 200 None
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_005/780x0__r.jpg?hash=1774622395 not downloaded yet
2026-03-27 15:06:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009991%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622395%27 HTTP/1.1" 200 None
2026-03-27 15:06:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_006/780x0__r.jpg?hash=1774622395 not downloaded yet
2026-03-27 15:06:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009997> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:39 [ecarstrade.be] INFO: Extracting details for car 7009997auction111137
2026-03-27 15:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137
2026-03-27 15:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9a4a65-6723-5cab-813f-a6a54e377ad9 with scrape type 1
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009997%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622409%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_001/780x0__r.jpg?hash=1774622409 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009997%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622409%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_002/780x0__r.jpg?hash=1774622409 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009997%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622409%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_003/780x0__r.jpg?hash=1774622409 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009997%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622410%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_004/780x0__r.jpg?hash=1774622410 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009997%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622410%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_005/780x0__r.jpg?hash=1774622410 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009997%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622410%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_006/780x0__r.jpg?hash=1774622410 not downloaded yet
2026-03-27 15:06:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009960> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:39 [ecarstrade.be] INFO: Extracting details for car 7009960auction111137
2026-03-27 15:06:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137
2026-03-27 15:06:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef8e8892-9231-53af-a1ef-176683b1d492 with scrape type 1
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009960%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622305%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_001/780x0__r.jpg?hash=1774622305 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009960%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622306%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_002/780x0__r.jpg?hash=1774622306 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009960%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622306%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_003/780x0__r.jpg?hash=1774622306 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009960%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622306%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_004/780x0__r.jpg?hash=1774622306 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009960%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622307%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_005/780x0__r.jpg?hash=1774622307 not downloaded yet
2026-03-27 15:06:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009960%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622306%27 HTTP/1.1" 200 None
2026-03-27 15:06:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_006/780x0__r.jpg?hash=1774622306 not downloaded yet
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009867> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_006/780x0__r.jpg?hash=1774622424> (referer: https://ecarstrade.com/cars/7010001)
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009971> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:44 [ecarstrade.be] INFO: Extracting details for car 7009867auction111137
2026-03-27 15:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137
2026-03-27 15:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 111d5997-ae05-524b-a5f4-834b273c92aa with scrape type 1
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009867%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622073%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_001/780x0__r.jpg?hash=1774622073 not downloaded yet
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_006/780x0__r.jpg?hash=1774622128> (referer: https://ecarstrade.com/cars/7009889)
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009867%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622073%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_002/780x0__r.jpg?hash=1774622073 not downloaded yet
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_006/780x0__r.jpg?hash=1774622087> (referer: https://ecarstrade.com/cars/7009871)
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009867%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622073%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_003/780x0__r.jpg?hash=1774622073 not downloaded yet
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009867%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622073%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_004/780x0__r.jpg?hash=1774622073 not downloaded yet
2026-03-27 15:06:44 [ecarstrade.be] INFO: Extracting details for car 7009971auction111137
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009867%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622073%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_005/780x0__r.jpg?hash=1774622073 not downloaded yet
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_006/780x0__r.jpg?hash=1774622096> (referer: https://ecarstrade.com/cars/7009876)
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009867%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622073%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_006/780x0__r.jpg?hash=1774622073 not downloaded yet
2026-03-27 15:06:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137
2026-03-27 15:06:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a56f8c1-35ec-5785-959d-53cd4510573c with scrape type 1
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009971%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622337%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_001/780x0__r.jpg?hash=1774622337 not downloaded yet
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_006/780x0__r.jpg?hash=1774622081> (referer: https://ecarstrade.com/cars/7009869)
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009971%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622337%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_002/780x0__r.jpg?hash=1774622337 not downloaded yet
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009971%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622337%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_003/780x0__r.jpg?hash=1774622337 not downloaded yet
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009971%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622337%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_004/780x0__r.jpg?hash=1774622337 not downloaded yet
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009971%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622337%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_005/780x0__r.jpg?hash=1774622337 not downloaded yet
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_006/780x0__r.jpg?hash=1774622395> (referer: https://ecarstrade.com/cars/7009991)
2026-03-27 15:06:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009971%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622337%27 HTTP/1.1" 200 None
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_006/780x0__r.jpg?hash=1774622337 not downloaded yet
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_006/780x0__r.jpg?hash=1774622111> (referer: https://ecarstrade.com/cars/7009883)
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_006/780x0__r.jpg?hash=1774622410> (referer: https://ecarstrade.com/cars/7009997)
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_006/780x0__r.jpg?hash=1774622306> (referer: https://ecarstrade.com/cars/7009960)
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_005/780x0__r.jpg?hash=1774622307> (referer: https://ecarstrade.com/cars/7009960)
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_001/780x0__r.jpg?hash=1774622073> (referer: https://ecarstrade.com/cars/7009867)
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009944> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_004/780x0__r.jpg?hash=1774622306> (referer: https://ecarstrade.com/cars/7009960)
2026-03-27 15:06:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_002/780x0__r.jpg?hash=1774622073> (referer: https://ecarstrade.com/cars/7009867)
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_005/780x0__r.jpg?hash=1774622073> (referer: https://ecarstrade.com/cars/7009867)
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_005/780x0__r.jpg?hash=1774622337> (referer: https://ecarstrade.com/cars/7009971)
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_006/780x0__r.jpg?hash=1774622337> (referer: https://ecarstrade.com/cars/7009971)
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_001/780x0__r.jpg?hash=1774622337> (referer: https://ecarstrade.com/cars/7009971)
2026-03-27 15:06:45 [ecarstrade.be] INFO: Extracting details for car 7009944auction111137
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_002/780x0__r.jpg?hash=1774622337> (referer: https://ecarstrade.com/cars/7009971)
2026-03-27 15:06:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137
2026-03-27 15:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with scrape type 1
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009944%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622263%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_001/780x0__r.jpg?hash=1774622263 not downloaded yet
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_004/780x0__r.jpg?hash=1774622337> (referer: https://ecarstrade.com/cars/7009971)
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_003/780x0__r.jpg?hash=1774622337> (referer: https://ecarstrade.com/cars/7009971)
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009944%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622263%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_002/780x0__r.jpg?hash=1774622263 not downloaded yet
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_006/780x0__r.jpg?hash=1774622073> (referer: https://ecarstrade.com/cars/7009867)
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009944%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622264%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_003/780x0__r.jpg?hash=1774622264 not downloaded yet
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009944%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622263%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_004/780x0__r.jpg?hash=1774622263 not downloaded yet
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_004/780x0__r.jpg?hash=1774622073> (referer: https://ecarstrade.com/cars/7009867)
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009944%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622263%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_005/780x0__r.jpg?hash=1774622263 not downloaded yet
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_003/780x0__r.jpg?hash=1774622306> (referer: https://ecarstrade.com/cars/7009960)
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009944%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622263%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_006/780x0__r.jpg?hash=1774622263 not downloaded yet
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_003/780x0__r.jpg?hash=1774622073> (referer: https://ecarstrade.com/cars/7009867)
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8a56f8c1-35ec-5785-959d-53cd4510573c
2026-03-27 15:06:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8a56f8c1-35ec-5785-959d-53cd4510573c, skipping ID generation
2026-03-27 15:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8a56f8c1-35ec-5785-959d-53cd4510573c with scrape type 1
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8a56f8c1-35ec-5785-959d-53cd4510573c sending to next pipeline
2026-03-27 15:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8a56f8c1-35ec-5785-959d-53cd4510573c, identifier: 7009971auction111137
2026-03-27 15:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137
2026-03-27 15:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137
2026-03-27 15:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8a56f8c1-35ec-5785-959d-53cd4510573c with identifier: 7009971auction111137 to the API
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009971/photo_003/780x0__r.jpg?hash=1774622337>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8a56f8c1-35ec-5785-959d-53cd4510573c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009971',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 148851,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 7,
'seller_name': None,
'title': "Peugeot, Rifter '18, Peugeot Rifter 1.5 BlueHDi 130 EAT8 S/S GT "
'Line Lo 7pl',
'transmission': 'automatic',
'trim': ", '18, 1.5 BlueHDi 130 EAT8 S/S GT Line Lo 7pl",
'vin': None,
'year': 2019}
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009971auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:45 [ecarstrade.be] INFO: Saving data for 7009971auction111137: {'created_time': 1774624005.788643, 'last_price_update_time': 1774624005.788655, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009971auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_002/780x0__r.jpg?hash=1774622306> (referer: https://ecarstrade.com/cars/7009960)
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_005/780x0__r.jpg?hash=1774622410> (referer: https://ecarstrade.com/cars/7009997)
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_001/780x0__r.jpg?hash=1774622305> (referer: https://ecarstrade.com/cars/7009960)
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 111d5997-ae05-524b-a5f4-834b273c92aa
2026-03-27 15:06:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 111d5997-ae05-524b-a5f4-834b273c92aa, skipping ID generation
2026-03-27 15:06:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 111d5997-ae05-524b-a5f4-834b273c92aa with scrape type 1
2026-03-27 15:06:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 111d5997-ae05-524b-a5f4-834b273c92aa sending to next pipeline
2026-03-27 15:06:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 111d5997-ae05-524b-a5f4-834b273c92aa, identifier: 7009867auction111137
2026-03-27 15:06:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009941> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137
2026-03-27 15:06:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137
2026-03-27 15:06:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 111d5997-ae05-524b-a5f4-834b273c92aa with identifier: 7009867auction111137 to the API
2026-03-27 15:06:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009867/photo_003/780x0__r.jpg?hash=1774622073>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '111d5997-ae05-524b-a5f4-834b273c92aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009867',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '116',
'odometer': 134572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': "BMW, 1-serie '19, BMW 1 Reeks Hatch 116dA (85 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch dA (85 kW) 5d",
'vin': None,
'year': 2021}
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009867auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [ecarstrade.be] INFO: Saving data for 7009867auction111137: {'created_time': 1774624006.180259, 'last_price_update_time': 1774624006.180271, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009867auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:46 [ecarstrade.be] INFO: Extracting details for car 7009941auction111137
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_004/780x0__r.jpg?hash=1774622410> (referer: https://ecarstrade.com/cars/7009997)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_003/780x0__r.jpg?hash=1774622409> (referer: https://ecarstrade.com/cars/7009997)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_001/780x0__r.jpg?hash=1774622263> (referer: https://ecarstrade.com/cars/7009944)
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ef8e8892-9231-53af-a1ef-176683b1d492
2026-03-27 15:06:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef8e8892-9231-53af-a1ef-176683b1d492, skipping ID generation
2026-03-27 15:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef8e8892-9231-53af-a1ef-176683b1d492 with scrape type 1
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef8e8892-9231-53af-a1ef-176683b1d492 sending to next pipeline
2026-03-27 15:06:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef8e8892-9231-53af-a1ef-176683b1d492, identifier: 7009960auction111137
2026-03-27 15:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137
2026-03-27 15:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c8e9920-5d47-57f5-a977-426736419b6c with scrape type 1
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009941%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622255%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_001/780x0__r.jpg?hash=1774622255 not downloaded yet
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_005/780x0__r.jpg?hash=1774622263> (referer: https://ecarstrade.com/cars/7009944)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_002/780x0__r.jpg?hash=1774622263> (referer: https://ecarstrade.com/cars/7009944)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_002/780x0__r.jpg?hash=1774622409> (referer: https://ecarstrade.com/cars/7009997)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_004/780x0__r.jpg?hash=1774622263> (referer: https://ecarstrade.com/cars/7009944)
2026-03-27 15:06:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137
2026-03-27 15:06:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137
2026-03-27 15:06:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef8e8892-9231-53af-a1ef-176683b1d492 with identifier: 7009960auction111137 to the API
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009960/photo_001/780x0__r.jpg?hash=1774622305>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'ef8e8892-9231-53af-a1ef-176683b1d492',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009960',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 161691,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2019}
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009960auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [ecarstrade.be] INFO: Saving data for 7009960auction111137: {'created_time': 1774624006.796471, 'last_price_update_time': 1774624006.796486, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009960auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009941%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622255%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_002/780x0__r.jpg?hash=1774622255 not downloaded yet
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009993> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009873> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009941%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622255%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_003/780x0__r.jpg?hash=1774622255 not downloaded yet
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_001/780x0__r.jpg?hash=1774622409> (referer: https://ecarstrade.com/cars/7009997)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_006/780x0__r.jpg?hash=1774622263> (referer: https://ecarstrade.com/cars/7009944)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_005/780x0__r.jpg?hash=1774622395> (referer: https://ecarstrade.com/cars/7009991)
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009941%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622255%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_004/780x0__r.jpg?hash=1774622255 not downloaded yet
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009941%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622256%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_005/780x0__r.jpg?hash=1774622256 not downloaded yet
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009941%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622255%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_006/780x0__r.jpg?hash=1774622255 not downloaded yet
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_003/780x0__r.jpg?hash=1774622264> (referer: https://ecarstrade.com/cars/7009944)
2026-03-27 15:06:46 [ecarstrade.be] INFO: Extracting details for car 7009993auction111137
2026-03-27 15:06:46 [ecarstrade.be] INFO: Extracting details for car 7009873auction111137
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_004/780x0__r.jpg?hash=1774622395> (referer: https://ecarstrade.com/cars/7009991)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_002/780x0__r.jpg?hash=1774622394> (referer: https://ecarstrade.com/cars/7009991)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_001/780x0__r.jpg?hash=1774622396> (referer: https://ecarstrade.com/cars/7009991)
2026-03-27 15:06:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_003/780x0__r.jpg?hash=1774622394> (referer: https://ecarstrade.com/cars/7009991)
2026-03-27 15:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137
2026-03-27 15:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152ccc82-4371-5067-8c06-b500915f38e9 with scrape type 1
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009993%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622401%27 HTTP/1.1" 200 None
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_001/780x0__r.jpg?hash=1774622401 not downloaded yet
2026-03-27 15:06:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137
2026-03-27 15:06:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cfd81fe-f032-5745-b968-ec2626a17a77 with scrape type 1
2026-03-27 15:06:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009873%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_001/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_005/780x0__r.jpg?hash=1774622111> (referer: https://ecarstrade.com/cars/7009883)
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009993%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622401%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_002/780x0__r.jpg?hash=1774622401 not downloaded yet
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009873%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622090%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_002/780x0__r.jpg?hash=1774622090 not downloaded yet
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dc9a4a65-6723-5cab-813f-a6a54e377ad9
2026-03-27 15:06:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dc9a4a65-6723-5cab-813f-a6a54e377ad9, skipping ID generation
2026-03-27 15:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dc9a4a65-6723-5cab-813f-a6a54e377ad9 with scrape type 1
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dc9a4a65-6723-5cab-813f-a6a54e377ad9 sending to next pipeline
2026-03-27 15:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dc9a4a65-6723-5cab-813f-a6a54e377ad9, identifier: 7009997auction111137
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_002/780x0__r.jpg?hash=1774622111> (referer: https://ecarstrade.com/cars/7009883)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_001/780x0__r.jpg?hash=1774622255> (referer: https://ecarstrade.com/cars/7009941)
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009993%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622401%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_003/780x0__r.jpg?hash=1774622401 not downloaded yet
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009873%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_003/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 15:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137
2026-03-27 15:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137
2026-03-27 15:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dc9a4a65-6723-5cab-813f-a6a54e377ad9 with identifier: 7009997auction111137 to the API
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009997/photo_001/780x0__r.jpg?hash=1774622409>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dc9a4a65-6723-5cab-813f-a6a54e377ad9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009997',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 184572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 1.6 TDI SCR DSG7 Elegance Business 5d',
'transmission': 'automatic',
'trim': '1.6 TDI SCR DSG7 Elegance Business 5d',
'vin': None,
'year': 2020}
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009997auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [ecarstrade.be] INFO: Saving data for 7009997auction111137: {'created_time': 1774624007.518083, 'last_price_update_time': 1774624007.518093, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009997auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_003/780x0__r.jpg?hash=1774622255> (referer: https://ecarstrade.com/cars/7009941)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_001/780x0__r.jpg?hash=1774622111> (referer: https://ecarstrade.com/cars/7009883)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_003/780x0__r.jpg?hash=1774622111> (referer: https://ecarstrade.com/cars/7009883)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_004/780x0__r.jpg?hash=1774622111> (referer: https://ecarstrade.com/cars/7009883)
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8
2026-03-27 15:06:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8, skipping ID generation
2026-03-27 15:06:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with scrape type 1
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 sending to next pipeline
2026-03-27 15:06:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8, identifier: 7009944auction111137
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009993%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622401%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_004/780x0__r.jpg?hash=1774622401 not downloaded yet
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009873%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_004/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 15:06:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137
2026-03-27 15:06:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137
2026-03-27 15:06:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8 with identifier: 7009944auction111137 to the API
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009944/photo_003/780x0__r.jpg?hash=1774622264>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cfa08c6b-dd52-5fb0-87ce-c7888ef1f7d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009944',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '3008',
'odometer': 147356,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 GT Line 5d',
'vin': None,
'year': 2020}
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009944auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:47 [ecarstrade.be] INFO: Saving data for 7009944auction111137: {'created_time': 1774624007.971191, 'last_price_update_time': 1774624007.971201, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009944auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_005/780x0__r.jpg?hash=1774622081> (referer: https://ecarstrade.com/cars/7009869)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_002/780x0__r.jpg?hash=1774622255> (referer: https://ecarstrade.com/cars/7009941)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_005/780x0__r.jpg?hash=1774622256> (referer: https://ecarstrade.com/cars/7009941)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_004/780x0__r.jpg?hash=1774622255> (referer: https://ecarstrade.com/cars/7009941)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_006/780x0__r.jpg?hash=1774622255> (referer: https://ecarstrade.com/cars/7009941)
2026-03-27 15:06:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_004/780x0__r.jpg?hash=1774622081> (referer: https://ecarstrade.com/cars/7009869)
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009993%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622401%27 HTTP/1.1" 200 None
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_005/780x0__r.jpg?hash=1774622401 not downloaded yet
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009873%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622088%27 HTTP/1.1" 200 None
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_005/780x0__r.jpg?hash=1774622088 not downloaded yet
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dcc90336-6247-5a75-8f3e-79630077afd9
2026-03-27 15:06:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dcc90336-6247-5a75-8f3e-79630077afd9, skipping ID generation
2026-03-27 15:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dcc90336-6247-5a75-8f3e-79630077afd9 with scrape type 1
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dcc90336-6247-5a75-8f3e-79630077afd9 sending to next pipeline
2026-03-27 15:06:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dcc90336-6247-5a75-8f3e-79630077afd9, identifier: 7009991auction111137
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137
2026-03-27 15:06:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137
2026-03-27 15:06:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dcc90336-6247-5a75-8f3e-79630077afd9 with identifier: 7009991auction111137 to the API
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009991/photo_003/780x0__r.jpg?hash=1774622394>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Natural Gas',
'id': 'dcc90336-6247-5a75-8f3e-79630077afd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009991',
'listing': 'auction',
'location': 'Belgium - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 98216,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Caddy '15, Volkswagen Caddy 1.4 TGi 81kW BMT Family 5d *** "
'VEHICLE AT TEA FLEURY ***',
'transmission': 'manual',
'trim': "VW, '15, 1.4 TGi 81kW BMT Family 5d *** VEHICLE AT TEA FLEURY ***",
'vin': None,
'year': 2020}
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009991auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:48 [ecarstrade.be] INFO: Saving data for 7009991auction111137: {'created_time': 1774624008.86469, 'last_price_update_time': 1774624008.864701, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009991auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009993%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622402%27 HTTP/1.1" 200 None
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_006/780x0__r.jpg?hash=1774622402 not downloaded yet
2026-03-27 15:06:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009873%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622090%27 HTTP/1.1" 200 None
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_006/780x0__r.jpg?hash=1774622090 not downloaded yet
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3
2026-03-27 15:06:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3, skipping ID generation
2026-03-27 15:06:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with scrape type 1
2026-03-27 15:06:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 sending to next pipeline
2026-03-27 15:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3, identifier: 7009883auction111137
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_002/780x0__r.jpg?hash=1774622081> (referer: https://ecarstrade.com/cars/7009869)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_002/780x0__r.jpg?hash=1774622090> (referer: https://ecarstrade.com/cars/7009873)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_001/780x0__r.jpg?hash=1774622401> (referer: https://ecarstrade.com/cars/7009993)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_002/780x0__r.jpg?hash=1774622401> (referer: https://ecarstrade.com/cars/7009993)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_001/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7009873)
2026-03-27 15:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137
2026-03-27 15:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137
2026-03-27 15:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3 with identifier: 7009883auction111137 to the API
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009883/photo_004/780x0__r.jpg?hash=1774622111>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '274f5ac6-fc4b-56ee-a4c1-94a9ae0505a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009883',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 169769,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009883auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:49 [ecarstrade.be] INFO: Saving data for 7009883auction111137: {'created_time': 1774624009.348421, 'last_price_update_time': 1774624009.348434, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009883auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_003/780x0__r.jpg?hash=1774622081> (referer: https://ecarstrade.com/cars/7009869)
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9c8e9920-5d47-57f5-a977-426736419b6c
2026-03-27 15:06:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c8e9920-5d47-57f5-a977-426736419b6c, skipping ID generation
2026-03-27 15:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c8e9920-5d47-57f5-a977-426736419b6c with scrape type 1
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c8e9920-5d47-57f5-a977-426736419b6c sending to next pipeline
2026-03-27 15:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c8e9920-5d47-57f5-a977-426736419b6c, identifier: 7009941auction111137
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137
2026-03-27 15:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137
2026-03-27 15:06:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c8e9920-5d47-57f5-a977-426736419b6c with identifier: 7009941auction111137 to the API
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009941/photo_006/780x0__r.jpg?hash=1774622255>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '9c8e9920-5d47-57f5-a977-426736419b6c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009941',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '3008',
'odometer': 189128,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 3008 FL'20, Peugeot 3008 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'transmission': 'automatic',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S EAT8 GT 5d",
'vin': None,
'year': 2021}
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009941auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:49 [ecarstrade.be] INFO: Saving data for 7009941auction111137: {'created_time': 1774624009.765749, 'last_price_update_time': 1774624009.76576, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009941auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_001/780x0__r.jpg?hash=1774622081> (referer: https://ecarstrade.com/cars/7009869)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_005/780x0__r.jpg?hash=1774622097> (referer: https://ecarstrade.com/cars/7009876)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_004/780x0__r.jpg?hash=1774622401> (referer: https://ecarstrade.com/cars/7009993)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_003/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7009873)
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_003/780x0__r.jpg?hash=1774622401> (referer: https://ecarstrade.com/cars/7009993)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_004/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7009873)
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_002/780x0__r.jpg?hash=1774622096> (referer: https://ecarstrade.com/cars/7009876)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_003/780x0__r.jpg?hash=1774622096> (referer: https://ecarstrade.com/cars/7009876)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_004/780x0__r.jpg?hash=1774622096> (referer: https://ecarstrade.com/cars/7009876)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_001/780x0__r.jpg?hash=1774622096> (referer: https://ecarstrade.com/cars/7009876)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_005/780x0__r.jpg?hash=1774622088> (referer: https://ecarstrade.com/cars/7009873)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_005/780x0__r.jpg?hash=1774622401> (referer: https://ecarstrade.com/cars/7009993)
2026-03-27 15:06:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_005/780x0__r.jpg?hash=1774622127> (referer: https://ecarstrade.com/cars/7009889)
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 370ed71a-0341-5d15-8806-ae6b1be07f32
2026-03-27 15:06:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 370ed71a-0341-5d15-8806-ae6b1be07f32, skipping ID generation
2026-03-27 15:06:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 370ed71a-0341-5d15-8806-ae6b1be07f32 with scrape type 1
2026-03-27 15:06:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 370ed71a-0341-5d15-8806-ae6b1be07f32 sending to next pipeline
2026-03-27 15:06:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 370ed71a-0341-5d15-8806-ae6b1be07f32, identifier: 7009869auction111137
2026-03-27 15:06:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137
2026-03-27 15:06:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137
2026-03-27 15:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 370ed71a-0341-5d15-8806-ae6b1be07f32 with identifier: 7009869auction111137 to the API
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009869/photo_001/780x0__r.jpg?hash=1774622081>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '370ed71a-0341-5d15-8806-ae6b1be07f32',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009869',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '116',
'odometer': 145983,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 116dA (85 kW) 5d',
'transmission': 'automatic',
'trim': '1 Reeks Hatch dA (85 kW) 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009869auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:50 [ecarstrade.be] INFO: Saving data for 7009869auction111137: {'created_time': 1774624010.24569, 'last_price_update_time': 1774624010.245702, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009869auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_006/780x0__r.jpg?hash=1774622402> (referer: https://ecarstrade.com/cars/7009993)
2026-03-27 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_001/780x0__r.jpg?hash=1774622127> (referer: https://ecarstrade.com/cars/7009889)
2026-03-27 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_003/780x0__r.jpg?hash=1774622127> (referer: https://ecarstrade.com/cars/7009889)
2026-03-27 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_004/780x0__r.jpg?hash=1774622127> (referer: https://ecarstrade.com/cars/7009889)
2026-03-27 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_002/780x0__r.jpg?hash=1774622127> (referer: https://ecarstrade.com/cars/7009889)
2026-03-27 15:06:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_006/780x0__r.jpg?hash=1774622090> (referer: https://ecarstrade.com/cars/7009873)
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item efb3fa10-ce72-53b4-a244-daaf80997241
2026-03-27 15:06:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: efb3fa10-ce72-53b4-a244-daaf80997241, skipping ID generation
2026-03-27 15:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efb3fa10-ce72-53b4-a244-daaf80997241 with scrape type 1
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item efb3fa10-ce72-53b4-a244-daaf80997241 sending to next pipeline
2026-03-27 15:06:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: efb3fa10-ce72-53b4-a244-daaf80997241, identifier: 7009876auction111137
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137
2026-03-27 15:06:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137
2026-03-27 15:06:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: efb3fa10-ce72-53b4-a244-daaf80997241 with identifier: 7009876auction111137 to the API
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009876/photo_001/780x0__r.jpg?hash=1774622096>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'efb3fa10-ce72-53b4-a244-daaf80997241',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009876',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '316',
'odometer': 167301,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 316dA (90 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (90 kW) 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009876auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:50 [ecarstrade.be] INFO: Saving data for 7009876auction111137: {'created_time': 1774624010.906745, 'last_price_update_time': 1774624010.906759, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009876auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 152ccc82-4371-5067-8c06-b500915f38e9
2026-03-27 15:06:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 152ccc82-4371-5067-8c06-b500915f38e9, skipping ID generation
2026-03-27 15:06:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152ccc82-4371-5067-8c06-b500915f38e9 with scrape type 1
2026-03-27 15:06:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 152ccc82-4371-5067-8c06-b500915f38e9 sending to next pipeline
2026-03-27 15:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152ccc82-4371-5067-8c06-b500915f38e9, identifier: 7009993auction111137
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b2de5d6-4e21-570f-adde-ea541900b2ed
2026-03-27 15:06:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b2de5d6-4e21-570f-adde-ea541900b2ed, skipping ID generation
2026-03-27 15:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b2de5d6-4e21-570f-adde-ea541900b2ed with scrape type 1
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b2de5d6-4e21-570f-adde-ea541900b2ed sending to next pipeline
2026-03-27 15:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b2de5d6-4e21-570f-adde-ea541900b2ed, identifier: 7009889auction111137
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cfd81fe-f032-5745-b968-ec2626a17a77
2026-03-27 15:06:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cfd81fe-f032-5745-b968-ec2626a17a77, skipping ID generation
2026-03-27 15:06:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cfd81fe-f032-5745-b968-ec2626a17a77 with scrape type 1
2026-03-27 15:06:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cfd81fe-f032-5745-b968-ec2626a17a77 sending to next pipeline
2026-03-27 15:06:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cfd81fe-f032-5745-b968-ec2626a17a77, identifier: 7009873auction111137
2026-03-27 15:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_005/780x0__r.jpg?hash=1774622086> (referer: https://ecarstrade.com/cars/7009871)
2026-03-27 15:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_005/780x0__r.jpg?hash=1774622424> (referer: https://ecarstrade.com/cars/7010001)
2026-03-27 15:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_002/780x0__r.jpg?hash=1774622086> (referer: https://ecarstrade.com/cars/7009871)
2026-03-27 15:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_003/780x0__r.jpg?hash=1774622086> (referer: https://ecarstrade.com/cars/7009871)
2026-03-27 15:06:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_001/780x0__r.jpg?hash=1774622086> (referer: https://ecarstrade.com/cars/7009871)
2026-03-27 15:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137
2026-03-27 15:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137
2026-03-27 15:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152ccc82-4371-5067-8c06-b500915f38e9 with identifier: 7009993auction111137 to the API
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009993/photo_006/780x0__r.jpg?hash=1774622402>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '152ccc82-4371-5067-8c06-b500915f38e9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009993',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 181088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Toyota, C-HR '16, Toyota C-HR 1.8 VVT i-Hybrid C-Enter E-CVT 5d",
'transmission': 'automatic',
'trim': ", '16, 1.8 VVT i-Hybrid C-Enter E-CVT 5d",
'vin': None,
'year': 2022}
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009993auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:51 [ecarstrade.be] INFO: Saving data for 7009993auction111137: {'created_time': 1774624011.472171, 'last_price_update_time': 1774624011.472183, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009993auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137
2026-03-27 15:06:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137
2026-03-27 15:06:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b2de5d6-4e21-570f-adde-ea541900b2ed with identifier: 7009889auction111137 to the API
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009889/photo_002/780x0__r.jpg?hash=1774622127>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6b2de5d6-4e21-570f-adde-ea541900b2ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009889',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 176014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Auto PERFORMANCE Li",
'transmission': 'automatic',
'trim': "DS, DS7 CB '17, DS 7 Crossback 1.5 BlueHDi 130 Auto PERFORMANCE Li",
'vin': None,
'year': 2021}
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009889auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:52 [ecarstrade.be] INFO: Saving data for 7009889auction111137: {'created_time': 1774624012.064226, 'last_price_update_time': 1774624012.064241, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009889auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137
2026-03-27 15:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137
2026-03-27 15:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cfd81fe-f032-5745-b968-ec2626a17a77 with identifier: 7009873auction111137 to the API
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:06:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009873/photo_006/780x0__r.jpg?hash=1774622090>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7cfd81fe-f032-5745-b968-ec2626a17a77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009873',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '218 Gran Tourer',
'odometer': 157542,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Gran Tourer 218d (100kW) Aut. 5d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Tourer 218d (100kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009873auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:52 [ecarstrade.be] INFO: Saving data for 7009873auction111137: {'created_time': 1774624012.405474, 'last_price_update_time': 1774624012.405485, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009873auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_004/780x0__r.jpg?hash=1774622086> (referer: https://ecarstrade.com/cars/7009871)
2026-03-27 15:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009875> (referer: https://ecarstrade.com/search/page114?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_003/780x0__r.jpg?hash=1774622423> (referer: https://ecarstrade.com/cars/7010001)
2026-03-27 15:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_004/780x0__r.jpg?hash=1774622423> (referer: https://ecarstrade.com/cars/7010001)
2026-03-27 15:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_001/780x0__r.jpg?hash=1774622423> (referer: https://ecarstrade.com/cars/7010001)
2026-03-27 15:06:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item feebd74b-68d6-51d6-b7b0-9cd655a50a18
2026-03-27 15:06:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: feebd74b-68d6-51d6-b7b0-9cd655a50a18, skipping ID generation
2026-03-27 15:06:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 with scrape type 1
2026-03-27 15:06:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item feebd74b-68d6-51d6-b7b0-9cd655a50a18 sending to next pipeline
2026-03-27 15:06:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: feebd74b-68d6-51d6-b7b0-9cd655a50a18, identifier: 7009871auction111137
2026-03-27 15:06:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_002/780x0__r.jpg?hash=1774622423> (referer: https://ecarstrade.com/cars/7010001)
2026-03-27 15:06:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137
2026-03-27 15:06:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137
2026-03-27 15:06:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: feebd74b-68d6-51d6-b7b0-9cd655a50a18 with identifier: 7009871auction111137 to the API
2026-03-27 15:06:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009871/photo_004/780x0__r.jpg?hash=1774622086>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'feebd74b-68d6-51d6-b7b0-9cd655a50a18',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009871',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'BMW 216 Active Tourer',
'odometer': 122976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Active Tourer 216d (85kW) Aut. 5d',
'transmission': 'automatic',
'trim': 'BMW 2 Reeks Active Tourer 216d (85kW) Aut. 5d',
'vin': None,
'year': 2021}
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [ecarstrade.be] INFO: Saving data for 7009871auction111137: {'created_time': 1774624013.185473, 'last_price_update_time': 1774624013.185484, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009871auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:53 [ecarstrade.be] INFO: Extracting details for car 7009875auction111137
2026-03-27 15:06:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137
2026-03-27 15:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c703bf69-73f5-565f-9b87-d1d62a9e8232 with scrape type 1
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009875%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622094%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_001/780x0__r.jpg?hash=1774622094 not downloaded yet
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407
2026-03-27 15:06:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407, skipping ID generation
2026-03-27 15:06:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with scrape type 1
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 sending to next pipeline
2026-03-27 15:06:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407, identifier: 7010001auction111137
2026-03-27 15:06:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137
2026-03-27 15:06:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137
2026-03-27 15:06:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b66b5d7-3d7d-5019-9e5b-2f51c8671407 with identifier: 7010001auction111137 to the API
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:06:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7010001-7020000/7010001/photo_002/780x0__r.jpg?hash=1774622423>
{'auction_title': '',
'c_o_2_emission_value': 219,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2b66b5d7-3d7d-5019-9e5b-2f51c8671407',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7010001',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'T5 Transporter',
'odometer': 212678,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Volkswagen Transporter 2.0 TDi SCR BMT 110/150 LWB 3.2T DSG 4d',
'transmission': 'automatic',
'trim': 'Transporter 2.0 TDi SCR BMT 110/150 LWB 3.2T DSG 4d',
'vin': None,
'year': 2020}
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277010001auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [ecarstrade.be] INFO: Saving data for 7010001auction111137: {'created_time': 1774624013.825133, 'last_price_update_time': 1774624013.825145, 'auction_closing_time': 1774865400.0}
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7010001auction111137') HTTP/1.1" 204 0
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009875%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622093%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_002/780x0__r.jpg?hash=1774622093 not downloaded yet
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009875%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622093%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_003/780x0__r.jpg?hash=1774622093 not downloaded yet
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009875%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622093%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_004/780x0__r.jpg?hash=1774622093 not downloaded yet
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009875%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622095%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_005/780x0__r.jpg?hash=1774622095 not downloaded yet
2026-03-27 15:06:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009875%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622093%27 HTTP/1.1" 200 None
2026-03-27 15:06:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_006/780x0__r.jpg?hash=1774622093 not downloaded yet
2026-03-27 15:06:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009899> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:06:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:06:57 [ecarstrade.be] INFO: Extracting details for car 7009899auction111137
2026-03-27 15:06:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137
2026-03-27 15:06:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390acf9d-accd-53bc-9414-46c30fda03c2 with scrape type 1
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009899%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622155%27 HTTP/1.1" 200 None
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_001/780x0__r.jpg?hash=1774622155 not downloaded yet
2026-03-27 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009899%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622153%27 HTTP/1.1" 200 None
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_002/780x0__r.jpg?hash=1774622153 not downloaded yet
2026-03-27 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009899%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622155%27 HTTP/1.1" 200 None
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_003/780x0__r.jpg?hash=1774622155 not downloaded yet
2026-03-27 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009899%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622153%27 HTTP/1.1" 200 None
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_004/780x0__r.jpg?hash=1774622153 not downloaded yet
2026-03-27 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009899%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622153%27 HTTP/1.1" 200 None
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_005/780x0__r.jpg?hash=1774622153 not downloaded yet
2026-03-27 15:06:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:06: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%252F7009899%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622153%27 HTTP/1.1" 200 None
2026-03-27 15:06:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_006/780x0__r.jpg?hash=1774622153 not downloaded yet
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009985> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_005/780x0__r.jpg?hash=1774622360> (referer: https://ecarstrade.com/cars/7009978)
2026-03-27 15:07:00 [ecarstrade.be] INFO: Extracting details for car 7009985auction111137
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009910> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009879> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137
2026-03-27 15:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with scrape type 1
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009985%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622383%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_001/780x0__r.jpg?hash=1774622383 not downloaded yet
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_006/780x0__r.jpg?hash=1774622140> (referer: https://ecarstrade.com/cars/7009894)
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009985%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622383%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_002/780x0__r.jpg?hash=1774622383 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009985%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622382%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_003/780x0__r.jpg?hash=1774622382 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009985%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622382%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_004/780x0__r.jpg?hash=1774622382 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009985%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622382%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_005/780x0__r.jpg?hash=1774622382 not downloaded yet
2026-03-27 15:07:00 [ecarstrade.be] INFO: Extracting details for car 7009910auction111137
2026-03-27 15:07:00 [ecarstrade.be] INFO: Extracting details for car 7009879auction111137
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_005/780x0__r.jpg?hash=1774622139> (referer: https://ecarstrade.com/cars/7009894)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_004/780x0__r.jpg?hash=1774622360> (referer: https://ecarstrade.com/cars/7009978)
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009985%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622382%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_006/780x0__r.jpg?hash=1774622382 not downloaded yet
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_003/780x0__r.jpg?hash=1774622360> (referer: https://ecarstrade.com/cars/7009978)
2026-03-27 15:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137
2026-03-27 15:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with scrape type 1
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009910%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622185%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_001/780x0__r.jpg?hash=1774622185 not downloaded yet
2026-03-27 15:07:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137
2026-03-27 15:07:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c15cc60-235a-57d0-a6bf-a3b8695d843c with scrape type 1
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009879%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622100%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_001/780x0__r.jpg?hash=1774622100 not downloaded yet
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009910%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622184%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_002/780x0__r.jpg?hash=1774622184 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009879%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622100%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_002/780x0__r.jpg?hash=1774622100 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009910%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622185%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_003/780x0__r.jpg?hash=1774622185 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009879%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622100%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_003/780x0__r.jpg?hash=1774622100 not downloaded yet
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_004/780x0__r.jpg?hash=1774622139> (referer: https://ecarstrade.com/cars/7009894)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_002/780x0__r.jpg?hash=1774622360> (referer: https://ecarstrade.com/cars/7009978)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_006/780x0__r.jpg?hash=1774622093> (referer: https://ecarstrade.com/cars/7009875)
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009910%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622185%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_004/780x0__r.jpg?hash=1774622185 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009879%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622100%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_004/780x0__r.jpg?hash=1774622100 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009910%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622185%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_005/780x0__r.jpg?hash=1774622185 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009879%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622101%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_005/780x0__r.jpg?hash=1774622101 not downloaded yet
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009910%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622185%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_006/780x0__r.jpg?hash=1774622185 not downloaded yet
2026-03-27 15:07:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009879%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622100%27 HTTP/1.1" 200 None
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_006/780x0__r.jpg?hash=1774622100 not downloaded yet
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_005/780x0__r.jpg?hash=1774622153> (referer: https://ecarstrade.com/cars/7009899)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_006/780x0__r.jpg?hash=1774622153> (referer: https://ecarstrade.com/cars/7009899)
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_004/780x0__r.jpg?hash=1774622153> (referer: https://ecarstrade.com/cars/7009899)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_005/780x0__r.jpg?hash=1774622382> (referer: https://ecarstrade.com/cars/7009985)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_003/780x0__r.jpg?hash=1774622155> (referer: https://ecarstrade.com/cars/7009899)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_001/780x0__r.jpg?hash=1774622383> (referer: https://ecarstrade.com/cars/7009985)
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_006/780x0__r.jpg?hash=1774622382> (referer: https://ecarstrade.com/cars/7009985)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_004/780x0__r.jpg?hash=1774622382> (referer: https://ecarstrade.com/cars/7009985)
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_003/780x0__r.jpg?hash=1774622185> (referer: https://ecarstrade.com/cars/7009910)
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_003/780x0__r.jpg?hash=1774622100> (referer: https://ecarstrade.com/cars/7009879)
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:07:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_006/780x0__r.jpg?hash=1774622185> (referer: https://ecarstrade.com/cars/7009910)
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_006/780x0__r.jpg?hash=1774622100> (referer: https://ecarstrade.com/cars/7009879)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_002/780x0__r.jpg?hash=1774622100> (referer: https://ecarstrade.com/cars/7009879)
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_005/780x0__r.jpg?hash=1774622101> (referer: https://ecarstrade.com/cars/7009879)
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_005/780x0__r.jpg?hash=1774622185> (referer: https://ecarstrade.com/cars/7009910)
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_004/780x0__r.jpg?hash=1774622185> (referer: https://ecarstrade.com/cars/7009910)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_004/780x0__r.jpg?hash=1774622100> (referer: https://ecarstrade.com/cars/7009879)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009890> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009898> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_001/780x0__r.jpg?hash=1774622185> (referer: https://ecarstrade.com/cars/7009910)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_003/780x0__r.jpg?hash=1774622382> (referer: https://ecarstrade.com/cars/7009985)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_002/780x0__r.jpg?hash=1774622184> (referer: https://ecarstrade.com/cars/7009910)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_001/780x0__r.jpg?hash=1774622100> (referer: https://ecarstrade.com/cars/7009879)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_002/780x0__r.jpg?hash=1774622383> (referer: https://ecarstrade.com/cars/7009985)
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_005/780x0__r.jpg?hash=1774622095> (referer: https://ecarstrade.com/cars/7009875)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_001/780x0__r.jpg?hash=1774622155> (referer: https://ecarstrade.com/cars/7009899)
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:01 [ecarstrade.be] INFO: Extracting details for car 7009890auction111137
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_002/780x0__r.jpg?hash=1774622153> (referer: https://ecarstrade.com/cars/7009899)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_002/780x0__r.jpg?hash=1774622093> (referer: https://ecarstrade.com/cars/7009875)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_001/780x0__r.jpg?hash=1774622094> (referer: https://ecarstrade.com/cars/7009875)
2026-03-27 15:07:01 [ecarstrade.be] INFO: Extracting details for car 7009898auction111137
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_003/780x0__r.jpg?hash=1774622093> (referer: https://ecarstrade.com/cars/7009875)
2026-03-27 15:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137
2026-03-27 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with scrape type 1
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009890%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622130%27 HTTP/1.1" 200 None
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_001/780x0__r.jpg?hash=1774622130 not downloaded yet
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_003/780x0__r.jpg?hash=1774622139> (referer: https://ecarstrade.com/cars/7009894)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_006/780x0__r.jpg?hash=1774622055> (referer: https://ecarstrade.com/cars/7009859)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_001/780x0__r.jpg?hash=1774622361> (referer: https://ecarstrade.com/cars/7009978)
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_004/780x0__r.jpg?hash=1774622093> (referer: https://ecarstrade.com/cars/7009875)
2026-03-27 15:07:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137
2026-03-27 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with scrape type 1
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009898%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622152%27 HTTP/1.1" 200 None
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_001/780x0__r.jpg?hash=1774622152 not downloaded yet
2026-03-27 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009890%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622130%27 HTTP/1.1" 200 None
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_002/780x0__r.jpg?hash=1774622130 not downloaded yet
2026-03-27 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009898%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622152%27 HTTP/1.1" 200 None
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_002/780x0__r.jpg?hash=1774622152 not downloaded yet
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4
2026-03-27 15:07:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4, skipping ID generation
2026-03-27 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with scrape type 1
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 sending to next pipeline
2026-03-27 15:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4, identifier: 7009910auction111137
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5c15cc60-235a-57d0-a6bf-a3b8695d843c
2026-03-27 15:07:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5c15cc60-235a-57d0-a6bf-a3b8695d843c, skipping ID generation
2026-03-27 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5c15cc60-235a-57d0-a6bf-a3b8695d843c with scrape type 1
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5c15cc60-235a-57d0-a6bf-a3b8695d843c sending to next pipeline
2026-03-27 15:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5c15cc60-235a-57d0-a6bf-a3b8695d843c, identifier: 7009879auction111137
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b
2026-03-27 15:07:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b, skipping ID generation
2026-03-27 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with scrape type 1
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5ba3bc4-ca72-569c-b7e6-ee2db873d06b sending to next pipeline
2026-03-27 15:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b, identifier: 7009985auction111137
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 390acf9d-accd-53bc-9414-46c30fda03c2
2026-03-27 15:07:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 390acf9d-accd-53bc-9414-46c30fda03c2, skipping ID generation
2026-03-27 15:07:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 390acf9d-accd-53bc-9414-46c30fda03c2 with scrape type 1
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 390acf9d-accd-53bc-9414-46c30fda03c2 sending to next pipeline
2026-03-27 15:07:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 390acf9d-accd-53bc-9414-46c30fda03c2, identifier: 7009899auction111137
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:07:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_002/780x0__r.jpg?hash=1774622139> (referer: https://ecarstrade.com/cars/7009894)
2026-03-27 15:07:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009890%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622130%27 HTTP/1.1" 200 None
2026-03-27 15:07:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_003/780x0__r.jpg?hash=1774622130 not downloaded yet
2026-03-27 15:07:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137
2026-03-27 15:07:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137
2026-03-27 15:07:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94c4f9b1-2e0a-5541-86e2-f7ec76f63da4 with identifier: 7009910auction111137 to the API
2026-03-27 15:07:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009910/photo_002/780x0__r.jpg?hash=1774622184>
{'auction_title': '',
'c_o_2_emission_value': 198,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '94c4f9b1-2e0a-5541-86e2-f7ec76f63da4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009910',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 170877,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Land Rover Range Rover Evoque D150 AWD Auto SE 5d !! No COC !!',
'transmission': 'automatic',
'trim': 'D150 AWD Auto SE 5d !! No COC !!',
'vin': None,
'year': 2020}
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009910auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:02 [ecarstrade.be] INFO: Saving data for 7009910auction111137: {'created_time': 1774624022.330998, 'last_price_update_time': 1774624022.33101, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009910auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137
2026-03-27 15:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137
2026-03-27 15:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5c15cc60-235a-57d0-a6bf-a3b8695d843c with identifier: 7009879auction111137 to the API
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009879/photo_001/780x0__r.jpg?hash=1774622100>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5c15cc60-235a-57d0-a6bf-a3b8695d843c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009879',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': '316',
'odometer': 165364,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 316dA (90 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (90 kW) 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009879auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:02 [ecarstrade.be] INFO: Saving data for 7009879auction111137: {'created_time': 1774624022.889306, 'last_price_update_time': 1774624022.889318, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009879auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137
2026-03-27 15:07:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137
2026-03-27 15:07:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5ba3bc4-ca72-569c-b7e6-ee2db873d06b with identifier: 7009985auction111137 to the API
2026-03-27 15:07:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009985/photo_002/780x0__r.jpg?hash=1774622383>
{'auction_title': '',
'c_o_2_emission_value': 116,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'd5ba3bc4-ca72-569c-b7e6-ee2db873d06b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009985',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 218771,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia 2.0 CRTDI 110kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': '2.0 CRTDI 110kW DSG7 Ambition 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009985auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:03 [ecarstrade.be] INFO: Saving data for 7009985auction111137: {'created_time': 1774624023.471482, 'last_price_update_time': 1774624023.471496, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009985auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137
2026-03-27 15:07:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137
2026-03-27 15:07:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 390acf9d-accd-53bc-9414-46c30fda03c2 with identifier: 7009899auction111137 to the API
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009899/photo_002/780x0__r.jpg?hash=1774622153>
{'auction_title': '',
'c_o_2_emission_value': 215,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '390acf9d-accd-53bc-9414-46c30fda03c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009899',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 207979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Custom 300S 2.0TD170Pk/125Kw A6 FWD Limited 4d',
'transmission': 'automatic',
'trim': '300S 2.0TD170Pk/125Kw A6 FWD Limited 4d',
'vin': None,
'year': 2021}
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009899auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:03 [ecarstrade.be] INFO: Saving data for 7009899auction111137: {'created_time': 1774624023.785886, 'last_price_update_time': 1774624023.785897, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009899auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_003/780x0__r.jpg?hash=1774622053> (referer: https://ecarstrade.com/cars/7009859)
2026-03-27 15:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_001/780x0__r.jpg?hash=1774622139> (referer: https://ecarstrade.com/cars/7009894)
2026-03-27 15:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_004/780x0__r.jpg?hash=1774622054> (referer: https://ecarstrade.com/cars/7009859)
2026-03-27 15:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_005/780x0__r.jpg?hash=1774622054> (referer: https://ecarstrade.com/cars/7009859)
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009898%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622152%27 HTTP/1.1" 200 None
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_003/780x0__r.jpg?hash=1774622152 not downloaded yet
2026-03-27 15:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009951> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009890%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622130%27 HTTP/1.1" 200 None
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_004/780x0__r.jpg?hash=1774622130 not downloaded yet
2026-03-27 15:07:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009988> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009898%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622152%27 HTTP/1.1" 200 None
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_004/780x0__r.jpg?hash=1774622152 not downloaded yet
2026-03-27 15:07:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009890%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622130%27 HTTP/1.1" 200 None
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_005/780x0__r.jpg?hash=1774622130 not downloaded yet
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0
2026-03-27 15:07:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0, skipping ID generation
2026-03-27 15:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with scrape type 1
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 sending to next pipeline
2026-03-27 15:07:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0, identifier: 7009978auction111137
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c703bf69-73f5-565f-9b87-d1d62a9e8232
2026-03-27 15:07:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c703bf69-73f5-565f-9b87-d1d62a9e8232, skipping ID generation
2026-03-27 15:07:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c703bf69-73f5-565f-9b87-d1d62a9e8232 with scrape type 1
2026-03-27 15:07:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c703bf69-73f5-565f-9b87-d1d62a9e8232 sending to next pipeline
2026-03-27 15:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c703bf69-73f5-565f-9b87-d1d62a9e8232, identifier: 7009875auction111137
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_003/780x0__r.jpg?hash=1774622261> (referer: https://ecarstrade.com/cars/7009942)
2026-03-27 15:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_001/780x0__r.jpg?hash=1774622053> (referer: https://ecarstrade.com/cars/7009859)
2026-03-27 15:07:04 [ecarstrade.be] INFO: Extracting details for car 7009951auction111137
2026-03-27 15:07:04 [ecarstrade.be] INFO: Extracting details for car 7009988auction111137
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009898%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622152%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_005/780x0__r.jpg?hash=1774622152 not downloaded yet
2026-03-27 15:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137
2026-03-27 15:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137
2026-03-27 15:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0 with identifier: 7009978auction111137 to the API
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009978/photo_001/780x0__r.jpg?hash=1774622361>
{'auction_title': '',
'c_o_2_emission_value': 171,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'fdab8a41-d46c-5b7c-aeb9-56bf4e067cf0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009978',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 153709,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Kodiaq 1.5 TSI 110kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': '1.5 TSI 110kW DSG7 Ambition 5d',
'vin': None,
'year': 2019}
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009978auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [ecarstrade.be] INFO: Saving data for 7009978auction111137: {'created_time': 1774624024.47693, 'last_price_update_time': 1774624024.476944, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009978auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137
2026-03-27 15:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137
2026-03-27 15:07:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c703bf69-73f5-565f-9b87-d1d62a9e8232 with identifier: 7009875auction111137 to the API
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009875/photo_004/780x0__r.jpg?hash=1774622093>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c703bf69-73f5-565f-9b87-d1d62a9e8232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009875',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '318',
'odometer': 144866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 3 Reeks Touring 318dA (100 kW) 5d',
'transmission': 'automatic',
'trim': '3 Reeks Touring dA (100 kW) 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009875auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [ecarstrade.be] INFO: Saving data for 7009875auction111137: {'created_time': 1774624024.751667, 'last_price_update_time': 1774624024.751679, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009875auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_001/780x0__r.jpg?hash=1774622262> (referer: https://ecarstrade.com/cars/7009942)
2026-03-27 15:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_002/780x0__r.jpg?hash=1774622053> (referer: https://ecarstrade.com/cars/7009859)
2026-03-27 15:07:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_002/780x0__r.jpg?hash=1774622261> (referer: https://ecarstrade.com/cars/7009942)
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009890%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622130%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_006/780x0__r.jpg?hash=1774622130 not downloaded yet
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009898%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622152%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_006/780x0__r.jpg?hash=1774622152 not downloaded yet
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f07673ad-b20a-5ef5-9ed1-80abe89e96ca
2026-03-27 15:07:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f07673ad-b20a-5ef5-9ed1-80abe89e96ca, skipping ID generation
2026-03-27 15:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f07673ad-b20a-5ef5-9ed1-80abe89e96ca with scrape type 1
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f07673ad-b20a-5ef5-9ed1-80abe89e96ca sending to next pipeline
2026-03-27 15:07:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f07673ad-b20a-5ef5-9ed1-80abe89e96ca, identifier: 7009894auction111137
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137
2026-03-27 15:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with scrape type 1
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009951%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622287%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_001/780x0__r.jpg?hash=1774622287 not downloaded yet
2026-03-27 15:07:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137
2026-03-27 15:07:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c4ecf5c-f670-5b31-aa56-b83e00822003 with scrape type 1
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009988%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622388%27 HTTP/1.1" 200 None
2026-03-27 15:07:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_001/780x0__r.jpg?hash=1774622388 not downloaded yet
2026-03-27 15:07:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137
2026-03-27 15:07:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137
2026-03-27 15:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f07673ad-b20a-5ef5-9ed1-80abe89e96ca with identifier: 7009894auction111137 to the API
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009894/photo_001/780x0__r.jpg?hash=1774622139>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f07673ad-b20a-5ef5-9ed1-80abe89e96ca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009894',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 172384,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic Rivoli 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic Rivoli 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009894auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:05 [ecarstrade.be] INFO: Saving data for 7009894auction111137: {'created_time': 1774624025.257224, 'last_price_update_time': 1774624025.257235, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009894auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_002/780x0__r.jpg?hash=1774622152> (referer: https://ecarstrade.com/cars/7009898)
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009951%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622287%27 HTTP/1.1" 200 None
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_002/780x0__r.jpg?hash=1774622287 not downloaded yet
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009988%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622389%27 HTTP/1.1" 200 None
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_002/780x0__r.jpg?hash=1774622389 not downloaded yet
2026-03-27 15:07:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_002/780x0__r.jpg?hash=1774622130> (referer: https://ecarstrade.com/cars/7009890)
2026-03-27 15:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_001/780x0__r.jpg?hash=1774622152> (referer: https://ecarstrade.com/cars/7009898)
2026-03-27 15:07:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_001/780x0__r.jpg?hash=1774622130> (referer: https://ecarstrade.com/cars/7009890)
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 50382865-820e-5d76-be65-41a82bfe1719
2026-03-27 15:07:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50382865-820e-5d76-be65-41a82bfe1719, skipping ID generation
2026-03-27 15:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50382865-820e-5d76-be65-41a82bfe1719 with scrape type 1
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 50382865-820e-5d76-be65-41a82bfe1719 sending to next pipeline
2026-03-27 15:07:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50382865-820e-5d76-be65-41a82bfe1719, identifier: 7009859auction111137
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e5b34ae6-abe8-5217-970b-20ec64278d79
2026-03-27 15:07:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5b34ae6-abe8-5217-970b-20ec64278d79, skipping ID generation
2026-03-27 15:07:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5b34ae6-abe8-5217-970b-20ec64278d79 with scrape type 1
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5b34ae6-abe8-5217-970b-20ec64278d79 sending to next pipeline
2026-03-27 15:07:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5b34ae6-abe8-5217-970b-20ec64278d79, identifier: 7009942auction111137
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009951%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622287%27 HTTP/1.1" 200 None
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_003/780x0__r.jpg?hash=1774622287 not downloaded yet
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009988%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622388%27 HTTP/1.1" 200 None
2026-03-27 15:07:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_003/780x0__r.jpg?hash=1774622388 not downloaded yet
2026-03-27 15:07:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137
2026-03-27 15:07:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137
2026-03-27 15:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50382865-820e-5d76-be65-41a82bfe1719 with identifier: 7009859auction111137 to the API
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009859/photo_002/780x0__r.jpg?hash=1774622053>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '50382865-820e-5d76-be65-41a82bfe1719',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009859',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 187813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A4 Avant FL'19, Audi A4 Avant 2.0 35 TDi 120kW S tronic "
'Business E',
'transmission': 'automatic',
'trim': ", Avant FL'19, Avant 2.0 35 TDi 120kW S tronic Business E",
'vin': None,
'year': 2022}
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009859auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:05 [ecarstrade.be] INFO: Saving data for 7009859auction111137: {'created_time': 1774624025.85493, 'last_price_update_time': 1774624025.854942, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009859auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137
2026-03-27 15:07:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137
2026-03-27 15:07:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5b34ae6-abe8-5217-970b-20ec64278d79 with identifier: 7009942auction111137 to the API
2026-03-27 15:07:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009942/photo_002/780x0__r.jpg?hash=1774622261>
{'auction_title': '',
'c_o_2_emission_value': 242,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e5b34ae6-abe8-5217-970b-20ec64278d79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009942',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Movano',
'odometer': 76061,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009942auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [ecarstrade.be] INFO: Saving data for 7009942auction111137: {'created_time': 1774624026.1516, 'last_price_update_time': 1774624026.151612, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009942auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_004/780x0__r.jpg?hash=1774622130> (referer: https://ecarstrade.com/cars/7009890)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_004/780x0__r.jpg?hash=1774622152> (referer: https://ecarstrade.com/cars/7009898)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_003/780x0__r.jpg?hash=1774622130> (referer: https://ecarstrade.com/cars/7009890)
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009951%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622287%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_004/780x0__r.jpg?hash=1774622287 not downloaded yet
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009988%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622388%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_004/780x0__r.jpg?hash=1774622388 not downloaded yet
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009951%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622288%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_005/780x0__r.jpg?hash=1774622288 not downloaded yet
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009988%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622389%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_005/780x0__r.jpg?hash=1774622389 not downloaded yet
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009951%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622287%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_006/780x0__r.jpg?hash=1774622287 not downloaded yet
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009988%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622388%27 HTTP/1.1" 200 None
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_006/780x0__r.jpg?hash=1774622388 not downloaded yet
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_003/780x0__r.jpg?hash=1774622152> (referer: https://ecarstrade.com/cars/7009898)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_005/780x0__r.jpg?hash=1774622152> (referer: https://ecarstrade.com/cars/7009898)
2026-03-27 15:07:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_005/780x0__r.jpg?hash=1774622130> (referer: https://ecarstrade.com/cars/7009890)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_001/780x0__r.jpg?hash=1774622388> (referer: https://ecarstrade.com/cars/7009988)
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_001/780x0__r.jpg?hash=1774622287> (referer: https://ecarstrade.com/cars/7009951)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_006/780x0__r.jpg?hash=1774622152> (referer: https://ecarstrade.com/cars/7009898)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_006/780x0__r.jpg?hash=1774622130> (referer: https://ecarstrade.com/cars/7009890)
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_003/780x0__r.jpg?hash=1774622388> (referer: https://ecarstrade.com/cars/7009988)
2026-03-27 15:07:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_002/780x0__r.jpg?hash=1774622389> (referer: https://ecarstrade.com/cars/7009988)
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e
2026-03-27 15:07:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e, skipping ID generation
2026-03-27 15:07:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with scrape type 1
2026-03-27 15:07:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 19a8d4d4-92a2-5305-bf96-7ff0f979f29e sending to next pipeline
2026-03-27 15:07:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e, identifier: 7009898auction111137
2026-03-27 15:07:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137
2026-03-27 15:07:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137
2026-03-27 15:07:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 19a8d4d4-92a2-5305-bf96-7ff0f979f29e with identifier: 7009898auction111137 to the API
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009898/photo_006/780x0__r.jpg?hash=1774622152>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '19a8d4d4-92a2-5305-bf96-7ff0f979f29e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009898',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'S-Max',
'odometer': 166828,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 7,
'seller_name': None,
'title': 'Ford S-Max 2.0 TDCi 110kW S/S Aut. Titanium 5d 7pl',
'transmission': 'automatic',
'trim': '2.0 TDCi 110kW S/S Aut. Titanium 5d 7pl',
'vin': None,
'year': 2020}
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009898auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:07 [ecarstrade.be] INFO: Saving data for 7009898auction111137: {'created_time': 1774624027.081315, 'last_price_update_time': 1774624027.081332, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009898auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_003/780x0__r.jpg?hash=1774622287> (referer: https://ecarstrade.com/cars/7009951)
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_006/780x0__r.jpg?hash=1774622388> (referer: https://ecarstrade.com/cars/7009988)
2026-03-27 15:07:07 [scrapy.extensions.logstats] INFO: Crawled 517 pages (at 42 pages/min), scraped 387 items (at 33 items/min)
2026-03-27 15:07:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa8f323f-c375-587c-aa7a-d4e6ff72ff65
2026-03-27 15:07:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa8f323f-c375-587c-aa7a-d4e6ff72ff65, skipping ID generation
2026-03-27 15:07:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with scrape type 1
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa8f323f-c375-587c-aa7a-d4e6ff72ff65 sending to next pipeline
2026-03-27 15:07:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa8f323f-c375-587c-aa7a-d4e6ff72ff65, identifier: 7009890auction111137
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137
2026-03-27 15:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137
2026-03-27 15:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa8f323f-c375-587c-aa7a-d4e6ff72ff65 with identifier: 7009890auction111137 to the API
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009890/photo_006/780x0__r.jpg?hash=1774622130>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fa8f323f-c375-587c-aa7a-d4e6ff72ff65',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009890',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 169903,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5d',
'transmission': 'automatic',
'trim': 'DS 7 Crossback 1.5 BlueHDi 130 Automatic So Chic 5d',
'vin': None,
'year': 2020}
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009890auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:07 [ecarstrade.be] INFO: Saving data for 7009890auction111137: {'created_time': 1774624027.591589, 'last_price_update_time': 1774624027.591603, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009890auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_005/780x0__r.jpg?hash=1774622389> (referer: https://ecarstrade.com/cars/7009988)
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_006/780x0__r.jpg?hash=1774622287> (referer: https://ecarstrade.com/cars/7009951)
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_005/780x0__r.jpg?hash=1774622288> (referer: https://ecarstrade.com/cars/7009951)
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_004/780x0__r.jpg?hash=1774622388> (referer: https://ecarstrade.com/cars/7009988)
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c4ecf5c-f670-5b31-aa56-b83e00822003
2026-03-27 15:07:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c4ecf5c-f670-5b31-aa56-b83e00822003, skipping ID generation
2026-03-27 15:07:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c4ecf5c-f670-5b31-aa56-b83e00822003 with scrape type 1
2026-03-27 15:07:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c4ecf5c-f670-5b31-aa56-b83e00822003 sending to next pipeline
2026-03-27 15:07:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c4ecf5c-f670-5b31-aa56-b83e00822003, identifier: 7009988auction111137
2026-03-27 15:07:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_004/780x0__r.jpg?hash=1774622287> (referer: https://ecarstrade.com/cars/7009951)
2026-03-27 15:07:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137
2026-03-27 15:07:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137
2026-03-27 15:07:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c4ecf5c-f670-5b31-aa56-b83e00822003 with identifier: 7009988auction111137 to the API
2026-03-27 15:07:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009988/photo_004/780x0__r.jpg?hash=1774622388>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '1c4ecf5c-f670-5b31-aa56-b83e00822003',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009988',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 156588,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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 110kW DSG7 Ambition 5d',
'transmission': 'automatic',
'trim': 'Combi 2.0 CRTDI 110kW DSG7 Ambition 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009988auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:08 [ecarstrade.be] INFO: Saving data for 7009988auction111137: {'created_time': 1774624028.249696, 'last_price_update_time': 1774624028.249707, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009988auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_002/780x0__r.jpg?hash=1774622287> (referer: https://ecarstrade.com/cars/7009951)
2026-03-27 15:07:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77
2026-03-27 15:07:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77, skipping ID generation
2026-03-27 15:07:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with scrape type 1
2026-03-27 15:07:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 sending to next pipeline
2026-03-27 15:07:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77, identifier: 7009951auction111137
2026-03-27 15:07:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137
2026-03-27 15:07:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137
2026-03-27 15:07:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77 with identifier: 7009951auction111137 to the API
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009951/photo_002/780x0__r.jpg?hash=1774622287>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6b1efe6a-ba54-5c0e-852e-8e19e4d5ac77',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009951',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 190965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': '1.5 BlueHDi 96kW S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009951auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:08 [ecarstrade.be] INFO: Saving data for 7009951auction111137: {'created_time': 1774624028.746811, 'last_price_update_time': 1774624028.746824, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009951auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page116?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009871auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009871auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009871auction111137: 0
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009996auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009996auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009996auction111137: 1
2026-03-27 15:07:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009884auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009884auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009884auction111137: 1
2026-03-27 15:07:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009981auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009981auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009981auction111137: 1
2026-03-27 15:07:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009987auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009987auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009987auction111137: 1
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009931auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009931auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009931auction111137: 1
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009986auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009986auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:10 [ecarstrade.be] INFO: Scrape type for 7009986auction111137: 1
2026-03-27 15:07:10 [ecarstrade.be] INFO: Found listing with ID: 7009856auction111137
2026-03-27 15:07:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009856auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009856auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009961auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009961auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009961auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009994auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009994auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009994auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009891auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009891auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009891auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009914auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009914auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009914auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009903auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009903auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009903auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009932auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009932auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009932auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009940auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009940auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009940auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009948auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009948auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009948auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009968auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009968auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009968auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009959auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009959auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009959auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009904auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009904auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009904auction111137: 1
2026-03-27 15:07:11 [ecarstrade.be] INFO: Found listing with ID: 7009977auction111137
2026-03-27 15:07:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009977auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:11 [ecarstrade.be] INFO: Scrape type for 7009977auction111137: 1
2026-03-27 15:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009866> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:13 [ecarstrade.be] INFO: Extracting details for car 7009866auction111137
2026-03-27 15:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137
2026-03-27 15:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78741ee1-d896-5eb0-8d44-4b929ee6dbed with scrape type 1
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009866%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622078%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_001/780x0__r.jpg?hash=1774622078 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009866%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622078%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_002/780x0__r.jpg?hash=1774622078 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009866%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622078%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_003/780x0__r.jpg?hash=1774622078 not downloaded yet
2026-03-27 15:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009925> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009866%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622078%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_004/780x0__r.jpg?hash=1774622078 not downloaded yet
2026-03-27 15:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009866%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622078%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_005/780x0__r.jpg?hash=1774622078 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009866%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622079%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_006/780x0__r.jpg?hash=1774622079 not downloaded yet
2026-03-27 15:07:13 [ecarstrade.be] INFO: Extracting details for car 7009925auction111137
2026-03-27 15:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137
2026-03-27 15:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 712dc608-f0bb-5c00-8864-1e293270bad5 with scrape type 1
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009925%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622220%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_001/780x0__r.jpg?hash=1774622220 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009925%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622220%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_002/780x0__r.jpg?hash=1774622220 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009925%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622220%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_003/780x0__r.jpg?hash=1774622220 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009925%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622220%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_004/780x0__r.jpg?hash=1774622220 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009925%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622220%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_005/780x0__r.jpg?hash=1774622220 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009925%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622222%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_006/780x0__r.jpg?hash=1774622222 not downloaded yet
2026-03-27 15:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009887> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009872> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:13 [ecarstrade.be] INFO: Extracting details for car 7009887auction111137
2026-03-27 15:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137
2026-03-27 15:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e214a83e-0f1d-55b9-8e32-9c37c9c7948f with scrape type 1
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009887%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622120%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_001/780x0__r.jpg?hash=1774622120 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009887%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622120%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_002/780x0__r.jpg?hash=1774622120 not downloaded yet
2026-03-27 15:07:13 [ecarstrade.be] INFO: Extracting details for car 7009872auction111137
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009887%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622120%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_003/780x0__r.jpg?hash=1774622120 not downloaded yet
2026-03-27 15:07:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137
2026-03-27 15:07:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabacd95-7d3f-55c9-95a2-ca1231bb93ef with scrape type 1
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009872%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622085%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_001/780x0__r.jpg?hash=1774622085 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009887%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622120%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_004/780x0__r.jpg?hash=1774622120 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009872%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622085%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_002/780x0__r.jpg?hash=1774622085 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009887%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622120%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_005/780x0__r.jpg?hash=1774622120 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009872%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622085%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_003/780x0__r.jpg?hash=1774622085 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009887%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622120%27 HTTP/1.1" 200 None
2026-03-27 15:07:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_006/780x0__r.jpg?hash=1774622120 not downloaded yet
2026-03-27 15:07:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009872%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622085%27 HTTP/1.1" 200 None
2026-03-27 15:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_004/780x0__r.jpg?hash=1774622085 not downloaded yet
2026-03-27 15:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009872%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622085%27 HTTP/1.1" 200 None
2026-03-27 15:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_005/780x0__r.jpg?hash=1774622085 not downloaded yet
2026-03-27 15:07:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009872%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622085%27 HTTP/1.1" 200 None
2026-03-27 15:07:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_006/780x0__r.jpg?hash=1774622085 not downloaded yet
2026-03-27 15:07:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009884> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:17 [ecarstrade.be] INFO: Extracting details for car 7009884auction111137
2026-03-27 15:07:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137
2026-03-27 15:07:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with scrape type 1
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009884%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_001/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 15:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009884%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_002/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 15:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009884%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_003/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 15:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009884%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_004/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 15:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009884%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622114%27 HTTP/1.1" 200 None
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_005/780x0__r.jpg?hash=1774622114 not downloaded yet
2026-03-27 15:07:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009884%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622115%27 HTTP/1.1" 200 None
2026-03-27 15:07:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_006/780x0__r.jpg?hash=1774622115 not downloaded yet
2026-03-27 15:07:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:07:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009982auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009982auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009982auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009950auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009950auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009950auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009967auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009967auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009967auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009918auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009918auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009918auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009938auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009938auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009938auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009983auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009983auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009983auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009888auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009888auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009888auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009976auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009976auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009976auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009992auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009992auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009992auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009965auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009965auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009965auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009900auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009900auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009900auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009896auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009896auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009896auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009902auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009902auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009902auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009921auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009921auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009921auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009933auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009933auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009933auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009970auction111137
2026-03-27 15:07:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009970auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:18 [ecarstrade.be] INFO: Scrape type for 7009970auction111137: 1
2026-03-27 15:07:18 [ecarstrade.be] INFO: Found listing with ID: 7009906auction111137
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009906auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:19 [ecarstrade.be] INFO: Scrape type for 7009906auction111137: 1
2026-03-27 15:07:19 [ecarstrade.be] INFO: Found listing with ID: 7009946auction111137
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009946auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:19 [ecarstrade.be] INFO: Scrape type for 7009946auction111137: 1
2026-03-27 15:07:19 [ecarstrade.be] INFO: Found listing with ID: 7009969auction111137
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009969auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:19 [ecarstrade.be] INFO: Scrape type for 7009969auction111137: 1
2026-03-27 15:07:19 [ecarstrade.be] INFO: Found listing with ID: 7009953auction111137
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009953auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:19 [ecarstrade.be] INFO: Scrape type for 7009953auction111137: 1
2026-03-27 15:07:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009996> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:19 [ecarstrade.be] INFO: Extracting details for car 7009996auction111137
2026-03-27 15:07:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137
2026-03-27 15:07:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 with scrape type 1
2026-03-27 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009996%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622405%27 HTTP/1.1" 200 None
2026-03-27 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_001/780x0__r.jpg?hash=1774622405 not downloaded yet
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009996%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622405%27 HTTP/1.1" 200 None
2026-03-27 15:07:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_002/780x0__r.jpg?hash=1774622405 not downloaded yet
2026-03-27 15:07:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009996%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622405%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_003/780x0__r.jpg?hash=1774622405 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009996%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622407%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_004/780x0__r.jpg?hash=1774622407 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009996%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622407%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_005/780x0__r.jpg?hash=1774622407 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009996%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622405%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_006/780x0__r.jpg?hash=1774622405 not downloaded yet
2026-03-27 15:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009981> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:20 [ecarstrade.be] INFO: Extracting details for car 7009981auction111137
2026-03-27 15:07:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137
2026-03-27 15:07:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85de3a5d-2035-57d6-af6b-e1095445faf3 with scrape type 1
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009981%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622367%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_001/780x0__r.jpg?hash=1774622367 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009981%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622367%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_002/780x0__r.jpg?hash=1774622367 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009981%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622367%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_003/780x0__r.jpg?hash=1774622367 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009981%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622367%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_004/780x0__r.jpg?hash=1774622367 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009981%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622368%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_005/780x0__r.jpg?hash=1774622368 not downloaded yet
2026-03-27 15:07:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009981%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622367%27 HTTP/1.1" 200 None
2026-03-27 15:07:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_006/780x0__r.jpg?hash=1774622367 not downloaded yet
2026-03-27 15:07:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009987> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:21 [ecarstrade.be] INFO: Extracting details for car 7009987auction111137
2026-03-27 15:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137
2026-03-27 15:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with scrape type 1
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009987%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622377%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_001/780x0__r.jpg?hash=1774622377 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009987%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622377%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_002/780x0__r.jpg?hash=1774622377 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009987%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622377%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_003/780x0__r.jpg?hash=1774622377 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009987%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622377%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_004/780x0__r.jpg?hash=1774622377 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009987%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622377%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_005/780x0__r.jpg?hash=1774622377 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009987%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622377%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_006/780x0__r.jpg?hash=1774622377 not downloaded yet
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009986> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_003/780x0__r.jpg?hash=1774622078> (referer: https://ecarstrade.com/cars/7009866)
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009931> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:21 [ecarstrade.be] INFO: Extracting details for car 7009986auction111137
2026-03-27 15:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137
2026-03-27 15:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with scrape type 1
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009986%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622385%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_001/780x0__r.jpg?hash=1774622385 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009986%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622385%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_002/780x0__r.jpg?hash=1774622385 not downloaded yet
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_005/780x0__r.jpg?hash=1774622220> (referer: https://ecarstrade.com/cars/7009925)
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009986%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622385%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_003/780x0__r.jpg?hash=1774622385 not downloaded yet
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_006/780x0__r.jpg?hash=1774622222> (referer: https://ecarstrade.com/cars/7009925)
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009986%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622386%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_004/780x0__r.jpg?hash=1774622386 not downloaded yet
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:07:21 [ecarstrade.be] INFO: Extracting details for car 7009931auction111137
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009986%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622385%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_005/780x0__r.jpg?hash=1774622385 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009986%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622386%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_006/780x0__r.jpg?hash=1774622386 not downloaded yet
2026-03-27 15:07:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137
2026-03-27 15:07:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b42e93-1533-54fb-be6e-533b8b131884 with scrape type 1
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009931%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622234%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_001/780x0__r.jpg?hash=1774622234 not downloaded yet
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_006/780x0__r.jpg?hash=1774622085> (referer: https://ecarstrade.com/cars/7009872)
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009931%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622234%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_002/780x0__r.jpg?hash=1774622234 not downloaded yet
2026-03-27 15:07:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009931%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622234%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_003/780x0__r.jpg?hash=1774622234 not downloaded yet
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_006/780x0__r.jpg?hash=1774622115> (referer: https://ecarstrade.com/cars/7009884)
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009931%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622235%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_004/780x0__r.jpg?hash=1774622235 not downloaded yet
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009931%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622235%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_005/780x0__r.jpg?hash=1774622235 not downloaded yet
2026-03-27 15:07:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009931%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622234%27 HTTP/1.1" 200 None
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_006/780x0__r.jpg?hash=1774622234 not downloaded yet
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_006/780x0__r.jpg?hash=1774622405> (referer: https://ecarstrade.com/cars/7009996)
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_006/780x0__r.jpg?hash=1774622367> (referer: https://ecarstrade.com/cars/7009981)
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_006/780x0__r.jpg?hash=1774622377> (referer: https://ecarstrade.com/cars/7009987)
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_005/780x0__r.jpg?hash=1774622377> (referer: https://ecarstrade.com/cars/7009987)
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_004/780x0__r.jpg?hash=1774622377> (referer: https://ecarstrade.com/cars/7009987)
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_002/780x0__r.jpg?hash=1774622385> (referer: https://ecarstrade.com/cars/7009986)
2026-03-27 15:07:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_003/780x0__r.jpg?hash=1774622385> (referer: https://ecarstrade.com/cars/7009986)
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_001/780x0__r.jpg?hash=1774622234> (referer: https://ecarstrade.com/cars/7009931)
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_003/780x0__r.jpg?hash=1774622234> (referer: https://ecarstrade.com/cars/7009931)
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_006/780x0__r.jpg?hash=1774622234> (referer: https://ecarstrade.com/cars/7009931)
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_005/780x0__r.jpg?hash=1774622235> (referer: https://ecarstrade.com/cars/7009931)
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_004/780x0__r.jpg?hash=1774622235> (referer: https://ecarstrade.com/cars/7009931)
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_002/780x0__r.jpg?hash=1774622234> (referer: https://ecarstrade.com/cars/7009931)
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_006/780x0__r.jpg?hash=1774622386> (referer: https://ecarstrade.com/cars/7009986)
2026-03-27 15:07:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_005/780x0__r.jpg?hash=1774622385> (referer: https://ecarstrade.com/cars/7009986)
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c0b42e93-1533-54fb-be6e-533b8b131884
2026-03-27 15:07:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c0b42e93-1533-54fb-be6e-533b8b131884, skipping ID generation
2026-03-27 15:07:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c0b42e93-1533-54fb-be6e-533b8b131884 with scrape type 1
2026-03-27 15:07:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c0b42e93-1533-54fb-be6e-533b8b131884 sending to next pipeline
2026-03-27 15:07:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c0b42e93-1533-54fb-be6e-533b8b131884, identifier: 7009931auction111137
2026-03-27 15:07:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137
2026-03-27 15:07:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137
2026-03-27 15:07:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c0b42e93-1533-54fb-be6e-533b8b131884 with identifier: 7009931auction111137 to the API
2026-03-27 15:07:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009931/photo_002/780x0__r.jpg?hash=1774622234>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c0b42e93-1533-54fb-be6e-533b8b131884',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009931',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'Vito',
'odometer': 227783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 3,
'seller_name': None,
'title': 'Mercedes-Benz Vito 116 CDI L2 Aut. 4d',
'transmission': 'automatic',
'trim': '-Benz 116 CDI L2 Aut. 4d',
'vin': None,
'year': 2021}
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009931auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [ecarstrade.be] INFO: Saving data for 7009931auction111137: {'created_time': 1774624043.16385, 'last_price_update_time': 1774624043.163862, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009931auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_004/780x0__r.jpg?hash=1774622386> (referer: https://ecarstrade.com/cars/7009986)
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009860> (referer: https://ecarstrade.com/search/page115?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:23 [ecarstrade.be] INFO: Extracting details for car 7009860auction111137
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_003/780x0__r.jpg?hash=1774622377> (referer: https://ecarstrade.com/cars/7009987)
2026-03-27 15:07:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137
2026-03-27 15:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 with scrape type 1
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009860%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622056%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_001/780x0__r.jpg?hash=1774622056 not downloaded yet
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009860%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622056%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_002/780x0__r.jpg?hash=1774622056 not downloaded yet
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009860%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622057%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_003/780x0__r.jpg?hash=1774622057 not downloaded yet
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009860%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622057%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_004/780x0__r.jpg?hash=1774622057 not downloaded yet
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009860%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622056%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_005/780x0__r.jpg?hash=1774622056 not downloaded yet
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009860%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622056%27 HTTP/1.1" 200 None
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_006/780x0__r.jpg?hash=1774622056 not downloaded yet
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_001/780x0__r.jpg?hash=1774622385> (referer: https://ecarstrade.com/cars/7009986)
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_002/780x0__r.jpg?hash=1774622377> (referer: https://ecarstrade.com/cars/7009987)
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_005/780x0__r.jpg?hash=1774622368> (referer: https://ecarstrade.com/cars/7009981)
2026-03-27 15:07:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_001/780x0__r.jpg?hash=1774622377> (referer: https://ecarstrade.com/cars/7009987)
2026-03-27 15:07:23 [PIL.TiffImagePlugin] DEBUG: tag: Orientation (274) - type: short (3) - value: b'\x01\x00'
2026-03-27 15:07:23 [PIL.TiffImagePlugin] DEBUG: tag: XResolution (282) - type: rational (5) Tag Location: 34 - Data Location: 86 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 15:07:23 [PIL.TiffImagePlugin] DEBUG: tag: YResolution (283) - type: rational (5) Tag Location: 46 - Data Location: 94 - value: b'H\x00\x00\x00\x01\x00\x00\x00'
2026-03-27 15:07:23 [PIL.TiffImagePlugin] DEBUG: tag: ResolutionUnit (296) - type: short (3) - value: b'\x02\x00'
2026-03-27 15:07:23 [PIL.TiffImagePlugin] DEBUG: tag: YCbCrPositioning (531) - type: short (3) - value: b'\x01\x00'
2026-03-27 15:07:23 [PIL.TiffImagePlugin] DEBUG: tag: ExifIFD (34665) - type: long (4) - value: b'f\x00\x00\x00'
2026-03-27 15:07:23 [common.azure_blobstore] INFO: Using managed identity for Azure Blob Storage
2026-03-27 15:07:23 [common.azure_blobstore] INFO: Using managed identity with client ID: 39192755-105d-4ce2-a21d-ab53b63f8b87
2026-03-27 15:07:23 [common.azure_blobstore] INFO: Creating container client for top-deal-listing
2026-03-27 15:07:23 [common.azure_blobstore] INFO: Container_client: <azure.storage.blob._container_client.ContainerClient object at 0x7efcf7471a90>
2026-03-27 15:07:23 [common.azure_blobstore] INFO: Creating container if not exists
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): login.microsoftonline.com:443
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://login.microsoftonline.com:443 "POST /8ea908c1-4e85-4692-bc3f-3646b9b40891/oauth2/v2.0/token HTTP/1.1" 200 2115
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): alxproduction.blob.core.windows.net:443
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing?restype=container HTTP/1.1" 409 230
2026-03-27 15:07:23 [common.azure_blobstore] INFO: Container already exists, skipping creation
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxproduction.blob.core.windows.net:443 "PUT /top-deal-listing/listing_448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb/448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb_image_0.jpg HTTP/1.1" 201 0
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /PhotoDownloadCache(PartitionKey='ecarstrade.be',RowKey='https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009986%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622385') HTTP/1.1" 204 0
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_001/780x0__r.jpg?hash=1774622385 saved to cache
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloaded image 0 for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb
2026-03-27 15:07:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb, skipping ID generation
2026-03-27 15:07:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with scrape type 1
2026-03-27 15:07:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb sending to next pipeline
2026-03-27 15:07:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb, identifier: 7009986auction111137
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137
2026-03-27 15:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137
2026-03-27 15:07:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb with identifier: 7009986auction111137 to the API
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_001/780x0__r.jpg?hash=1774622385>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009986',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 152917,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [{'BlobStorageUrl': 'https://alxproduction.blob.core.windows.net/top-deal-listing/listing_448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb/448d6dc4-c4f6-5150-a9b1-48c2aa4f8deb_image_0.jpg',
'Extension': 'jpg',
'FileSizeInBytes': 77871,
'Height': 585,
'OriginUrl': 'https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009986/photo_001/780x0__r.jpg?hash=1774622385',
'Width': 780}],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Superb Combi 1.4 TSI iV 160kW DSG6 Clever 5d',
'transmission': 'automatic',
'trim': 'Combi 1.4 TSI iV 160kW DSG6 Clever 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009986auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:24 [ecarstrade.be] INFO: Saving data for 7009986auction111137: {'created_time': 1774624044.297092, 'last_price_update_time': 1774624044.297105, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009986auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_003/780x0__r.jpg?hash=1774622367> (referer: https://ecarstrade.com/cars/7009981)
2026-03-27 15:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_004/780x0__r.jpg?hash=1774622367> (referer: https://ecarstrade.com/cars/7009981)
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6652ac30-ec08-5870-82e5-01bacdfdd0a3
2026-03-27 15:07:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6652ac30-ec08-5870-82e5-01bacdfdd0a3, skipping ID generation
2026-03-27 15:07:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with scrape type 1
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6652ac30-ec08-5870-82e5-01bacdfdd0a3 sending to next pipeline
2026-03-27 15:07:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6652ac30-ec08-5870-82e5-01bacdfdd0a3, identifier: 7009987auction111137
2026-03-27 15:07:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137
2026-03-27 15:07:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137
2026-03-27 15:07:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6652ac30-ec08-5870-82e5-01bacdfdd0a3 with identifier: 7009987auction111137 to the API
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009987/photo_001/780x0__r.jpg?hash=1774622377>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6652ac30-ec08-5870-82e5-01bacdfdd0a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009987',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 185526,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Clever 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Clever 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009987auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:24 [ecarstrade.be] INFO: Saving data for 7009987auction111137: {'created_time': 1774624044.832861, 'last_price_update_time': 1774624044.832879, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009987auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_002/780x0__r.jpg?hash=1774622367> (referer: https://ecarstrade.com/cars/7009981)
2026-03-27 15:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_001/780x0__r.jpg?hash=1774622367> (referer: https://ecarstrade.com/cars/7009981)
2026-03-27 15:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009856> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009961> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_005/780x0__r.jpg?hash=1774622407> (referer: https://ecarstrade.com/cars/7009996)
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_004/780x0__r.jpg?hash=1774622407> (referer: https://ecarstrade.com/cars/7009996)
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_005/780x0__r.jpg?hash=1774622056> (referer: https://ecarstrade.com/cars/7009860)
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85de3a5d-2035-57d6-af6b-e1095445faf3
2026-03-27 15:07:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85de3a5d-2035-57d6-af6b-e1095445faf3, skipping ID generation
2026-03-27 15:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85de3a5d-2035-57d6-af6b-e1095445faf3 with scrape type 1
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85de3a5d-2035-57d6-af6b-e1095445faf3 sending to next pipeline
2026-03-27 15:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85de3a5d-2035-57d6-af6b-e1095445faf3, identifier: 7009981auction111137
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_006/780x0__r.jpg?hash=1774622056> (referer: https://ecarstrade.com/cars/7009860)
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_004/780x0__r.jpg?hash=1774622057> (referer: https://ecarstrade.com/cars/7009860)
2026-03-27 15:07:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137
2026-03-27 15:07:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137
2026-03-27 15:07:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85de3a5d-2035-57d6-af6b-e1095445faf3 with identifier: 7009981auction111137 to the API
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009981/photo_001/780x0__r.jpg?hash=1774622367>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '85de3a5d-2035-57d6-af6b-e1095445faf3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009981',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 153022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Clever 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Clever 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009981auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [ecarstrade.be] INFO: Saving data for 7009981auction111137: {'created_time': 1774624045.440939, 'last_price_update_time': 1774624045.440957, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009981auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_003/780x0__r.jpg?hash=1774622057> (referer: https://ecarstrade.com/cars/7009860)
2026-03-27 15:07:25 [ecarstrade.be] INFO: Extracting details for car 7009856auction111137
2026-03-27 15:07:25 [ecarstrade.be] INFO: Extracting details for car 7009961auction111137
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_002/780x0__r.jpg?hash=1774622056> (referer: https://ecarstrade.com/cars/7009860)
2026-03-27 15:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137
2026-03-27 15:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with scrape type 1
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009856%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622051%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_001/780x0__r.jpg?hash=1774622051 not downloaded yet
2026-03-27 15:07:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137
2026-03-27 15:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dca14263-1c33-5b10-a997-d59e7c7b9fd4 with scrape type 1
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009961%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622311%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_001/780x0__r.jpg?hash=1774622311 not downloaded yet
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009856%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622051%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_002/780x0__r.jpg?hash=1774622051 not downloaded yet
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009961%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622311%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_002/780x0__r.jpg?hash=1774622311 not downloaded yet
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_001/780x0__r.jpg?hash=1774622056> (referer: https://ecarstrade.com/cars/7009860)
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009856%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622052%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_003/780x0__r.jpg?hash=1774622052 not downloaded yet
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009961%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622311%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_003/780x0__r.jpg?hash=1774622311 not downloaded yet
2026-03-27 15:07:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_003/780x0__r.jpg?hash=1774622405> (referer: https://ecarstrade.com/cars/7009996)
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_001/780x0__r.jpg?hash=1774622405> (referer: https://ecarstrade.com/cars/7009996)
2026-03-27 15:07:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_002/780x0__r.jpg?hash=1774622405> (referer: https://ecarstrade.com/cars/7009996)
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009856%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622051%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_004/780x0__r.jpg?hash=1774622051 not downloaded yet
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009961%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622311%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_004/780x0__r.jpg?hash=1774622311 not downloaded yet
2026-03-27 15:07:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009856%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622051%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_005/780x0__r.jpg?hash=1774622051 not downloaded yet
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009961%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622311%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_005/780x0__r.jpg?hash=1774622311 not downloaded yet
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009856%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622051%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_006/780x0__r.jpg?hash=1774622051 not downloaded yet
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009961%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622311%27 HTTP/1.1" 200 None
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_006/780x0__r.jpg?hash=1774622311 not downloaded yet
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60b12869-28f9-5ea8-8e2f-5284034d7b30
2026-03-27 15:07:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60b12869-28f9-5ea8-8e2f-5284034d7b30, skipping ID generation
2026-03-27 15:07:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 with scrape type 1
2026-03-27 15:07:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60b12869-28f9-5ea8-8e2f-5284034d7b30 sending to next pipeline
2026-03-27 15:07:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60b12869-28f9-5ea8-8e2f-5284034d7b30, identifier: 7009860auction111137
2026-03-27 15:07:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137
2026-03-27 15:07:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137
2026-03-27 15:07:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60b12869-28f9-5ea8-8e2f-5284034d7b30 with identifier: 7009860auction111137 to the API
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009860/photo_001/780x0__r.jpg?hash=1774622056>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '60b12869-28f9-5ea8-8e2f-5284034d7b30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009860',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Audi',
'model': 'A4',
'odometer': 172619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Audi A4 Avant 2.0 30 TDi 100kW S tr Adv Business Ed 5d',
'transmission': 'automatic',
'trim': 'Avant 2.0 30 TDi 100kW S tr Adv Business Ed 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009860auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [ecarstrade.be] INFO: Saving data for 7009860auction111137: {'created_time': 1774624046.091335, 'last_price_update_time': 1774624046.091347, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009860auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6e0fe31c-17da-571d-86ff-2cb30e006b56
2026-03-27 15:07:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6e0fe31c-17da-571d-86ff-2cb30e006b56, skipping ID generation
2026-03-27 15:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 with scrape type 1
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6e0fe31c-17da-571d-86ff-2cb30e006b56 sending to next pipeline
2026-03-27 15:07:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6e0fe31c-17da-571d-86ff-2cb30e006b56, identifier: 7009996auction111137
2026-03-27 15:07:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137
2026-03-27 15:07:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137
2026-03-27 15:07:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6e0fe31c-17da-571d-86ff-2cb30e006b56 with identifier: 7009996auction111137 to the API
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009996/photo_002/780x0__r.jpg?hash=1774622405>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6e0fe31c-17da-571d-86ff-2cb30e006b56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009996',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 158316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Passat Variant 2.0 TDI 90kW DSG Style Business 5d',
'transmission': 'automatic',
'trim': '2.0 TDI 90kW DSG Style Business 5d',
'vin': None,
'year': 2020}
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009996auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [ecarstrade.be] INFO: Saving data for 7009996auction111137: {'created_time': 1774624046.46602, 'last_price_update_time': 1774624046.46603, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009996auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009994> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:26 [ecarstrade.be] INFO: Extracting details for car 7009994auction111137
2026-03-27 15:07:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137
2026-03-27 15:07:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 with scrape type 1
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009994%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622404%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_001/780x0__r.jpg?hash=1774622404 not downloaded yet
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009994%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622404%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_002/780x0__r.jpg?hash=1774622404 not downloaded yet
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009994%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622405%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_003/780x0__r.jpg?hash=1774622405 not downloaded yet
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009994%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622405%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_004/780x0__r.jpg?hash=1774622405 not downloaded yet
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009994%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622404%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_005/780x0__r.jpg?hash=1774622404 not downloaded yet
2026-03-27 15:07:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009994%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622404%27 HTTP/1.1" 200 None
2026-03-27 15:07:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_006/780x0__r.jpg?hash=1774622404 not downloaded yet
2026-03-27 15:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009891> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:27 [ecarstrade.be] INFO: Extracting details for car 7009891auction111137
2026-03-27 15:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137
2026-03-27 15:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500429ad-4f89-51dc-b60a-f5b61684a063 with scrape type 1
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009891%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622132%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_001/780x0__r.jpg?hash=1774622132 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009891%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622132%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_002/780x0__r.jpg?hash=1774622132 not downloaded yet
2026-03-27 15:07:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009977> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009891%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622133%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_003/780x0__r.jpg?hash=1774622133 not downloaded yet
2026-03-27 15:07:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009891%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622132%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_004/780x0__r.jpg?hash=1774622132 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009891%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622133%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_005/780x0__r.jpg?hash=1774622133 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009891%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622133%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_006/780x0__r.jpg?hash=1774622133 not downloaded yet
2026-03-27 15:07:27 [ecarstrade.be] INFO: Extracting details for car 7009977auction111137
2026-03-27 15:07:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137
2026-03-27 15:07:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 1
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009977%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622356%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_001/780x0__r.jpg?hash=1774622356 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009977%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622356%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_002/780x0__r.jpg?hash=1774622356 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009977%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622356%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_003/780x0__r.jpg?hash=1774622356 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009977%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622356%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_004/780x0__r.jpg?hash=1774622356 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009977%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622356%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_005/780x0__r.jpg?hash=1774622356 not downloaded yet
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009977%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622358%27 HTTP/1.1" 200 None
2026-03-27 15:07:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_006/780x0__r.jpg?hash=1774622358 not downloaded yet
2026-03-27 15:07:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009953> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:28 [ecarstrade.be] INFO: Extracting details for car 7009953auction111137
2026-03-27 15:07:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137
2026-03-27 15:07:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82100331-18fb-5b0c-8c94-4cac1448e757 with scrape type 1
2026-03-27 15:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009953%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622290%27 HTTP/1.1" 200 None
2026-03-27 15:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_001/780x0__r.jpg?hash=1774622290 not downloaded yet
2026-03-27 15:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009953%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622290%27 HTTP/1.1" 200 None
2026-03-27 15:07:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_002/780x0__r.jpg?hash=1774622290 not downloaded yet
2026-03-27 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009953%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622291%27 HTTP/1.1" 200 None
2026-03-27 15:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_003/780x0__r.jpg?hash=1774622291 not downloaded yet
2026-03-27 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009953%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622290%27 HTTP/1.1" 200 None
2026-03-27 15:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_004/780x0__r.jpg?hash=1774622290 not downloaded yet
2026-03-27 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009953%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622290%27 HTTP/1.1" 200 None
2026-03-27 15:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_005/780x0__r.jpg?hash=1774622290 not downloaded yet
2026-03-27 15:07:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009953%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622290%27 HTTP/1.1" 200 None
2026-03-27 15:07:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_006/780x0__r.jpg?hash=1774622290 not downloaded yet
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009969> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_002/780x0__r.jpg?hash=1774622311> (referer: https://ecarstrade.com/cars/7009961)
2026-03-27 15:07:32 [ecarstrade.be] INFO: Extracting details for car 7009969auction111137
2026-03-27 15:07:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137
2026-03-27 15:07:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c6faa9-9825-5435-9761-4cca45a70c4e with scrape type 1
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009969%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_001/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009969%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_002/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_003/780x0__r.jpg?hash=1774622311> (referer: https://ecarstrade.com/cars/7009961)
2026-03-27 15:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009969%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_003/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009969%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_004/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009969%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_005/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:07:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009969%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622330%27 HTTP/1.1" 200 None
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_006/780x0__r.jpg?hash=1774622330 not downloaded yet
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_003/780x0__r.jpg?hash=1774622052> (referer: https://ecarstrade.com/cars/7009856)
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_002/780x0__r.jpg?hash=1774622051> (referer: https://ecarstrade.com/cars/7009856)
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_006/780x0__r.jpg?hash=1774622311> (referer: https://ecarstrade.com/cars/7009961)
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_006/780x0__r.jpg?hash=1774622404> (referer: https://ecarstrade.com/cars/7009994)
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_002/780x0__r.jpg?hash=1774622132> (referer: https://ecarstrade.com/cars/7009891)
2026-03-27 15:07:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_006/780x0__r.jpg?hash=1774622358> (referer: https://ecarstrade.com/cars/7009977)
2026-03-27 15:07:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_006/780x0__r.jpg?hash=1774622290> (referer: https://ecarstrade.com/cars/7009953)
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_005/780x0__r.jpg?hash=1774622290> (referer: https://ecarstrade.com/cars/7009953)
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009970> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_002/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009969)
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009933> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_006/780x0__r.jpg?hash=1774622330> (referer: https://ecarstrade.com/cars/7009969)
2026-03-27 15:07:33 [ecarstrade.be] INFO: Extracting details for car 7009970auction111137
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_004/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009969)
2026-03-27 15:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137
2026-03-27 15:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13ae75c-3033-50df-b586-baba6e7fa753 with scrape type 1
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009970%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622332%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_001/780x0__r.jpg?hash=1774622332 not downloaded yet
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_003/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009969)
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_005/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009969)
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009970%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622333%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_002/780x0__r.jpg?hash=1774622333 not downloaded yet
2026-03-27 15:07:33 [ecarstrade.be] INFO: Extracting details for car 7009933auction111137
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009970%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622332%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_003/780x0__r.jpg?hash=1774622332 not downloaded yet
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009970%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622332%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_004/780x0__r.jpg?hash=1774622332 not downloaded yet
2026-03-27 15:07:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137
2026-03-27 15:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 1
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009933%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622239%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_001/780x0__r.jpg?hash=1774622239 not downloaded yet
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_004/780x0__r.jpg?hash=1774622290> (referer: https://ecarstrade.com/cars/7009953)
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_001/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009969)
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009970%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622333%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_005/780x0__r.jpg?hash=1774622333 not downloaded yet
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009933%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622239%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_002/780x0__r.jpg?hash=1774622239 not downloaded yet
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_003/780x0__r.jpg?hash=1774622291> (referer: https://ecarstrade.com/cars/7009953)
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009970%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622333%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_006/780x0__r.jpg?hash=1774622333 not downloaded yet
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009933%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622239%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_003/780x0__r.jpg?hash=1774622239 not downloaded yet
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_001/780x0__r.jpg?hash=1774622290> (referer: https://ecarstrade.com/cars/7009953)
2026-03-27 15:07:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_002/780x0__r.jpg?hash=1774622290> (referer: https://ecarstrade.com/cars/7009953)
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009933%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622239%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_004/780x0__r.jpg?hash=1774622239 not downloaded yet
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009933%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622239%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_005/780x0__r.jpg?hash=1774622239 not downloaded yet
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009933%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622239%27 HTTP/1.1" 200 None
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_006/780x0__r.jpg?hash=1774622239 not downloaded yet
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 00c6faa9-9825-5435-9761-4cca45a70c4e
2026-03-27 15:07:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 00c6faa9-9825-5435-9761-4cca45a70c4e, skipping ID generation
2026-03-27 15:07:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 00c6faa9-9825-5435-9761-4cca45a70c4e with scrape type 1
2026-03-27 15:07:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 00c6faa9-9825-5435-9761-4cca45a70c4e sending to next pipeline
2026-03-27 15:07:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 00c6faa9-9825-5435-9761-4cca45a70c4e, identifier: 7009969auction111137
2026-03-27 15:07:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137
2026-03-27 15:07:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137
2026-03-27 15:07:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 00c6faa9-9825-5435-9761-4cca45a70c4e with identifier: 7009969auction111137 to the API
2026-03-27 15:07:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009969/photo_001/780x0__r.jpg?hash=1774622329>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '00c6faa9-9825-5435-9761-4cca45a70c4e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009969',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Captur',
'odometer': 108305,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur TCe 100 Zen 5d',
'transmission': 'manual',
'trim': 'TCe 100 Zen 5d',
'vin': None,
'year': 2020}
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009969auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:34 [ecarstrade.be] INFO: Saving data for 7009969auction111137: {'created_time': 1774624054.558611, 'last_price_update_time': 1774624054.558622, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009969auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_004/780x0__r.jpg?hash=1774622356> (referer: https://ecarstrade.com/cars/7009977)
2026-03-27 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_005/780x0__r.jpg?hash=1774622356> (referer: https://ecarstrade.com/cars/7009977)
2026-03-27 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_003/780x0__r.jpg?hash=1774622356> (referer: https://ecarstrade.com/cars/7009977)
2026-03-27 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009906> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 82100331-18fb-5b0c-8c94-4cac1448e757
2026-03-27 15:07:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 82100331-18fb-5b0c-8c94-4cac1448e757, skipping ID generation
2026-03-27 15:07:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 82100331-18fb-5b0c-8c94-4cac1448e757 with scrape type 1
2026-03-27 15:07:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 82100331-18fb-5b0c-8c94-4cac1448e757 sending to next pipeline
2026-03-27 15:07:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 82100331-18fb-5b0c-8c94-4cac1448e757, identifier: 7009953auction111137
2026-03-27 15:07:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009921> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137
2026-03-27 15:07:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137
2026-03-27 15:07:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 82100331-18fb-5b0c-8c94-4cac1448e757 with identifier: 7009953auction111137 to the API
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009953/photo_002/780x0__r.jpg?hash=1774622290>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '82100331-18fb-5b0c-8c94-4cac1448e757',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009953',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 150322,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 5008 '16, Peugeot 5008 1.2 PureTech 96kW S&S GT Line 5d",
'transmission': 'manual',
'trim': ", '16, 1.2 PureTech 96kW S&S GT Line 5d",
'vin': None,
'year': 2020}
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009953auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:34 [ecarstrade.be] INFO: Saving data for 7009953auction111137: {'created_time': 1774624054.982493, 'last_price_update_time': 1774624054.982505, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009953auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:35 [ecarstrade.be] INFO: Extracting details for car 7009906auction111137
2026-03-27 15:07:35 [ecarstrade.be] INFO: Extracting details for car 7009921auction111137
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_001/780x0__r.jpg?hash=1774622356> (referer: https://ecarstrade.com/cars/7009977)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_001/780x0__r.jpg?hash=1774622332> (referer: https://ecarstrade.com/cars/7009970)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_002/780x0__r.jpg?hash=1774622356> (referer: https://ecarstrade.com/cars/7009977)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_001/780x0__r.jpg?hash=1774622239> (referer: https://ecarstrade.com/cars/7009933)
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137
2026-03-27 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d895d982-1b68-554e-a106-22d3f09ed42f with scrape type 1
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009906%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622174%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_001/780x0__r.jpg?hash=1774622174 not downloaded yet
2026-03-27 15:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137
2026-03-27 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with scrape type 1
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009921%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622213%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_001/780x0__r.jpg?hash=1774622213 not downloaded yet
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_006/780x0__r.jpg?hash=1774622333> (referer: https://ecarstrade.com/cars/7009970)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_003/780x0__r.jpg?hash=1774622239> (referer: https://ecarstrade.com/cars/7009933)
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009906%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622174%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_002/780x0__r.jpg?hash=1774622174 not downloaded yet
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009921%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622213%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_002/780x0__r.jpg?hash=1774622213 not downloaded yet
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_002/780x0__r.jpg?hash=1774622239> (referer: https://ecarstrade.com/cars/7009933)
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009906%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622175%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_003/780x0__r.jpg?hash=1774622175 not downloaded yet
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009921%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622213%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_003/780x0__r.jpg?hash=1774622213 not downloaded yet
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 60f4e064-3180-51c3-abfe-247bd143ed45
2026-03-27 15:07:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 60f4e064-3180-51c3-abfe-247bd143ed45, skipping ID generation
2026-03-27 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 60f4e064-3180-51c3-abfe-247bd143ed45 with scrape type 1
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 60f4e064-3180-51c3-abfe-247bd143ed45 sending to next pipeline
2026-03-27 15:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 60f4e064-3180-51c3-abfe-247bd143ed45, identifier: 7009977auction111137
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_004/780x0__r.jpg?hash=1774622332> (referer: https://ecarstrade.com/cars/7009970)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_006/780x0__r.jpg?hash=1774622239> (referer: https://ecarstrade.com/cars/7009933)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_004/780x0__r.jpg?hash=1774622239> (referer: https://ecarstrade.com/cars/7009933)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_005/780x0__r.jpg?hash=1774622239> (referer: https://ecarstrade.com/cars/7009933)
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009906%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622174%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_004/780x0__r.jpg?hash=1774622174 not downloaded yet
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009921%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622214%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_004/780x0__r.jpg?hash=1774622214 not downloaded yet
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009902> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137
2026-03-27 15:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137
2026-03-27 15:07:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 60f4e064-3180-51c3-abfe-247bd143ed45 with identifier: 7009977auction111137 to the API
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009977/photo_002/780x0__r.jpg?hash=1774622356>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '60f4e064-3180-51c3-abfe-247bd143ed45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009977',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 162074,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Skoda, Octavia Combi '20, Skoda Octavia Combi 2.0 CRTDI 85kW Clever "
'5d',
'transmission': 'manual',
'trim': ", Combi '20, Combi 2.0 CRTDI 85kW Clever 5d",
'vin': None,
'year': 2022}
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009977auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [ecarstrade.be] INFO: Saving data for 7009977auction111137: {'created_time': 1774624055.716607, 'last_price_update_time': 1774624055.71662, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009977auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:35 [ecarstrade.be] INFO: Extracting details for car 7009902auction111137
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009896> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_005/780x0__r.jpg?hash=1774622333> (referer: https://ecarstrade.com/cars/7009970)
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009906%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622174%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_005/780x0__r.jpg?hash=1774622174 not downloaded yet
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009921%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622215%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_005/780x0__r.jpg?hash=1774622215 not downloaded yet
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009906%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622174%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_006/780x0__r.jpg?hash=1774622174 not downloaded yet
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009921%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622214%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_006/780x0__r.jpg?hash=1774622214 not downloaded yet
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0
2026-03-27 15:07:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0, skipping ID generation
2026-03-27 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with scrape type 1
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 sending to next pipeline
2026-03-27 15:07:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0, identifier: 7009933auction111137
2026-03-27 15:07:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137
2026-03-27 15:07:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with scrape type 1
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009902%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 15:07:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_001/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_004/780x0__r.jpg?hash=1774622132> (referer: https://ecarstrade.com/cars/7009891)
2026-03-27 15:07:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_005/780x0__r.jpg?hash=1774622133> (referer: https://ecarstrade.com/cars/7009891)
2026-03-27 15:07:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137
2026-03-27 15:07:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137
2026-03-27 15:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cebf7eb1-1f1c-5d45-b826-9ccd37f661e0 with identifier: 7009933auction111137 to the API
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009933/photo_005/780x0__r.jpg?hash=1774622239>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'cebf7eb1-1f1c-5d45-b826-9ccd37f661e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009933',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Astra',
'odometer': 72665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL ASTRA DIESEL - 2020 1.5 Turbo D 122 Edition S/S (EU6d) 5d',
'transmission': 'automatic',
'trim': 'OPEL ASTRA DIESEL - 2020 1.5 Turbo D 122 Edition S/S (EU6d) 5d',
'vin': None,
'year': 2020}
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009933auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [ecarstrade.be] INFO: Saving data for 7009933auction111137: {'created_time': 1774624056.263577, 'last_price_update_time': 1774624056.263593, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009933auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_006/780x0__r.jpg?hash=1774622133> (referer: https://ecarstrade.com/cars/7009891)
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_002/780x0__r.jpg?hash=1774622333> (referer: https://ecarstrade.com/cars/7009970)
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_001/780x0__r.jpg?hash=1774622174> (referer: https://ecarstrade.com/cars/7009906)
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_003/780x0__r.jpg?hash=1774622332> (referer: https://ecarstrade.com/cars/7009970)
2026-03-27 15:07:36 [ecarstrade.be] INFO: Extracting details for car 7009896auction111137
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009902%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_002/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009902%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_003/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 15:07:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137
2026-03-27 15:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with scrape type 1
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009896%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622143%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_001/780x0__r.jpg?hash=1774622143 not downloaded yet
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009902%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_004/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_003/780x0__r.jpg?hash=1774622133> (referer: https://ecarstrade.com/cars/7009891)
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_002/780x0__r.jpg?hash=1774622213> (referer: https://ecarstrade.com/cars/7009921)
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009896%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622144%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_002/780x0__r.jpg?hash=1774622144 not downloaded yet
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_003/780x0__r.jpg?hash=1774622213> (referer: https://ecarstrade.com/cars/7009921)
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009902%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_005/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_002/780x0__r.jpg?hash=1774622174> (referer: https://ecarstrade.com/cars/7009906)
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_003/780x0__r.jpg?hash=1774622175> (referer: https://ecarstrade.com/cars/7009906)
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009896%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622144%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_003/780x0__r.jpg?hash=1774622144 not downloaded yet
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_001/780x0__r.jpg?hash=1774622132> (referer: https://ecarstrade.com/cars/7009891)
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009902%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622163%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_006/780x0__r.jpg?hash=1774622163 not downloaded yet
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f13ae75c-3033-50df-b586-baba6e7fa753
2026-03-27 15:07:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f13ae75c-3033-50df-b586-baba6e7fa753, skipping ID generation
2026-03-27 15:07:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f13ae75c-3033-50df-b586-baba6e7fa753 with scrape type 1
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f13ae75c-3033-50df-b586-baba6e7fa753 sending to next pipeline
2026-03-27 15:07:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f13ae75c-3033-50df-b586-baba6e7fa753, identifier: 7009970auction111137
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_001/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7009902)
2026-03-27 15:07:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_001/780x0__r.jpg?hash=1774622213> (referer: https://ecarstrade.com/cars/7009921)
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009896%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622144%27 HTTP/1.1" 200 None
2026-03-27 15:07:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_004/780x0__r.jpg?hash=1774622144 not downloaded yet
2026-03-27 15:07:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137
2026-03-27 15:07:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137
2026-03-27 15:07:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f13ae75c-3033-50df-b586-baba6e7fa753 with identifier: 7009970auction111137 to the API
2026-03-27 15:07:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009970/photo_003/780x0__r.jpg?hash=1774622332>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f13ae75c-3033-50df-b586-baba6e7fa753',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009970',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 252437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Kadjar Blue dCi 115 EDC Intens 5d',
'transmission': 'automatic',
'trim': 'Blue dCi 115 EDC Intens 5d',
'vin': None,
'year': 2020}
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009970auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:37 [ecarstrade.be] INFO: Saving data for 7009970auction111137: {'created_time': 1774624057.589951, 'last_price_update_time': 1774624057.589962, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009970auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_004/780x0__r.jpg?hash=1774622214> (referer: https://ecarstrade.com/cars/7009921)
2026-03-27 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_004/780x0__r.jpg?hash=1774622174> (referer: https://ecarstrade.com/cars/7009906)
2026-03-27 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_005/780x0__r.jpg?hash=1774622215> (referer: https://ecarstrade.com/cars/7009921)
2026-03-27 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_006/780x0__r.jpg?hash=1774622174> (referer: https://ecarstrade.com/cars/7009906)
2026-03-27 15:07:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_006/780x0__r.jpg?hash=1774622214> (referer: https://ecarstrade.com/cars/7009921)
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009896%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622144%27 HTTP/1.1" 200 None
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_005/780x0__r.jpg?hash=1774622144 not downloaded yet
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009896%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622145%27 HTTP/1.1" 200 None
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_006/780x0__r.jpg?hash=1774622145 not downloaded yet
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 500429ad-4f89-51dc-b60a-f5b61684a063
2026-03-27 15:07:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 500429ad-4f89-51dc-b60a-f5b61684a063, skipping ID generation
2026-03-27 15:07:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 500429ad-4f89-51dc-b60a-f5b61684a063 with scrape type 1
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 500429ad-4f89-51dc-b60a-f5b61684a063 sending to next pipeline
2026-03-27 15:07:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 500429ad-4f89-51dc-b60a-f5b61684a063, identifier: 7009891auction111137
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137
2026-03-27 15:07:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137
2026-03-27 15:07:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 500429ad-4f89-51dc-b60a-f5b61684a063 with identifier: 7009891auction111137 to the API
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009891/photo_001/780x0__r.jpg?hash=1774622132>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '500429ad-4f89-51dc-b60a-f5b61684a063',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009891',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Ford',
'model': 'Focus',
'odometer': 139295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue 120 Connected (EU6d) '
'5d',
'transmission': 'automatic',
'trim': 'FORD FOCUS CLIPPER DIESEL - 2018 1.5 EcoBlue 120 Connected (EU6d) 5d',
'vin': None,
'year': 2022}
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009891auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:38 [ecarstrade.be] INFO: Saving data for 7009891auction111137: {'created_time': 1774624058.026568, 'last_price_update_time': 1774624058.026578, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009891auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_001/780x0__r.jpg?hash=1774622143> (referer: https://ecarstrade.com/cars/7009896)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_005/780x0__r.jpg?hash=1774622174> (referer: https://ecarstrade.com/cars/7009906)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_003/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7009902)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_005/780x0__r.jpg?hash=1774622404> (referer: https://ecarstrade.com/cars/7009994)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_004/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7009902)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_002/780x0__r.jpg?hash=1774622144> (referer: https://ecarstrade.com/cars/7009896)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_005/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7009902)
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6cb3f5b2-907d-5cb3-bf5f-d30962209895
2026-03-27 15:07:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cb3f5b2-907d-5cb3-bf5f-d30962209895, skipping ID generation
2026-03-27 15:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with scrape type 1
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cb3f5b2-907d-5cb3-bf5f-d30962209895 sending to next pipeline
2026-03-27 15:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb3f5b2-907d-5cb3-bf5f-d30962209895, identifier: 7009921auction111137
2026-03-27 15:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137
2026-03-27 15:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137
2026-03-27 15:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb3f5b2-907d-5cb3-bf5f-d30962209895 with identifier: 7009921auction111137 to the API
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009921/photo_006/780x0__r.jpg?hash=1774622214>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '6cb3f5b2-907d-5cb3-bf5f-d30962209895',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009921',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 122265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009921auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:38 [ecarstrade.be] INFO: Saving data for 7009921auction111137: {'created_time': 1774624058.569543, 'last_price_update_time': 1774624058.569553, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009921auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_006/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7009902)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_002/780x0__r.jpg?hash=1774622163> (referer: https://ecarstrade.com/cars/7009902)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_003/780x0__r.jpg?hash=1774622144> (referer: https://ecarstrade.com/cars/7009896)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_004/780x0__r.jpg?hash=1774622405> (referer: https://ecarstrade.com/cars/7009994)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_004/780x0__r.jpg?hash=1774622144> (referer: https://ecarstrade.com/cars/7009896)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_002/780x0__r.jpg?hash=1774622404> (referer: https://ecarstrade.com/cars/7009994)
2026-03-27 15:07:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_003/780x0__r.jpg?hash=1774622405> (referer: https://ecarstrade.com/cars/7009994)
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d895d982-1b68-554e-a106-22d3f09ed42f
2026-03-27 15:07:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d895d982-1b68-554e-a106-22d3f09ed42f, skipping ID generation
2026-03-27 15:07:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d895d982-1b68-554e-a106-22d3f09ed42f with scrape type 1
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d895d982-1b68-554e-a106-22d3f09ed42f sending to next pipeline
2026-03-27 15:07:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d895d982-1b68-554e-a106-22d3f09ed42f, identifier: 7009906auction111137
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137
2026-03-27 15:07:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137
2026-03-27 15:07:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d895d982-1b68-554e-a106-22d3f09ed42f with identifier: 7009906auction111137 to the API
2026-03-27 15:07:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009906/photo_005/780x0__r.jpg?hash=1774622174>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'd895d982-1b68-554e-a106-22d3f09ed42f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009906',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 176607,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-27 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009906auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:40 [ecarstrade.be] INFO: Saving data for 7009906auction111137: {'created_time': 1774624060.734308, 'last_price_update_time': 1774624060.734319, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009906auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_006/780x0__r.jpg?hash=1774622145> (referer: https://ecarstrade.com/cars/7009896)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_001/780x0__r.jpg?hash=1774622404> (referer: https://ecarstrade.com/cars/7009994)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_005/780x0__r.jpg?hash=1774622144> (referer: https://ecarstrade.com/cars/7009896)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_006/780x0__r.jpg?hash=1774622051> (referer: https://ecarstrade.com/cars/7009856)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_005/780x0__r.jpg?hash=1774622051> (referer: https://ecarstrade.com/cars/7009856)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_004/780x0__r.jpg?hash=1774622311> (referer: https://ecarstrade.com/cars/7009961)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_005/780x0__r.jpg?hash=1774622311> (referer: https://ecarstrade.com/cars/7009961)
2026-03-27 15:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 65c39b20-4c90-5aa3-84f8-332bb3a1b589
2026-03-27 15:07:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65c39b20-4c90-5aa3-84f8-332bb3a1b589, skipping ID generation
2026-03-27 15:07:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with scrape type 1
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65c39b20-4c90-5aa3-84f8-332bb3a1b589 sending to next pipeline
2026-03-27 15:07:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65c39b20-4c90-5aa3-84f8-332bb3a1b589, identifier: 7009902auction111137
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_001/780x0__r.jpg?hash=1774622311> (referer: https://ecarstrade.com/cars/7009961)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_004/780x0__r.jpg?hash=1774622051> (referer: https://ecarstrade.com/cars/7009856)
2026-03-27 15:07:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_001/780x0__r.jpg?hash=1774622051> (referer: https://ecarstrade.com/cars/7009856)
2026-03-27 15:07:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137
2026-03-27 15:07:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137
2026-03-27 15:07:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65c39b20-4c90-5aa3-84f8-332bb3a1b589 with identifier: 7009902auction111137 to the API
2026-03-27 15:07:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009902/photo_002/780x0__r.jpg?hash=1774622163>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '65c39b20-4c90-5aa3-84f8-332bb3a1b589',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009902',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 196794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009902auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:42 [ecarstrade.be] INFO: Saving data for 7009902auction111137: {'created_time': 1774624062.643109, 'last_price_update_time': 1774624062.64312, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009902auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f76eb92b-6e0d-5e7c-80b6-889331d190c5
2026-03-27 15:07:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f76eb92b-6e0d-5e7c-80b6-889331d190c5, skipping ID generation
2026-03-27 15:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 with scrape type 1
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f76eb92b-6e0d-5e7c-80b6-889331d190c5 sending to next pipeline
2026-03-27 15:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f76eb92b-6e0d-5e7c-80b6-889331d190c5, identifier: 7009994auction111137
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431
2026-03-27 15:07:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431, skipping ID generation
2026-03-27 15:07:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with scrape type 1
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 sending to next pipeline
2026-03-27 15:07:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431, identifier: 7009896auction111137
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137
2026-03-27 15:07:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137
2026-03-27 15:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f76eb92b-6e0d-5e7c-80b6-889331d190c5 with identifier: 7009994auction111137 to the API
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009994/photo_001/780x0__r.jpg?hash=1774622404>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f76eb92b-6e0d-5e7c-80b6-889331d190c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009994',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 183614,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': "VW, Passat Variant FL'19, Volkswagen Passat Variant 2.0 TDI 90kW "
'DSG Style B',
'transmission': 'automatic',
'trim': "VW, FL'19, 2.0 TDI 90kW DSG Style B",
'vin': None,
'year': 2021}
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009994auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:43 [ecarstrade.be] INFO: Saving data for 7009994auction111137: {'created_time': 1774624063.212108, 'last_price_update_time': 1774624063.21212, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009994auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137
2026-03-27 15:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137
2026-03-27 15:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c5cbe50-9c0f-5d2e-92ad-4b438de0a431 with identifier: 7009896auction111137 to the API
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009896/photo_005/780x0__r.jpg?hash=1774622144>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '8c5cbe50-9c0f-5d2e-92ad-4b438de0a431',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009896',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Mondeo',
'odometer': 224656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-05-01',
'seats_number': 5,
'seller_name': None,
'title': "Ford, Mondeo 5d '14, Ford Mondeo 2.0TDCi 110kW Vignale 4d",
'transmission': 'manual',
'trim': ", 5d '14, 2.0TDCi 110kW Vignale 4d",
'vin': None,
'year': 2018}
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009896auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:43 [ecarstrade.be] INFO: Saving data for 7009896auction111137: {'created_time': 1774624063.555106, 'last_price_update_time': 1774624063.555119, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009896auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dca14263-1c33-5b10-a997-d59e7c7b9fd4
2026-03-27 15:07:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dca14263-1c33-5b10-a997-d59e7c7b9fd4, skipping ID generation
2026-03-27 15:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dca14263-1c33-5b10-a997-d59e7c7b9fd4 with scrape type 1
2026-03-27 15:07:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dca14263-1c33-5b10-a997-d59e7c7b9fd4 sending to next pipeline
2026-03-27 15:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dca14263-1c33-5b10-a997-d59e7c7b9fd4, identifier: 7009961auction111137
2026-03-27 15:07:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aeeb169a-2e6b-5d41-bc8f-de6caf280e74
2026-03-27 15:07:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aeeb169a-2e6b-5d41-bc8f-de6caf280e74, skipping ID generation
2026-03-27 15:07:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with scrape type 1
2026-03-27 15:07:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aeeb169a-2e6b-5d41-bc8f-de6caf280e74 sending to next pipeline
2026-03-27 15:07:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aeeb169a-2e6b-5d41-bc8f-de6caf280e74, identifier: 7009856auction111137
2026-03-27 15:07:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137
2026-03-27 15:07:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137
2026-03-27 15:07:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dca14263-1c33-5b10-a997-d59e7c7b9fd4 with identifier: 7009961auction111137 to the API
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009961/photo_001/780x0__r.jpg?hash=1774622311>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'dca14263-1c33-5b10-a997-d59e7c7b9fd4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009961',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 166314,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 5008 '16, Peugeot 5008 1.5 BlueHDi 96kW S&S EAT8 GT Line "
'5d',
'transmission': 'automatic',
'trim': ", '16, 1.5 BlueHDi 96kW S&S EAT8 GT Line 5d",
'vin': None,
'year': 2020}
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009961auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:44 [ecarstrade.be] INFO: Saving data for 7009961auction111137: {'created_time': 1774624064.027434, 'last_price_update_time': 1774624064.027448, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009961auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137
2026-03-27 15:07:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137
2026-03-27 15:07:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aeeb169a-2e6b-5d41-bc8f-de6caf280e74 with identifier: 7009856auction111137 to the API
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009856/photo_001/780x0__r.jpg?hash=1774622051>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'aeeb169a-2e6b-5d41-bc8f-de6caf280e74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009856',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Audi',
'model': 'A4',
'odometer': 172801,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Audi, A4 Avant FL'19, Audi A4 Avant 2.0 30 TDi 100kW S tronic "
'Business E',
'transmission': 'automatic',
'trim': ", Avant FL'19, Avant 2.0 30 TDi 100kW S tronic Business E",
'vin': None,
'year': 2022}
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009856auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:44 [ecarstrade.be] INFO: Saving data for 7009856auction111137: {'created_time': 1774624064.316334, 'last_price_update_time': 1774624064.316346, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009856auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009965> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:50 [ecarstrade.be] INFO: Extracting details for car 7009965auction111137
2026-03-27 15:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137
2026-03-27 15:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 1
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009965%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622320%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_001/780x0__r.jpg?hash=1774622320 not downloaded yet
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009965%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622320%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_002/780x0__r.jpg?hash=1774622320 not downloaded yet
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009965%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622320%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_003/780x0__r.jpg?hash=1774622320 not downloaded yet
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009965%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622320%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_004/780x0__r.jpg?hash=1774622320 not downloaded yet
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009965%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622322%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_005/780x0__r.jpg?hash=1774622322 not downloaded yet
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009965%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622320%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_006/780x0__r.jpg?hash=1774622320 not downloaded yet
2026-03-27 15:07:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009976> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:50 [ecarstrade.be] INFO: Extracting details for car 7009976auction111137
2026-03-27 15:07:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137
2026-03-27 15:07:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with scrape type 1
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009976%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622351%27 HTTP/1.1" 200 None
2026-03-27 15:07:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_001/780x0__r.jpg?hash=1774622351 not downloaded yet
2026-03-27 15:07:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009976%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622350%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_002/780x0__r.jpg?hash=1774622350 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009976%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622350%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_003/780x0__r.jpg?hash=1774622350 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009976%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622350%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_004/780x0__r.jpg?hash=1774622350 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009976%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622350%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_005/780x0__r.jpg?hash=1774622350 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009976%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622351%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_006/780x0__r.jpg?hash=1774622351 not downloaded yet
2026-03-27 15:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009900> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009938> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:51 [ecarstrade.be] INFO: Extracting details for car 7009900auction111137
2026-03-27 15:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137
2026-03-27 15:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9969d386-6aed-5a1c-9d59-2f6531290062 with scrape type 1
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009900%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622155%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_001/780x0__r.jpg?hash=1774622155 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009900%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622156%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_002/780x0__r.jpg?hash=1774622156 not downloaded yet
2026-03-27 15:07:51 [ecarstrade.be] INFO: Extracting details for car 7009938auction111137
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009900%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622156%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_003/780x0__r.jpg?hash=1774622156 not downloaded yet
2026-03-27 15:07:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137
2026-03-27 15:07:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c972004-9613-588a-8ee7-8619ebe2b127 with scrape type 1
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009938%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622247%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_001/780x0__r.jpg?hash=1774622247 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009900%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622155%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_004/780x0__r.jpg?hash=1774622155 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009938%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622246%27 HTTP/1.1" 200 None
2026-03-27 15:07:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_002/780x0__r.jpg?hash=1774622246 not downloaded yet
2026-03-27 15:07:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009900%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622155%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_005/780x0__r.jpg?hash=1774622155 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009938%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622246%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_003/780x0__r.jpg?hash=1774622246 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009900%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622155%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_006/780x0__r.jpg?hash=1774622155 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009938%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622247%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_004/780x0__r.jpg?hash=1774622247 not downloaded yet
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009992> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009938%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622247%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_005/780x0__r.jpg?hash=1774622247 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009938%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622247%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_006/780x0__r.jpg?hash=1774622247 not downloaded yet
2026-03-27 15:07:52 [ecarstrade.be] INFO: Extracting details for car 7009992auction111137
2026-03-27 15:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137
2026-03-27 15:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375c3a50-e4c8-5f9c-8898-d79efccba6de with scrape type 1
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009992%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_001/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009992%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622399%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_002/780x0__r.jpg?hash=1774622399 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009992%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_003/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009992%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_004/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009992%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_005/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009992%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622398%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_006/780x0__r.jpg?hash=1774622398 not downloaded yet
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009983> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_005/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7009884)
2026-03-27 15:07:52 [ecarstrade.be] INFO: Extracting details for car 7009983auction111137
2026-03-27 15:07:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137
2026-03-27 15:07:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb4419c-3663-5516-ac59-394e7c50e840 with scrape type 1
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009983%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622372%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_001/780x0__r.jpg?hash=1774622372 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009983%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622373%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_002/780x0__r.jpg?hash=1774622373 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009983%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622373%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_003/780x0__r.jpg?hash=1774622373 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009983%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622373%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_004/780x0__r.jpg?hash=1774622373 not downloaded yet
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009983%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622373%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_005/780x0__r.jpg?hash=1774622373 not downloaded yet
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_004/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7009884)
2026-03-27 15:07:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009983%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622373%27 HTTP/1.1" 200 None
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_006/780x0__r.jpg?hash=1774622373 not downloaded yet
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_003/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7009884)
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_002/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7009884)
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_006/780x0__r.jpg?hash=1774622320> (referer: https://ecarstrade.com/cars/7009965)
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_006/780x0__r.jpg?hash=1774622351> (referer: https://ecarstrade.com/cars/7009976)
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_005/780x0__r.jpg?hash=1774622350> (referer: https://ecarstrade.com/cars/7009976)
2026-03-27 15:07:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_004/780x0__r.jpg?hash=1774622247> (referer: https://ecarstrade.com/cars/7009938)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_006/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7009992)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_005/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7009992)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_005/780x0__r.jpg?hash=1774622373> (referer: https://ecarstrade.com/cars/7009983)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_006/780x0__r.jpg?hash=1774622373> (referer: https://ecarstrade.com/cars/7009983)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_004/780x0__r.jpg?hash=1774622373> (referer: https://ecarstrade.com/cars/7009983)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_003/780x0__r.jpg?hash=1774622373> (referer: https://ecarstrade.com/cars/7009983)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_002/780x0__r.jpg?hash=1774622373> (referer: https://ecarstrade.com/cars/7009983)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_001/780x0__r.jpg?hash=1774622372> (referer: https://ecarstrade.com/cars/7009983)
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item feb4419c-3663-5516-ac59-394e7c50e840
2026-03-27 15:07:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: feb4419c-3663-5516-ac59-394e7c50e840, skipping ID generation
2026-03-27 15:07:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item feb4419c-3663-5516-ac59-394e7c50e840 with scrape type 1
2026-03-27 15:07:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item feb4419c-3663-5516-ac59-394e7c50e840 sending to next pipeline
2026-03-27 15:07:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: feb4419c-3663-5516-ac59-394e7c50e840, identifier: 7009983auction111137
2026-03-27 15:07:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137
2026-03-27 15:07:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137
2026-03-27 15:07:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: feb4419c-3663-5516-ac59-394e7c50e840 with identifier: 7009983auction111137 to the API
2026-03-27 15:07:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009983/photo_001/780x0__r.jpg?hash=1774622372>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'feb4419c-3663-5516-ac59-394e7c50e840',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009983',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 201421,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Octavia Combi 2.0 CRTDI 85kW Ambition 5d',
'transmission': 'manual',
'trim': 'Combi 2.0 CRTDI 85kW Ambition 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009983auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:54 [ecarstrade.be] INFO: Saving data for 7009983auction111137: {'created_time': 1774624074.134245, 'last_price_update_time': 1774624074.134256, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009983auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_004/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7009992)
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_003/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7009992)
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_002/780x0__r.jpg?hash=1774622399> (referer: https://ecarstrade.com/cars/7009992)
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_001/780x0__r.jpg?hash=1774622398> (referer: https://ecarstrade.com/cars/7009992)
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_006/780x0__r.jpg?hash=1774622247> (referer: https://ecarstrade.com/cars/7009938)
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 375c3a50-e4c8-5f9c-8898-d79efccba6de
2026-03-27 15:07:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 375c3a50-e4c8-5f9c-8898-d79efccba6de, skipping ID generation
2026-03-27 15:07:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 375c3a50-e4c8-5f9c-8898-d79efccba6de with scrape type 1
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 375c3a50-e4c8-5f9c-8898-d79efccba6de sending to next pipeline
2026-03-27 15:07:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 375c3a50-e4c8-5f9c-8898-d79efccba6de, identifier: 7009992auction111137
2026-03-27 15:07:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137
2026-03-27 15:07:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137
2026-03-27 15:07:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 375c3a50-e4c8-5f9c-8898-d79efccba6de with identifier: 7009992auction111137 to the API
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009992/photo_001/780x0__r.jpg?hash=1774622398>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '375c3a50-e4c8-5f9c-8898-d79efccba6de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009992',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 181645,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Volkswagen Golf VIII 1.0 TSI 81kW Life 5d',
'transmission': 'manual',
'trim': 'VIII 1.0 TSI 81kW Life 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009992auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:54 [ecarstrade.be] INFO: Saving data for 7009992auction111137: {'created_time': 1774624074.844206, 'last_price_update_time': 1774624074.844221, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009992auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_005/780x0__r.jpg?hash=1774622247> (referer: https://ecarstrade.com/cars/7009938)
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_006/780x0__r.jpg?hash=1774622155> (referer: https://ecarstrade.com/cars/7009900)
2026-03-27 15:07:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_003/780x0__r.jpg?hash=1774622246> (referer: https://ecarstrade.com/cars/7009938)
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_005/780x0__r.jpg?hash=1774622155> (referer: https://ecarstrade.com/cars/7009900)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_002/780x0__r.jpg?hash=1774622246> (referer: https://ecarstrade.com/cars/7009938)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_004/780x0__r.jpg?hash=1774622155> (referer: https://ecarstrade.com/cars/7009900)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_001/780x0__r.jpg?hash=1774622247> (referer: https://ecarstrade.com/cars/7009938)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_003/780x0__r.jpg?hash=1774622156> (referer: https://ecarstrade.com/cars/7009900)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4c972004-9613-588a-8ee7-8619ebe2b127
2026-03-27 15:07:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4c972004-9613-588a-8ee7-8619ebe2b127, skipping ID generation
2026-03-27 15:07:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4c972004-9613-588a-8ee7-8619ebe2b127 with scrape type 1
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4c972004-9613-588a-8ee7-8619ebe2b127 sending to next pipeline
2026-03-27 15:07:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4c972004-9613-588a-8ee7-8619ebe2b127, identifier: 7009938auction111137
2026-03-27 15:07:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137
2026-03-27 15:07:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137
2026-03-27 15:07:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4c972004-9613-588a-8ee7-8619ebe2b127 with identifier: 7009938auction111137 to the API
2026-03-27 15:07:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009938/photo_001/780x0__r.jpg?hash=1774622247>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '4c972004-9613-588a-8ee7-8619ebe2b127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009938',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 159264,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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 Innovation 5d',
'transmission': 'manual',
'trim': '1.5 Turbo ECOTEC D S/S MT6 Innovation 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009938auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:55 [ecarstrade.be] INFO: Saving data for 7009938auction111137: {'created_time': 1774624075.812072, 'last_price_update_time': 1774624075.812084, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009938auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_002/780x0__r.jpg?hash=1774622156> (referer: https://ecarstrade.com/cars/7009900)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_001/780x0__r.jpg?hash=1774622155> (referer: https://ecarstrade.com/cars/7009900)
2026-03-27 15:07:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9969d386-6aed-5a1c-9d59-2f6531290062
2026-03-27 15:07:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9969d386-6aed-5a1c-9d59-2f6531290062, skipping ID generation
2026-03-27 15:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9969d386-6aed-5a1c-9d59-2f6531290062 with scrape type 1
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9969d386-6aed-5a1c-9d59-2f6531290062 sending to next pipeline
2026-03-27 15:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9969d386-6aed-5a1c-9d59-2f6531290062, identifier: 7009900auction111137
2026-03-27 15:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137
2026-03-27 15:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137
2026-03-27 15:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9969d386-6aed-5a1c-9d59-2f6531290062 with identifier: 7009900auction111137 to the API
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009900/photo_001/780x0__r.jpg?hash=1774622155>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '9969d386-6aed-5a1c-9d59-2f6531290062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009900',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 172638,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009900auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:56 [ecarstrade.be] INFO: Saving data for 7009900auction111137: {'created_time': 1774624076.428648, 'last_price_update_time': 1774624076.428659, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009900auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_004/780x0__r.jpg?hash=1774622350> (referer: https://ecarstrade.com/cars/7009976)
2026-03-27 15:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_003/780x0__r.jpg?hash=1774622350> (referer: https://ecarstrade.com/cars/7009976)
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_002/780x0__r.jpg?hash=1774622350> (referer: https://ecarstrade.com/cars/7009976)
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_001/780x0__r.jpg?hash=1774622351> (referer: https://ecarstrade.com/cars/7009976)
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_005/780x0__r.jpg?hash=1774622322> (referer: https://ecarstrade.com/cars/7009965)
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4134a1d9-a025-599d-9ad2-70bb4ade98a2
2026-03-27 15:07:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4134a1d9-a025-599d-9ad2-70bb4ade98a2, skipping ID generation
2026-03-27 15:07:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with scrape type 1
2026-03-27 15:07:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4134a1d9-a025-599d-9ad2-70bb4ade98a2 sending to next pipeline
2026-03-27 15:07:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4134a1d9-a025-599d-9ad2-70bb4ade98a2, identifier: 7009976auction111137
2026-03-27 15:07:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137
2026-03-27 15:07:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137
2026-03-27 15:07:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4134a1d9-a025-599d-9ad2-70bb4ade98a2 with identifier: 7009976auction111137 to the API
2026-03-27 15:07:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009976/photo_001/780x0__r.jpg?hash=1774622351>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '4134a1d9-a025-599d-9ad2-70bb4ade98a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009976',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 70740,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Skoda Fabia Combi 1.0 TSI 70kW Style 5d',
'transmission': 'manual',
'trim': 'Combi 1.0 TSI 70kW Style 5d',
'vin': None,
'year': 2020}
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009976auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:57 [ecarstrade.be] INFO: Saving data for 7009976auction111137: {'created_time': 1774624077.239328, 'last_price_update_time': 1774624077.239339, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009976auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_004/780x0__r.jpg?hash=1774622320> (referer: https://ecarstrade.com/cars/7009965)
2026-03-27 15:07:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_003/780x0__r.jpg?hash=1774622320> (referer: https://ecarstrade.com/cars/7009965)
2026-03-27 15:07:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_002/780x0__r.jpg?hash=1774622320> (referer: https://ecarstrade.com/cars/7009965)
2026-03-27 15:07:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_001/780x0__r.jpg?hash=1774622320> (referer: https://ecarstrade.com/cars/7009965)
2026-03-27 15:07:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_001/780x0__r.jpg?hash=1774622114> (referer: https://ecarstrade.com/cars/7009884)
2026-03-27 15:07:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2b1319a8-024a-5d46-b49e-2f9bcae60521
2026-03-27 15:07:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2b1319a8-024a-5d46-b49e-2f9bcae60521, skipping ID generation
2026-03-27 15:07:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 with scrape type 1
2026-03-27 15:07:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2b1319a8-024a-5d46-b49e-2f9bcae60521 sending to next pipeline
2026-03-27 15:07:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2b1319a8-024a-5d46-b49e-2f9bcae60521, identifier: 7009965auction111137
2026-03-27 15:07:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137
2026-03-27 15:07:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137
2026-03-27 15:07:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2b1319a8-024a-5d46-b49e-2f9bcae60521 with identifier: 7009965auction111137 to the API
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009965/photo_001/780x0__r.jpg?hash=1774622320>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '2b1319a8-024a-5d46-b49e-2f9bcae60521',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009965',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '508',
'odometer': 159650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.5 BlueHDi 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009965auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:57 [ecarstrade.be] INFO: Saving data for 7009965auction111137: {'created_time': 1774624077.994816, 'last_price_update_time': 1774624077.994832, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009965auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_005/780x0__r.jpg?hash=1774622085> (referer: https://ecarstrade.com/cars/7009872)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009967> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872
2026-03-27 15:07:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872, skipping ID generation
2026-03-27 15:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with scrape type 1
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 sending to next pipeline
2026-03-27 15:07:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872, identifier: 7009884auction111137
2026-03-27 15:07:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137
2026-03-27 15:07:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137
2026-03-27 15:07:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0ecab3e-ac4c-5314-b2a5-0c4a33d75872 with identifier: 7009884auction111137 to the API
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009884/photo_001/780x0__r.jpg?hash=1774622114>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'a0ecab3e-ac4c-5314-b2a5-0c4a33d75872',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009884',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 201885,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'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-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009884auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Saving data for 7009884auction111137: {'created_time': 1774624078.463879, 'last_price_update_time': 1774624078.463891, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009884auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:58 [ecarstrade.be] INFO: Extracting details for car 7009967auction111137
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_006/780x0__r.jpg?hash=1774622120> (referer: https://ecarstrade.com/cars/7009887)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_004/780x0__r.jpg?hash=1774622085> (referer: https://ecarstrade.com/cars/7009872)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137
2026-03-27 15:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57913de8-a9ad-585d-ad88-66ac02034f90 with scrape type 1
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009967%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622324%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_001/780x0__r.jpg?hash=1774622324 not downloaded yet
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009967%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622325%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_002/780x0__r.jpg?hash=1774622325 not downloaded yet
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009967%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622324%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_003/780x0__r.jpg?hash=1774622324 not downloaded yet
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009967%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622324%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_004/780x0__r.jpg?hash=1774622324 not downloaded yet
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009954auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009954auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009954auction111137: 1
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009918> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_005/780x0__r.jpg?hash=1774622120> (referer: https://ecarstrade.com/cars/7009887)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_002/780x0__r.jpg?hash=1774622085> (referer: https://ecarstrade.com/cars/7009872)
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009967%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622324%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_005/780x0__r.jpg?hash=1774622324 not downloaded yet
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_003/780x0__r.jpg?hash=1774622085> (referer: https://ecarstrade.com/cars/7009872)
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009937auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009937auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009937auction111137: 1
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009967%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622324%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_006/780x0__r.jpg?hash=1774622324 not downloaded yet
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009982> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009966auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009966auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009966auction111137: 1
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_001/780x0__r.jpg?hash=1774622085> (referer: https://ecarstrade.com/cars/7009872)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_004/780x0__r.jpg?hash=1774622120> (referer: https://ecarstrade.com/cars/7009887)
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009908auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009908auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009908auction111137: 1
2026-03-27 15:07:58 [ecarstrade.be] INFO: Extracting details for car 7009918auction111137
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_003/780x0__r.jpg?hash=1774622120> (referer: https://ecarstrade.com/cars/7009887)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_002/780x0__r.jpg?hash=1774622120> (referer: https://ecarstrade.com/cars/7009887)
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009917auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009917auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009917auction111137: 1
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009901auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009901auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009901auction111137: 1
2026-03-27 15:07:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137
2026-03-27 15:07:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bd9088-e676-59f3-aff2-ecf4e9a08318 with scrape type 1
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009918%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622204%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_001/780x0__r.jpg?hash=1774622204 not downloaded yet
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_001/780x0__r.jpg?hash=1774622120> (referer: https://ecarstrade.com/cars/7009887)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_004/780x0__r.jpg?hash=1774622324> (referer: https://ecarstrade.com/cars/7009967)
2026-03-27 15:07:58 [ecarstrade.be] INFO: Extracting details for car 7009982auction111137
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009980auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009980auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009980auction111137: 1
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009918%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622204%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_002/780x0__r.jpg?hash=1774622204 not downloaded yet
2026-03-27 15:07:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_004/780x0__r.jpg?hash=1774622220> (referer: https://ecarstrade.com/cars/7009925)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_002/780x0__r.jpg?hash=1774622220> (referer: https://ecarstrade.com/cars/7009925)
2026-03-27 15:07:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_003/780x0__r.jpg?hash=1774622220> (referer: https://ecarstrade.com/cars/7009925)
2026-03-27 15:07:58 [ecarstrade.be] INFO: Found listing with ID: 7009945auction111137
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009945auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [ecarstrade.be] INFO: Scrape type for 7009945auction111137: 1
2026-03-27 15:07:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009918%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622204%27 HTTP/1.1" 200 None
2026-03-27 15:07:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_003/780x0__r.jpg?hash=1774622204 not downloaded yet
2026-03-27 15:07:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137
2026-03-27 15:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3656b9-6553-512e-ab49-2af3890da126 with scrape type 1
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009982%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622370%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_001/780x0__r.jpg?hash=1774622370 not downloaded yet
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fabacd95-7d3f-55c9-95a2-ca1231bb93ef
2026-03-27 15:07:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fabacd95-7d3f-55c9-95a2-ca1231bb93ef, skipping ID generation
2026-03-27 15:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fabacd95-7d3f-55c9-95a2-ca1231bb93ef with scrape type 1
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fabacd95-7d3f-55c9-95a2-ca1231bb93ef sending to next pipeline
2026-03-27 15:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fabacd95-7d3f-55c9-95a2-ca1231bb93ef, identifier: 7009872auction111137
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:59 [ecarstrade.be] INFO: Found listing with ID: 7009911auction111137
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009911auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [ecarstrade.be] INFO: Scrape type for 7009911auction111137: 1
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009918%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622204%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_004/780x0__r.jpg?hash=1774622204 not downloaded yet
2026-03-27 15:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137
2026-03-27 15:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137
2026-03-27 15:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fabacd95-7d3f-55c9-95a2-ca1231bb93ef with identifier: 7009872auction111137 to the API
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:07:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009872/photo_001/780x0__r.jpg?hash=1774622085>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fabacd95-7d3f-55c9-95a2-ca1231bb93ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009872',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'BMW',
'model': '216',
'odometer': 164649,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW 2 Reeks Gran Coupé 216dA (85kW) 4d',
'transmission': 'automatic',
'trim': '2 Reeks Gran Coupé dA (85kW) 4d',
'vin': None,
'year': 2022}
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009872auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [ecarstrade.be] INFO: Saving data for 7009872auction111137: {'created_time': 1774624079.559389, 'last_price_update_time': 1774624079.559433, 'auction_closing_time': 1774865400.0}
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009872auction111137') HTTP/1.1" 204 0
2026-03-27 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_005/780x0__r.jpg?hash=1774622324> (referer: https://ecarstrade.com/cars/7009967)
2026-03-27 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_003/780x0__r.jpg?hash=1774622324> (referer: https://ecarstrade.com/cars/7009967)
2026-03-27 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_006/780x0__r.jpg?hash=1774622324> (referer: https://ecarstrade.com/cars/7009967)
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009982%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622370%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_002/780x0__r.jpg?hash=1774622370 not downloaded yet
2026-03-27 15:07:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:07:59 [ecarstrade.be] INFO: Found listing with ID: 7009919auction111137
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009919auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [ecarstrade.be] INFO: Scrape type for 7009919auction111137: 1
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009918%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622204%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_005/780x0__r.jpg?hash=1774622204 not downloaded yet
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009982%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622370%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_003/780x0__r.jpg?hash=1774622370 not downloaded yet
2026-03-27 15:07:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009950> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:07:59 [ecarstrade.be] INFO: Found listing with ID: 7009936auction111137
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009936auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [ecarstrade.be] INFO: Scrape type for 7009936auction111137: 1
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009918%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622204%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_006/780x0__r.jpg?hash=1774622204 not downloaded yet
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e214a83e-0f1d-55b9-8e32-9c37c9c7948f
2026-03-27 15:07:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e214a83e-0f1d-55b9-8e32-9c37c9c7948f, skipping ID generation
2026-03-27 15:07:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e214a83e-0f1d-55b9-8e32-9c37c9c7948f with scrape type 1
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e214a83e-0f1d-55b9-8e32-9c37c9c7948f sending to next pipeline
2026-03-27 15:07:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e214a83e-0f1d-55b9-8e32-9c37c9c7948f, identifier: 7009887auction111137
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:07:59 [ecarstrade.be] INFO: Extracting details for car 7009950auction111137
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:07: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%252F7009982%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622371%27 HTTP/1.1" 200 None
2026-03-27 15:07:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_004/780x0__r.jpg?hash=1774622371 not downloaded yet
2026-03-27 15:07:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137
2026-03-27 15:07:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137
2026-03-27 15:07:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e214a83e-0f1d-55b9-8e32-9c37c9c7948f with identifier: 7009887auction111137 to the API
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:07:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009887/photo_001/780x0__r.jpg?hash=1774622120>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'e214a83e-0f1d-55b9-8e32-9c37c9c7948f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009887',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'BMW',
'model': 'X1',
'odometer': 177794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 sDrive16dA (85 kW) 5d',
'transmission': 'automatic',
'trim': 'sDrive16dA (85 kW) 5d',
'vin': None,
'year': 2022}
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009887auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Saving data for 7009887auction111137: {'created_time': 1774624080.112128, 'last_price_update_time': 1774624080.112143, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009887auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009990auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009990auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009990auction111137: 1
2026-03-27 15:08:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_001/780x0__r.jpg?hash=1774622204> (referer: https://ecarstrade.com/cars/7009918)
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009982%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622370%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_006/780x0__r.jpg?hash=1774622370 not downloaded yet
2026-03-27 15: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-27 15:08:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:08:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137
2026-03-27 15:08:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 1
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009950%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622284%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_001/780x0__r.jpg?hash=1774622284 not downloaded yet
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009895auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009895auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009895auction111137: 1
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009982%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774622370%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_007/780x0__r.jpg?hash=1774622370 not downloaded yet
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009950%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622284%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_002/780x0__r.jpg?hash=1774622284 not downloaded yet
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009949auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009949auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009949auction111137: 1
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009950%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622284%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_003/780x0__r.jpg?hash=1774622284 not downloaded yet
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009972auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009972auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009972auction111137: 1
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009950%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622285%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_004/780x0__r.jpg?hash=1774622285 not downloaded yet
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009973auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009973auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009973auction111137: 1
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009950%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622285%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_005/780x0__r.jpg?hash=1774622285 not downloaded yet
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009974auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009974auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009974auction111137: 1
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009950%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622285%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_006/780x0__r.jpg?hash=1774622285 not downloaded yet
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7009939auction111137
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009939auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7009939auction111137: 1
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7007792auction111116
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007792auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7007792auction111116: 1
2026-03-27 15:08:00 [ecarstrade.be] INFO: Found listing with ID: 7007793auction111116
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007793auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:00 [ecarstrade.be] INFO: Scrape type for 7007793auction111116: 1
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009954> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:06 [ecarstrade.be] INFO: Extracting details for car 7009954auction111137
2026-03-27 15:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137
2026-03-27 15:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e16cec92-da6f-5bc4-8f81-2da344ebe23a with scrape type 1
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009954%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622292%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_001/780x0__r.jpg?hash=1774622292 not downloaded yet
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009954%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622292%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_002/780x0__r.jpg?hash=1774622292 not downloaded yet
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009954%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622292%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_003/780x0__r.jpg?hash=1774622292 not downloaded yet
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009954%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622293%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_004/780x0__r.jpg?hash=1774622293 not downloaded yet
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009954%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622292%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_005/780x0__r.jpg?hash=1774622292 not downloaded yet
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009954%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622292%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_006/780x0__r.jpg?hash=1774622292 not downloaded yet
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_002/780x0__r.jpg?hash=1774622325> (referer: https://ecarstrade.com/cars/7009967)
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_002/780x0__r.jpg?hash=1774622204> (referer: https://ecarstrade.com/cars/7009918)
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007801auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007801auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007801auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007811auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007811auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007811auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007812auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007812auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007812auction111116: 1
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007813auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007813auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007813auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007816auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007816auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007816auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007823auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007823auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007823auction111116: 1
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_001/780x0__r.jpg?hash=1774622370> (referer: https://ecarstrade.com/cars/7009982)
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007828auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007828auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007828auction111116: 1
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007832auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007832auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007832auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007833auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007833auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007833auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007834auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007834auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007834auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007835auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007835auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007835auction111116: 1
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_003/780x0__r.jpg?hash=1774622204> (referer: https://ecarstrade.com/cars/7009918)
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007839auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007839auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007839auction111116: 1
2026-03-27 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007840auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007840auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007840auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007841auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007841auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007841auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007845auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007845auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007845auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007846auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007846auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007846auction111116: 1
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009937> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009966> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007847auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007847auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007847auction111116: 1
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007849auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007849auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007849auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007850auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007850auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007850auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Found listing with ID: 7007851auction111116
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007851auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [ecarstrade.be] INFO: Scrape type for 7007851auction111116: 1
2026-03-27 15:08:06 [ecarstrade.be] INFO: Extracting details for car 7009937auction111137
2026-03-27 15:08:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_005/780x0__r.jpg?hash=1774622204> (referer: https://ecarstrade.com/cars/7009918)
2026-03-27 15:08:06 [ecarstrade.be] INFO: Extracting details for car 7009966auction111137
2026-03-27 15:08:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137
2026-03-27 15:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74987228-b3ef-5e72-9300-8d5a7c699f37 with scrape type 1
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009937%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622244%27 HTTP/1.1" 200 None
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_001/780x0__r.jpg?hash=1774622244 not downloaded yet
2026-03-27 15:08:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137
2026-03-27 15:08:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with scrape type 1
2026-03-27 15:08:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009966%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622323%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_001/780x0__r.jpg?hash=1774622323 not downloaded yet
2026-03-27 15:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_004/780x0__r.jpg?hash=1774622371> (referer: https://ecarstrade.com/cars/7009982)
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009937%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622243%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_002/780x0__r.jpg?hash=1774622243 not downloaded yet
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009966%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622323%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_002/780x0__r.jpg?hash=1774622323 not downloaded yet
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009937%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622243%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_003/780x0__r.jpg?hash=1774622243 not downloaded yet
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009966%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622323%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_003/780x0__r.jpg?hash=1774622323 not downloaded yet
2026-03-27 15:08:07 [scrapy.extensions.logstats] INFO: Crawled 555 pages (at 38 pages/min), scraped 418 items (at 31 items/min)
2026-03-27 15:08:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009937%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622244%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_004/780x0__r.jpg?hash=1774622244 not downloaded yet
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009966%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622323%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_004/780x0__r.jpg?hash=1774622323 not downloaded yet
2026-03-27 15:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_004/780x0__r.jpg?hash=1774622293> (referer: https://ecarstrade.com/cars/7009954)
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009937%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622243%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_005/780x0__r.jpg?hash=1774622243 not downloaded yet
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009966%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622323%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_005/780x0__r.jpg?hash=1774622323 not downloaded yet
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009937%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622243%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_006/780x0__r.jpg?hash=1774622243 not downloaded yet
2026-03-27 15:08:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009966%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622323%27 HTTP/1.1" 200 None
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_006/780x0__r.jpg?hash=1774622323 not downloaded yet
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:08:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_006/780x0__r.jpg?hash=1774622292> (referer: https://ecarstrade.com/cars/7009954)
2026-03-27 15:08:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:08:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:08:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009946> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:08 [ecarstrade.be] INFO: Extracting details for car 7009946auction111137
2026-03-27 15:08:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137
2026-03-27 15:08:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01419135-335f-560d-98a4-c33217a8cfbf with scrape type 1
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009946%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622272%27 HTTP/1.1" 200 None
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_001/780x0__r.jpg?hash=1774622272 not downloaded yet
2026-03-27 15:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009946%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622271%27 HTTP/1.1" 200 None
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_002/780x0__r.jpg?hash=1774622271 not downloaded yet
2026-03-27 15:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009946%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622272%27 HTTP/1.1" 200 None
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_003/780x0__r.jpg?hash=1774622272 not downloaded yet
2026-03-27 15:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009946%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622271%27 HTTP/1.1" 200 None
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_004/780x0__r.jpg?hash=1774622271 not downloaded yet
2026-03-27 15:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009946%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622271%27 HTTP/1.1" 200 None
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_005/780x0__r.jpg?hash=1774622271 not downloaded yet
2026-03-27 15:08:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009946%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622271%27 HTTP/1.1" 200 None
2026-03-27 15:08:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_006/780x0__r.jpg?hash=1774622271 not downloaded yet
2026-03-27 15:08:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009908> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:10 [ecarstrade.be] INFO: Extracting details for car 7009908auction111137
2026-03-27 15:08:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137
2026-03-27 15:08:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053f1637-6f41-53d6-b89d-610be947945c with scrape type 1
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009908%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622181%27 HTTP/1.1" 200 None
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_001/780x0__r.jpg?hash=1774622181 not downloaded yet
2026-03-27 15:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009908%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622181%27 HTTP/1.1" 200 None
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_002/780x0__r.jpg?hash=1774622181 not downloaded yet
2026-03-27 15:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009908%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622183%27 HTTP/1.1" 200 None
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_003/780x0__r.jpg?hash=1774622183 not downloaded yet
2026-03-27 15:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009908%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622181%27 HTTP/1.1" 200 None
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_004/780x0__r.jpg?hash=1774622181 not downloaded yet
2026-03-27 15:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009908%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622181%27 HTTP/1.1" 200 None
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_005/780x0__r.jpg?hash=1774622181 not downloaded yet
2026-03-27 15:08:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009908%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622181%27 HTTP/1.1" 200 None
2026-03-27 15:08:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_006/780x0__r.jpg?hash=1774622181 not downloaded yet
2026-03-27 15:08:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009917> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:12 [ecarstrade.be] INFO: Extracting details for car 7009917auction111137
2026-03-27 15:08:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137
2026-03-27 15:08:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with scrape type 1
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009917%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622201%27 HTTP/1.1" 200 None
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_001/780x0__r.jpg?hash=1774622201 not downloaded yet
2026-03-27 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009917%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622201%27 HTTP/1.1" 200 None
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_002/780x0__r.jpg?hash=1774622201 not downloaded yet
2026-03-27 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009917%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622201%27 HTTP/1.1" 200 None
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_003/780x0__r.jpg?hash=1774622201 not downloaded yet
2026-03-27 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009917%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622203%27 HTTP/1.1" 200 None
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_004/780x0__r.jpg?hash=1774622203 not downloaded yet
2026-03-27 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009917%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622201%27 HTTP/1.1" 200 None
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_005/780x0__r.jpg?hash=1774622201 not downloaded yet
2026-03-27 15:08:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009917%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622201%27 HTTP/1.1" 200 None
2026-03-27 15:08:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_006/780x0__r.jpg?hash=1774622201 not downloaded yet
2026-03-27 15:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009945> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007852auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007852auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007852auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Extracting details for car 7009945auction111137
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007853auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007853auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007853auction111116: 1
2026-03-27 15:08:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137
2026-03-27 15:08:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5759ca6-2e02-5e21-bd9f-92202770e623 with scrape type 1
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009945%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622267%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_001/780x0__r.jpg?hash=1774622267 not downloaded yet
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007854auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007854auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007854auction111116: 1
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009945%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622268%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_002/780x0__r.jpg?hash=1774622268 not downloaded yet
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007855auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007855auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007855auction111116: 1
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009945%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622267%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_003/780x0__r.jpg?hash=1774622267 not downloaded yet
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007856auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007856auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007856auction111116: 1
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009945%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622267%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_004/780x0__r.jpg?hash=1774622267 not downloaded yet
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007857auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007857auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007857auction111116: 1
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009945%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622267%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_005/780x0__r.jpg?hash=1774622267 not downloaded yet
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007859auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007859auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007859auction111116: 1
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009945%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622267%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_006/780x0__r.jpg?hash=1774622267 not downloaded yet
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007860auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007860auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007860auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007861auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007861auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007861auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007862auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007862auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007862auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007863auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007863auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007863auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007864auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007864auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007864auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007866auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007866auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007866auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007867auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007867auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007867auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007868auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007868auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007868auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007870auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007870auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007870auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007873auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007873auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007873auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007874auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007874auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007874auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007877auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007877auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007877auction111116: 1
2026-03-27 15:08:13 [ecarstrade.be] INFO: Found listing with ID: 7007879auction111116
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007879auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:13 [ecarstrade.be] INFO: Scrape type for 7007879auction111116: 1
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007793> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_001/780x0__r.jpg?hash=1774622323> (referer: https://ecarstrade.com/cars/7009966)
2026-03-27 15:08:14 [ecarstrade.be] INFO: Extracting details for car 7007793auction111116
2026-03-27 15:08:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116
2026-03-27 15:08:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b72467-43a0-5734-a69b-6226afcf91a9 with scrape type 1
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007793%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605735%27 HTTP/1.1" 200 None
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_001/780x0__r.jpg?hash=1774605735 not downloaded yet
2026-03-27 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007793%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605735%27 HTTP/1.1" 200 None
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_002/780x0__r.jpg?hash=1774605735 not downloaded yet
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_004/780x0__r.jpg?hash=1774622323> (referer: https://ecarstrade.com/cars/7009966)
2026-03-27 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007793%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605736%27 HTTP/1.1" 200 None
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_003/780x0__r.jpg?hash=1774605736 not downloaded yet
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007793%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605736%27 HTTP/1.1" 200 None
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_004/780x0__r.jpg?hash=1774605736 not downloaded yet
2026-03-27 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007793%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605736%27 HTTP/1.1" 200 None
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_005/780x0__r.jpg?hash=1774605736 not downloaded yet
2026-03-27 15:08:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007793%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605736%27 HTTP/1.1" 200 None
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_006/780x0__r.jpg?hash=1774605736 not downloaded yet
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_006/780x0__r.jpg?hash=1774622323> (referer: https://ecarstrade.com/cars/7009966)
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_006/780x0__r.jpg?hash=1774622243> (referer: https://ecarstrade.com/cars/7009937)
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_006/780x0__r.jpg?hash=1774622271> (referer: https://ecarstrade.com/cars/7009946)
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_006/780x0__r.jpg?hash=1774622181> (referer: https://ecarstrade.com/cars/7009908)
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_006/780x0__r.jpg?hash=1774622201> (referer: https://ecarstrade.com/cars/7009917)
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_005/780x0__r.jpg?hash=1774622201> (referer: https://ecarstrade.com/cars/7009917)
2026-03-27 15:08:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007823> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:16 [ecarstrade.be] INFO: Extracting details for car 7007823auction111116
2026-03-27 15:08:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116
2026-03-27 15:08:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94edcc42-9d02-554b-82e2-b52f4148f035 with scrape type 1
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007823%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605797%27 HTTP/1.1" 200 None
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_001/780x0__r.jpg?hash=1774605797 not downloaded yet
2026-03-27 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007823%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605798%27 HTTP/1.1" 200 None
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_002/780x0__r.jpg?hash=1774605798 not downloaded yet
2026-03-27 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007823%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605797%27 HTTP/1.1" 200 None
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_003/780x0__r.jpg?hash=1774605797 not downloaded yet
2026-03-27 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007823%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605798%27 HTTP/1.1" 200 None
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_004/780x0__r.jpg?hash=1774605798 not downloaded yet
2026-03-27 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007823%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605798%27 HTTP/1.1" 200 None
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_005/780x0__r.jpg?hash=1774605798 not downloaded yet
2026-03-27 15:08:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007823%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605798%27 HTTP/1.1" 200 None
2026-03-27 15:08:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_006/780x0__r.jpg?hash=1774605798 not downloaded yet
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007835> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:17 [ecarstrade.be] INFO: Extracting details for car 7007835auction111116
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_002/780x0__r.jpg?hash=1774605735> (referer: https://ecarstrade.com/cars/7007793)
2026-03-27 15:08:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116
2026-03-27 15:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with scrape type 1
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007835%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605829%27 HTTP/1.1" 200 None
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_001/780x0__r.jpg?hash=1774605829 not downloaded yet
2026-03-27 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007835%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605831%27 HTTP/1.1" 200 None
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_002/780x0__r.jpg?hash=1774605831 not downloaded yet
2026-03-27 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007835%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605831%27 HTTP/1.1" 200 None
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_003/780x0__r.jpg?hash=1774605831 not downloaded yet
2026-03-27 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007835%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605829%27 HTTP/1.1" 200 None
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_004/780x0__r.jpg?hash=1774605829 not downloaded yet
2026-03-27 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007835%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605829%27 HTTP/1.1" 200 None
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_005/780x0__r.jpg?hash=1774605829 not downloaded yet
2026-03-27 15:08:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007835%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605829%27 HTTP/1.1" 200 None
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_006/780x0__r.jpg?hash=1774605829 not downloaded yet
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_006/780x0__r.jpg?hash=1774605736> (referer: https://ecarstrade.com/cars/7007793)
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_005/780x0__r.jpg?hash=1774605736> (referer: https://ecarstrade.com/cars/7007793)
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_004/780x0__r.jpg?hash=1774605736> (referer: https://ecarstrade.com/cars/7007793)
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_003/780x0__r.jpg?hash=1774605736> (referer: https://ecarstrade.com/cars/7007793)
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_001/780x0__r.jpg?hash=1774605735> (referer: https://ecarstrade.com/cars/7007793)
2026-03-27 15:08:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d8b72467-43a0-5734-a69b-6226afcf91a9
2026-03-27 15:08:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d8b72467-43a0-5734-a69b-6226afcf91a9, skipping ID generation
2026-03-27 15:08:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8b72467-43a0-5734-a69b-6226afcf91a9 with scrape type 1
2026-03-27 15:08:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d8b72467-43a0-5734-a69b-6226afcf91a9 sending to next pipeline
2026-03-27 15:08:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8b72467-43a0-5734-a69b-6226afcf91a9, identifier: 7007793auction111116
2026-03-27 15:08:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116
2026-03-27 15:08:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116
2026-03-27 15:08:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8b72467-43a0-5734-a69b-6226afcf91a9 with identifier: 7007793auction111116 to the API
2026-03-27 15:08:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007793/photo_001/780x0__r.jpg?hash=1774605735>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd8b72467-43a0-5734-a69b-6226afcf91a9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007793',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 21980,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Berline / 2024 / 4P / Berline 30 TFSI 116 MHEV S Tronic S '
'Line',
'transmission': 'automatic',
'trim': 'AUDI Berline / 2024 / 4P / Berline 30 TFSI 116 MHEV S Tronic S Line',
'vin': None,
'year': 2025}
2026-03-27 15:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007793auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:18 [ecarstrade.be] INFO: Saving data for 7007793auction111116: {'created_time': 1774624098.763884, 'last_price_update_time': 1774624098.763893, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007793auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009888> (referer: https://ecarstrade.com/search/page118?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:18 [ecarstrade.be] INFO: Extracting details for car 7009888auction111137
2026-03-27 15:08:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137
2026-03-27 15:08:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with scrape type 1
2026-03-27 15:08:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009888%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622125%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_001/780x0__r.jpg?hash=1774622125 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009888%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622125%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_002/780x0__r.jpg?hash=1774622125 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009888%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622125%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_003/780x0__r.jpg?hash=1774622125 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009888%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622125%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_004/780x0__r.jpg?hash=1774622125 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009888%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622125%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_005/780x0__r.jpg?hash=1774622125 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009888%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622125%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_006/780x0__r.jpg?hash=1774622125 not downloaded yet
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007851> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_006/780x0__r.jpg?hash=1774605798> (referer: https://ecarstrade.com/cars/7007823)
2026-03-27 15:08:19 [ecarstrade.be] INFO: Extracting details for car 7007851auction111116
2026-03-27 15:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116
2026-03-27 15:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with scrape type 1
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007851%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605853%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_001/780x0__r.jpg?hash=1774605853 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007851%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605853%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_002/780x0__r.jpg?hash=1774605853 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007851%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605853%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_003/780x0__r.jpg?hash=1774605853 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007851%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605853%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_004/780x0__r.jpg?hash=1774605853 not downloaded yet
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_005/780x0__r.jpg?hash=1774605798> (referer: https://ecarstrade.com/cars/7007823)
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007851%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605853%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_005/780x0__r.jpg?hash=1774605853 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007851%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605853%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_006/780x0__r.jpg?hash=1774605853 not downloaded yet
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007846> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_006/780x0__r.jpg?hash=1774605829> (referer: https://ecarstrade.com/cars/7007835)
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_005/780x0__r.jpg?hash=1774605829> (referer: https://ecarstrade.com/cars/7007835)
2026-03-27 15:08:19 [ecarstrade.be] INFO: Extracting details for car 7007846auction111116
2026-03-27 15:08:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116
2026-03-27 15:08:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe5ce89-bfff-5fa9-9071-17c4de5912b3 with scrape type 1
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007846%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605847%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_001/780x0__r.jpg?hash=1774605847 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007846%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605848%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_002/780x0__r.jpg?hash=1774605848 not downloaded yet
2026-03-27 15:08:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007846%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605847%27 HTTP/1.1" 200 None
2026-03-27 15:08:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_003/780x0__r.jpg?hash=1774605847 not downloaded yet
2026-03-27 15:08:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_003/780x0__r.jpg?hash=1774605831> (referer: https://ecarstrade.com/cars/7007835)
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007846%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605847%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_004/780x0__r.jpg?hash=1774605847 not downloaded yet
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_004/780x0__r.jpg?hash=1774605829> (referer: https://ecarstrade.com/cars/7007835)
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007846%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605847%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_005/780x0__r.jpg?hash=1774605847 not downloaded yet
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007846%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605847%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_006/780x0__r.jpg?hash=1774605847 not downloaded yet
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_002/780x0__r.jpg?hash=1774605831> (referer: https://ecarstrade.com/cars/7007835)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_001/780x0__r.jpg?hash=1774605829> (referer: https://ecarstrade.com/cars/7007835)
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_005/780x0__r.jpg?hash=1774622125> (referer: https://ecarstrade.com/cars/7009888)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_006/780x0__r.jpg?hash=1774622125> (referer: https://ecarstrade.com/cars/7009888)
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0
2026-03-27 15:08:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0, skipping ID generation
2026-03-27 15:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with scrape type 1
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 sending to next pipeline
2026-03-27 15:08:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0, identifier: 7007835auction111116
2026-03-27 15:08:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116
2026-03-27 15:08:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116
2026-03-27 15:08:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7893e6c2-b7d9-5f88-a3fb-81a246b668b0 with identifier: 7007835auction111116 to the API
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007835/photo_001/780x0__r.jpg?hash=1774605829>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7893e6c2-b7d9-5f88-a3fb-81a246b668b0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007835',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 63699,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 / 2017 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive30e 292ch Business Design BVA8',
'vin': None,
'year': 2020}
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007835auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [ecarstrade.be] INFO: Saving data for 7007835auction111116: {'created_time': 1774624100.574891, 'last_price_update_time': 1774624100.574903, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007835auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_006/780x0__r.jpg?hash=1774605853> (referer: https://ecarstrade.com/cars/7007851)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_004/780x0__r.jpg?hash=1774605853> (referer: https://ecarstrade.com/cars/7007851)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007845> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_003/780x0__r.jpg?hash=1774605853> (referer: https://ecarstrade.com/cars/7007851)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_003/780x0__r.jpg?hash=1774605847> (referer: https://ecarstrade.com/cars/7007846)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_005/780x0__r.jpg?hash=1774605853> (referer: https://ecarstrade.com/cars/7007851)
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:20 [ecarstrade.be] INFO: Extracting details for car 7007845auction111116
2026-03-27 15:08:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116
2026-03-27 15:08:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bd8113-5548-5fa6-b5c5-f878b1438f16 with scrape type 1
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007845%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605845%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_001/780x0__r.jpg?hash=1774605845 not downloaded yet
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_004/780x0__r.jpg?hash=1774605847> (referer: https://ecarstrade.com/cars/7007846)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_005/780x0__r.jpg?hash=1774605847> (referer: https://ecarstrade.com/cars/7007846)
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007845%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605845%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_002/780x0__r.jpg?hash=1774605845 not downloaded yet
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_006/780x0__r.jpg?hash=1774605847> (referer: https://ecarstrade.com/cars/7007846)
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007845%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605845%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_003/780x0__r.jpg?hash=1774605845 not downloaded yet
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007845%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605845%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_004/780x0__r.jpg?hash=1774605845 not downloaded yet
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007845%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605846%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_005/780x0__r.jpg?hash=1774605846 not downloaded yet
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_001/780x0__r.jpg?hash=1774605847> (referer: https://ecarstrade.com/cars/7007846)
2026-03-27 15:08:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007845%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605846%27 HTTP/1.1" 200 None
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_006/780x0__r.jpg?hash=1774605846 not downloaded yet
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_002/780x0__r.jpg?hash=1774605853> (referer: https://ecarstrade.com/cars/7007851)
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_002/780x0__r.jpg?hash=1774605848> (referer: https://ecarstrade.com/cars/7007846)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_004/780x0__r.jpg?hash=1774622125> (referer: https://ecarstrade.com/cars/7009888)
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_001/780x0__r.jpg?hash=1774605853> (referer: https://ecarstrade.com/cars/7007851)
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_003/780x0__r.jpg?hash=1774622125> (referer: https://ecarstrade.com/cars/7009888)
2026-03-27 15:08:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_001/780x0__r.jpg?hash=1774622125> (referer: https://ecarstrade.com/cars/7009888)
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_001/780x0__r.jpg?hash=1774605845> (referer: https://ecarstrade.com/cars/7007845)
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item afe5ce89-bfff-5fa9-9071-17c4de5912b3
2026-03-27 15:08:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afe5ce89-bfff-5fa9-9071-17c4de5912b3, skipping ID generation
2026-03-27 15:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe5ce89-bfff-5fa9-9071-17c4de5912b3 with scrape type 1
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afe5ce89-bfff-5fa9-9071-17c4de5912b3 sending to next pipeline
2026-03-27 15:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afe5ce89-bfff-5fa9-9071-17c4de5912b3, identifier: 7007846auction111116
2026-03-27 15:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116
2026-03-27 15:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116
2026-03-27 15:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afe5ce89-bfff-5fa9-9071-17c4de5912b3 with identifier: 7007846auction111116 to the API
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007846/photo_002/780x0__r.jpg?hash=1774605848>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'afe5ce89-bfff-5fa9-9071-17c4de5912b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007846',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Puma',
'odometer': 50567,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Puma / 2019 / 5P / SUV 1.0EcoB Hyb 125 mHEV PShift ST-LINE X',
'transmission': 'automatic',
'trim': 'FORD / 2019 / 5P / SUV 1.0EcoB Hyb 125 mHEV PShift ST-LINE X',
'vin': None,
'year': 2022}
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007846auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:21 [ecarstrade.be] INFO: Saving data for 7007846auction111116: {'created_time': 1774624101.438065, 'last_price_update_time': 1774624101.438077, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007846auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_002/780x0__r.jpg?hash=1774622125> (referer: https://ecarstrade.com/cars/7009888)
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_004/780x0__r.jpg?hash=1774605798> (referer: https://ecarstrade.com/cars/7007823)
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_002/780x0__r.jpg?hash=1774605845> (referer: https://ecarstrade.com/cars/7007845)
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007879> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb
2026-03-27 15:08:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb, skipping ID generation
2026-03-27 15:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with scrape type 1
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb sending to next pipeline
2026-03-27 15:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb, identifier: 7007851auction111116
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116
2026-03-27 15:08:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116
2026-03-27 15:08:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb with identifier: 7007851auction111116 to the API
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007851/photo_001/780x0__r.jpg?hash=1774605853>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '1f6b92ae-4f5d-50e8-b835-0c9cf77f14bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007851',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'IONIQ 5',
'odometer': 60579,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': None,
'seller_name': None,
'title': 'Ioniq 5 Creative Electrique 77kWh BVA',
'transmission': 'automatic',
'trim': 'Ioniq 5 Creative Electrique 77kWh BVA',
'vin': None,
'year': 2023}
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007851auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:21 [ecarstrade.be] INFO: Saving data for 7007851auction111116: {'created_time': 1774624101.865174, 'last_price_update_time': 1774624101.865187, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007851auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_006/780x0__r.jpg?hash=1774605846> (referer: https://ecarstrade.com/cars/7007845)
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_005/780x0__r.jpg?hash=1774605846> (referer: https://ecarstrade.com/cars/7007845)
2026-03-27 15:08:21 [ecarstrade.be] INFO: Extracting details for car 7007879auction111116
2026-03-27 15:08:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_004/780x0__r.jpg?hash=1774605845> (referer: https://ecarstrade.com/cars/7007845)
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4
2026-03-27 15:08:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4, skipping ID generation
2026-03-27 15:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with scrape type 1
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 sending to next pipeline
2026-03-27 15:08:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4, identifier: 7009888auction111137
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116
2026-03-27 15:08:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec0713f-ea3d-52c0-92b5-0e39e587a014 with scrape type 1
2026-03-27 15:08:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007879%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605898%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_001/780x0__r.jpg?hash=1774605898 not downloaded yet
2026-03-27 15:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137
2026-03-27 15:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137
2026-03-27 15:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fc031b4b-4fe5-5b6d-9eb3-31e824e454e4 with identifier: 7009888auction111137 to the API
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009888/photo_002/780x0__r.jpg?hash=1774622125>
{'auction_title': '',
'c_o_2_emission_value': 36,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'fc031b4b-4fe5-5b6d-9eb3-31e824e454e4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009888',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 163152,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': "Citroën, C5 Aircross '18 PHEV, Citroën C5 Aircross Hybrid 225 "
'e-EAT8 Business GPS',
'transmission': 'automatic',
'trim': "Citroën, '18 PHEV, Citroën Hybrid 225 e-EAT8 Business GPS",
'vin': None,
'year': 2022}
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009888auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [ecarstrade.be] INFO: Saving data for 7009888auction111137: {'created_time': 1774624102.279666, 'last_price_update_time': 1774624102.279678, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009888auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_002/780x0__r.jpg?hash=1774605798> (referer: https://ecarstrade.com/cars/7007823)
2026-03-27 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_003/780x0__r.jpg?hash=1774605797> (referer: https://ecarstrade.com/cars/7007823)
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007879%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605898%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_002/780x0__r.jpg?hash=1774605898 not downloaded yet
2026-03-27 15:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_001/780x0__r.jpg?hash=1774605797> (referer: https://ecarstrade.com/cars/7007823)
2026-03-27 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_003/780x0__r.jpg?hash=1774605845> (referer: https://ecarstrade.com/cars/7007845)
2026-03-27 15:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007879%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605898%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_003/780x0__r.jpg?hash=1774605898 not downloaded yet
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007879%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605898%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_004/780x0__r.jpg?hash=1774605898 not downloaded yet
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007879%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605898%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_005/780x0__r.jpg?hash=1774605898 not downloaded yet
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007879%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605898%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_006/780x0__r.jpg?hash=1774605898 not downloaded yet
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94edcc42-9d02-554b-82e2-b52f4148f035
2026-03-27 15:08:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94edcc42-9d02-554b-82e2-b52f4148f035, skipping ID generation
2026-03-27 15:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94edcc42-9d02-554b-82e2-b52f4148f035 with scrape type 1
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94edcc42-9d02-554b-82e2-b52f4148f035 sending to next pipeline
2026-03-27 15:08:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94edcc42-9d02-554b-82e2-b52f4148f035, identifier: 7007823auction111116
2026-03-27 15:08:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116
2026-03-27 15:08:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116
2026-03-27 15:08:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94edcc42-9d02-554b-82e2-b52f4148f035 with identifier: 7007823auction111116 to the API
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007823/photo_001/780x0__r.jpg?hash=1774605797>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '94edcc42-9d02-554b-82e2-b52f4148f035',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007823',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 39546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 / 2019 / 5P / SUV xDrive25e Business Design BVA6',
'transmission': 'automatic',
'trim': '/ 2019 / 5P / SUV xDrive25e Business Design BVA6',
'vin': None,
'year': 2022}
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007823auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:22 [ecarstrade.be] INFO: Saving data for 7007823auction111116: {'created_time': 1774624102.941099, 'last_price_update_time': 1774624102.941112, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007823auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007877> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5bd8113-5548-5fa6-b5c5-f878b1438f16
2026-03-27 15:08:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5bd8113-5548-5fa6-b5c5-f878b1438f16, skipping ID generation
2026-03-27 15:08:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5bd8113-5548-5fa6-b5c5-f878b1438f16 with scrape type 1
2026-03-27 15:08:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5bd8113-5548-5fa6-b5c5-f878b1438f16 sending to next pipeline
2026-03-27 15:08:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5bd8113-5548-5fa6-b5c5-f878b1438f16, identifier: 7007845auction111116
2026-03-27 15:08:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116
2026-03-27 15:08:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116
2026-03-27 15:08:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5bd8113-5548-5fa6-b5c5-f878b1438f16 with identifier: 7007845auction111116 to the API
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007845/photo_003/780x0__r.jpg?hash=1774605845>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5bd8113-5548-5fa6-b5c5-f878b1438f16',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007845',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 120249,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga Titanium Hybrid 2.5 190CV BVA6 E6dT',
'transmission': 'automatic',
'trim': 'Titanium Hybrid 2.5 190CV BVA6 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007845auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [ecarstrade.be] INFO: Saving data for 7007845auction111116: {'created_time': 1774624103.381382, 'last_price_update_time': 1774624103.381392, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007845auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:23 [ecarstrade.be] INFO: Extracting details for car 7007877auction111116
2026-03-27 15:08:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116
2026-03-27 15:08:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0962359e-e86b-5f35-b335-50dbb46e5d71 with scrape type 1
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007877%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605895%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_001/780x0__r.jpg?hash=1774605895 not downloaded yet
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007877%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605895%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_002/780x0__r.jpg?hash=1774605895 not downloaded yet
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007877%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605895%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_003/780x0__r.jpg?hash=1774605895 not downloaded yet
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007877%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605895%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_004/780x0__r.jpg?hash=1774605895 not downloaded yet
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007877%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605895%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_005/780x0__r.jpg?hash=1774605895 not downloaded yet
2026-03-27 15:08:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007877%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605895%27 HTTP/1.1" 200 None
2026-03-27 15:08:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_006/780x0__r.jpg?hash=1774605895 not downloaded yet
2026-03-27 15:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007874> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:25 [ecarstrade.be] INFO: Extracting details for car 7007874auction111116
2026-03-27 15:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116
2026-03-27 15:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4549660-10ae-574c-bd94-58a1c9397742 with scrape type 1
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007874%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605890%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_001/780x0__r.jpg?hash=1774605890 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007874%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605890%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_002/780x0__r.jpg?hash=1774605890 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007874%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605890%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_003/780x0__r.jpg?hash=1774605890 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007874%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605890%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_004/780x0__r.jpg?hash=1774605890 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007874%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605890%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_005/780x0__r.jpg?hash=1774605890 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007874%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605890%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_006/780x0__r.jpg?hash=1774605890 not downloaded yet
2026-03-27 15:08:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007873> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:25 [ecarstrade.be] INFO: Extracting details for car 7007873auction111116
2026-03-27 15:08:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116
2026-03-27 15:08:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with scrape type 1
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007873%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605888%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_001/780x0__r.jpg?hash=1774605888 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007873%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605888%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_002/780x0__r.jpg?hash=1774605888 not downloaded yet
2026-03-27 15:08:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007873%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605889%27 HTTP/1.1" 200 None
2026-03-27 15:08:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_003/780x0__r.jpg?hash=1774605889 not downloaded yet
2026-03-27 15:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007873%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605888%27 HTTP/1.1" 200 None
2026-03-27 15:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_004/780x0__r.jpg?hash=1774605888 not downloaded yet
2026-03-27 15:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007873%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605888%27 HTTP/1.1" 200 None
2026-03-27 15:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_005/780x0__r.jpg?hash=1774605888 not downloaded yet
2026-03-27 15:08:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007873%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605888%27 HTTP/1.1" 200 None
2026-03-27 15:08:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_006/780x0__r.jpg?hash=1774605888 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007866> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007870> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007868> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:29 [ecarstrade.be] INFO: Extracting details for car 7007866auction111116
2026-03-27 15:08:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116
2026-03-27 15:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with scrape type 1
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007866%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605875%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_001/780x0__r.jpg?hash=1774605875 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_001/780x0__r.jpg?hash=1774605898> (referer: https://ecarstrade.com/cars/7007879)
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007866%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605875%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_002/780x0__r.jpg?hash=1774605875 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007866%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605875%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_003/780x0__r.jpg?hash=1774605875 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007866%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605875%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_004/780x0__r.jpg?hash=1774605875 not downloaded yet
2026-03-27 15:08:29 [ecarstrade.be] INFO: Extracting details for car 7007870auction111116
2026-03-27 15:08:29 [ecarstrade.be] INFO: Extracting details for car 7007868auction111116
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007866%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605875%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_005/780x0__r.jpg?hash=1774605875 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007866%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605876%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_006/780x0__r.jpg?hash=1774605876 not downloaded yet
2026-03-27 15:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116
2026-03-27 15:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with scrape type 1
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007870%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605881%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_001/780x0__r.jpg?hash=1774605881 not downloaded yet
2026-03-27 15:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116
2026-03-27 15:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1564755-8626-54e5-bead-674bcdbf41c2 with scrape type 1
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007868%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605877%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_001/780x0__r.jpg?hash=1774605877 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_002/780x0__r.jpg?hash=1774605898> (referer: https://ecarstrade.com/cars/7007879)
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007870%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605882%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_002/780x0__r.jpg?hash=1774605882 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007868%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605877%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_002/780x0__r.jpg?hash=1774605877 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007870%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605881%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_003/780x0__r.jpg?hash=1774605881 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007868%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605877%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_003/780x0__r.jpg?hash=1774605877 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007864> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007870%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605881%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_004/780x0__r.jpg?hash=1774605881 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007868%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605878%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_004/780x0__r.jpg?hash=1774605878 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_006/780x0__r.jpg?hash=1774622267> (referer: https://ecarstrade.com/cars/7009945)
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007870%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605881%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_005/780x0__r.jpg?hash=1774605881 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007868%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605878%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_005/780x0__r.jpg?hash=1774605878 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007870%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605881%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_006/780x0__r.jpg?hash=1774605881 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007868%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605878%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_006/780x0__r.jpg?hash=1774605878 not downloaded yet
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:29 [ecarstrade.be] INFO: Extracting details for car 7007864auction111116
2026-03-27 15:08:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116
2026-03-27 15:08:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7244be8f-540e-5af6-8096-f686a20a6ee9 with scrape type 1
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007864%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605871%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_001/780x0__r.jpg?hash=1774605871 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_006/780x0__r.jpg?hash=1774605898> (referer: https://ecarstrade.com/cars/7007879)
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007864%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605871%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_002/780x0__r.jpg?hash=1774605871 not downloaded yet
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_006/780x0__r.jpg?hash=1774605895> (referer: https://ecarstrade.com/cars/7007877)
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007864%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605871%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_003/780x0__r.jpg?hash=1774605871 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007864%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605871%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_004/780x0__r.jpg?hash=1774605871 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007864%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605871%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_005/780x0__r.jpg?hash=1774605871 not downloaded yet
2026-03-27 15:08:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007864%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605871%27 HTTP/1.1" 200 None
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_006/780x0__r.jpg?hash=1774605871 not downloaded yet
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_006/780x0__r.jpg?hash=1774605888> (referer: https://ecarstrade.com/cars/7007873)
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_006/780x0__r.jpg?hash=1774605890> (referer: https://ecarstrade.com/cars/7007874)
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_005/780x0__r.jpg?hash=1774605888> (referer: https://ecarstrade.com/cars/7007873)
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_004/780x0__r.jpg?hash=1774605888> (referer: https://ecarstrade.com/cars/7007873)
2026-03-27 15:08:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_001/780x0__r.jpg?hash=1774605875> (referer: https://ecarstrade.com/cars/7007866)
2026-03-27 15:08:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_001/780x0__r.jpg?hash=1774605877> (referer: https://ecarstrade.com/cars/7007868)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_002/780x0__r.jpg?hash=1774605877> (referer: https://ecarstrade.com/cars/7007868)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_004/780x0__r.jpg?hash=1774605878> (referer: https://ecarstrade.com/cars/7007868)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_002/780x0__r.jpg?hash=1774605871> (referer: https://ecarstrade.com/cars/7007864)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_001/780x0__r.jpg?hash=1774605871> (referer: https://ecarstrade.com/cars/7007864)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_006/780x0__r.jpg?hash=1774605871> (referer: https://ecarstrade.com/cars/7007864)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_005/780x0__r.jpg?hash=1774605871> (referer: https://ecarstrade.com/cars/7007864)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_004/780x0__r.jpg?hash=1774605871> (referer: https://ecarstrade.com/cars/7007864)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_006/780x0__r.jpg?hash=1774605878> (referer: https://ecarstrade.com/cars/7007868)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_003/780x0__r.jpg?hash=1774605871> (referer: https://ecarstrade.com/cars/7007864)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_006/780x0__r.jpg?hash=1774605881> (referer: https://ecarstrade.com/cars/7007870)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_005/780x0__r.jpg?hash=1774605878> (referer: https://ecarstrade.com/cars/7007868)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7244be8f-540e-5af6-8096-f686a20a6ee9
2026-03-27 15:08:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7244be8f-540e-5af6-8096-f686a20a6ee9, skipping ID generation
2026-03-27 15:08:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7244be8f-540e-5af6-8096-f686a20a6ee9 with scrape type 1
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7244be8f-540e-5af6-8096-f686a20a6ee9 sending to next pipeline
2026-03-27 15:08:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7244be8f-540e-5af6-8096-f686a20a6ee9, identifier: 7007864auction111116
2026-03-27 15:08:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116
2026-03-27 15:08:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116
2026-03-27 15:08:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7244be8f-540e-5af6-8096-f686a20a6ee9 with identifier: 7007864auction111116 to the API
2026-03-27 15:08:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007864/photo_003/780x0__r.jpg?hash=1774605871>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7244be8f-540e-5af6-8096-f686a20a6ee9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007864',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 35671,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC EXECUTIVE 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-27 15:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007864auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:30 [ecarstrade.be] INFO: Saving data for 7007864auction111116: {'created_time': 1774624110.859742, 'last_price_update_time': 1774624110.859754, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007864auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_004/780x0__r.jpg?hash=1774605881> (referer: https://ecarstrade.com/cars/7007870)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_005/780x0__r.jpg?hash=1774605881> (referer: https://ecarstrade.com/cars/7007870)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007867> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_003/780x0__r.jpg?hash=1774605881> (referer: https://ecarstrade.com/cars/7007870)
2026-03-27 15:08:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_003/780x0__r.jpg?hash=1774605877> (referer: https://ecarstrade.com/cars/7007868)
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:30 [ecarstrade.be] INFO: Extracting details for car 7007867auction111116
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_002/780x0__r.jpg?hash=1774605882> (referer: https://ecarstrade.com/cars/7007870)
2026-03-27 15:08:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116
2026-03-27 15:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with scrape type 1
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007867%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605878%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_001/780x0__r.jpg?hash=1774605878 not downloaded yet
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_001/780x0__r.jpg?hash=1774605881> (referer: https://ecarstrade.com/cars/7007870)
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007867%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605876%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_002/780x0__r.jpg?hash=1774605876 not downloaded yet
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007867%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605876%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_003/780x0__r.jpg?hash=1774605876 not downloaded yet
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_005/780x0__r.jpg?hash=1774605875> (referer: https://ecarstrade.com/cars/7007866)
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_006/780x0__r.jpg?hash=1774605876> (referer: https://ecarstrade.com/cars/7007866)
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007867%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605876%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_004/780x0__r.jpg?hash=1774605876 not downloaded yet
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007867%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605877%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_005/780x0__r.jpg?hash=1774605877 not downloaded yet
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f1564755-8626-54e5-bead-674bcdbf41c2
2026-03-27 15:08:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1564755-8626-54e5-bead-674bcdbf41c2, skipping ID generation
2026-03-27 15:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1564755-8626-54e5-bead-674bcdbf41c2 with scrape type 1
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1564755-8626-54e5-bead-674bcdbf41c2 sending to next pipeline
2026-03-27 15:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1564755-8626-54e5-bead-674bcdbf41c2, identifier: 7007868auction111116
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007867%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605876%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_006/780x0__r.jpg?hash=1774605876 not downloaded yet
2026-03-27 15:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116
2026-03-27 15:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116
2026-03-27 15:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1564755-8626-54e5-bead-674bcdbf41c2 with identifier: 7007868auction111116 to the API
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007868/photo_003/780x0__r.jpg?hash=1774605877>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f1564755-8626-54e5-bead-674bcdbf41c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007868',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 68931,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU '
'4WD AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC N LINE EXECU 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007868auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:31 [ecarstrade.be] INFO: Saving data for 7007868auction111116: {'created_time': 1774624111.713582, 'last_price_update_time': 1774624111.713592, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007868auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_004/780x0__r.jpg?hash=1774605875> (referer: https://ecarstrade.com/cars/7007866)
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_003/780x0__r.jpg?hash=1774605875> (referer: https://ecarstrade.com/cars/7007866)
2026-03-27 15:08:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_002/780x0__r.jpg?hash=1774605875> (referer: https://ecarstrade.com/cars/7007866)
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9
2026-03-27 15:08:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9, skipping ID generation
2026-03-27 15:08:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with scrape type 1
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 sending to next pipeline
2026-03-27 15:08:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9, identifier: 7007870auction111116
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116
2026-03-27 15:08:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116
2026-03-27 15:08:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d59bd26-1c5c-5028-a197-022f3a6b6dd9 with identifier: 7007870auction111116 to the API
2026-03-27 15:08:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007870/photo_001/780x0__r.jpg?hash=1774605881>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0d59bd26-1c5c-5028-a197-022f3a6b6dd9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007870',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 65895,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tucson Executive Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Executive Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007870auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:32 [ecarstrade.be] INFO: Saving data for 7007870auction111116: {'created_time': 1774624112.1361, 'last_price_update_time': 1774624112.136116, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007870auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_002/780x0__r.jpg?hash=1774605888> (referer: https://ecarstrade.com/cars/7007873)
2026-03-27 15:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_001/780x0__r.jpg?hash=1774605888> (referer: https://ecarstrade.com/cars/7007873)
2026-03-27 15:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_003/780x0__r.jpg?hash=1774605889> (referer: https://ecarstrade.com/cars/7007873)
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7
2026-03-27 15:08:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7, skipping ID generation
2026-03-27 15:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with scrape type 1
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 sending to next pipeline
2026-03-27 15:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7, identifier: 7007866auction111116
2026-03-27 15:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116
2026-03-27 15:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116
2026-03-27 15:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 75c3cded-0dd3-5ece-8754-da0ecdffbeb7 with identifier: 7007866auction111116 to the API
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007866/photo_002/780x0__r.jpg?hash=1774605875>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '75c3cded-0dd3-5ece-8754-da0ecdffbeb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007866',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 129839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tucson Creative Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Creative Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007866auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:32 [ecarstrade.be] INFO: Saving data for 7007866auction111116: {'created_time': 1774624112.570518, 'last_price_update_time': 1774624112.570531, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007866auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_005/780x0__r.jpg?hash=1774605890> (referer: https://ecarstrade.com/cars/7007874)
2026-03-27 15:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_001/780x0__r.jpg?hash=1774605878> (referer: https://ecarstrade.com/cars/7007867)
2026-03-27 15:08:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_004/780x0__r.jpg?hash=1774605890> (referer: https://ecarstrade.com/cars/7007874)
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437
2026-03-27 15:08:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437, skipping ID generation
2026-03-27 15:08:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with scrape type 1
2026-03-27 15:08:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 sending to next pipeline
2026-03-27 15:08:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437, identifier: 7007873auction111116
2026-03-27 15:08:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116
2026-03-27 15:08:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116
2026-03-27 15:08:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f4fc59c-2de6-58c8-b516-f0a07bbc4437 with identifier: 7007873auction111116 to the API
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007873/photo_003/780x0__r.jpg?hash=1774605889>
{'auction_title': '',
'c_o_2_emission_value': 41,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3f4fc59c-2de6-58c8-b516-f0a07bbc4437',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007873',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 100611,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP Renegade / 2018 / 5P / SUV 1.3 PHEV Turbo T4 190PS 4XE Limited '
'Auto',
'transmission': 'automatic',
'trim': 'JEEP / 2018 / 5P / SUV 1.3 PHEV Turbo T4 190PS 4XE Limited Auto',
'vin': None,
'year': 2022}
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007873auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [ecarstrade.be] INFO: Saving data for 7007873auction111116: {'created_time': 1774624112.999912, 'last_price_update_time': 1774624112.999922, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007873auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_006/780x0__r.jpg?hash=1774605876> (referer: https://ecarstrade.com/cars/7007867)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_003/780x0__r.jpg?hash=1774605876> (referer: https://ecarstrade.com/cars/7007867)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007863> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_002/780x0__r.jpg?hash=1774605876> (referer: https://ecarstrade.com/cars/7007867)
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_003/780x0__r.jpg?hash=1774605890> (referer: https://ecarstrade.com/cars/7007874)
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_004/780x0__r.jpg?hash=1774605876> (referer: https://ecarstrade.com/cars/7007867)
2026-03-27 15:08:33 [ecarstrade.be] INFO: Extracting details for car 7007863auction111116
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_005/780x0__r.jpg?hash=1774605877> (referer: https://ecarstrade.com/cars/7007867)
2026-03-27 15:08:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116
2026-03-27 15:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152f0c92-a0c5-57c0-936d-b9fb7965b868 with scrape type 1
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007863%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605869%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_001/780x0__r.jpg?hash=1774605869 not downloaded yet
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_001/780x0__r.jpg?hash=1774605890> (referer: https://ecarstrade.com/cars/7007874)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_002/780x0__r.jpg?hash=1774605890> (referer: https://ecarstrade.com/cars/7007874)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_005/780x0__r.jpg?hash=1774605895> (referer: https://ecarstrade.com/cars/7007877)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_004/780x0__r.jpg?hash=1774605895> (referer: https://ecarstrade.com/cars/7007877)
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007863%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605869%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_002/780x0__r.jpg?hash=1774605869 not downloaded yet
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007863%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605869%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_003/780x0__r.jpg?hash=1774605869 not downloaded yet
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4
2026-03-27 15:08:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4, skipping ID generation
2026-03-27 15:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with scrape type 1
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 sending to next pipeline
2026-03-27 15:08:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4, identifier: 7007867auction111116
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007863%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605869%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_004/780x0__r.jpg?hash=1774605869 not downloaded yet
2026-03-27 15:08:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116
2026-03-27 15:08:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116
2026-03-27 15:08:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2faa3347-f65c-5fc3-bc4c-c9beb4625ce4 with identifier: 7007867auction111116 to the API
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007867/photo_005/780x0__r.jpg?hash=1774605877>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2faa3347-f65c-5fc3-bc4c-c9beb4625ce4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007867',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 98826,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 HYBRID 230 EXECUTIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 HYBRID 230 EXECUTIVE',
'vin': None,
'year': 2021}
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007867auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [ecarstrade.be] INFO: Saving data for 7007867auction111116: {'created_time': 1774624113.930376, 'last_price_update_time': 1774624113.930387, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007867auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_002/780x0__r.jpg?hash=1774605895> (referer: https://ecarstrade.com/cars/7007877)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_005/780x0__r.jpg?hash=1774605898> (referer: https://ecarstrade.com/cars/7007879)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_003/780x0__r.jpg?hash=1774605895> (referer: https://ecarstrade.com/cars/7007877)
2026-03-27 15:08:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_001/780x0__r.jpg?hash=1774605895> (referer: https://ecarstrade.com/cars/7007877)
2026-03-27 15:08:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007863%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605869%27 HTTP/1.1" 200 None
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_005/780x0__r.jpg?hash=1774605869 not downloaded yet
2026-03-27 15:08:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f4549660-10ae-574c-bd94-58a1c9397742
2026-03-27 15:08:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f4549660-10ae-574c-bd94-58a1c9397742, skipping ID generation
2026-03-27 15:08:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f4549660-10ae-574c-bd94-58a1c9397742 with scrape type 1
2026-03-27 15:08:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f4549660-10ae-574c-bd94-58a1c9397742 sending to next pipeline
2026-03-27 15:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f4549660-10ae-574c-bd94-58a1c9397742, identifier: 7007874auction111116
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116
2026-03-27 15:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116
2026-03-27 15:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f4549660-10ae-574c-bd94-58a1c9397742 with identifier: 7007874auction111116 to the API
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007874/photo_002/780x0__r.jpg?hash=1774605890>
{'auction_title': '',
'c_o_2_emission_value': 45,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'f4549660-10ae-574c-bd94-58a1c9397742',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007874',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Jeep',
'model': 'Renegade',
'odometer': 84743,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP Renegade / 2018 / 5P / SUV 1.3 GSE T4 240 4xe S',
'transmission': 'automatic',
'trim': 'JEEP / 2018 / 5P / SUV 1.3 GSE T4 240 4xe S',
'vin': None,
'year': 2022}
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007874auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:34 [ecarstrade.be] INFO: Saving data for 7007874auction111116: {'created_time': 1774624114.369285, 'last_price_update_time': 1774624114.369297, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007874auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007863%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605869%27 HTTP/1.1" 200 None
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_006/780x0__r.jpg?hash=1774605869 not downloaded yet
2026-03-27 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_005/780x0__r.jpg?hash=1774622267> (referer: https://ecarstrade.com/cars/7009945)
2026-03-27 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007862> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_003/780x0__r.jpg?hash=1774605898> (referer: https://ecarstrade.com/cars/7007879)
2026-03-27 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_004/780x0__r.jpg?hash=1774605898> (referer: https://ecarstrade.com/cars/7007879)
2026-03-27 15:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0962359e-e86b-5f35-b335-50dbb46e5d71
2026-03-27 15:08:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0962359e-e86b-5f35-b335-50dbb46e5d71, skipping ID generation
2026-03-27 15:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0962359e-e86b-5f35-b335-50dbb46e5d71 with scrape type 1
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0962359e-e86b-5f35-b335-50dbb46e5d71 sending to next pipeline
2026-03-27 15:08:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0962359e-e86b-5f35-b335-50dbb46e5d71, identifier: 7007877auction111116
2026-03-27 15:08:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116
2026-03-27 15:08:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116
2026-03-27 15:08:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0962359e-e86b-5f35-b335-50dbb46e5d71 with identifier: 7007877auction111116 to the API
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007877/photo_001/780x0__r.jpg?hash=1774605895>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '0962359e-e86b-5f35-b335-50dbb46e5d71',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007877',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'EV6',
'odometer': 78283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'EV6 GT Line 2WD 77kWh BVA',
'transmission': 'automatic',
'trim': 'GT Line 2WD 77kWh BVA',
'vin': None,
'year': 2022}
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007877auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:34 [ecarstrade.be] INFO: Saving data for 7007877auction111116: {'created_time': 1774624114.874233, 'last_price_update_time': 1774624114.874244, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007877auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:34 [ecarstrade.be] INFO: Extracting details for car 7007862auction111116
2026-03-27 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_004/780x0__r.jpg?hash=1774622267> (referer: https://ecarstrade.com/cars/7009945)
2026-03-27 15:08:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_001/780x0__r.jpg?hash=1774605869> (referer: https://ecarstrade.com/cars/7007863)
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116
2026-03-27 15:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27a423e9-922d-5feb-8c92-92c9795f93ab with scrape type 1
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007862%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605866%27 HTTP/1.1" 200 None
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_001/780x0__r.jpg?hash=1774605866 not downloaded yet
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aec0713f-ea3d-52c0-92b5-0e39e587a014
2026-03-27 15:08:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aec0713f-ea3d-52c0-92b5-0e39e587a014, skipping ID generation
2026-03-27 15:08:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec0713f-ea3d-52c0-92b5-0e39e587a014 with scrape type 1
2026-03-27 15:08:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aec0713f-ea3d-52c0-92b5-0e39e587a014 sending to next pipeline
2026-03-27 15:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aec0713f-ea3d-52c0-92b5-0e39e587a014, identifier: 7007879auction111116
2026-03-27 15:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116
2026-03-27 15:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116
2026-03-27 15:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aec0713f-ea3d-52c0-92b5-0e39e587a014 with identifier: 7007879auction111116 to the API
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007879/photo_004/780x0__r.jpg?hash=1774605898>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'aec0713f-ea3d-52c0-92b5-0e39e587a014',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007879',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Niro',
'odometer': 96661,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Niro e-Niro Design 64kWh BVA',
'transmission': 'automatic',
'trim': 'e- Design 64kWh BVA',
'vin': None,
'year': 2021}
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007879auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:35 [ecarstrade.be] INFO: Saving data for 7007879auction111116: {'created_time': 1774624115.34484, 'last_price_update_time': 1774624115.344852, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007879auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007862%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605866%27 HTTP/1.1" 200 None
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_002/780x0__r.jpg?hash=1774605866 not downloaded yet
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_004/780x0__r.jpg?hash=1774605869> (referer: https://ecarstrade.com/cars/7007863)
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_003/780x0__r.jpg?hash=1774605869> (referer: https://ecarstrade.com/cars/7007863)
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007862%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605866%27 HTTP/1.1" 200 None
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_003/780x0__r.jpg?hash=1774605866 not downloaded yet
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007862%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605866%27 HTTP/1.1" 200 None
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_004/780x0__r.jpg?hash=1774605866 not downloaded yet
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007862%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605867%27 HTTP/1.1" 200 None
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_005/780x0__r.jpg?hash=1774605867 not downloaded yet
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007862%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605866%27 HTTP/1.1" 200 None
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_006/780x0__r.jpg?hash=1774605866 not downloaded yet
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_002/780x0__r.jpg?hash=1774605869> (referer: https://ecarstrade.com/cars/7007863)
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_003/780x0__r.jpg?hash=1774622267> (referer: https://ecarstrade.com/cars/7009945)
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_006/780x0__r.jpg?hash=1774605869> (referer: https://ecarstrade.com/cars/7007863)
2026-03-27 15:08:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_005/780x0__r.jpg?hash=1774605869> (referer: https://ecarstrade.com/cars/7007863)
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_002/780x0__r.jpg?hash=1774622268> (referer: https://ecarstrade.com/cars/7009945)
2026-03-27 15:08:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 152f0c92-a0c5-57c0-936d-b9fb7965b868
2026-03-27 15:08:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 152f0c92-a0c5-57c0-936d-b9fb7965b868, skipping ID generation
2026-03-27 15:08:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 152f0c92-a0c5-57c0-936d-b9fb7965b868 with scrape type 1
2026-03-27 15:08:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 152f0c92-a0c5-57c0-936d-b9fb7965b868 sending to next pipeline
2026-03-27 15:08:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 152f0c92-a0c5-57c0-936d-b9fb7965b868, identifier: 7007863auction111116
2026-03-27 15:08:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116
2026-03-27 15:08:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116
2026-03-27 15:08:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 152f0c92-a0c5-57c0-936d-b9fb7965b868 with identifier: 7007863auction111116 to the API
2026-03-27 15:08:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007863/photo_005/780x0__r.jpg?hash=1774605869>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '152f0c92-a0c5-57c0-936d-b9fb7965b868',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007863',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 69693,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 HYBRID 230 N LINE EXECUTIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 HYBRID 230 N LINE EXECUTIVE',
'vin': None,
'year': 2023}
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007863auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:36 [ecarstrade.be] INFO: Saving data for 7007863auction111116: {'created_time': 1774624116.117439, 'last_price_update_time': 1774624116.11745, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007863auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007861> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_001/780x0__r.jpg?hash=1774622267> (referer: https://ecarstrade.com/cars/7009945)
2026-03-27 15:08:36 [ecarstrade.be] INFO: Extracting details for car 7007861auction111116
2026-03-27 15:08:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116
2026-03-27 15:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b919dff-aaf9-59b1-b66b-14de3c2a177c with scrape type 1
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007861%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605864%27 HTTP/1.1" 200 None
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_001/780x0__r.jpg?hash=1774605864 not downloaded yet
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007861%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605864%27 HTTP/1.1" 200 None
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_002/780x0__r.jpg?hash=1774605864 not downloaded yet
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007861%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605866%27 HTTP/1.1" 200 None
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_003/780x0__r.jpg?hash=1774605866 not downloaded yet
2026-03-27 15:08:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_001/780x0__r.jpg?hash=1774605866> (referer: https://ecarstrade.com/cars/7007862)
2026-03-27 15:08:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007861%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605864%27 HTTP/1.1" 200 None
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_004/780x0__r.jpg?hash=1774605864 not downloaded yet
2026-03-27 15:08:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c5759ca6-2e02-5e21-bd9f-92202770e623
2026-03-27 15:08:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c5759ca6-2e02-5e21-bd9f-92202770e623, skipping ID generation
2026-03-27 15:08:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c5759ca6-2e02-5e21-bd9f-92202770e623 with scrape type 1
2026-03-27 15:08:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c5759ca6-2e02-5e21-bd9f-92202770e623 sending to next pipeline
2026-03-27 15:08:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c5759ca6-2e02-5e21-bd9f-92202770e623, identifier: 7009945auction111137
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007861%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605864%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_005/780x0__r.jpg?hash=1774605864 not downloaded yet
2026-03-27 15:08:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137
2026-03-27 15:08:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137
2026-03-27 15:08:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c5759ca6-2e02-5e21-bd9f-92202770e623 with identifier: 7009945auction111137 to the API
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009945/photo_001/780x0__r.jpg?hash=1774622267>
{'auction_title': '',
'c_o_2_emission_value': 96,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c5759ca6-2e02-5e21-bd9f-92202770e623',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009945',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '308',
'odometer': 194562,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 308 SW FL'17, Peugeot 308 SW 1.5 BlueHDi 130 S&S EAT8 "
'Allure 5d',
'transmission': 'automatic',
'trim': ", SW FL'17, SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d",
'vin': None,
'year': 2021}
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009945auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [ecarstrade.be] INFO: Saving data for 7009945auction111137: {'created_time': 1774624117.386978, 'last_price_update_time': 1774624117.386994, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009945auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007861%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605864%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_006/780x0__r.jpg?hash=1774605864 not downloaded yet
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007860> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_006/780x0__r.jpg?hash=1774605866> (referer: https://ecarstrade.com/cars/7007862)
2026-03-27 15:08:37 [ecarstrade.be] INFO: Extracting details for car 7007860auction111116
2026-03-27 15:08:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116
2026-03-27 15:08:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac79719-6553-5dff-996b-224067de16cc with scrape type 1
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007860%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605863%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_001/780x0__r.jpg?hash=1774605863 not downloaded yet
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007860%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605863%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_002/780x0__r.jpg?hash=1774605863 not downloaded yet
2026-03-27 15:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_005/780x0__r.jpg?hash=1774605867> (referer: https://ecarstrade.com/cars/7007862)
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007860%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605863%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_003/780x0__r.jpg?hash=1774605863 not downloaded yet
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007860%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605863%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_004/780x0__r.jpg?hash=1774605863 not downloaded yet
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007860%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605864%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_005/780x0__r.jpg?hash=1774605864 not downloaded yet
2026-03-27 15:08:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007860%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605863%27 HTTP/1.1" 200 None
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_006/780x0__r.jpg?hash=1774605863 not downloaded yet
2026-03-27 15:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_004/780x0__r.jpg?hash=1774605866> (referer: https://ecarstrade.com/cars/7007862)
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009901> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_003/780x0__r.jpg?hash=1774605866> (referer: https://ecarstrade.com/cars/7007862)
2026-03-27 15:08:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_002/780x0__r.jpg?hash=1774605866> (referer: https://ecarstrade.com/cars/7007862)
2026-03-27 15:08:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:38 [ecarstrade.be] INFO: Extracting details for car 7009901auction111137
2026-03-27 15:08:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137
2026-03-27 15:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa258438-db5e-5d02-93ca-5cac91448f78 with scrape type 1
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009901%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622159%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_001/780x0__r.jpg?hash=1774622159 not downloaded yet
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009901%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622159%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_002/780x0__r.jpg?hash=1774622159 not downloaded yet
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009901%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622159%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_003/780x0__r.jpg?hash=1774622159 not downloaded yet
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009901%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622159%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_004/780x0__r.jpg?hash=1774622159 not downloaded yet
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009901%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622159%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_005/780x0__r.jpg?hash=1774622159 not downloaded yet
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7009901%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622159%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_006/780x0__r.jpg?hash=1774622159 not downloaded yet
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27a423e9-922d-5feb-8c92-92c9795f93ab
2026-03-27 15:08:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27a423e9-922d-5feb-8c92-92c9795f93ab, skipping ID generation
2026-03-27 15:08:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27a423e9-922d-5feb-8c92-92c9795f93ab with scrape type 1
2026-03-27 15:08:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27a423e9-922d-5feb-8c92-92c9795f93ab sending to next pipeline
2026-03-27 15:08:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27a423e9-922d-5feb-8c92-92c9795f93ab, identifier: 7007862auction111116
2026-03-27 15:08:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116
2026-03-27 15:08:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116
2026-03-27 15:08:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27a423e9-922d-5feb-8c92-92c9795f93ab with identifier: 7007862auction111116 to the API
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007862/photo_002/780x0__r.jpg?hash=1774605866>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '27a423e9-922d-5feb-8c92-92c9795f93ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007862',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 60845,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 T-GDI 150 DCT-7 HYBRID 48V '
'CREATIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 150 DCT-7 HYBRID 48V CREATIVE',
'vin': None,
'year': 2021}
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007862auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:38 [ecarstrade.be] INFO: Saving data for 7007862auction111116: {'created_time': 1774624118.550681, 'last_price_update_time': 1774624118.550692, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007862auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007856> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_003/780x0__r.jpg?hash=1774605866> (referer: https://ecarstrade.com/cars/7007861)
2026-03-27 15:08:41 [ecarstrade.be] INFO: Extracting details for car 7007856auction111116
2026-03-27 15:08:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116
2026-03-27 15:08:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a913602-6469-55e8-9783-a3d49c2f213b with scrape type 1
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007856%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605858%27 HTTP/1.1" 200 None
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_001/780x0__r.jpg?hash=1774605858 not downloaded yet
2026-03-27 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007856%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605858%27 HTTP/1.1" 200 None
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_002/780x0__r.jpg?hash=1774605858 not downloaded yet
2026-03-27 15:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_006/780x0__r.jpg?hash=1774605864> (referer: https://ecarstrade.com/cars/7007861)
2026-03-27 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007856%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605858%27 HTTP/1.1" 200 None
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_003/780x0__r.jpg?hash=1774605858 not downloaded yet
2026-03-27 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007856%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605858%27 HTTP/1.1" 200 None
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_004/780x0__r.jpg?hash=1774605858 not downloaded yet
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007856%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605858%27 HTTP/1.1" 200 None
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_005/780x0__r.jpg?hash=1774605858 not downloaded yet
2026-03-27 15:08:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007856%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605859%27 HTTP/1.1" 200 None
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_006/780x0__r.jpg?hash=1774605859 not downloaded yet
2026-03-27 15:08:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_005/780x0__r.jpg?hash=1774605864> (referer: https://ecarstrade.com/cars/7007861)
2026-03-27 15:08:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_002/780x0__r.jpg?hash=1774605863> (referer: https://ecarstrade.com/cars/7007860)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_006/780x0__r.jpg?hash=1774605863> (referer: https://ecarstrade.com/cars/7007860)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007855> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007854> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_003/780x0__r.jpg?hash=1774605863> (referer: https://ecarstrade.com/cars/7007860)
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_005/780x0__r.jpg?hash=1774605864> (referer: https://ecarstrade.com/cars/7007860)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_004/780x0__r.jpg?hash=1774605863> (referer: https://ecarstrade.com/cars/7007860)
2026-03-27 15:08:42 [ecarstrade.be] INFO: Extracting details for car 7007855auction111116
2026-03-27 15:08:42 [ecarstrade.be] INFO: Extracting details for car 7007854auction111116
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_005/780x0__r.jpg?hash=1774622159> (referer: https://ecarstrade.com/cars/7009901)
2026-03-27 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116
2026-03-27 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with scrape type 1
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007855%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605857%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_001/780x0__r.jpg?hash=1774605857 not downloaded yet
2026-03-27 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116
2026-03-27 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with scrape type 1
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007854%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_001/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_006/780x0__r.jpg?hash=1774622159> (referer: https://ecarstrade.com/cars/7009901)
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007855%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605857%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_002/780x0__r.jpg?hash=1774605857 not downloaded yet
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007854%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_002/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_002/780x0__r.jpg?hash=1774605858> (referer: https://ecarstrade.com/cars/7007856)
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007855%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605857%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_003/780x0__r.jpg?hash=1774605857 not downloaded yet
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007854%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_003/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_006/780x0__r.jpg?hash=1774605859> (referer: https://ecarstrade.com/cars/7007856)
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007855%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605857%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_004/780x0__r.jpg?hash=1774605857 not downloaded yet
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007854%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_004/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_005/780x0__r.jpg?hash=1774605858> (referer: https://ecarstrade.com/cars/7007856)
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007855%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605857%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_005/780x0__r.jpg?hash=1774605857 not downloaded yet
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007854%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_005/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007859> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_004/780x0__r.jpg?hash=1774605858> (referer: https://ecarstrade.com/cars/7007856)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_001/780x0__r.jpg?hash=1774605858> (referer: https://ecarstrade.com/cars/7007856)
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007855%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605857%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_006/780x0__r.jpg?hash=1774605857 not downloaded yet
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007854%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_006/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_003/780x0__r.jpg?hash=1774605858> (referer: https://ecarstrade.com/cars/7007856)
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_002/780x0__r.jpg?hash=1774622159> (referer: https://ecarstrade.com/cars/7009901)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_001/780x0__r.jpg?hash=1774622159> (referer: https://ecarstrade.com/cars/7009901)
2026-03-27 15:08:42 [ecarstrade.be] INFO: Extracting details for car 7007859auction111116
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_002/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007854)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_004/780x0__r.jpg?hash=1774622159> (referer: https://ecarstrade.com/cars/7009901)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_003/780x0__r.jpg?hash=1774622159> (referer: https://ecarstrade.com/cars/7009901)
2026-03-27 15:08:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_001/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007854)
2026-03-27 15:08:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116
2026-03-27 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8289899f-4196-5e0e-a752-fd7750da9bf1 with scrape type 1
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007859%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605861%27 HTTP/1.1" 200 None
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_001/780x0__r.jpg?hash=1774605861 not downloaded yet
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a913602-6469-55e8-9783-a3d49c2f213b
2026-03-27 15:08:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a913602-6469-55e8-9783-a3d49c2f213b, skipping ID generation
2026-03-27 15:08:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a913602-6469-55e8-9783-a3d49c2f213b with scrape type 1
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a913602-6469-55e8-9783-a3d49c2f213b sending to next pipeline
2026-03-27 15:08:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a913602-6469-55e8-9783-a3d49c2f213b, identifier: 7007856auction111116
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116
2026-03-27 15:08:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116
2026-03-27 15:08:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a913602-6469-55e8-9783-a3d49c2f213b with identifier: 7007856auction111116 to the API
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007856/photo_003/780x0__r.jpg?hash=1774605858>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0a913602-6469-55e8-9783-a3d49c2f213b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007856',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 63704,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007856auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [ecarstrade.be] INFO: Saving data for 7007856auction111116: {'created_time': 1774624123.071224, 'last_price_update_time': 1774624123.071238, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007856auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_003/780x0__r.jpg?hash=1774605857> (referer: https://ecarstrade.com/cars/7007855)
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007859%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605861%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_002/780x0__r.jpg?hash=1774605861 not downloaded yet
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_005/780x0__r.jpg?hash=1774605857> (referer: https://ecarstrade.com/cars/7007855)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_005/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007854)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_003/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007854)
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007859%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605861%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_003/780x0__r.jpg?hash=1774605861 not downloaded yet
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fa258438-db5e-5d02-93ca-5cac91448f78
2026-03-27 15:08:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fa258438-db5e-5d02-93ca-5cac91448f78, skipping ID generation
2026-03-27 15:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fa258438-db5e-5d02-93ca-5cac91448f78 with scrape type 1
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fa258438-db5e-5d02-93ca-5cac91448f78 sending to next pipeline
2026-03-27 15:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fa258438-db5e-5d02-93ca-5cac91448f78, identifier: 7009901auction111137
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007859%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605861%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_004/780x0__r.jpg?hash=1774605861 not downloaded yet
2026-03-27 15:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137
2026-03-27 15:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137
2026-03-27 15:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fa258438-db5e-5d02-93ca-5cac91448f78 with identifier: 7009901auction111137 to the API
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009901/photo_003/780x0__r.jpg?hash=1774622159>
{'auction_title': '',
'c_o_2_emission_value': 172,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'fa258438-db5e-5d02-93ca-5cac91448f78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009901',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 258524,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 3,
'seller_name': None,
'title': "Ford, _Trans.Custom FL'18, Ford Transit Custom 340L "
'2.0TD170Pk/125Kw A6 FWD T',
'transmission': 'automatic',
'trim': ", _Trans.Custom FL'18, 340L 2.0TD170Pk/125Kw A6 FWD T",
'vin': None,
'year': 2021}
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009901auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [ecarstrade.be] INFO: Saving data for 7009901auction111137: {'created_time': 1774624123.537127, 'last_price_update_time': 1774624123.537138, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009901auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_004/780x0__r.jpg?hash=1774605857> (referer: https://ecarstrade.com/cars/7007855)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_006/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007854)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_006/780x0__r.jpg?hash=1774605857> (referer: https://ecarstrade.com/cars/7007855)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_004/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007854)
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007859%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605862%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_005/780x0__r.jpg?hash=1774605862 not downloaded yet
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007859%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605862%27 HTTP/1.1" 200 None
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_006/780x0__r.jpg?hash=1774605862 not downloaded yet
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_001/780x0__r.jpg?hash=1774605857> (referer: https://ecarstrade.com/cars/7007855)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_002/780x0__r.jpg?hash=1774605857> (referer: https://ecarstrade.com/cars/7007855)
2026-03-27 15:08:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_004/780x0__r.jpg?hash=1774605864> (referer: https://ecarstrade.com/cars/7007861)
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8
2026-03-27 15:08:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8, skipping ID generation
2026-03-27 15:08:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with scrape type 1
2026-03-27 15:08:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 sending to next pipeline
2026-03-27 15:08:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8, identifier: 7007854auction111116
2026-03-27 15:08:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116
2026-03-27 15:08:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116
2026-03-27 15:08:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8 with identifier: 7007854auction111116 to the API
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007854/photo_004/780x0__r.jpg?hash=1774605856>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '8dcdf137-6d8a-58b6-b80e-b2da4fa9efe8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007854',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 20213,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Executive Electrique 2WD 64kWh BVA',
'transmission': 'automatic',
'trim': 'Executive Electrique 2WD 64kWh BVA',
'vin': None,
'year': 2023}
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007854auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:44 [ecarstrade.be] INFO: Saving data for 7007854auction111116: {'created_time': 1774624124.059143, 'last_price_update_time': 1774624124.059155, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007854auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_001/780x0__r.jpg?hash=1774605863> (referer: https://ecarstrade.com/cars/7007860)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_001/780x0__r.jpg?hash=1774605861> (referer: https://ecarstrade.com/cars/7007859)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_002/780x0__r.jpg?hash=1774605864> (referer: https://ecarstrade.com/cars/7007861)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_001/780x0__r.jpg?hash=1774605864> (referer: https://ecarstrade.com/cars/7007861)
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b
2026-03-27 15:08:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b, skipping ID generation
2026-03-27 15:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with scrape type 1
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b sending to next pipeline
2026-03-27 15:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b, identifier: 7007855auction111116
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007853> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116
2026-03-27 15:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116
2026-03-27 15:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 58d68b4f-7b2a-5583-b1a6-ef26f2e3011b with identifier: 7007855auction111116 to the API
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007855/photo_002/780x0__r.jpg?hash=1774605857>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '58d68b4f-7b2a-5583-b1a6-ef26f2e3011b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007855',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 97294,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Intuitive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Intuitive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007855auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:44 [ecarstrade.be] INFO: Saving data for 7007855auction111116: {'created_time': 1774624124.501785, 'last_price_update_time': 1774624124.501796, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007855auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:44 [ecarstrade.be] INFO: Extracting details for car 7007853auction111116
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_004/780x0__r.jpg?hash=1774605861> (referer: https://ecarstrade.com/cars/7007859)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_003/780x0__r.jpg?hash=1774605861> (referer: https://ecarstrade.com/cars/7007859)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_002/780x0__r.jpg?hash=1774605861> (referer: https://ecarstrade.com/cars/7007859)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_004/780x0__r.jpg?hash=1774622203> (referer: https://ecarstrade.com/cars/7009917)
2026-03-27 15:08:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eac79719-6553-5dff-996b-224067de16cc
2026-03-27 15:08:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eac79719-6553-5dff-996b-224067de16cc, skipping ID generation
2026-03-27 15:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eac79719-6553-5dff-996b-224067de16cc with scrape type 1
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eac79719-6553-5dff-996b-224067de16cc sending to next pipeline
2026-03-27 15:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eac79719-6553-5dff-996b-224067de16cc, identifier: 7007860auction111116
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7b919dff-aaf9-59b1-b66b-14de3c2a177c
2026-03-27 15:08:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7b919dff-aaf9-59b1-b66b-14de3c2a177c, skipping ID generation
2026-03-27 15:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b919dff-aaf9-59b1-b66b-14de3c2a177c with scrape type 1
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7b919dff-aaf9-59b1-b66b-14de3c2a177c sending to next pipeline
2026-03-27 15:08:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b919dff-aaf9-59b1-b66b-14de3c2a177c, identifier: 7007861auction111116
2026-03-27 15:08:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116
2026-03-27 15:08:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with scrape type 1
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007853%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_001/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116
2026-03-27 15:08:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116
2026-03-27 15:08:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eac79719-6553-5dff-996b-224067de16cc with identifier: 7007860auction111116 to the API
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007860/photo_001/780x0__r.jpg?hash=1774605863>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eac79719-6553-5dff-996b-224067de16cc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007860',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 103211,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Santa Fe / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC '
'CREATIVE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC CREATIVE AUTO',
'vin': None,
'year': 2021}
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007860auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [ecarstrade.be] INFO: Saving data for 7007860auction111116: {'created_time': 1774624125.064135, 'last_price_update_time': 1774624125.064148, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007860auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116
2026-03-27 15:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116
2026-03-27 15:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b919dff-aaf9-59b1-b66b-14de3c2a177c with identifier: 7007861auction111116 to the API
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007861/photo_001/780x0__r.jpg?hash=1774605864>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7b919dff-aaf9-59b1-b66b-14de3c2a177c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007861',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Santa Fe',
'odometer': 38410,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 7,
'seller_name': None,
'title': 'HYUNDAI Santa Fe / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC '
'EXECUTIVE AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 T-GDI 265 PHEV HTRAC EXECUTIVE AUTO',
'vin': None,
'year': 2021}
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007861auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [ecarstrade.be] INFO: Saving data for 7007861auction111116: {'created_time': 1774624125.385814, 'last_price_update_time': 1774624125.385825, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007861auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_002/780x0__r.jpg?hash=1774622201> (referer: https://ecarstrade.com/cars/7009917)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_003/780x0__r.jpg?hash=1774622201> (referer: https://ecarstrade.com/cars/7009917)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_006/780x0__r.jpg?hash=1774605862> (referer: https://ecarstrade.com/cars/7007859)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_005/780x0__r.jpg?hash=1774605862> (referer: https://ecarstrade.com/cars/7007859)
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007853%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_002/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_001/780x0__r.jpg?hash=1774622201> (referer: https://ecarstrade.com/cars/7009917)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_005/780x0__r.jpg?hash=1774622181> (referer: https://ecarstrade.com/cars/7009908)
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007853%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_003/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007853%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_004/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:45 [ecarstrade.be] INFO: Found listing with ID: 7007880auction111116
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007880auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [ecarstrade.be] INFO: Scrape type for 7007880auction111116: 1
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_004/780x0__r.jpg?hash=1774622181> (referer: https://ecarstrade.com/cars/7009908)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_003/780x0__r.jpg?hash=1774622183> (referer: https://ecarstrade.com/cars/7009908)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_001/780x0__r.jpg?hash=1774622181> (referer: https://ecarstrade.com/cars/7009908)
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_002/780x0__r.jpg?hash=1774622181> (referer: https://ecarstrade.com/cars/7009908)
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007853%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_005/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:45 [ecarstrade.be] INFO: Found listing with ID: 7007884auction111116
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007884auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [ecarstrade.be] INFO: Scrape type for 7007884auction111116: 1
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_004/780x0__r.jpg?hash=1774622271> (referer: https://ecarstrade.com/cars/7009946)
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007853%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605856%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_006/780x0__r.jpg?hash=1774605856 not downloaded yet
2026-03-27 15:08:45 [ecarstrade.be] INFO: Found listing with ID: 7007885auction111116
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007885auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:45 [ecarstrade.be] INFO: Scrape type for 7007885auction111116: 1
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8289899f-4196-5e0e-a752-fd7750da9bf1
2026-03-27 15:08:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8289899f-4196-5e0e-a752-fd7750da9bf1, skipping ID generation
2026-03-27 15:08:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8289899f-4196-5e0e-a752-fd7750da9bf1 with scrape type 1
2026-03-27 15:08:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8289899f-4196-5e0e-a752-fd7750da9bf1 sending to next pipeline
2026-03-27 15:08:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8289899f-4196-5e0e-a752-fd7750da9bf1, identifier: 7007859auction111116
2026-03-27 15:08:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_005/780x0__r.jpg?hash=1774622271> (referer: https://ecarstrade.com/cars/7009946)
2026-03-27 15:08:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116
2026-03-27 15:08:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116
2026-03-27 15:08:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8289899f-4196-5e0e-a752-fd7750da9bf1 with identifier: 7007859auction111116 to the API
2026-03-27 15:08:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007859/photo_005/780x0__r.jpg?hash=1774605862>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8289899f-4196-5e0e-a752-fd7750da9bf1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007859',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 27146,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona N Line Executive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'N Line Executive Hybrid 2WD 1.6 T-GDI 140CV BVA6 E6d',
'vin': None,
'year': 2024}
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007859auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:46 [ecarstrade.be] INFO: Saving data for 7007859auction111116: {'created_time': 1774624126.066009, 'last_price_update_time': 1774624126.066021, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007859auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_003/780x0__r.jpg?hash=1774622272> (referer: https://ecarstrade.com/cars/7009946)
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_002/780x0__r.jpg?hash=1774622271> (referer: https://ecarstrade.com/cars/7009946)
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_001/780x0__r.jpg?hash=1774622272> (referer: https://ecarstrade.com/cars/7009946)
2026-03-27 15:08:46 [ecarstrade.be] INFO: Found listing with ID: 7007887auction111116
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007887auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:46 [ecarstrade.be] INFO: Scrape type for 7007887auction111116: 1
2026-03-27 15:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99
2026-03-27 15:08:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99, skipping ID generation
2026-03-27 15:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with scrape type 1
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 sending to next pipeline
2026-03-27 15:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99, identifier: 7009917auction111137
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_005/780x0__r.jpg?hash=1774622323> (referer: https://ecarstrade.com/cars/7009966)
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_001/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007853)
2026-03-27 15:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137
2026-03-27 15:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137
2026-03-27 15:08:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 20fb135b-b8ab-56ba-a41a-8a6a781a6a99 with identifier: 7009917auction111137 to the API
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009917/photo_001/780x0__r.jpg?hash=1774622201>
{'auction_title': '',
'c_o_2_emission_value': 151,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '20fb135b-b8ab-56ba-a41a-8a6a781a6a99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009917',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 160105,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'MERCEDES-BENZ CITAN 109 FOURGON MWB DIESEL 1.5 CDI A2 95 BE Perfect '
'Tool S/S (EU6d-T) 5d',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ CITAN 109 FOURGON MWB DIESEL 1.5 CDI A2 95 BE Perfect '
'Tool S/S (EU6d-T) 5d',
'vin': None,
'year': 2020}
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009917auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:46 [ecarstrade.be] INFO: Saving data for 7009917auction111137: {'created_time': 1774624126.492508, 'last_price_update_time': 1774624126.492519, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009917auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:46 [ecarstrade.be] INFO: Found listing with ID: 7007888auction111116
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007888auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:46 [ecarstrade.be] INFO: Scrape type for 7007888auction111116: 1
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_005/780x0__r.jpg?hash=1774622243> (referer: https://ecarstrade.com/cars/7009937)
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_004/780x0__r.jpg?hash=1774622244> (referer: https://ecarstrade.com/cars/7009937)
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007852> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 053f1637-6f41-53d6-b89d-610be947945c
2026-03-27 15:08:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 053f1637-6f41-53d6-b89d-610be947945c, skipping ID generation
2026-03-27 15:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 053f1637-6f41-53d6-b89d-610be947945c with scrape type 1
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 053f1637-6f41-53d6-b89d-610be947945c sending to next pipeline
2026-03-27 15:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 053f1637-6f41-53d6-b89d-610be947945c, identifier: 7009908auction111137
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 01419135-335f-560d-98a4-c33217a8cfbf
2026-03-27 15:08:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 01419135-335f-560d-98a4-c33217a8cfbf, skipping ID generation
2026-03-27 15:08:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 01419135-335f-560d-98a4-c33217a8cfbf with scrape type 1
2026-03-27 15:08:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 01419135-335f-560d-98a4-c33217a8cfbf sending to next pipeline
2026-03-27 15:08:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 01419135-335f-560d-98a4-c33217a8cfbf, identifier: 7009946auction111137
2026-03-27 15:08:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_002/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007853)
2026-03-27 15:08:46 [ecarstrade.be] INFO: Extracting details for car 7007852auction111116
2026-03-27 15:08:46 [ecarstrade.be] INFO: Found listing with ID: 7007890auction111116
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007890auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:46 [ecarstrade.be] INFO: Scrape type for 7007890auction111116: 1
2026-03-27 15:08:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137
2026-03-27 15:08:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137
2026-03-27 15:08:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 053f1637-6f41-53d6-b89d-610be947945c with identifier: 7009908auction111137 to the API
2026-03-27 15:08:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009908/photo_002/780x0__r.jpg?hash=1774622181>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '053f1637-6f41-53d6-b89d-610be947945c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009908',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Kia',
'model': "cee'd",
'odometer': 216088,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Kia, Ceed SW FL'21, KIA cee'd Sportswagon Pulse 1.6 CRDi 136 MHEV "
'e-cl',
'transmission': 'manual',
'trim': ", Ceed SW FL'21, KIA Sportswagon Pulse 1.6 CRDi 136 MHEV e-cl",
'vin': None,
'year': 2022}
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009908auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Saving data for 7009908auction111137: {'created_time': 1774624127.132004, 'last_price_update_time': 1774624127.132018, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009908auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137
2026-03-27 15:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137
2026-03-27 15:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 01419135-335f-560d-98a4-c33217a8cfbf with identifier: 7009946auction111137 to the API
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009946/photo_001/780x0__r.jpg?hash=1774622272>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '01419135-335f-560d-98a4-c33217a8cfbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009946',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 57597,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.5 BlueHDi 130 DPF S&S Active 5d',
'transmission': 'manual',
'trim': 'SW 1.5 BlueHDi 130 DPF S&S Active 5d',
'vin': None,
'year': 2020}
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009946auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Saving data for 7009946auction111137: {'created_time': 1774624127.455365, 'last_price_update_time': 1774624127.455375, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009946auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_004/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007853)
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007892auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007892auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007892auction111116: 1
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116
2026-03-27 15:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with scrape type 1
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007852%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605855%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_001/780x0__r.jpg?hash=1774605855 not downloaded yet
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_003/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007853)
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007893auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007893auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007893auction111116: 1
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007852%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605855%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_002/780x0__r.jpg?hash=1774605855 not downloaded yet
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_005/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007853)
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_006/780x0__r.jpg?hash=1774605856> (referer: https://ecarstrade.com/cars/7007853)
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007894auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007894auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007894auction111116: 1
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007852%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605855%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_003/780x0__r.jpg?hash=1774605855 not downloaded yet
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007895auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007895auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007895auction111116: 1
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007852%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605855%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_004/780x0__r.jpg?hash=1774605855 not downloaded yet
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_003/780x0__r.jpg?hash=1774622323> (referer: https://ecarstrade.com/cars/7009966)
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007896auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007896auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007896auction111116: 1
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007852%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605855%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_005/780x0__r.jpg?hash=1774605855 not downloaded yet
2026-03-27 15: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-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_003/780x0__r.jpg?hash=1774622243> (referer: https://ecarstrade.com/cars/7009937)
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007898auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007898auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007898auction111116: 1
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007852%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605855%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_006/780x0__r.jpg?hash=1774605855 not downloaded yet
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_002/780x0__r.jpg?hash=1774622323> (referer: https://ecarstrade.com/cars/7009966)
2026-03-27 15: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-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007899auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007899auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007899auction111116: 1
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb
2026-03-27 15:08:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb, skipping ID generation
2026-03-27 15:08:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with scrape type 1
2026-03-27 15:08:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e5e40ba-cb48-5d08-b92c-34d4614b01cb sending to next pipeline
2026-03-27 15:08:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb, identifier: 7007853auction111116
2026-03-27 15:08:47 [ecarstrade.be] INFO: Found listing with ID: 7007900auction111116
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007900auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:47 [ecarstrade.be] INFO: Scrape type for 7007900auction111116: 1
2026-03-27 15:08:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116
2026-03-27 15:08:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116
2026-03-27 15:08:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e5e40ba-cb48-5d08-b92c-34d4614b01cb with identifier: 7007853auction111116 to the API
2026-03-27 15:08:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007853/photo_006/780x0__r.jpg?hash=1774605856>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4e5e40ba-cb48-5d08-b92c-34d4614b01cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007853',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 77047,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Kona / 2020 / 5P / SUV 1.6 HYBRID 141 BUSINESS HEV',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 HYBRID 141 BUSINESS HEV',
'vin': None,
'year': 2022}
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007853auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Saving data for 7007853auction111116: {'created_time': 1774624128.159375, 'last_price_update_time': 1774624128.159387, 'auction_closing_time': 1774867200.0}
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007853auction111116') HTTP/1.1" 204 0
2026-03-27 15:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_002/780x0__r.jpg?hash=1774622243> (referer: https://ecarstrade.com/cars/7009937)
2026-03-27 15:08:48 [ecarstrade.be] INFO: Found listing with ID: 7007901auction111116
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007901auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Scrape type for 7007901auction111116: 1
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 78f8c3cb-511e-5b68-9a3a-2defd6358b31
2026-03-27 15:08:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 78f8c3cb-511e-5b68-9a3a-2defd6358b31, skipping ID generation
2026-03-27 15:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with scrape type 1
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 78f8c3cb-511e-5b68-9a3a-2defd6358b31 sending to next pipeline
2026-03-27 15:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78f8c3cb-511e-5b68-9a3a-2defd6358b31, identifier: 7009966auction111137
2026-03-27 15:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137
2026-03-27 15:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137
2026-03-27 15:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78f8c3cb-511e-5b68-9a3a-2defd6358b31 with identifier: 7009966auction111137 to the API
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15: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-27 15:08:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009966/photo_002/780x0__r.jpg?hash=1774622323>
{'auction_title': '',
'c_o_2_emission_value': 243,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '78f8c3cb-511e-5b68-9a3a-2defd6358b31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009966',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 216794,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 3,
'seller_name': None,
'title': "Peugeot, _Boxer '14, Peugeot Boxer 2.2 BlueHDi S&S 140 Premium 335 "
'L2H2',
'transmission': 'manual',
'trim': ", _ '14, 2.2 BlueHDi S&S 140 Premium 335 L2H2",
'vin': None,
'year': 2021}
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009966auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Saving data for 7009966auction111137: {'created_time': 1774624128.657567, 'last_price_update_time': 1774624128.657579, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009966auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_001/780x0__r.jpg?hash=1774622244> (referer: https://ecarstrade.com/cars/7009937)
2026-03-27 15:08:48 [ecarstrade.be] INFO: Found listing with ID: 7007902auction111116
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007902auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Scrape type for 7007902auction111116: 1
2026-03-27 15: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-27 15:08:48 [ecarstrade.be] INFO: Found listing with ID: 7007903auction111116
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007903auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Scrape type for 7007903auction111116: 1
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:48 [ecarstrade.be] INFO: Found listing with ID: 7007906auction111116
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007906auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Scrape type for 7007906auction111116: 1
2026-03-27 15:08:48 [ecarstrade.be] INFO: Found listing with ID: 7007908auction111116
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007908auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Scrape type for 7007908auction111116: 1
2026-03-27 15:08:48 [ecarstrade.be] INFO: Found listing with ID: 7007914auction111116
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007914auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:48 [ecarstrade.be] INFO: Scrape type for 7007914auction111116: 1
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 74987228-b3ef-5e72-9300-8d5a7c699f37
2026-03-27 15:08:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 74987228-b3ef-5e72-9300-8d5a7c699f37, skipping ID generation
2026-03-27 15:08:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74987228-b3ef-5e72-9300-8d5a7c699f37 with scrape type 1
2026-03-27 15:08:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 74987228-b3ef-5e72-9300-8d5a7c699f37 sending to next pipeline
2026-03-27 15:08:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74987228-b3ef-5e72-9300-8d5a7c699f37, identifier: 7009937auction111137
2026-03-27 15:08:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137
2026-03-27 15:08:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137
2026-03-27 15:08:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74987228-b3ef-5e72-9300-8d5a7c699f37 with identifier: 7009937auction111137 to the API
2026-03-27 15:08:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:08:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:08:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009937/photo_001/780x0__r.jpg?hash=1774622244>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '74987228-b3ef-5e72-9300-8d5a7c699f37',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009937',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Opel',
'model': 'Mokka',
'odometer': 158635,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': "Opel, Mokka '20, Opel Mokka 1.2 Turbo 74kW S/S GS Line 5d",
'transmission': 'manual',
'trim': ", '20, 1.2 Turbo 74kW S/S GS Line 5d",
'vin': None,
'year': 2022}
2026-03-27 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009937auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:08:49 [ecarstrade.be] INFO: Saving data for 7009937auction111137: {'created_time': 1774624129.215231, 'last_price_update_time': 1774624129.215242, 'auction_closing_time': 1774865400.0}
2026-03-27 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009937auction111137') HTTP/1.1" 204 0
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_001/780x0__r.jpg?hash=1774605855> (referer: https://ecarstrade.com/cars/7007852)
2026-03-27 15:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007917auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007917auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007917auction111116: 1
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007885> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007919auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007919auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007919auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007920auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007920auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007920auction111116: 1
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007921auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007921auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007921auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007922auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007922auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007922auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Extracting details for car 7007885auction111116
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007924auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007924auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007924auction111116: 1
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_002/780x0__r.jpg?hash=1774605855> (referer: https://ecarstrade.com/cars/7007852)
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007926auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007926auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007926auction111116: 1
2026-03-27 15:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116
2026-03-27 15:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with scrape type 1
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007885%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_001/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007928auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007928auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007928auction111116: 1
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007885%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605910%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_002/780x0__r.jpg?hash=1774605910 not downloaded yet
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007929auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007929auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007929auction111116: 1
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007885%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605910%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_003/780x0__r.jpg?hash=1774605910 not downloaded yet
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007932auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007932auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007932auction111116: 1
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007885%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_004/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_004/780x0__r.jpg?hash=1774605855> (referer: https://ecarstrade.com/cars/7007852)
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007933auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007933auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007933auction111116: 1
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007885%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605909%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_005/780x0__r.jpg?hash=1774605909 not downloaded yet
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007936auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007936auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007936auction111116: 1
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007885%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605909%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_006/780x0__r.jpg?hash=1774605909 not downloaded yet
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007937auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007937auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007937auction111116: 1
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_005/780x0__r.jpg?hash=1774605855> (referer: https://ecarstrade.com/cars/7007852)
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007938auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007938auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007938auction111116: 1
2026-03-27 15:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007939auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007939auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007939auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007940auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007940auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007940auction111116: 1
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007941auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007941auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007941auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007942auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007942auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007942auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007943auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007943auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007943auction111116: 1
2026-03-27 15:08:54 [ecarstrade.be] INFO: Found listing with ID: 7007944auction111116
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007944auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [ecarstrade.be] INFO: Scrape type for 7007944auction111116: 1
2026-03-27 15:08:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007884> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:08:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:54 [ecarstrade.be] INFO: Extracting details for car 7007884auction111116
2026-03-27 15:08:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116
2026-03-27 15:08:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a8d880f-76a9-5eb5-b531-357e598a32b8 with scrape type 1
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007884%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_001/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007884%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_002/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007880> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007884%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_003/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007884%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_004/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007884%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_005/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007884%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605908%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_006/780x0__r.jpg?hash=1774605908 not downloaded yet
2026-03-27 15:08:55 [ecarstrade.be] INFO: Extracting details for car 7007880auction111116
2026-03-27 15:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116
2026-03-27 15:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with scrape type 1
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007880%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605901%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_001/780x0__r.jpg?hash=1774605901 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007880%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605901%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_002/780x0__r.jpg?hash=1774605901 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007880%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605901%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_003/780x0__r.jpg?hash=1774605901 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007880%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605901%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_004/780x0__r.jpg?hash=1774605901 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007880%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605901%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_005/780x0__r.jpg?hash=1774605901 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007880%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605901%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_006/780x0__r.jpg?hash=1774605901 not downloaded yet
2026-03-27 15:08:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007887> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:55 [ecarstrade.be] INFO: Extracting details for car 7007887auction111116
2026-03-27 15:08:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116
2026-03-27 15:08:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b28aa88-b9e4-5325-bf26-cf3a701af758 with scrape type 1
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007887%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605911%27 HTTP/1.1" 200 None
2026-03-27 15:08:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_001/780x0__r.jpg?hash=1774605911 not downloaded yet
2026-03-27 15:08:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007887%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605912%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_002/780x0__r.jpg?hash=1774605912 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007887%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605912%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_003/780x0__r.jpg?hash=1774605912 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007887%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605912%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_004/780x0__r.jpg?hash=1774605912 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007887%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605912%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_005/780x0__r.jpg?hash=1774605912 not downloaded yet
2026-03-27 15:08:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007850> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007887%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605912%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_006/780x0__r.jpg?hash=1774605912 not downloaded yet
2026-03-27 15:08:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007888> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:08:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:08:56 [ecarstrade.be] INFO: Extracting details for car 7007850auction111116
2026-03-27 15:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116
2026-03-27 15:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with scrape type 1
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007850%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605852%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_001/780x0__r.jpg?hash=1774605852 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007850%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605852%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_002/780x0__r.jpg?hash=1774605852 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007850%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605852%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_003/780x0__r.jpg?hash=1774605852 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007850%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605852%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_004/780x0__r.jpg?hash=1774605852 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007850%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605852%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_005/780x0__r.jpg?hash=1774605852 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007850%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605852%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_006/780x0__r.jpg?hash=1774605852 not downloaded yet
2026-03-27 15:08:56 [ecarstrade.be] INFO: Extracting details for car 7007888auction111116
2026-03-27 15:08:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116
2026-03-27 15:08:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dde6ba5-9634-5c9d-b46b-a453314975e6 with scrape type 1
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007888%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605913%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_001/780x0__r.jpg?hash=1774605913 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007888%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605913%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_002/780x0__r.jpg?hash=1774605913 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007888%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605913%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_003/780x0__r.jpg?hash=1774605913 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007888%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605913%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_004/780x0__r.jpg?hash=1774605913 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007888%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605913%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_005/780x0__r.jpg?hash=1774605913 not downloaded yet
2026-03-27 15:08:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:08: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%252F7007888%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605913%27 HTTP/1.1" 200 None
2026-03-27 15:08:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_006/780x0__r.jpg?hash=1774605913 not downloaded yet
2026-03-27 15:09:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007892> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:01 [ecarstrade.be] INFO: Extracting details for car 7007892auction111116
2026-03-27 15:09:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116
2026-03-27 15:09:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ae12ede-7077-5512-8cc7-b837da883cae with scrape type 1
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007892%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_001/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007892%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_002/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007892%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_003/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007892%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_004/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007892%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_005/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:09:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007892%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:09:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_006/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007917> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:02 [ecarstrade.be] INFO: Extracting details for car 7007917auction111116
2026-03-27 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_003/780x0__r.jpg?hash=1774605910> (referer: https://ecarstrade.com/cars/7007885)
2026-03-27 15:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116
2026-03-27 15:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ded9a5c-e560-545a-862d-7eda232b3e0c with scrape type 1
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007917%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605958%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_001/780x0__r.jpg?hash=1774605958 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007917%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605959%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_002/780x0__r.jpg?hash=1774605959 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007917%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605959%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_003/780x0__r.jpg?hash=1774605959 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007917%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605960%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_004/780x0__r.jpg?hash=1774605960 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007917%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605959%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_005/780x0__r.jpg?hash=1774605959 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007917%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605959%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_006/780x0__r.jpg?hash=1774605959 not downloaded yet
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:09:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007899> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:02 [ecarstrade.be] INFO: Extracting details for car 7007899auction111116
2026-03-27 15:09:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116
2026-03-27 15:09:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 266ce6f4-d37e-59ef-a73c-923fe08ff89b with scrape type 1
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007899%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605922%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_001/780x0__r.jpg?hash=1774605922 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007899%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605922%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_002/780x0__r.jpg?hash=1774605922 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007899%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605922%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_003/780x0__r.jpg?hash=1774605922 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007899%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605922%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_004/780x0__r.jpg?hash=1774605922 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007899%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605922%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_005/780x0__r.jpg?hash=1774605922 not downloaded yet
2026-03-27 15:09:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007899%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605922%27 HTTP/1.1" 200 None
2026-03-27 15:09:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_006/780x0__r.jpg?hash=1774605922 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007914> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_002/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007884)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007908> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:03 [ecarstrade.be] INFO: Extracting details for car 7007914auction111116
2026-03-27 15:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116
2026-03-27 15:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec711f06-fca6-5353-9125-488ec27936ff with scrape type 1
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007914%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605951%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_001/780x0__r.jpg?hash=1774605951 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_005/780x0__r.jpg?hash=1774605912> (referer: https://ecarstrade.com/cars/7007887)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007914%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605951%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_002/780x0__r.jpg?hash=1774605951 not downloaded yet
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007914%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605951%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_003/780x0__r.jpg?hash=1774605951 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_006/780x0__r.jpg?hash=1774605901> (referer: https://ecarstrade.com/cars/7007880)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007914%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605952%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_004/780x0__r.jpg?hash=1774605952 not downloaded yet
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007914%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605951%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_005/780x0__r.jpg?hash=1774605951 not downloaded yet
2026-03-27 15:09:03 [ecarstrade.be] INFO: Extracting details for car 7007908auction111116
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007914%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605951%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_006/780x0__r.jpg?hash=1774605951 not downloaded yet
2026-03-27 15:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116
2026-03-27 15:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with scrape type 1
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007908%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605937%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_001/780x0__r.jpg?hash=1774605937 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_006/780x0__r.jpg?hash=1774605913> (referer: https://ecarstrade.com/cars/7007888)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_006/780x0__r.jpg?hash=1774605912> (referer: https://ecarstrade.com/cars/7007887)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007908%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605937%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_002/780x0__r.jpg?hash=1774605937 not downloaded yet
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007908%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605937%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_003/780x0__r.jpg?hash=1774605937 not downloaded yet
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007908%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605937%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_004/780x0__r.jpg?hash=1774605937 not downloaded yet
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007908%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605938%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_005/780x0__r.jpg?hash=1774605938 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_006/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007892)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007908%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605938%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_006/780x0__r.jpg?hash=1774605938 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007901> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_005/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007892)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_006/780x0__r.jpg?hash=1774605959> (referer: https://ecarstrade.com/cars/7007917)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_006/780x0__r.jpg?hash=1774605922> (referer: https://ecarstrade.com/cars/7007899)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_004/780x0__r.jpg?hash=1774605922> (referer: https://ecarstrade.com/cars/7007899)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:03 [ecarstrade.be] INFO: Extracting details for car 7007901auction111116
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_005/780x0__r.jpg?hash=1774605922> (referer: https://ecarstrade.com/cars/7007899)
2026-03-27 15:09:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116
2026-03-27 15:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7eddfbf-84d7-53f9-a705-c36b7377af25 with scrape type 1
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007901%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_001/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_001/780x0__r.jpg?hash=1774605951> (referer: https://ecarstrade.com/cars/7007914)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007901%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_002/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_003/780x0__r.jpg?hash=1774605951> (referer: https://ecarstrade.com/cars/7007914)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007901%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_003/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007901%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_004/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_006/780x0__r.jpg?hash=1774605951> (referer: https://ecarstrade.com/cars/7007914)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_005/780x0__r.jpg?hash=1774605951> (referer: https://ecarstrade.com/cars/7007914)
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007901%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_005/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007901%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_006/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_005/780x0__r.jpg?hash=1774605938> (referer: https://ecarstrade.com/cars/7007908)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_006/780x0__r.jpg?hash=1774605938> (referer: https://ecarstrade.com/cars/7007908)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_004/780x0__r.jpg?hash=1774605937> (referer: https://ecarstrade.com/cars/7007908)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_003/780x0__r.jpg?hash=1774605937> (referer: https://ecarstrade.com/cars/7007908)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_002/780x0__r.jpg?hash=1774605937> (referer: https://ecarstrade.com/cars/7007908)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_004/780x0__r.jpg?hash=1774605952> (referer: https://ecarstrade.com/cars/7007914)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_001/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007901)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_001/780x0__r.jpg?hash=1774605937> (referer: https://ecarstrade.com/cars/7007908)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_002/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007901)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_004/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007901)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_006/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007901)
2026-03-27 15:09:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_003/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007901)
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6
2026-03-27 15:09:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6, skipping ID generation
2026-03-27 15:09:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with scrape type 1
2026-03-27 15:09:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 sending to next pipeline
2026-03-27 15:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6, identifier: 7007908auction111116
2026-03-27 15:09:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116
2026-03-27 15:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116
2026-03-27 15:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6 with identifier: 7007908auction111116 to the API
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007908/photo_001/780x0__r.jpg?hash=1774605937>
{'auction_title': '',
'c_o_2_emission_value': 11,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '45f5c0d1-1c3b-56c7-95ee-a3b590c0ffc6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007908',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLC 300',
'odometer': 38929,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLC / 2022 / 5P / SUV GLC 300 de Business Line 4MATIC',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLC / 2022 / 5P / SUV de Business Line 4MATIC',
'vin': None,
'year': 2024}
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007908auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:04 [ecarstrade.be] INFO: Saving data for 7007908auction111116: {'created_time': 1774624144.370786, 'last_price_update_time': 1774624144.370799, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007908auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_002/780x0__r.jpg?hash=1774605951> (referer: https://ecarstrade.com/cars/7007914)
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_005/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007901)
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_003/780x0__r.jpg?hash=1774605922> (referer: https://ecarstrade.com/cars/7007899)
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007896> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_002/780x0__r.jpg?hash=1774605922> (referer: https://ecarstrade.com/cars/7007899)
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_005/780x0__r.jpg?hash=1774605959> (referer: https://ecarstrade.com/cars/7007917)
2026-03-27 15:09:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ec711f06-fca6-5353-9125-488ec27936ff
2026-03-27 15:09:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ec711f06-fca6-5353-9125-488ec27936ff, skipping ID generation
2026-03-27 15:09:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ec711f06-fca6-5353-9125-488ec27936ff with scrape type 1
2026-03-27 15:09:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ec711f06-fca6-5353-9125-488ec27936ff sending to next pipeline
2026-03-27 15:09:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ec711f06-fca6-5353-9125-488ec27936ff, identifier: 7007914auction111116
2026-03-27 15:09:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_001/780x0__r.jpg?hash=1774605922> (referer: https://ecarstrade.com/cars/7007899)
2026-03-27 15:09:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116
2026-03-27 15:09:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116
2026-03-27 15:09:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ec711f06-fca6-5353-9125-488ec27936ff with identifier: 7007914auction111116 to the API
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007914/photo_002/780x0__r.jpg?hash=1774605951>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ec711f06-fca6-5353-9125-488ec27936ff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007914',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 45637,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 4,
'seller_name': None,
'title': 'MINI Mini / 2021 / 3P / Berline Cooper SE Finition MINI Yours 184 '
'ch BVA',
'transmission': 'automatic',
'trim': 'MINI / 2021 / 3P / Berline Finition MINI Yours 184 ch BVA',
'vin': None,
'year': 2021}
2026-03-27 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007914auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:05 [ecarstrade.be] INFO: Saving data for 7007914auction111116: {'created_time': 1774624145.009154, 'last_price_update_time': 1774624145.009165, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007914auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_004/780x0__r.jpg?hash=1774605960> (referer: https://ecarstrade.com/cars/7007917)
2026-03-27 15:09:05 [ecarstrade.be] INFO: Extracting details for car 7007896auction111116
2026-03-27 15:09:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7eddfbf-84d7-53f9-a705-c36b7377af25
2026-03-27 15:09:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7eddfbf-84d7-53f9-a705-c36b7377af25, skipping ID generation
2026-03-27 15:09:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7eddfbf-84d7-53f9-a705-c36b7377af25 with scrape type 1
2026-03-27 15:09:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7eddfbf-84d7-53f9-a705-c36b7377af25 sending to next pipeline
2026-03-27 15:09:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7eddfbf-84d7-53f9-a705-c36b7377af25, identifier: 7007901auction111116
2026-03-27 15:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_003/780x0__r.jpg?hash=1774605959> (referer: https://ecarstrade.com/cars/7007917)
2026-03-27 15:09:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_002/780x0__r.jpg?hash=1774605959> (referer: https://ecarstrade.com/cars/7007917)
2026-03-27 15:09:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116
2026-03-27 15:09:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116
2026-03-27 15:09:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7eddfbf-84d7-53f9-a705-c36b7377af25 with identifier: 7007901auction111116 to the API
2026-03-27 15:09:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007901/photo_005/780x0__r.jpg?hash=1774605929>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e7eddfbf-84d7-53f9-a705-c36b7377af25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007901',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 33085,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDESBENZ Classe A Compact 2018 5P Berline A 250 e Business '
'Line 8GDCT',
'transmission': 'automatic',
'trim': 'MERCEDESBENZ Classe A Compact 2018 5P Berline A 250 e Business '
'Line 8GDCT',
'vin': None,
'year': 2021}
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007901auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [ecarstrade.be] INFO: Saving data for 7007901auction111116: {'created_time': 1774624146.165581, 'last_price_update_time': 1774624146.165591, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007901auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116
2026-03-27 15:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with scrape type 1
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007896%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_001/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 266ce6f4-d37e-59ef-a73c-923fe08ff89b
2026-03-27 15:09:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 266ce6f4-d37e-59ef-a73c-923fe08ff89b, skipping ID generation
2026-03-27 15:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 266ce6f4-d37e-59ef-a73c-923fe08ff89b with scrape type 1
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 266ce6f4-d37e-59ef-a73c-923fe08ff89b sending to next pipeline
2026-03-27 15:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 266ce6f4-d37e-59ef-a73c-923fe08ff89b, identifier: 7007899auction111116
2026-03-27 15:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116
2026-03-27 15:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116
2026-03-27 15:09:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 266ce6f4-d37e-59ef-a73c-923fe08ff89b with identifier: 7007899auction111116 to the API
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007899/photo_001/780x0__r.jpg?hash=1774605922>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '266ce6f4-d37e-59ef-a73c-923fe08ff89b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007899',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 97992,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé CLA 250 e AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé e AMG Line',
'vin': None,
'year': 2021}
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007899auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [ecarstrade.be] INFO: Saving data for 7007899auction111116: {'created_time': 1774624146.60569, 'last_price_update_time': 1774624146.605703, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007899auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_004/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007892)
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_001/780x0__r.jpg?hash=1774605958> (referer: https://ecarstrade.com/cars/7007917)
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007896%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_002/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_003/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007892)
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_002/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007892)
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007896%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605921%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_003/780x0__r.jpg?hash=1774605921 not downloaded yet
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007896%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605921%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_004/780x0__r.jpg?hash=1774605921 not downloaded yet
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007896%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_005/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_005/780x0__r.jpg?hash=1774605913> (referer: https://ecarstrade.com/cars/7007888)
2026-03-27 15:09:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007896%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_006/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_004/780x0__r.jpg?hash=1774605913> (referer: https://ecarstrade.com/cars/7007888)
2026-03-27 15:09:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_003/780x0__r.jpg?hash=1774605913> (referer: https://ecarstrade.com/cars/7007888)
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9ded9a5c-e560-545a-862d-7eda232b3e0c
2026-03-27 15:09:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ded9a5c-e560-545a-862d-7eda232b3e0c, skipping ID generation
2026-03-27 15:09:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ded9a5c-e560-545a-862d-7eda232b3e0c with scrape type 1
2026-03-27 15:09:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ded9a5c-e560-545a-862d-7eda232b3e0c sending to next pipeline
2026-03-27 15:09:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ded9a5c-e560-545a-862d-7eda232b3e0c, identifier: 7007917auction111116
2026-03-27 15:09:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116
2026-03-27 15:09:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116
2026-03-27 15:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ded9a5c-e560-545a-862d-7eda232b3e0c with identifier: 7007917auction111116 to the API
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007917/photo_001/780x0__r.jpg?hash=1774605958>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9ded9a5c-e560-545a-862d-7eda232b3e0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007917',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Juke',
'odometer': 48405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Juke 2019 5P Crossover Hybrid 143 Business',
'transmission': 'automatic',
'trim': 'NISSAN 2019 5P Crossover Hybrid 143 Business',
'vin': None,
'year': 2023}
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007917auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:07 [ecarstrade.be] INFO: Saving data for 7007917auction111116: {'created_time': 1774624147.230574, 'last_price_update_time': 1774624147.230585, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007917auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_001/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007892)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_001/780x0__r.jpg?hash=1774605913> (referer: https://ecarstrade.com/cars/7007888)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_002/780x0__r.jpg?hash=1774605913> (referer: https://ecarstrade.com/cars/7007888)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_006/780x0__r.jpg?hash=1774605852> (referer: https://ecarstrade.com/cars/7007850)
2026-03-27 15:09:07 [scrapy.extensions.logstats] INFO: Crawled 609 pages (at 54 pages/min), scraped 455 items (at 37 items/min)
2026-03-27 15:09:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_005/780x0__r.jpg?hash=1774605852> (referer: https://ecarstrade.com/cars/7007850)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_004/780x0__r.jpg?hash=1774605852> (referer: https://ecarstrade.com/cars/7007850)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_001/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007896)
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1ae12ede-7077-5512-8cc7-b837da883cae
2026-03-27 15:09:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1ae12ede-7077-5512-8cc7-b837da883cae, skipping ID generation
2026-03-27 15:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1ae12ede-7077-5512-8cc7-b837da883cae with scrape type 1
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1ae12ede-7077-5512-8cc7-b837da883cae sending to next pipeline
2026-03-27 15:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1ae12ede-7077-5512-8cc7-b837da883cae, identifier: 7007892auction111116
2026-03-27 15:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116
2026-03-27 15:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116
2026-03-27 15:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1ae12ede-7077-5512-8cc7-b837da883cae with identifier: 7007892auction111116 to the API
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007892/photo_001/780x0__r.jpg?hash=1774605917>
{'auction_title': '',
'c_o_2_emission_value': 38,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1ae12ede-7077-5512-8cc7-b837da883cae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007892',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'XCeed',
'odometer': 50847,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA XCeed / 2019 / 5P / Crossover 1.6 GDI ISG ISG PHEV PREMIUM DCT6',
'transmission': 'automatic',
'trim': 'KIA / 2019 / 5P / Crossover 1.6 GDI ISG ISG PHEV PREMIUM DCT6',
'vin': None,
'year': 2022}
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007892auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:07 [ecarstrade.be] INFO: Saving data for 7007892auction111116: {'created_time': 1774624147.766971, 'last_price_update_time': 1774624147.766981, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007892auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_002/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007896)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_003/780x0__r.jpg?hash=1774605852> (referer: https://ecarstrade.com/cars/7007850)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_005/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007896)
2026-03-27 15:09:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_006/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007896)
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1dde6ba5-9634-5c9d-b46b-a453314975e6
2026-03-27 15:09:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dde6ba5-9634-5c9d-b46b-a453314975e6, skipping ID generation
2026-03-27 15:09:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dde6ba5-9634-5c9d-b46b-a453314975e6 with scrape type 1
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1dde6ba5-9634-5c9d-b46b-a453314975e6 sending to next pipeline
2026-03-27 15:09:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dde6ba5-9634-5c9d-b46b-a453314975e6, identifier: 7007888auction111116
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:09:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116
2026-03-27 15:09:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116
2026-03-27 15:09:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dde6ba5-9634-5c9d-b46b-a453314975e6 with identifier: 7007888auction111116 to the API
2026-03-27 15:09:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007888/photo_002/780x0__r.jpg?hash=1774605913>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1dde6ba5-9634-5c9d-b46b-a453314975e6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007888',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 122704,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': None,
'seller_name': None,
'title': 'Sportage Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007888auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:08 [ecarstrade.be] INFO: Saving data for 7007888auction111116: {'created_time': 1774624148.311058, 'last_price_update_time': 1774624148.31107, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007888auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_003/780x0__r.jpg?hash=1774605921> (referer: https://ecarstrade.com/cars/7007896)
2026-03-27 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_002/780x0__r.jpg?hash=1774605852> (referer: https://ecarstrade.com/cars/7007850)
2026-03-27 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_001/780x0__r.jpg?hash=1774605852> (referer: https://ecarstrade.com/cars/7007850)
2026-03-27 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_004/780x0__r.jpg?hash=1774605921> (referer: https://ecarstrade.com/cars/7007896)
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_001/780x0__r.jpg?hash=1774605911> (referer: https://ecarstrade.com/cars/7007887)
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6
2026-03-27 15:09:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6, skipping ID generation
2026-03-27 15:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with scrape type 1
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 sending to next pipeline
2026-03-27 15:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6, identifier: 7007850auction111116
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6
2026-03-27 15:09:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6, skipping ID generation
2026-03-27 15:09:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with scrape type 1
2026-03-27 15:09:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 sending to next pipeline
2026-03-27 15:09:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6, identifier: 7007896auction111116
2026-03-27 15:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116
2026-03-27 15:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116
2026-03-27 15:09:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d089b6b-ef54-5e4c-befc-14a82ee9dda6 with identifier: 7007850auction111116 to the API
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007850/photo_001/780x0__r.jpg?hash=1774605852>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '9d089b6b-ef54-5e4c-befc-14a82ee9dda6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007850',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 25822,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ioniq 6 Creative Electrique 77kWh BVA',
'transmission': 'automatic',
'trim': 'Ioniq 6 Creative Electrique 77kWh BVA',
'vin': None,
'year': 2023}
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007850auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:08 [ecarstrade.be] INFO: Saving data for 7007850auction111116: {'created_time': 1774624148.937509, 'last_price_update_time': 1774624148.937519, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007850auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116
2026-03-27 15:09:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116
2026-03-27 15:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 74e363f2-0f7c-5fbe-8f04-7252ab5180b6 with identifier: 7007896auction111116 to the API
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007896/photo_004/780x0__r.jpg?hash=1774605921>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '74e363f2-0f7c-5fbe-8f04-7252ab5180b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007896',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'MG',
'model': 'Marvel R',
'odometer': 39747,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG Marvel R / 2021 / 5P / SUV Luxury 70kWh',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV Luxury 70kWh',
'vin': None,
'year': 2023}
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007896auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:09 [ecarstrade.be] INFO: Saving data for 7007896auction111116: {'created_time': 1774624149.258951, 'last_price_update_time': 1774624149.258963, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007896auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_004/780x0__r.jpg?hash=1774605912> (referer: https://ecarstrade.com/cars/7007887)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_003/780x0__r.jpg?hash=1774605912> (referer: https://ecarstrade.com/cars/7007887)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_005/780x0__r.jpg?hash=1774605901> (referer: https://ecarstrade.com/cars/7007880)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_002/780x0__r.jpg?hash=1774605912> (referer: https://ecarstrade.com/cars/7007887)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007924> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007937> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_005/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007884)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_003/780x0__r.jpg?hash=1774605901> (referer: https://ecarstrade.com/cars/7007880)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_002/780x0__r.jpg?hash=1774605901> (referer: https://ecarstrade.com/cars/7007880)
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3b28aa88-b9e4-5325-bf26-cf3a701af758
2026-03-27 15:09:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3b28aa88-b9e4-5325-bf26-cf3a701af758, skipping ID generation
2026-03-27 15:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3b28aa88-b9e4-5325-bf26-cf3a701af758 with scrape type 1
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3b28aa88-b9e4-5325-bf26-cf3a701af758 sending to next pipeline
2026-03-27 15:09:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3b28aa88-b9e4-5325-bf26-cf3a701af758, identifier: 7007887auction111116
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_006/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007884)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_001/780x0__r.jpg?hash=1774605901> (referer: https://ecarstrade.com/cars/7007880)
2026-03-27 15:09:09 [ecarstrade.be] INFO: Extracting details for car 7007924auction111116
2026-03-27 15:09:09 [ecarstrade.be] INFO: Extracting details for car 7007937auction111116
2026-03-27 15:09:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116
2026-03-27 15:09:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116
2026-03-27 15:09:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3b28aa88-b9e4-5325-bf26-cf3a701af758 with identifier: 7007887auction111116 to the API
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007887/photo_002/780x0__r.jpg?hash=1774605912>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3b28aa88-b9e4-5325-bf26-cf3a701af758',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007887',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 40514,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sportage Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007887auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:09 [ecarstrade.be] INFO: Saving data for 7007887auction111116: {'created_time': 1774624149.819562, 'last_price_update_time': 1774624149.819572, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007887auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_004/780x0__r.jpg?hash=1774605901> (referer: https://ecarstrade.com/cars/7007880)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_003/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007884)
2026-03-27 15:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_004/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007884)
2026-03-27 15:09:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_001/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007884)
2026-03-27 15:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:09 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116
2026-03-27 15:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cea9c36-3500-5927-86ba-057c385fa0b5 with scrape type 1
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007924%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605969%27 HTTP/1.1" 200 None
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_001/780x0__r.jpg?hash=1774605969 not downloaded yet
2026-03-27 15:09:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116
2026-03-27 15:09:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with scrape type 1
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007937%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_001/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007924%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605969%27 HTTP/1.1" 200 None
2026-03-27 15:09:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_002/780x0__r.jpg?hash=1774605969 not downloaded yet
2026-03-27 15:09:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007937%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605991%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_002/780x0__r.jpg?hash=1774605991 not downloaded yet
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007924%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605969%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_003/780x0__r.jpg?hash=1774605969 not downloaded yet
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007937%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_003/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0ea9e9a8-6f25-5031-91f9-216c72b42e36
2026-03-27 15:09:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0ea9e9a8-6f25-5031-91f9-216c72b42e36, skipping ID generation
2026-03-27 15:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with scrape type 1
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0ea9e9a8-6f25-5031-91f9-216c72b42e36 sending to next pipeline
2026-03-27 15:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0ea9e9a8-6f25-5031-91f9-216c72b42e36, identifier: 7007880auction111116
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007924%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605970%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_004/780x0__r.jpg?hash=1774605970 not downloaded yet
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007937%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_004/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116
2026-03-27 15:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116
2026-03-27 15:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0ea9e9a8-6f25-5031-91f9-216c72b42e36 with identifier: 7007880auction111116 to the API
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007880/photo_004/780x0__r.jpg?hash=1774605901>
{'auction_title': '',
'c_o_2_emission_value': 100,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0ea9e9a8-6f25-5031-91f9-216c72b42e36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007880',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Niro',
'odometer': 121044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Niro Active 1.6 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Active 1.6 140CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007880auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [ecarstrade.be] INFO: Saving data for 7007880auction111116: {'created_time': 1774624150.517314, 'last_price_update_time': 1774624150.517325, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007880auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007924%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605970%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_005/780x0__r.jpg?hash=1774605970 not downloaded yet
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007937%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_005/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7a8d880f-76a9-5eb5-b531-357e598a32b8
2026-03-27 15:09:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7a8d880f-76a9-5eb5-b531-357e598a32b8, skipping ID generation
2026-03-27 15:09:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7a8d880f-76a9-5eb5-b531-357e598a32b8 with scrape type 1
2026-03-27 15:09:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7a8d880f-76a9-5eb5-b531-357e598a32b8 sending to next pipeline
2026-03-27 15:09:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7a8d880f-76a9-5eb5-b531-357e598a32b8, identifier: 7007884auction111116
2026-03-27 15:09:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007944> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116
2026-03-27 15:09:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116
2026-03-27 15:09:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7a8d880f-76a9-5eb5-b531-357e598a32b8 with identifier: 7007884auction111116 to the API
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007884/photo_001/780x0__r.jpg?hash=1774605908>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7a8d880f-76a9-5eb5-b531-357e598a32b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007884',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 100013,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage / 2021 / 5P / SUV 1.6 T-GDI 265 PHEV AUTO 4WD GT-LINE '
'PREM',
'transmission': 'automatic',
'trim': 'KIA / 2021 / 5P / SUV 1.6 T-GDI 265 PHEV AUTO 4WD GT-LINE PREM',
'vin': None,
'year': 2022}
2026-03-27 15:09:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007884auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [ecarstrade.be] INFO: Saving data for 7007884auction111116: {'created_time': 1774624151.005609, 'last_price_update_time': 1774624151.00562, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007884auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:11 [ecarstrade.be] INFO: Extracting details for car 7007944auction111116
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007924%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605969%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_006/780x0__r.jpg?hash=1774605969 not downloaded yet
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007937%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_006/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116
2026-03-27 15:09:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b463ec8b-5cf9-58ac-837f-b442602c145b with scrape type 1
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007944%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605999%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_001/780x0__r.jpg?hash=1774605999 not downloaded yet
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007944%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606000%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_002/780x0__r.jpg?hash=1774606000 not downloaded yet
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007944%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605999%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_003/780x0__r.jpg?hash=1774605999 not downloaded yet
2026-03-27 15:09:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_006/780x0__r.jpg?hash=1774605909> (referer: https://ecarstrade.com/cars/7007885)
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007944%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605999%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_004/780x0__r.jpg?hash=1774605999 not downloaded yet
2026-03-27 15:09:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007944%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605999%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_005/780x0__r.jpg?hash=1774605999 not downloaded yet
2026-03-27 15:09:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007944%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605999%27 HTTP/1.1" 200 None
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_006/780x0__r.jpg?hash=1774605999 not downloaded yet
2026-03-27 15:09:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007940> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_005/780x0__r.jpg?hash=1774605909> (referer: https://ecarstrade.com/cars/7007885)
2026-03-27 15:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:17 [ecarstrade.be] INFO: Extracting details for car 7007940auction111116
2026-03-27 15:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116
2026-03-27 15:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with scrape type 1
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007940%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605995%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_001/780x0__r.jpg?hash=1774605995 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007940%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605997%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_002/780x0__r.jpg?hash=1774605997 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007940%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605996%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_003/780x0__r.jpg?hash=1774605996 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007940%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605996%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_004/780x0__r.jpg?hash=1774605996 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007940%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605996%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_005/780x0__r.jpg?hash=1774605996 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007940%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605996%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_006/780x0__r.jpg?hash=1774605996 not downloaded yet
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007942> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007936> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_004/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007885)
2026-03-27 15:09:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:17 [ecarstrade.be] INFO: Extracting details for car 7007942auction111116
2026-03-27 15:09:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116
2026-03-27 15:09:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f94cd20-9c5e-5210-b314-256fd25a67f8 with scrape type 1
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007942%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605997%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_001/780x0__r.jpg?hash=1774605997 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007942%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605997%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_002/780x0__r.jpg?hash=1774605997 not downloaded yet
2026-03-27 15:09:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007942%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605998%27 HTTP/1.1" 200 None
2026-03-27 15:09:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_003/780x0__r.jpg?hash=1774605998 not downloaded yet
2026-03-27 15:09:17 [ecarstrade.be] INFO: Extracting details for car 7007936auction111116
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007942%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605997%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_004/780x0__r.jpg?hash=1774605997 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007942%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605997%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_005/780x0__r.jpg?hash=1774605997 not downloaded yet
2026-03-27 15:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116
2026-03-27 15:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6265696-073a-59f5-829e-d71f8df6acdb with scrape type 1
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007936%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_001/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007942%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605997%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_006/780x0__r.jpg?hash=1774605997 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007936%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605989%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_002/780x0__r.jpg?hash=1774605989 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007936%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605989%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_003/780x0__r.jpg?hash=1774605989 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007936%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605989%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_004/780x0__r.jpg?hash=1774605989 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007936%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605989%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_005/780x0__r.jpg?hash=1774605989 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007936%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605989%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_006/780x0__r.jpg?hash=1774605989 not downloaded yet
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007939> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007938> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:18 [ecarstrade.be] INFO: Extracting details for car 7007939auction111116
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_002/780x0__r.jpg?hash=1774605910> (referer: https://ecarstrade.com/cars/7007885)
2026-03-27 15:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116
2026-03-27 15:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e69520d3-aae4-53df-b268-25e08585f2b8 with scrape type 1
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007939%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605992%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_001/780x0__r.jpg?hash=1774605992 not downloaded yet
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_005/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007937)
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007939%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605992%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_002/780x0__r.jpg?hash=1774605992 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007939%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605992%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_003/780x0__r.jpg?hash=1774605992 not downloaded yet
2026-03-27 15:09:18 [ecarstrade.be] INFO: Extracting details for car 7007938auction111116
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007939%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605992%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_004/780x0__r.jpg?hash=1774605992 not downloaded yet
2026-03-27 15:09:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116
2026-03-27 15:09:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6767ba0-c2e6-562a-b9b0-63067a6af64a with scrape type 1
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007938%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605991%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_001/780x0__r.jpg?hash=1774605991 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007939%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605992%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_005/780x0__r.jpg?hash=1774605992 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007938%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_002/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_006/780x0__r.jpg?hash=1774605999> (referer: https://ecarstrade.com/cars/7007944)
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007939%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605992%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_006/780x0__r.jpg?hash=1774605992 not downloaded yet
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_003/780x0__r.jpg?hash=1774605999> (referer: https://ecarstrade.com/cars/7007944)
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007938%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605991%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_003/780x0__r.jpg?hash=1774605991 not downloaded yet
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007938%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605990%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_004/780x0__r.jpg?hash=1774605990 not downloaded yet
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007938%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605991%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_005/780x0__r.jpg?hash=1774605991 not downloaded yet
2026-03-27 15:09:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007938%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605991%27 HTTP/1.1" 200 None
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_006/780x0__r.jpg?hash=1774605991 not downloaded yet
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_005/780x0__r.jpg?hash=1774605999> (referer: https://ecarstrade.com/cars/7007944)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_006/780x0__r.jpg?hash=1774605996> (referer: https://ecarstrade.com/cars/7007940)
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_005/780x0__r.jpg?hash=1774605996> (referer: https://ecarstrade.com/cars/7007940)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_004/780x0__r.jpg?hash=1774605996> (referer: https://ecarstrade.com/cars/7007940)
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_006/780x0__r.jpg?hash=1774605989> (referer: https://ecarstrade.com/cars/7007936)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_005/780x0__r.jpg?hash=1774605989> (referer: https://ecarstrade.com/cars/7007936)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_001/780x0__r.jpg?hash=1774605992> (referer: https://ecarstrade.com/cars/7007939)
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_004/780x0__r.jpg?hash=1774605989> (referer: https://ecarstrade.com/cars/7007936)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_005/780x0__r.jpg?hash=1774605992> (referer: https://ecarstrade.com/cars/7007939)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_002/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007938)
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_006/780x0__r.jpg?hash=1774605991> (referer: https://ecarstrade.com/cars/7007938)
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_005/780x0__r.jpg?hash=1774605991> (referer: https://ecarstrade.com/cars/7007938)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_003/780x0__r.jpg?hash=1774605991> (referer: https://ecarstrade.com/cars/7007938)
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_004/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007938)
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_001/780x0__r.jpg?hash=1774605991> (referer: https://ecarstrade.com/cars/7007938)
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_006/780x0__r.jpg?hash=1774605992> (referer: https://ecarstrade.com/cars/7007939)
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_004/780x0__r.jpg?hash=1774605992> (referer: https://ecarstrade.com/cars/7007939)
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_003/780x0__r.jpg?hash=1774605992> (referer: https://ecarstrade.com/cars/7007939)
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f6767ba0-c2e6-562a-b9b0-63067a6af64a
2026-03-27 15:09:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f6767ba0-c2e6-562a-b9b0-63067a6af64a, skipping ID generation
2026-03-27 15:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f6767ba0-c2e6-562a-b9b0-63067a6af64a with scrape type 1
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f6767ba0-c2e6-562a-b9b0-63067a6af64a sending to next pipeline
2026-03-27 15:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f6767ba0-c2e6-562a-b9b0-63067a6af64a, identifier: 7007938auction111116
2026-03-27 15:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116
2026-03-27 15:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116
2026-03-27 15:09:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f6767ba0-c2e6-562a-b9b0-63067a6af64a with identifier: 7007938auction111116 to the API
2026-03-27 15:09:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007938/photo_001/780x0__r.jpg?hash=1774605991>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f6767ba0-c2e6-562a-b9b0-63067a6af64a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007938',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 92436,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW / 2021 / 5P / Break PHEV 180 E-EAT8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2021 / 5P / Break PHEV 180 E-EAT8 ALLURE',
'vin': None,
'year': 2023}
2026-03-27 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007938auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:19 [ecarstrade.be] INFO: Saving data for 7007938auction111116: {'created_time': 1774624159.73959, 'last_price_update_time': 1774624159.739601, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007938auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_002/780x0__r.jpg?hash=1774605992> (referer: https://ecarstrade.com/cars/7007939)
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_003/780x0__r.jpg?hash=1774605989> (referer: https://ecarstrade.com/cars/7007936)
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_002/780x0__r.jpg?hash=1774605989> (referer: https://ecarstrade.com/cars/7007936)
2026-03-27 15:09:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_006/780x0__r.jpg?hash=1774605997> (referer: https://ecarstrade.com/cars/7007942)
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e69520d3-aae4-53df-b268-25e08585f2b8
2026-03-27 15:09:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e69520d3-aae4-53df-b268-25e08585f2b8, skipping ID generation
2026-03-27 15:09:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e69520d3-aae4-53df-b268-25e08585f2b8 with scrape type 1
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e69520d3-aae4-53df-b268-25e08585f2b8 sending to next pipeline
2026-03-27 15:09:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e69520d3-aae4-53df-b268-25e08585f2b8, identifier: 7007939auction111116
2026-03-27 15:09:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116
2026-03-27 15:09:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116
2026-03-27 15:09:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e69520d3-aae4-53df-b268-25e08585f2b8 with identifier: 7007939auction111116 to the API
2026-03-27 15:09:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007939/photo_002/780x0__r.jpg?hash=1774605992>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'e69520d3-aae4-53df-b268-25e08585f2b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007939',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 123633,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 8,
'seller_name': None,
'title': 'Traveller Allure Moteur électrique L2 75kWh BVA 8 Sieges',
'transmission': 'automatic',
'trim': 'Traveller Allure Moteur électrique L2 75kWh BVA 8 Sieges',
'vin': None,
'year': 2021}
2026-03-27 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007939auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:20 [ecarstrade.be] INFO: Saving data for 7007939auction111116: {'created_time': 1774624160.956923, 'last_price_update_time': 1774624160.956933, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007939auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_001/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007936)
2026-03-27 15:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_005/780x0__r.jpg?hash=1774605997> (referer: https://ecarstrade.com/cars/7007942)
2026-03-27 15:09:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007941> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_003/780x0__r.jpg?hash=1774605998> (referer: https://ecarstrade.com/cars/7007942)
2026-03-27 15:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_002/780x0__r.jpg?hash=1774605997> (referer: https://ecarstrade.com/cars/7007942)
2026-03-27 15:09:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6265696-073a-59f5-829e-d71f8df6acdb
2026-03-27 15:09:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6265696-073a-59f5-829e-d71f8df6acdb, skipping ID generation
2026-03-27 15:09:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6265696-073a-59f5-829e-d71f8df6acdb with scrape type 1
2026-03-27 15:09:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6265696-073a-59f5-829e-d71f8df6acdb sending to next pipeline
2026-03-27 15:09:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6265696-073a-59f5-829e-d71f8df6acdb, identifier: 7007936auction111116
2026-03-27 15:09:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_001/780x0__r.jpg?hash=1774605997> (referer: https://ecarstrade.com/cars/7007942)
2026-03-27 15:09:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116
2026-03-27 15:09:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116
2026-03-27 15:09:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6265696-073a-59f5-829e-d71f8df6acdb with identifier: 7007936auction111116 to the API
2026-03-27 15:09:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007936/photo_001/780x0__r.jpg?hash=1774605990>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6265696-073a-59f5-829e-d71f8df6acdb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007936',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 25746,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-08-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Hybrid 136 GT 1.2 135CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Hybrid 136 GT 1.2 135CV BVA6 6E',
'vin': None,
'year': 2024}
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007936auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [ecarstrade.be] INFO: Saving data for 7007936auction111116: {'created_time': 1774624162.140312, 'last_price_update_time': 1774624162.140326, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007936auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_004/780x0__r.jpg?hash=1774605997> (referer: https://ecarstrade.com/cars/7007942)
2026-03-27 15:09:22 [ecarstrade.be] INFO: Extracting details for car 7007941auction111116
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_003/780x0__r.jpg?hash=1774605996> (referer: https://ecarstrade.com/cars/7007940)
2026-03-27 15:09:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116
2026-03-27 15:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cce06c04-4e25-56d1-bbb0-850f98523f01 with scrape type 1
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007941%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605994%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_001/780x0__r.jpg?hash=1774605994 not downloaded yet
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007941%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605994%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_002/780x0__r.jpg?hash=1774605994 not downloaded yet
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007941%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605995%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_003/780x0__r.jpg?hash=1774605995 not downloaded yet
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007941%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605995%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_004/780x0__r.jpg?hash=1774605995 not downloaded yet
2026-03-27 15:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_004/780x0__r.jpg?hash=1774605999> (referer: https://ecarstrade.com/cars/7007944)
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007941%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605995%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_005/780x0__r.jpg?hash=1774605995 not downloaded yet
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f94cd20-9c5e-5210-b314-256fd25a67f8
2026-03-27 15:09:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f94cd20-9c5e-5210-b314-256fd25a67f8, skipping ID generation
2026-03-27 15:09:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f94cd20-9c5e-5210-b314-256fd25a67f8 with scrape type 1
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f94cd20-9c5e-5210-b314-256fd25a67f8 sending to next pipeline
2026-03-27 15:09:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f94cd20-9c5e-5210-b314-256fd25a67f8, identifier: 7007942auction111116
2026-03-27 15:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_002/780x0__r.jpg?hash=1774605997> (referer: https://ecarstrade.com/cars/7007940)
2026-03-27 15:09:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_001/780x0__r.jpg?hash=1774605995> (referer: https://ecarstrade.com/cars/7007940)
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007941%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605995%27 HTTP/1.1" 200 None
2026-03-27 15:09:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_006/780x0__r.jpg?hash=1774605995 not downloaded yet
2026-03-27 15:09:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116
2026-03-27 15:09:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116
2026-03-27 15:09:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f94cd20-9c5e-5210-b314-256fd25a67f8 with identifier: 7007942auction111116 to the API
2026-03-27 15:09:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007942/photo_004/780x0__r.jpg?hash=1774605997>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9f94cd20-9c5e-5210-b314-256fd25a67f8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007942',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 50362,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Arkana R.S. Line 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'R.S. Line 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007942auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:23 [ecarstrade.be] INFO: Saving data for 7007942auction111116: {'created_time': 1774624163.336198, 'last_price_update_time': 1774624163.33621, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007942auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_002/780x0__r.jpg?hash=1774606000> (referer: https://ecarstrade.com/cars/7007944)
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d
2026-03-27 15:09:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d, skipping ID generation
2026-03-27 15:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with scrape type 1
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d sending to next pipeline
2026-03-27 15:09:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d, identifier: 7007940auction111116
2026-03-27 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_006/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007937)
2026-03-27 15:09:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116
2026-03-27 15:09:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116
2026-03-27 15:09:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d with identifier: 7007940auction111116 to the API
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007940/photo_001/780x0__r.jpg?hash=1774605995>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3f505cbd-7ddd-5f19-a3c8-0be1249c5a1d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007940',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 109040,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Arkana Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007940auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:23 [ecarstrade.be] INFO: Saving data for 7007940auction111116: {'created_time': 1774624163.829773, 'last_price_update_time': 1774624163.829784, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007940auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_001/780x0__r.jpg?hash=1774605999> (referer: https://ecarstrade.com/cars/7007944)
2026-03-27 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_006/780x0__r.jpg?hash=1774605969> (referer: https://ecarstrade.com/cars/7007924)
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_005/780x0__r.jpg?hash=1774605970> (referer: https://ecarstrade.com/cars/7007924)
2026-03-27 15:09:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_004/780x0__r.jpg?hash=1774605970> (referer: https://ecarstrade.com/cars/7007924)
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b463ec8b-5cf9-58ac-837f-b442602c145b
2026-03-27 15:09:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b463ec8b-5cf9-58ac-837f-b442602c145b, skipping ID generation
2026-03-27 15:09:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b463ec8b-5cf9-58ac-837f-b442602c145b with scrape type 1
2026-03-27 15:09:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b463ec8b-5cf9-58ac-837f-b442602c145b sending to next pipeline
2026-03-27 15:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b463ec8b-5cf9-58ac-837f-b442602c145b, identifier: 7007944auction111116
2026-03-27 15:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116
2026-03-27 15:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116
2026-03-27 15:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b463ec8b-5cf9-58ac-837f-b442602c145b with identifier: 7007944auction111116 to the API
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007944/photo_001/780x0__r.jpg?hash=1774605999>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b463ec8b-5cf9-58ac-837f-b442602c145b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007944',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 27647,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana 2021 5P SUV Evolution mild hybrid 140 EDC 22',
'transmission': 'automatic',
'trim': 'RENAULT 2021 5P SUV Evolution mild hybrid 140 EDC 22',
'vin': None,
'year': 2022}
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007944auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [ecarstrade.be] INFO: Saving data for 7007944auction111116: {'created_time': 1774624164.36385, 'last_price_update_time': 1774624164.363862, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007944auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_004/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007937)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_003/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007937)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_004/780x0__r.jpg?hash=1774605995> (referer: https://ecarstrade.com/cars/7007941)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007943> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007933> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_005/780x0__r.jpg?hash=1774605995> (referer: https://ecarstrade.com/cars/7007941)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_006/780x0__r.jpg?hash=1774605995> (referer: https://ecarstrade.com/cars/7007941)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_003/780x0__r.jpg?hash=1774605995> (referer: https://ecarstrade.com/cars/7007941)
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:24 [ecarstrade.be] INFO: Extracting details for car 7007943auction111116
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_003/780x0__r.jpg?hash=1774605969> (referer: https://ecarstrade.com/cars/7007924)
2026-03-27 15:09:24 [ecarstrade.be] INFO: Extracting details for car 7007933auction111116
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_001/780x0__r.jpg?hash=1774605994> (referer: https://ecarstrade.com/cars/7007941)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_002/780x0__r.jpg?hash=1774605969> (referer: https://ecarstrade.com/cars/7007924)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_002/780x0__r.jpg?hash=1774605994> (referer: https://ecarstrade.com/cars/7007941)
2026-03-27 15:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116
2026-03-27 15:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c353fabd-f87c-51eb-8057-04f87de76a80 with scrape type 1
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007943%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605998%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_001/780x0__r.jpg?hash=1774605998 not downloaded yet
2026-03-27 15:09:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116
2026-03-27 15:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with scrape type 1
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007933%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605985%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_001/780x0__r.jpg?hash=1774605985 not downloaded yet
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007943%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605998%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_002/780x0__r.jpg?hash=1774605998 not downloaded yet
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007933%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605985%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_002/780x0__r.jpg?hash=1774605985 not downloaded yet
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_001/780x0__r.jpg?hash=1774605990> (referer: https://ecarstrade.com/cars/7007937)
2026-03-27 15:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_002/780x0__r.jpg?hash=1774605991> (referer: https://ecarstrade.com/cars/7007937)
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_001/780x0__r.jpg?hash=1774605908> (referer: https://ecarstrade.com/cars/7007885)
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007943%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605998%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_003/780x0__r.jpg?hash=1774605998 not downloaded yet
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007933%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605985%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_003/780x0__r.jpg?hash=1774605985 not downloaded yet
2026-03-27 15:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_001/780x0__r.jpg?hash=1774605969> (referer: https://ecarstrade.com/cars/7007924)
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007943%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605998%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_004/780x0__r.jpg?hash=1774605998 not downloaded yet
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007933%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605986%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_004/780x0__r.jpg?hash=1774605986 not downloaded yet
2026-03-27 15:09:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007943%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605998%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_005/780x0__r.jpg?hash=1774605998 not downloaded yet
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007933%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605986%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_005/780x0__r.jpg?hash=1774605986 not downloaded yet
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cce06c04-4e25-56d1-bbb0-850f98523f01
2026-03-27 15:09:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cce06c04-4e25-56d1-bbb0-850f98523f01, skipping ID generation
2026-03-27 15:09:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cce06c04-4e25-56d1-bbb0-850f98523f01 with scrape type 1
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cce06c04-4e25-56d1-bbb0-850f98523f01 sending to next pipeline
2026-03-27 15:09:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cce06c04-4e25-56d1-bbb0-850f98523f01, identifier: 7007941auction111116
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007943%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605999%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_006/780x0__r.jpg?hash=1774605999 not downloaded yet
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007933%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605986%27 HTTP/1.1" 200 None
2026-03-27 15:09:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_006/780x0__r.jpg?hash=1774605986 not downloaded yet
2026-03-27 15:09:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116
2026-03-27 15:09:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116
2026-03-27 15:09:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cce06c04-4e25-56d1-bbb0-850f98523f01 with identifier: 7007941auction111116 to the API
2026-03-27 15:09:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007941/photo_002/780x0__r.jpg?hash=1774605994>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cce06c04-4e25-56d1-bbb0-850f98523f01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007941',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 126705,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Arkana Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007941auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:25 [ecarstrade.be] INFO: Saving data for 7007941auction111116: {'created_time': 1774624165.139095, 'last_price_update_time': 1774624165.139107, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007941auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8
2026-03-27 15:09:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8, skipping ID generation
2026-03-27 15:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with scrape type 1
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 sending to next pipeline
2026-03-27 15:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8, identifier: 7007937auction111116
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17
2026-03-27 15:09:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17, skipping ID generation
2026-03-27 15:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with scrape type 1
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 sending to next pipeline
2026-03-27 15:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17, identifier: 7007885auction111116
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0cea9c36-3500-5927-86ba-057c385fa0b5
2026-03-27 15:09:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0cea9c36-3500-5927-86ba-057c385fa0b5, skipping ID generation
2026-03-27 15:09:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0cea9c36-3500-5927-86ba-057c385fa0b5 with scrape type 1
2026-03-27 15:09:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0cea9c36-3500-5927-86ba-057c385fa0b5 sending to next pipeline
2026-03-27 15:09:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0cea9c36-3500-5927-86ba-057c385fa0b5, identifier: 7007924auction111116
2026-03-27 15:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116
2026-03-27 15:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116
2026-03-27 15:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8 with identifier: 7007937auction111116 to the API
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007937/photo_002/780x0__r.jpg?hash=1774605991>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b674ea1c-ce4f-597b-bf8f-7e45a0fadcb8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007937',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 45920,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 / 2021 / 5P / Berline PHEV 180 E-EAT8 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2021 / 5P / Berline PHEV 180 E-EAT8 ALLURE',
'vin': None,
'year': 2023}
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007937auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:25 [ecarstrade.be] INFO: Saving data for 7007937auction111116: {'created_time': 1774624165.721438, 'last_price_update_time': 1774624165.72145, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007937auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116
2026-03-27 15:09:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116
2026-03-27 15:09:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 350ffbb5-0af6-5c31-817a-4f7e54cf7e17 with identifier: 7007885auction111116 to the API
2026-03-27 15:09:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007885/photo_001/780x0__r.jpg?hash=1774605908>
{'auction_title': '',
'c_o_2_emission_value': 25,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '350ffbb5-0af6-5c31-817a-4f7e54cf7e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007885',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 91008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Sportage 2021 5P SUV 1.6 TGDI 265 PHEV AUTO 4WD GTLINE PREM',
'transmission': 'automatic',
'trim': 'KIA 2021 5P SUV 1.6 TGDI 265 PHEV AUTO 4WD GTLINE PREM',
'vin': None,
'year': 2023}
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007885auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [ecarstrade.be] INFO: Saving data for 7007885auction111116: {'created_time': 1774624166.104517, 'last_price_update_time': 1774624166.104529, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007885auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116
2026-03-27 15:09:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116
2026-03-27 15:09:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0cea9c36-3500-5927-86ba-057c385fa0b5 with identifier: 7007924auction111116 to the API
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007924/photo_001/780x0__r.jpg?hash=1774605969>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '0cea9c36-3500-5927-86ba-057c385fa0b5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007924',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 21086,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'OPEL Grandland / 2021 / 5P / SUV Hybride 225 ch ELEGANCE BUSINESS '
'CD OP 150',
'transmission': 'automatic',
'trim': 'OPEL Grandland / 2021 / 5P / SUV Hybride 225 ch ELEGANCE BUSINESS CD '
'OP 150',
'vin': None,
'year': 2023}
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007924auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [ecarstrade.be] INFO: Saving data for 7007924auction111116: {'created_time': 1774624166.415834, 'last_price_update_time': 1774624166.41585, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007924auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007932> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007929> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:26 [ecarstrade.be] INFO: Extracting details for car 7007932auction111116
2026-03-27 15:09:26 [ecarstrade.be] INFO: Extracting details for car 7007929auction111116
2026-03-27 15:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116
2026-03-27 15:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47934116-6073-57c5-86f3-86e61698f342 with scrape type 1
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007932%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605982%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_001/780x0__r.jpg?hash=1774605982 not downloaded yet
2026-03-27 15:09:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116
2026-03-27 15:09:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2011f55-9597-5316-95cb-563845ccd082 with scrape type 1
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007929%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_001/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007932%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605982%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_002/780x0__r.jpg?hash=1774605982 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007929%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_002/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007932%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605982%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_003/780x0__r.jpg?hash=1774605982 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007929%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_003/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007932%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605982%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_004/780x0__r.jpg?hash=1774605982 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007929%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_004/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007932%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605982%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_005/780x0__r.jpg?hash=1774605982 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007929%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_005/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007932%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605982%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_006/780x0__r.jpg?hash=1774605982 not downloaded yet
2026-03-27 15:09:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007929%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_006/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007928> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:31 [ecarstrade.be] INFO: Extracting details for car 7007928auction111116
2026-03-27 15:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116
2026-03-27 15:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb3d002-72e5-59d5-a770-715c415169b9 with scrape type 1
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007928%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605976%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_001/780x0__r.jpg?hash=1774605976 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007928%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605976%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_002/780x0__r.jpg?hash=1774605976 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007928%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605976%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_003/780x0__r.jpg?hash=1774605976 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007928%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605976%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_004/780x0__r.jpg?hash=1774605976 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007928%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605977%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_005/780x0__r.jpg?hash=1774605977 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007928%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605976%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_006/780x0__r.jpg?hash=1774605976 not downloaded yet
2026-03-27 15:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007926> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:32 [ecarstrade.be] INFO: Extracting details for car 7007926auction111116
2026-03-27 15:09:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116
2026-03-27 15:09:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b57adc-9256-5b29-ad0d-a50f53e45f0f with scrape type 1
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007926%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605971%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_001/780x0__r.jpg?hash=1774605971 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007926%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605972%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_002/780x0__r.jpg?hash=1774605972 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007926%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605972%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_003/780x0__r.jpg?hash=1774605972 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007926%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605972%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_004/780x0__r.jpg?hash=1774605972 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007926%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605973%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_005/780x0__r.jpg?hash=1774605973 not downloaded yet
2026-03-27 15:09:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007926%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605973%27 HTTP/1.1" 200 None
2026-03-27 15:09:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_006/780x0__r.jpg?hash=1774605973 not downloaded yet
2026-03-27 15:09:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007922> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:32 [ecarstrade.be] INFO: Extracting details for car 7007922auction111116
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_002/780x0__r.jpg?hash=1774605985> (referer: https://ecarstrade.com/cars/7007933)
2026-03-27 15:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116
2026-03-27 15:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b240593-a14a-5ac9-afe0-2b009c849e31 with scrape type 1
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007922%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605966%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_001/780x0__r.jpg?hash=1774605966 not downloaded yet
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007922%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605966%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_002/780x0__r.jpg?hash=1774605966 not downloaded yet
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007922%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605966%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_003/780x0__r.jpg?hash=1774605966 not downloaded yet
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007922%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605967%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_004/780x0__r.jpg?hash=1774605967 not downloaded yet
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007922%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605966%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_005/780x0__r.jpg?hash=1774605966 not downloaded yet
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_002/780x0__r.jpg?hash=1774605998> (referer: https://ecarstrade.com/cars/7007943)
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007922%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605966%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_006/780x0__r.jpg?hash=1774605966 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_001/780x0__r.jpg?hash=1774605985> (referer: https://ecarstrade.com/cars/7007933)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_003/780x0__r.jpg?hash=1774605985> (referer: https://ecarstrade.com/cars/7007933)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007921> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_006/780x0__r.jpg?hash=1774605986> (referer: https://ecarstrade.com/cars/7007933)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_006/780x0__r.jpg?hash=1774605999> (referer: https://ecarstrade.com/cars/7007943)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_006/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007929)
2026-03-27 15:09:33 [ecarstrade.be] INFO: Extracting details for car 7007921auction111116
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_006/780x0__r.jpg?hash=1774605973> (referer: https://ecarstrade.com/cars/7007926)
2026-03-27 15:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116
2026-03-27 15:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ca2148-a1af-5c31-8fc9-80ce14885f8e with scrape type 1
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007921%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_001/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007921%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_002/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007921%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_003/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_006/780x0__r.jpg?hash=1774605976> (referer: https://ecarstrade.com/cars/7007928)
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007921%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_004/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007921%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_005/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007921%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_006/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_005/780x0__r.jpg?hash=1774605973> (referer: https://ecarstrade.com/cars/7007926)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_005/780x0__r.jpg?hash=1774605966> (referer: https://ecarstrade.com/cars/7007922)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_004/780x0__r.jpg?hash=1774605967> (referer: https://ecarstrade.com/cars/7007922)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_006/780x0__r.jpg?hash=1774605966> (referer: https://ecarstrade.com/cars/7007922)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_002/780x0__r.jpg?hash=1774605966> (referer: https://ecarstrade.com/cars/7007922)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007920> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_003/780x0__r.jpg?hash=1774605966> (referer: https://ecarstrade.com/cars/7007922)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_003/780x0__r.jpg?hash=1774605972> (referer: https://ecarstrade.com/cars/7007926)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_004/780x0__r.jpg?hash=1774605972> (referer: https://ecarstrade.com/cars/7007926)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_001/780x0__r.jpg?hash=1774605966> (referer: https://ecarstrade.com/cars/7007922)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_003/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007921)
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [ecarstrade.be] INFO: Extracting details for car 7007920auction111116
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_005/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007921)
2026-03-27 15:09:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116
2026-03-27 15:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with scrape type 1
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007920%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605964%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_001/780x0__r.jpg?hash=1774605964 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_006/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007921)
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_004/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007921)
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007920%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605964%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_002/780x0__r.jpg?hash=1774605964 not downloaded yet
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_002/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007921)
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007920%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605964%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_003/780x0__r.jpg?hash=1774605964 not downloaded yet
2026-03-27 15:09:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007919> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007920%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605964%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_004/780x0__r.jpg?hash=1774605964 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007920%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605964%27 HTTP/1.1" 200 None
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_005/780x0__r.jpg?hash=1774605964 not downloaded yet
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1b240593-a14a-5ac9-afe0-2b009c849e31
2026-03-27 15:09:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1b240593-a14a-5ac9-afe0-2b009c849e31, skipping ID generation
2026-03-27 15:09:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1b240593-a14a-5ac9-afe0-2b009c849e31 with scrape type 1
2026-03-27 15:09:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1b240593-a14a-5ac9-afe0-2b009c849e31 sending to next pipeline
2026-03-27 15:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1b240593-a14a-5ac9-afe0-2b009c849e31, identifier: 7007922auction111116
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_001/780x0__r.jpg?hash=1774605971> (referer: https://ecarstrade.com/cars/7007926)
2026-03-27 15:09:34 [ecarstrade.be] INFO: Extracting details for car 7007919auction111116
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007920%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605965%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_006/780x0__r.jpg?hash=1774605965 not downloaded yet
2026-03-27 15:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116
2026-03-27 15:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116
2026-03-27 15:09:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1b240593-a14a-5ac9-afe0-2b009c849e31 with identifier: 7007922auction111116 to the API
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007922/photo_001/780x0__r.jpg?hash=1774605966>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1b240593-a14a-5ac9-afe0-2b009c849e31',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007922',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 21433,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai 2021 5P Crossover 1.3 MHEV 158ch Xtronic Acenta',
'transmission': 'automatic',
'trim': 'NISSAN 2021 5P Crossover 1.3 MHEV 158ch Xtronic Acenta',
'vin': None,
'year': 2023}
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007922auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [ecarstrade.be] INFO: Saving data for 7007922auction111116: {'created_time': 1774624174.582975, 'last_price_update_time': 1774624174.582986, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007922auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_002/780x0__r.jpg?hash=1774605972> (referer: https://ecarstrade.com/cars/7007926)
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_001/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007921)
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_005/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007928)
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page123?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116
2026-03-27 15:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cfbe1a-196e-55a3-99b5-b7f0de54635e with scrape type 1
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007919%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605963%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_001/780x0__r.jpg?hash=1774605963 not downloaded yet
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007919%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605963%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_002/780x0__r.jpg?hash=1774605963 not downloaded yet
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007919%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605963%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_003/780x0__r.jpg?hash=1774605963 not downloaded yet
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007919%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605963%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_004/780x0__r.jpg?hash=1774605963 not downloaded yet
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_002/780x0__r.jpg?hash=1774605976> (referer: https://ecarstrade.com/cars/7007928)
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007919%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605963%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_005/780x0__r.jpg?hash=1774605963 not downloaded yet
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_001/780x0__r.jpg?hash=1774605976> (referer: https://ecarstrade.com/cars/7007928)
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_004/780x0__r.jpg?hash=1774605976> (referer: https://ecarstrade.com/cars/7007928)
2026-03-27 15:09:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007919%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605963%27 HTTP/1.1" 200 None
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_006/780x0__r.jpg?hash=1774605963 not downloaded yet
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 52b57adc-9256-5b29-ad0d-a50f53e45f0f
2026-03-27 15:09:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 52b57adc-9256-5b29-ad0d-a50f53e45f0f, skipping ID generation
2026-03-27 15:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 52b57adc-9256-5b29-ad0d-a50f53e45f0f with scrape type 1
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 52b57adc-9256-5b29-ad0d-a50f53e45f0f sending to next pipeline
2026-03-27 15:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 52b57adc-9256-5b29-ad0d-a50f53e45f0f, identifier: 7007926auction111116
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b3ca2148-a1af-5c31-8fc9-80ce14885f8e
2026-03-27 15:09:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3ca2148-a1af-5c31-8fc9-80ce14885f8e, skipping ID generation
2026-03-27 15:09:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3ca2148-a1af-5c31-8fc9-80ce14885f8e with scrape type 1
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3ca2148-a1af-5c31-8fc9-80ce14885f8e sending to next pipeline
2026-03-27 15:09:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3ca2148-a1af-5c31-8fc9-80ce14885f8e, identifier: 7007921auction111116
2026-03-27 15:09:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_003/780x0__r.jpg?hash=1774605976> (referer: https://ecarstrade.com/cars/7007928)
2026-03-27 15:09:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116
2026-03-27 15:09:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116
2026-03-27 15:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 52b57adc-9256-5b29-ad0d-a50f53e45f0f with identifier: 7007926auction111116 to the API
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007926/photo_002/780x0__r.jpg?hash=1774605972>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '52b57adc-9256-5b29-ad0d-a50f53e45f0f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007926',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 44239,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'OPEL Vivaro / 2019 / 4P / Fourgon tôlé Vivaro-e 300 L3 Pack Clim',
'transmission': 'automatic',
'trim': 'OPEL / 2019 / 4P / Fourgon tôlé -e 300 L3 Pack Clim',
'vin': None,
'year': 2021}
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007926auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:35 [ecarstrade.be] INFO: Saving data for 7007926auction111116: {'created_time': 1774624175.310908, 'last_price_update_time': 1774624175.310919, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007926auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116
2026-03-27 15:09:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116
2026-03-27 15:09:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3ca2148-a1af-5c31-8fc9-80ce14885f8e with identifier: 7007921auction111116 to the API
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007921/photo_001/780x0__r.jpg?hash=1774605965>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'b3ca2148-a1af-5c31-8fc9-80ce14885f8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007921',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Corsa',
'odometer': 87405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Corsa F e Edition Business 50kWh BVA',
'transmission': 'automatic',
'trim': 'F e Edition Business 50kWh BVA',
'vin': None,
'year': 2020}
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007921auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:35 [ecarstrade.be] INFO: Saving data for 7007921auction111116: {'created_time': 1774624175.935212, 'last_price_update_time': 1774624175.935222, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007921auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_006/780x0__r.jpg?hash=1774605982> (referer: https://ecarstrade.com/cars/7007932)
2026-03-27 15:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_001/780x0__r.jpg?hash=1774605964> (referer: https://ecarstrade.com/cars/7007920)
2026-03-27 15:09:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_002/780x0__r.jpg?hash=1774605964> (referer: https://ecarstrade.com/cars/7007920)
2026-03-27 15:09:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_003/780x0__r.jpg?hash=1774605964> (referer: https://ecarstrade.com/cars/7007920)
2026-03-27 15:09:35 [ecarstrade.be] INFO: Found listing with ID: 7007945auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007945auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007945auction111116: 1
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8bb3d002-72e5-59d5-a770-715c415169b9
2026-03-27 15:09:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8bb3d002-72e5-59d5-a770-715c415169b9, skipping ID generation
2026-03-27 15:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bb3d002-72e5-59d5-a770-715c415169b9 with scrape type 1
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8bb3d002-72e5-59d5-a770-715c415169b9 sending to next pipeline
2026-03-27 15:09:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bb3d002-72e5-59d5-a770-715c415169b9, identifier: 7007928auction111116
2026-03-27 15:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116
2026-03-27 15:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116
2026-03-27 15:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bb3d002-72e5-59d5-a770-715c415169b9 with identifier: 7007928auction111116 to the API
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007928/photo_003/780x0__r.jpg?hash=1774605976>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '8bb3d002-72e5-59d5-a770-715c415169b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007928',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 45622,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': '208 (e-) Active 50kWh BVA',
'transmission': 'automatic',
'trim': '(e-) Active 50kWh BVA',
'vin': None,
'year': 2023}
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007928auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Saving data for 7007928auction111116: {'created_time': 1774624176.625377, 'last_price_update_time': 1774624176.625387, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007928auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_005/780x0__r.jpg?hash=1774605964> (referer: https://ecarstrade.com/cars/7007920)
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_004/780x0__r.jpg?hash=1774605964> (referer: https://ecarstrade.com/cars/7007920)
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_006/780x0__r.jpg?hash=1774605965> (referer: https://ecarstrade.com/cars/7007920)
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_005/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007929)
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007946auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007946auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007946auction111116: 1
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_001/780x0__r.jpg?hash=1774605963> (referer: https://ecarstrade.com/cars/7007919)
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007947auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007947auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007947auction111116: 1
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007948auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007948auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007948auction111116: 1
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007949auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007949auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007949auction111116: 1
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_003/780x0__r.jpg?hash=1774605963> (referer: https://ecarstrade.com/cars/7007919)
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_004/780x0__r.jpg?hash=1774605963> (referer: https://ecarstrade.com/cars/7007919)
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_005/780x0__r.jpg?hash=1774605963> (referer: https://ecarstrade.com/cars/7007919)
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_006/780x0__r.jpg?hash=1774605963> (referer: https://ecarstrade.com/cars/7007919)
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007950auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007950auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007950auction111116: 1
2026-03-27 15:09:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_002/780x0__r.jpg?hash=1774605963> (referer: https://ecarstrade.com/cars/7007919)
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007952auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007952auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007952auction111116: 1
2026-03-27 15:09:36 [ecarstrade.be] INFO: Found listing with ID: 7007953auction111116
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007953auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:36 [ecarstrade.be] INFO: Scrape type for 7007953auction111116: 1
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7f45d51d-a8a6-50dd-86ab-5186df4042e2
2026-03-27 15:09:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f45d51d-a8a6-50dd-86ab-5186df4042e2, skipping ID generation
2026-03-27 15:09:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with scrape type 1
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f45d51d-a8a6-50dd-86ab-5186df4042e2 sending to next pipeline
2026-03-27 15:09:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f45d51d-a8a6-50dd-86ab-5186df4042e2, identifier: 7007920auction111116
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:09:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116
2026-03-27 15:09:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116
2026-03-27 15:09:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f45d51d-a8a6-50dd-86ab-5186df4042e2 with identifier: 7007920auction111116 to the API
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007920/photo_006/780x0__r.jpg?hash=1774605965>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7f45d51d-a8a6-50dd-86ab-5186df4042e2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007920',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 45002,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai / 2021 / 5P / Crossover e-Power 190 Tekna BVA',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover e-Power 190 Tekna BVA',
'vin': None,
'year': 2024}
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007920auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Saving data for 7007920auction111116: {'created_time': 1774624177.227899, 'last_price_update_time': 1774624177.22791, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007920auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_005/780x0__r.jpg?hash=1774605982> (referer: https://ecarstrade.com/cars/7007932)
2026-03-27 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_004/780x0__r.jpg?hash=1774605982> (referer: https://ecarstrade.com/cars/7007932)
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007954auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007954auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007954auction111116: 1
2026-03-27 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_004/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007929)
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007955auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007955auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007955auction111116: 1
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c4cfbe1a-196e-55a3-99b5-b7f0de54635e
2026-03-27 15:09:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c4cfbe1a-196e-55a3-99b5-b7f0de54635e, skipping ID generation
2026-03-27 15:09:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c4cfbe1a-196e-55a3-99b5-b7f0de54635e with scrape type 1
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c4cfbe1a-196e-55a3-99b5-b7f0de54635e sending to next pipeline
2026-03-27 15:09:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c4cfbe1a-196e-55a3-99b5-b7f0de54635e, identifier: 7007919auction111116
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007956auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007956auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007956auction111116: 1
2026-03-27 15:09:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116
2026-03-27 15:09:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116
2026-03-27 15:09:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c4cfbe1a-196e-55a3-99b5-b7f0de54635e with identifier: 7007919auction111116 to the API
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007919/photo_002/780x0__r.jpg?hash=1774605963>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'c4cfbe1a-196e-55a3-99b5-b7f0de54635e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007919',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 12385,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Leaf / 2017 / 5P / Berline 150ch Business',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Berline 150ch Business',
'vin': None,
'year': 2019}
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007919auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Saving data for 7007919auction111116: {'created_time': 1774624177.74868, 'last_price_update_time': 1774624177.748693, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007919auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_003/780x0__r.jpg?hash=1774605982> (referer: https://ecarstrade.com/cars/7007932)
2026-03-27 15:09:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_003/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007929)
2026-03-27 15:09:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_002/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007929)
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007957auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007957auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007957auction111116: 1
2026-03-27 15:09:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007961auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007961auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007961auction111116: 1
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007963auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007963auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007963auction111116: 1
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007964auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007964auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007964auction111116: 1
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007966auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007966auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007966auction111116: 1
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007968auction111116
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007968auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:37 [ecarstrade.be] INFO: Scrape type for 7007968auction111116: 1
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:09:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:09:37 [ecarstrade.be] INFO: Found listing with ID: 7007972auction111116
2026-03-27 15:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007972auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:38 [ecarstrade.be] INFO: Scrape type for 7007972auction111116: 1
2026-03-27 15:09:38 [ecarstrade.be] INFO: Found listing with ID: 7007974auction111116
2026-03-27 15:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007974auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:38 [ecarstrade.be] INFO: Scrape type for 7007974auction111116: 1
2026-03-27 15:09:38 [ecarstrade.be] INFO: Found listing with ID: 7007976auction111116
2026-03-27 15:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007976auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:38 [ecarstrade.be] INFO: Scrape type for 7007976auction111116: 1
2026-03-27 15:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007903> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:39 [ecarstrade.be] INFO: Extracting details for car 7007903auction111116
2026-03-27 15:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116
2026-03-27 15:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcfd5ea1-7129-5609-8c96-485d2f5a9107 with scrape type 1
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007903%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605930%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_001/780x0__r.jpg?hash=1774605930 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007903%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605930%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_002/780x0__r.jpg?hash=1774605930 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007903%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605930%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_003/780x0__r.jpg?hash=1774605930 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007903%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605930%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_004/780x0__r.jpg?hash=1774605930 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007903%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605930%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_005/780x0__r.jpg?hash=1774605930 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007903%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605930%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_006/780x0__r.jpg?hash=1774605930 not downloaded yet
2026-03-27 15:09:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007906> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:39 [ecarstrade.be] INFO: Extracting details for car 7007906auction111116
2026-03-27 15:09:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116
2026-03-27 15:09:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c68b52f-da2a-51b6-afef-18853dcd89cb with scrape type 1
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007906%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605933%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_001/780x0__r.jpg?hash=1774605933 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007906%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605934%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_002/780x0__r.jpg?hash=1774605934 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007906%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605934%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_003/780x0__r.jpg?hash=1774605934 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007906%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605933%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_004/780x0__r.jpg?hash=1774605933 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007906%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605933%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_005/780x0__r.jpg?hash=1774605933 not downloaded yet
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007906%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605933%27 HTTP/1.1" 200 None
2026-03-27 15:09:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_006/780x0__r.jpg?hash=1774605933 not downloaded yet
2026-03-27 15:09:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007857> (referer: https://ecarstrade.com/search/page121?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:41 [ecarstrade.be] INFO: Extracting details for car 7007857auction111116
2026-03-27 15:09:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116
2026-03-27 15:09:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 507e3ccd-b082-548d-91fa-740831880ec2 with scrape type 1
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007857%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605860%27 HTTP/1.1" 200 None
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_001/780x0__r.jpg?hash=1774605860 not downloaded yet
2026-03-27 15:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007857%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605861%27 HTTP/1.1" 200 None
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_002/780x0__r.jpg?hash=1774605861 not downloaded yet
2026-03-27 15:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007857%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605860%27 HTTP/1.1" 200 None
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_003/780x0__r.jpg?hash=1774605860 not downloaded yet
2026-03-27 15:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007857%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605860%27 HTTP/1.1" 200 None
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_004/780x0__r.jpg?hash=1774605860 not downloaded yet
2026-03-27 15:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007857%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605860%27 HTTP/1.1" 200 None
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_005/780x0__r.jpg?hash=1774605860 not downloaded yet
2026-03-27 15:09:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007857%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605860%27 HTTP/1.1" 200 None
2026-03-27 15:09:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_006/780x0__r.jpg?hash=1774605860 not downloaded yet
2026-03-27 15:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007947> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:44 [ecarstrade.be] INFO: Extracting details for car 7007947auction111116
2026-03-27 15:09:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116
2026-03-27 15:09:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e374a58-6923-5e42-b63f-be5d6763fbda with scrape type 1
2026-03-27 15:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007947%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606003%27 HTTP/1.1" 200 None
2026-03-27 15:09:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_001/780x0__r.jpg?hash=1774606003 not downloaded yet
2026-03-27 15:09:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007947%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606003%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_002/780x0__r.jpg?hash=1774606003 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007947%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_003/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_002/780x0__r.jpg?hash=1774605982> (referer: https://ecarstrade.com/cars/7007932)
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007947%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_004/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:09:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007947%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_005/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007947%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_006/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007977auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007977auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007977auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007983auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007983auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007983auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007984auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007984auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007984auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007985auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007985auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007985auction111116: 1
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007986auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007986auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007986auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007987auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007987auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007987auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007988auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007988auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007988auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007989auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007989auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007989auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007991auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007991auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007991auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007993auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007993auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007993auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007994auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007994auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007994auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007998auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007998auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007998auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7007999auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007999auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7007999auction111116: 1
2026-03-27 15:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007948> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008000auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008000auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008000auction111116: 1
2026-03-27 15:09:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007945> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008001auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008001auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008001auction111116: 1
2026-03-27 15:09:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008003auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008003auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008003auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008005auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008005auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008005auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008007auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008007auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008007auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Extracting details for car 7007948auction111116
2026-03-27 15:09:45 [ecarstrade.be] INFO: Extracting details for car 7007945auction111116
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008025auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008025auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008025auction111116: 1
2026-03-27 15:09:45 [ecarstrade.be] INFO: Found listing with ID: 7008026auction111116
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277008026auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [ecarstrade.be] INFO: Scrape type for 7008026auction111116: 1
2026-03-27 15:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116
2026-03-27 15:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with scrape type 1
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007948%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606005%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_001/780x0__r.jpg?hash=1774606005 not downloaded yet
2026-03-27 15:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116
2026-03-27 15:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with scrape type 1
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007945%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_001/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007948%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606005%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_002/780x0__r.jpg?hash=1774606005 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007945%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_002/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007948%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606005%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_003/780x0__r.jpg?hash=1774606005 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007945%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_003/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007948%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606005%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_004/780x0__r.jpg?hash=1774606005 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007945%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_004/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007948%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606005%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_005/780x0__r.jpg?hash=1774606005 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007945%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_005/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007948%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606005%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_006/780x0__r.jpg?hash=1774606005 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007945%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_006/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:09:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007949> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:45 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:45 [ecarstrade.be] INFO: Extracting details for car 7007949auction111116
2026-03-27 15:09:45 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116
2026-03-27 15:09:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06db04e2-783d-5c2c-82c6-293ec5a2965b with scrape type 1
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007949%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_001/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007949%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_002/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007949%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_003/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007949%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_004/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007949%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_005/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007949%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_006/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007950> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:46 [ecarstrade.be] INFO: Extracting details for car 7007950auction111116
2026-03-27 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_006/780x0__r.jpg?hash=1774605930> (referer: https://ecarstrade.com/cars/7007903)
2026-03-27 15:09:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116
2026-03-27 15:09:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with scrape type 1
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007950%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_001/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007950%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_002/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007950%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_003/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007950%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_004/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007950%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_005/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_006/780x0__r.jpg?hash=1774605933> (referer: https://ecarstrade.com/cars/7007906)
2026-03-27 15:09:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007950%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606006%27 HTTP/1.1" 200 None
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_006/780x0__r.jpg?hash=1774606006 not downloaded yet
2026-03-27 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_006/780x0__r.jpg?hash=1774605860> (referer: https://ecarstrade.com/cars/7007857)
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_005/780x0__r.jpg?hash=1774605860> (referer: https://ecarstrade.com/cars/7007857)
2026-03-27 15:09:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:09:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_003/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007947)
2026-03-27 15:09:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:09:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007953> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:47 [ecarstrade.be] INFO: Extracting details for car 7007953auction111116
2026-03-27 15:09:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116
2026-03-27 15:09:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with scrape type 1
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007953%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_001/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007953%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606014%27 HTTP/1.1" 200 None
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_002/780x0__r.jpg?hash=1774606014 not downloaded yet
2026-03-27 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007953%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_003/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007953%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_004/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007953%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_005/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007953%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_006/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007954> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_006/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007945)
2026-03-27 15:09:51 [ecarstrade.be] INFO: Extracting details for car 7007954auction111116
2026-03-27 15:09:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116
2026-03-27 15:09:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with scrape type 1
2026-03-27 15:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007954%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_001/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007954%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_002/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007954%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_003/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_006/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007949)
2026-03-27 15:09:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007954%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606016%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_004/780x0__r.jpg?hash=1774606016 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007954%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606016%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_005/780x0__r.jpg?hash=1774606016 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007954%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606015%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_006/780x0__r.jpg?hash=1774606015 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007952> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_005/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007949)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007955> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_005/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007950)
2026-03-27 15:09:52 [ecarstrade.be] INFO: Extracting details for car 7007952auction111116
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_004/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007950)
2026-03-27 15:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116
2026-03-27 15:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with scrape type 1
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007952%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606008%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_001/780x0__r.jpg?hash=1774606008 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_003/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007950)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007952%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_002/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:52 [ecarstrade.be] INFO: Extracting details for car 7007955auction111116
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_006/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007950)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007952%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_003/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007956> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007952%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_004/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116
2026-03-27 15:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3612aa1e-a872-5a69-b323-5d2714c0d495 with scrape type 1
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007955%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606017%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_001/780x0__r.jpg?hash=1774606017 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_002/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007950)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_006/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007953)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007952%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_005/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007955%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606017%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_002/780x0__r.jpg?hash=1774606017 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007976> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_003/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007954)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007952%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606007%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_006/780x0__r.jpg?hash=1774606007 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007955%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_003/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_005/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007953)
2026-03-27 15:09:52 [ecarstrade.be] INFO: Extracting details for car 7007956auction111116
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_006/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007954)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_005/780x0__r.jpg?hash=1774606016> (referer: https://ecarstrade.com/cars/7007954)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007955%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606017%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_004/780x0__r.jpg?hash=1774606017 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116
2026-03-27 15:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with scrape type 1
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007956%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_001/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007955%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606017%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_005/780x0__r.jpg?hash=1774606017 not downloaded yet
2026-03-27 15:09:52 [ecarstrade.be] INFO: Extracting details for car 7007976auction111116
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007956%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_002/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_001/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007954)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_002/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007954)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007955%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606017%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_006/780x0__r.jpg?hash=1774606017 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_001/780x0__r.jpg?hash=1774606008> (referer: https://ecarstrade.com/cars/7007952)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007956%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_003/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116
2026-03-27 15:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a08ac01-4202-501b-bd09-547d90e365c6 with scrape type 1
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007976%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606057%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_001/780x0__r.jpg?hash=1774606057 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_004/780x0__r.jpg?hash=1774606016> (referer: https://ecarstrade.com/cars/7007954)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_002/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007952)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007956%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_004/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007976%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606057%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_002/780x0__r.jpg?hash=1774606057 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_001/780x0__r.jpg?hash=1774606017> (referer: https://ecarstrade.com/cars/7007955)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_003/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007952)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_005/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007952)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007956%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_005/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007976%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606057%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_003/780x0__r.jpg?hash=1774606057 not downloaded yet
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_002/780x0__r.jpg?hash=1774606017> (referer: https://ecarstrade.com/cars/7007955)
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_004/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007952)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007956%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_006/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007976%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606057%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_004/780x0__r.jpg?hash=1774606057 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_006/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007952)
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007976%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606058%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_005/780x0__r.jpg?hash=1774606058 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007976%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606057%27 HTTP/1.1" 200 None
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_006/780x0__r.jpg?hash=1774606057 not downloaded yet
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e
2026-03-27 15:09:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e, skipping ID generation
2026-03-27 15:09:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with scrape type 1
2026-03-27 15:09:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e sending to next pipeline
2026-03-27 15:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e, identifier: 7007954auction111116
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_003/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007955)
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_002/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007956)
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_005/780x0__r.jpg?hash=1774606017> (referer: https://ecarstrade.com/cars/7007955)
2026-03-27 15:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116
2026-03-27 15:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116
2026-03-27 15:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6581a5c0-e5e9-5f49-a990-c2c70db2ff9e with identifier: 7007954auction111116 to the API
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007954/photo_004/780x0__r.jpg?hash=1774606016>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '6581a5c0-e5e9-5f49-a990-c2c70db2ff9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007954',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 107494,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'vin': None,
'year': 2021}
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007954auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:53 [ecarstrade.be] INFO: Saving data for 7007954auction111116: {'created_time': 1774624193.353628, 'last_price_update_time': 1774624193.353639, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007954auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_001/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007956)
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_004/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007953)
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a
2026-03-27 15:09:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a, skipping ID generation
2026-03-27 15:09:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with scrape type 1
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a sending to next pipeline
2026-03-27 15:09:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a, identifier: 7007952auction111116
2026-03-27 15:09:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116
2026-03-27 15:09:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116
2026-03-27 15:09:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a with identifier: 7007952auction111116 to the API
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007952/photo_006/780x0__r.jpg?hash=1774606007>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8bbc1647-1ffe-5e8f-a7b2-c6b88c9b2b4a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007952',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 99472,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007952auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:53 [ecarstrade.be] INFO: Saving data for 7007952auction111116: {'created_time': 1774624193.917178, 'last_price_update_time': 1774624193.917189, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007952auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_004/780x0__r.jpg?hash=1774606017> (referer: https://ecarstrade.com/cars/7007955)
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_006/780x0__r.jpg?hash=1774606017> (referer: https://ecarstrade.com/cars/7007955)
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_002/780x0__r.jpg?hash=1774606057> (referer: https://ecarstrade.com/cars/7007976)
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_004/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007956)
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_001/780x0__r.jpg?hash=1774606057> (referer: https://ecarstrade.com/cars/7007976)
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_004/780x0__r.jpg?hash=1774606057> (referer: https://ecarstrade.com/cars/7007976)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_003/780x0__r.jpg?hash=1774606057> (referer: https://ecarstrade.com/cars/7007976)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_006/780x0__r.jpg?hash=1774606057> (referer: https://ecarstrade.com/cars/7007976)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_006/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007956)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_005/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007956)
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3612aa1e-a872-5a69-b323-5d2714c0d495
2026-03-27 15:09:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3612aa1e-a872-5a69-b323-5d2714c0d495, skipping ID generation
2026-03-27 15:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3612aa1e-a872-5a69-b323-5d2714c0d495 with scrape type 1
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3612aa1e-a872-5a69-b323-5d2714c0d495 sending to next pipeline
2026-03-27 15:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3612aa1e-a872-5a69-b323-5d2714c0d495, identifier: 7007955auction111116
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_005/780x0__r.jpg?hash=1774606058> (referer: https://ecarstrade.com/cars/7007976)
2026-03-27 15:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116
2026-03-27 15:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116
2026-03-27 15:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3612aa1e-a872-5a69-b323-5d2714c0d495 with identifier: 7007955auction111116 to the API
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007955/photo_006/780x0__r.jpg?hash=1774606017>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '3612aa1e-a872-5a69-b323-5d2714c0d495',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007955',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 29245,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo / 2021 / 4P / Fourgonnette grand confort EV45 11kw '
'CD LOT 431',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette grand confort EV45 11kw CD LOT '
'431',
'vin': None,
'year': 2024}
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007955auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:54 [ecarstrade.be] INFO: Saving data for 7007955auction111116: {'created_time': 1774624194.44371, 'last_price_update_time': 1774624194.443723, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007955auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_003/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007956)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_003/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007953)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_002/780x0__r.jpg?hash=1774606014> (referer: https://ecarstrade.com/cars/7007953)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_001/780x0__r.jpg?hash=1774606015> (referer: https://ecarstrade.com/cars/7007953)
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a08ac01-4202-501b-bd09-547d90e365c6
2026-03-27 15:09:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a08ac01-4202-501b-bd09-547d90e365c6, skipping ID generation
2026-03-27 15:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a08ac01-4202-501b-bd09-547d90e365c6 with scrape type 1
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a08ac01-4202-501b-bd09-547d90e365c6 sending to next pipeline
2026-03-27 15:09:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a08ac01-4202-501b-bd09-547d90e365c6, identifier: 7007976auction111116
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_001/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007950)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_004/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007949)
2026-03-27 15:09:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116
2026-03-27 15:09:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116
2026-03-27 15:09:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a08ac01-4202-501b-bd09-547d90e365c6 with identifier: 7007976auction111116 to the API
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007976/photo_005/780x0__r.jpg?hash=1774606058>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '0a08ac01-4202-501b-bd09-547d90e365c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007976',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 71309,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA Model Y / 2020 / 5P / SUV Long Range Dual Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2020 / 5P / SUV Long Range Dual Motor AWD',
'vin': None,
'year': 2021}
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007976auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:54 [ecarstrade.be] INFO: Saving data for 7007976auction111116: {'created_time': 1774624194.946464, 'last_price_update_time': 1774624194.946476, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007976auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_001/780x0__r.jpg?hash=1774606007> (referer: https://ecarstrade.com/cars/7007949)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_002/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007949)
2026-03-27 15:09:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_003/780x0__r.jpg?hash=1774606006> (referer: https://ecarstrade.com/cars/7007949)
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294
2026-03-27 15:09:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294, skipping ID generation
2026-03-27 15:09:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with scrape type 1
2026-03-27 15:09:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 sending to next pipeline
2026-03-27 15:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294, identifier: 7007956auction111116
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab
2026-03-27 15:09:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab, skipping ID generation
2026-03-27 15:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with scrape type 1
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab sending to next pipeline
2026-03-27 15:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab, identifier: 7007953auction111116
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007999> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116
2026-03-27 15:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116
2026-03-27 15:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 71d0db1b-c15f-5dc3-a9e5-c541c54ef294 with identifier: 7007956auction111116 to the API
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007956/photo_003/780x0__r.jpg?hash=1774606018>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '71d0db1b-c15f-5dc3-a9e5-c541c54ef294',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007956',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Renault Espace',
'odometer': 4702,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-09-01',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Espace / 2025 / 5P / Crossover esprit Alpine 7PL full hyb '
'E-Tech 200-25',
'transmission': 'automatic',
'trim': 'RENAULT Espace / 2025 / 5P / Crossover esprit Alpine 7PL full hyb '
'E-Tech 200-25',
'vin': None,
'year': 2025}
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007956auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:55 [ecarstrade.be] INFO: Saving data for 7007956auction111116: {'created_time': 1774624195.47711, 'last_price_update_time': 1774624195.477121, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007956auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116
2026-03-27 15:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116
2026-03-27 15:09:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 44d25a2d-6da8-5a4f-8b56-d289cf9a81ab with identifier: 7007953auction111116 to the API
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007953/photo_001/780x0__r.jpg?hash=1774606015>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '44d25a2d-6da8-5a4f-8b56-d289cf9a81ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007953',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 125540,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007953auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:55 [ecarstrade.be] INFO: Saving data for 7007953auction111116: {'created_time': 1774624195.801443, 'last_price_update_time': 1774624195.801454, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007953auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_006/780x0__r.jpg?hash=1774606005> (referer: https://ecarstrade.com/cars/7007948)
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_005/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007945)
2026-03-27 15:09:55 [ecarstrade.be] INFO: Extracting details for car 7007999auction111116
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf
2026-03-27 15:09:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf, skipping ID generation
2026-03-27 15:09:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with scrape type 1
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c45b4bc3-6746-52b8-bc67-b405b0ba2bbf sending to next pipeline
2026-03-27 15:09:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf, identifier: 7007950auction111116
2026-03-27 15:09:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_005/780x0__r.jpg?hash=1774606005> (referer: https://ecarstrade.com/cars/7007948)
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_004/780x0__r.jpg?hash=1774606005> (referer: https://ecarstrade.com/cars/7007948)
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_004/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007945)
2026-03-27 15:09:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008000> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:09:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116
2026-03-27 15:09:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116
2026-03-27 15:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c45b4bc3-6746-52b8-bc67-b405b0ba2bbf with identifier: 7007950auction111116 to the API
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007950/photo_001/780x0__r.jpg?hash=1774606006>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'c45b4bc3-6746-52b8-bc67-b405b0ba2bbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007950',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 68261,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur / 2019 / 5P / SUV Intens E-TECH Plug-in 160',
'transmission': 'automatic',
'trim': 'RENAULT / 2019 / 5P / SUV Intens E-TECH Plug-in 160',
'vin': None,
'year': 2021}
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007950auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [ecarstrade.be] INFO: Saving data for 7007950auction111116: {'created_time': 1774624196.264181, 'last_price_update_time': 1774624196.264194, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007950auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_003/780x0__r.jpg?hash=1774606005> (referer: https://ecarstrade.com/cars/7007948)
2026-03-27 15:09:56 [ecarstrade.be] INFO: Extracting details for car 7008000auction111116
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 06db04e2-783d-5c2c-82c6-293ec5a2965b
2026-03-27 15:09:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06db04e2-783d-5c2c-82c6-293ec5a2965b, skipping ID generation
2026-03-27 15:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06db04e2-783d-5c2c-82c6-293ec5a2965b with scrape type 1
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06db04e2-783d-5c2c-82c6-293ec5a2965b sending to next pipeline
2026-03-27 15:09:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06db04e2-783d-5c2c-82c6-293ec5a2965b, identifier: 7007949auction111116
2026-03-27 15:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116
2026-03-27 15:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bf2084-4207-587c-bb94-2ac906aeea9e with scrape type 1
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007999%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_001/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_003/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007945)
2026-03-27 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_002/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007945)
2026-03-27 15:09:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116
2026-03-27 15:09:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116
2026-03-27 15:09:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06db04e2-783d-5c2c-82c6-293ec5a2965b with identifier: 7007949auction111116 to the API
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007949/photo_003/780x0__r.jpg?hash=1774606006>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '06db04e2-783d-5c2c-82c6-293ec5a2965b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007949',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 73446,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007949auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [ecarstrade.be] INFO: Saving data for 7007949auction111116: {'created_time': 1774624196.759213, 'last_price_update_time': 1774624196.759224, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007949auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_001/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007945)
2026-03-27 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_001/780x0__r.jpg?hash=1774606005> (referer: https://ecarstrade.com/cars/7007948)
2026-03-27 15:09:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_002/780x0__r.jpg?hash=1774606005> (referer: https://ecarstrade.com/cars/7007948)
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007999%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_002/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116
2026-03-27 15:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with scrape type 1
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7008000%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_001/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007999%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_003/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7008000%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_002/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007999%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_004/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7008000%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_003/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007999%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_005/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7008000%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_004/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7007999%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_006/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7008000%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606112%27 HTTP/1.1" 200 None
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_005/780x0__r.jpg?hash=1774606112 not downloaded yet
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1dfead14-e9e2-5199-b083-963a3ae5a0d5
2026-03-27 15:09:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1dfead14-e9e2-5199-b083-963a3ae5a0d5, skipping ID generation
2026-03-27 15:09:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with scrape type 1
2026-03-27 15:09:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1dfead14-e9e2-5199-b083-963a3ae5a0d5 sending to next pipeline
2026-03-27 15:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1dfead14-e9e2-5199-b083-963a3ae5a0d5, identifier: 7007945auction111116
2026-03-27 15:09:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7
2026-03-27 15:09:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7, skipping ID generation
2026-03-27 15:09:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with scrape type 1
2026-03-27 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 sending to next pipeline
2026-03-27 15:09:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7, identifier: 7007948auction111116
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09: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%252F7008000%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606111%27 HTTP/1.1" 200 None
2026-03-27 15:09:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_006/780x0__r.jpg?hash=1774606111 not downloaded yet
2026-03-27 15:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116
2026-03-27 15:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116
2026-03-27 15:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1dfead14-e9e2-5199-b083-963a3ae5a0d5 with identifier: 7007945auction111116 to the API
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007945/photo_001/780x0__r.jpg?hash=1774606002>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1dfead14-e9e2-5199-b083-963a3ae5a0d5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007945',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Austral',
'odometer': 126185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Austral Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'vin': None,
'year': 2023}
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007945auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:57 [ecarstrade.be] INFO: Saving data for 7007945auction111116: {'created_time': 1774624197.454974, 'last_price_update_time': 1774624197.454986, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007945auction111116') HTTP/1.1" 204 0
2026-03-27 15:09:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116
2026-03-27 15:09:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116
2026-03-27 15:09:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7 with identifier: 7007948auction111116 to the API
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:09:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007948/photo_002/780x0__r.jpg?hash=1774606005>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6ab76fc3-7d64-52d2-83f0-37bb44c5e6a7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007948',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 43104,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Captur II Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'II Intens 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007948auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:09:57 [ecarstrade.be] INFO: Saving data for 7007948auction111116: {'created_time': 1774624197.77212, 'last_price_update_time': 1774624197.772131, 'auction_closing_time': 1774867200.0}
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:09:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007948auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008003> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:10:04 [ecarstrade.be] INFO: Extracting details for car 7008003auction111116
2026-03-27 15:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116
2026-03-27 15:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb6877f5-2e14-5171-b32a-31330b6df7d9 with scrape type 1
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008003%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606115%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_001/780x0__r.jpg?hash=1774606115 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008003%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606114%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_002/780x0__r.jpg?hash=1774606114 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008003%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606115%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_003/780x0__r.jpg?hash=1774606115 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008003%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606114%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_004/780x0__r.jpg?hash=1774606114 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008003%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606114%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_005/780x0__r.jpg?hash=1774606114 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008003%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606114%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_006/780x0__r.jpg?hash=1774606114 not downloaded yet
2026-03-27 15:10:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008007> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:04 [ecarstrade.be] INFO: Extracting details for car 7008007auction111116
2026-03-27 15:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116
2026-03-27 15:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5b7cfb-9524-5676-9a70-3ae3ca613824 with scrape type 1
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008007%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606122%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_001/780x0__r.jpg?hash=1774606122 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008007%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606122%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_002/780x0__r.jpg?hash=1774606122 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008007%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606123%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_003/780x0__r.jpg?hash=1774606123 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008007%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606123%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_004/780x0__r.jpg?hash=1774606123 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008007%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606123%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_005/780x0__r.jpg?hash=1774606123 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008007%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606123%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_006/780x0__r.jpg?hash=1774606123 not downloaded yet
2026-03-27 15:10:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007998> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:04 [ecarstrade.be] INFO: Extracting details for car 7007998auction111116
2026-03-27 15:10:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116
2026-03-27 15:10:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efefa487-d719-55f2-9443-754c47322da7 with scrape type 1
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007998%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_001/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007998%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_002/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007998%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_003/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007998%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_004/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007998%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_005/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:10:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007998%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606110%27 HTTP/1.1" 200 None
2026-03-27 15:10:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_006/780x0__r.jpg?hash=1774606110 not downloaded yet
2026-03-27 15:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008005> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008025> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:05 [ecarstrade.be] INFO: Extracting details for car 7008005auction111116
2026-03-27 15:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116
2026-03-27 15:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de985ef-634c-5b8d-be51-1afe6ee6df58 with scrape type 1
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008005%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606119%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_001/780x0__r.jpg?hash=1774606119 not downloaded yet
2026-03-27 15:10:05 [ecarstrade.be] INFO: Extracting details for car 7008025auction111116
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008005%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606119%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_002/780x0__r.jpg?hash=1774606119 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008005%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606119%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_003/780x0__r.jpg?hash=1774606119 not downloaded yet
2026-03-27 15:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116
2026-03-27 15:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97a120f-808f-57e6-9dfb-752ab776a2fc with scrape type 1
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008025%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606167%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_001/780x0__r.jpg?hash=1774606167 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008005%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606120%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_004/780x0__r.jpg?hash=1774606120 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008025%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_002/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008005%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606121%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_005/780x0__r.jpg?hash=1774606121 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008025%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606167%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_003/780x0__r.jpg?hash=1774606167 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008005%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606120%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_006/780x0__r.jpg?hash=1774606120 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008025%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_004/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008025%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_005/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008025%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_006/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008001> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:05 [ecarstrade.be] INFO: Extracting details for car 7008001auction111116
2026-03-27 15:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_001/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007999)
2026-03-27 15:10:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116
2026-03-27 15:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1aa384d-8390-5ba8-91e8-ece3d18f4488 with scrape type 1
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008001%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606113%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_001/780x0__r.jpg?hash=1774606113 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008001%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606113%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_002/780x0__r.jpg?hash=1774606113 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008001%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606113%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_003/780x0__r.jpg?hash=1774606113 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008001%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606113%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_004/780x0__r.jpg?hash=1774606113 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008001%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606113%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_005/780x0__r.jpg?hash=1774606113 not downloaded yet
2026-03-27 15:10:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008026> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008001%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606113%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_006/780x0__r.jpg?hash=1774606113 not downloaded yet
2026-03-27 15:10:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:10:05 [ecarstrade.be] INFO: Extracting details for car 7008026auction111116
2026-03-27 15:10:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116
2026-03-27 15:10:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70701ebd-df77-5e5c-a16e-8d2da7ba658d with scrape type 1
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008026%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_001/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008026%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_002/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008026%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_003/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008026%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_004/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008026%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_005/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008026%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606168%27 HTTP/1.1" 200 None
2026-03-27 15:10:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_006/780x0__r.jpg?hash=1774606168 not downloaded yet
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007946> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:06 [ecarstrade.be] INFO: Extracting details for car 7007946auction111116
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_006/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7008000)
2026-03-27 15:10:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116
2026-03-27 15:10:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2e503b-36ad-5cb6-a0ee-0a19470164de with scrape type 1
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007946%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_001/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007946%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606002%27 HTTP/1.1" 200 None
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_002/780x0__r.jpg?hash=1774606002 not downloaded yet
2026-03-27 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007946%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_003/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007946%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_004/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_006/780x0__r.jpg?hash=1774606114> (referer: https://ecarstrade.com/cars/7008003)
2026-03-27 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007946%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606001%27 HTTP/1.1" 200 None
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_005/780x0__r.jpg?hash=1774606001 not downloaded yet
2026-03-27 15:10:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007946%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606003%27 HTTP/1.1" 200 None
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_006/780x0__r.jpg?hash=1774606003 not downloaded yet
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_006/780x0__r.jpg?hash=1774606123> (referer: https://ecarstrade.com/cars/7008007)
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_006/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007998)
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_005/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007998)
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_006/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008025)
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_005/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008025)
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_005/780x0__r.jpg?hash=1774606113> (referer: https://ecarstrade.com/cars/7008001)
2026-03-27 15:10:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_006/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008026)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:07 [scrapy.extensions.logstats] INFO: Crawled 646 pages (at 37 pages/min), scraped 488 items (at 33 items/min)
2026-03-27 15:10:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_005/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008026)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_004/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007946)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_006/780x0__r.jpg?hash=1774606003> (referer: https://ecarstrade.com/cars/7007946)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_005/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007946)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_003/780x0__r.jpg?hash=1774606001> (referer: https://ecarstrade.com/cars/7007946)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_002/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007946)
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_001/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007946)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_004/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008026)
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fd2e503b-36ad-5cb6-a0ee-0a19470164de
2026-03-27 15:10:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fd2e503b-36ad-5cb6-a0ee-0a19470164de, skipping ID generation
2026-03-27 15:10:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd2e503b-36ad-5cb6-a0ee-0a19470164de with scrape type 1
2026-03-27 15:10:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fd2e503b-36ad-5cb6-a0ee-0a19470164de sending to next pipeline
2026-03-27 15:10:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd2e503b-36ad-5cb6-a0ee-0a19470164de, identifier: 7007946auction111116
2026-03-27 15:10:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116
2026-03-27 15:10:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116
2026-03-27 15:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd2e503b-36ad-5cb6-a0ee-0a19470164de with identifier: 7007946auction111116 to the API
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007946/photo_001/780x0__r.jpg?hash=1774606002>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': 'fd2e503b-36ad-5cb6-a0ee-0a19470164de',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007946',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Captur',
'odometer': 103868,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur / 2019 / 5P / SUV Initiale Paris E-TECH Plug-in 160 '
'-21',
'transmission': 'automatic',
'trim': 'RENAULT / 2019 / 5P / SUV Initiale Paris E-TECH Plug-in 160 -21',
'vin': None,
'year': 2021}
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007946auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:08 [ecarstrade.be] INFO: Saving data for 7007946auction111116: {'created_time': 1774624208.283, 'last_price_update_time': 1774624208.283011, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007946auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_003/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008026)
2026-03-27 15:10:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_002/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008026)
2026-03-27 15:10:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_001/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008026)
2026-03-27 15:10:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_006/780x0__r.jpg?hash=1774606113> (referer: https://ecarstrade.com/cars/7008001)
2026-03-27 15:10:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70701ebd-df77-5e5c-a16e-8d2da7ba658d
2026-03-27 15:10:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70701ebd-df77-5e5c-a16e-8d2da7ba658d, skipping ID generation
2026-03-27 15:10:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70701ebd-df77-5e5c-a16e-8d2da7ba658d with scrape type 1
2026-03-27 15:10:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70701ebd-df77-5e5c-a16e-8d2da7ba658d sending to next pipeline
2026-03-27 15:10:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70701ebd-df77-5e5c-a16e-8d2da7ba658d, identifier: 7008026auction111116
2026-03-27 15:10:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116
2026-03-27 15:10:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116
2026-03-27 15:10:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70701ebd-df77-5e5c-a16e-8d2da7ba658d with identifier: 7008026auction111116 to the API
2026-03-27 15:10:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008026/photo_001/780x0__r.jpg?hash=1774606168>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '70701ebd-df77-5e5c-a16e-8d2da7ba658d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008026',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 61567,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'XC40 Pro Recharge Pure Electric AWD 78kWh BVA',
'transmission': 'automatic',
'trim': 'Pro Recharge Pure Electric AWD 78kWh BVA',
'vin': None,
'year': 2021}
2026-03-27 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008026auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:09 [ecarstrade.be] INFO: Saving data for 7008026auction111116: {'created_time': 1774624209.671585, 'last_price_update_time': 1774624209.671598, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008026auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_004/780x0__r.jpg?hash=1774606113> (referer: https://ecarstrade.com/cars/7008001)
2026-03-27 15:10:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_003/780x0__r.jpg?hash=1774606113> (referer: https://ecarstrade.com/cars/7008001)
2026-03-27 15:10:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_002/780x0__r.jpg?hash=1774606113> (referer: https://ecarstrade.com/cars/7008001)
2026-03-27 15:10:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_001/780x0__r.jpg?hash=1774606113> (referer: https://ecarstrade.com/cars/7008001)
2026-03-27 15:10:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_004/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008025)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b1aa384d-8390-5ba8-91e8-ece3d18f4488
2026-03-27 15:10:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b1aa384d-8390-5ba8-91e8-ece3d18f4488, skipping ID generation
2026-03-27 15:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b1aa384d-8390-5ba8-91e8-ece3d18f4488 with scrape type 1
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b1aa384d-8390-5ba8-91e8-ece3d18f4488 sending to next pipeline
2026-03-27 15:10:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b1aa384d-8390-5ba8-91e8-ece3d18f4488, identifier: 7008001auction111116
2026-03-27 15:10:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116
2026-03-27 15:10:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116
2026-03-27 15:10:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b1aa384d-8390-5ba8-91e8-ece3d18f4488 with identifier: 7008001auction111116 to the API
2026-03-27 15:10:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008001/photo_001/780x0__r.jpg?hash=1774606113>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b1aa384d-8390-5ba8-91e8-ece3d18f4488',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008001',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 17220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H '
'DYNAMIC BUSINESS BEYOND',
'transmission': 'automatic',
'trim': 'TOYOTA Cross Hybride / 2021 / 5P / SUV 1.5 HYBRID 116H DYNAMIC '
'BUSINESS BEYOND',
'vin': None,
'year': 2024}
2026-03-27 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008001auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:10 [ecarstrade.be] INFO: Saving data for 7008001auction111116: {'created_time': 1774624210.440287, 'last_price_update_time': 1774624210.440299, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008001auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_006/780x0__r.jpg?hash=1774606120> (referer: https://ecarstrade.com/cars/7008005)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_003/780x0__r.jpg?hash=1774606167> (referer: https://ecarstrade.com/cars/7008025)
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_005/780x0__r.jpg?hash=1774606121> (referer: https://ecarstrade.com/cars/7008005)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_002/780x0__r.jpg?hash=1774606168> (referer: https://ecarstrade.com/cars/7008025)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_004/780x0__r.jpg?hash=1774606120> (referer: https://ecarstrade.com/cars/7008005)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_001/780x0__r.jpg?hash=1774606167> (referer: https://ecarstrade.com/cars/7008025)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_003/780x0__r.jpg?hash=1774606119> (referer: https://ecarstrade.com/cars/7008005)
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f97a120f-808f-57e6-9dfb-752ab776a2fc
2026-03-27 15:10:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f97a120f-808f-57e6-9dfb-752ab776a2fc, skipping ID generation
2026-03-27 15:10:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f97a120f-808f-57e6-9dfb-752ab776a2fc with scrape type 1
2026-03-27 15:10:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f97a120f-808f-57e6-9dfb-752ab776a2fc sending to next pipeline
2026-03-27 15:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f97a120f-808f-57e6-9dfb-752ab776a2fc, identifier: 7008025auction111116
2026-03-27 15:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116
2026-03-27 15:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116
2026-03-27 15:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f97a120f-808f-57e6-9dfb-752ab776a2fc with identifier: 7008025auction111116 to the API
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008025/photo_001/780x0__r.jpg?hash=1774606167>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f97a120f-808f-57e6-9dfb-752ab776a2fc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008025',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 95742,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 / 2017 / 5P / SUV Recharge T5 262 DCT7 Inscription Busi',
'transmission': 'automatic',
'trim': 'VOLVO / 2017 / 5P / SUV Recharge T5 262 DCT7 Inscription Busi',
'vin': None,
'year': 2021}
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008025auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [ecarstrade.be] INFO: Saving data for 7008025auction111116: {'created_time': 1774624211.36256, 'last_price_update_time': 1774624211.362572, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008025auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_002/780x0__r.jpg?hash=1774606119> (referer: https://ecarstrade.com/cars/7008005)
2026-03-27 15:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007993> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:11 [ecarstrade.be] INFO: Extracting details for car 7007993auction111116
2026-03-27 15:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_004/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007998)
2026-03-27 15:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_001/780x0__r.jpg?hash=1774606119> (referer: https://ecarstrade.com/cars/7008005)
2026-03-27 15:10:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116
2026-03-27 15:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with scrape type 1
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007993%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_001/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007993%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_002/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007993%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_003/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007993%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_004/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007993%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_005/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_003/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007998)
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007993%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_006/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_002/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007998)
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2de985ef-634c-5b8d-be51-1afe6ee6df58
2026-03-27 15:10:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2de985ef-634c-5b8d-be51-1afe6ee6df58, skipping ID generation
2026-03-27 15:10:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2de985ef-634c-5b8d-be51-1afe6ee6df58 with scrape type 1
2026-03-27 15:10:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2de985ef-634c-5b8d-be51-1afe6ee6df58 sending to next pipeline
2026-03-27 15:10:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2de985ef-634c-5b8d-be51-1afe6ee6df58, identifier: 7008005auction111116
2026-03-27 15:10:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116
2026-03-27 15:10:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116
2026-03-27 15:10:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2de985ef-634c-5b8d-be51-1afe6ee6df58 with identifier: 7008005auction111116 to the API
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008005/photo_001/780x0__r.jpg?hash=1774606119>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2de985ef-634c-5b8d-be51-1afe6ee6df58',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008005',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 58316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Life Business',
'vin': None,
'year': 2022}
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008005auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [ecarstrade.be] INFO: Saving data for 7008005auction111116: {'created_time': 1774624212.060106, 'last_price_update_time': 1774624212.060118, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008005auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_001/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007998)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_005/780x0__r.jpg?hash=1774606123> (referer: https://ecarstrade.com/cars/7008007)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007994> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007986> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_001/780x0__r.jpg?hash=1774606122> (referer: https://ecarstrade.com/cars/7008007)
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item efefa487-d719-55f2-9443-754c47322da7
2026-03-27 15:10:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: efefa487-d719-55f2-9443-754c47322da7, skipping ID generation
2026-03-27 15:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item efefa487-d719-55f2-9443-754c47322da7 with scrape type 1
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item efefa487-d719-55f2-9443-754c47322da7 sending to next pipeline
2026-03-27 15:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: efefa487-d719-55f2-9443-754c47322da7, identifier: 7007998auction111116
2026-03-27 15:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116
2026-03-27 15:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116
2026-03-27 15:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: efefa487-d719-55f2-9443-754c47322da7 with identifier: 7007998auction111116 to the API
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007998/photo_001/780x0__r.jpg?hash=1774606110>
{'auction_title': '',
'c_o_2_emission_value': 87,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'efefa487-d719-55f2-9443-754c47322da7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007998',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 45682,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris Hybride 2019 5P Berline Hybride 116h Dynamic Business '
'Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride 2019 5P Berline Hybride 116h Dynamic Business Beyond '
'Zer',
'vin': None,
'year': 2023}
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007998auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [ecarstrade.be] INFO: Saving data for 7007998auction111116: {'created_time': 1774624212.579826, 'last_price_update_time': 1774624212.579838, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007998auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_002/780x0__r.jpg?hash=1774606122> (referer: https://ecarstrade.com/cars/7008007)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_003/780x0__r.jpg?hash=1774606123> (referer: https://ecarstrade.com/cars/7008007)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_004/780x0__r.jpg?hash=1774606123> (referer: https://ecarstrade.com/cars/7008007)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_005/780x0__r.jpg?hash=1774606114> (referer: https://ecarstrade.com/cars/7008003)
2026-03-27 15:10:12 [ecarstrade.be] INFO: Extracting details for car 7007994auction111116
2026-03-27 15:10:12 [ecarstrade.be] INFO: Extracting details for car 7007986auction111116
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007987> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116
2026-03-27 15:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with scrape type 1
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007994%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_001/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116
2026-03-27 15:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2360bae1-67c5-594a-a82f-bd1765dc543f with scrape type 1
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007986%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606079%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_001/780x0__r.jpg?hash=1774606079 not downloaded yet
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007994%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606101%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_002/780x0__r.jpg?hash=1774606101 not downloaded yet
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007986%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606079%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_002/780x0__r.jpg?hash=1774606079 not downloaded yet
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_004/780x0__r.jpg?hash=1774606114> (referer: https://ecarstrade.com/cars/7008003)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007991> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_006/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007993)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_005/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007993)
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_004/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007993)
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007994%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_003/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007986%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606078%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_003/780x0__r.jpg?hash=1774606078 not downloaded yet
2026-03-27 15:10:12 [ecarstrade.be] INFO: Extracting details for car 7007987auction111116
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007994%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606101%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_004/780x0__r.jpg?hash=1774606101 not downloaded yet
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007986%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606078%27 HTTP/1.1" 200 None
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_004/780x0__r.jpg?hash=1774606078 not downloaded yet
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ef5b7cfb-9524-5676-9a70-3ae3ca613824
2026-03-27 15:10:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ef5b7cfb-9524-5676-9a70-3ae3ca613824, skipping ID generation
2026-03-27 15:10:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ef5b7cfb-9524-5676-9a70-3ae3ca613824 with scrape type 1
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ef5b7cfb-9524-5676-9a70-3ae3ca613824 sending to next pipeline
2026-03-27 15:10:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ef5b7cfb-9524-5676-9a70-3ae3ca613824, identifier: 7008007auction111116
2026-03-27 15:10:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_003/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007993)
2026-03-27 15:10:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116
2026-03-27 15:10:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116
2026-03-27 15:10:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ef5b7cfb-9524-5676-9a70-3ae3ca613824 with identifier: 7008007auction111116 to the API
2026-03-27 15:10:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008007/photo_004/780x0__r.jpg?hash=1774606123>
{'auction_title': '',
'c_o_2_emission_value': 42,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ef5b7cfb-9524-5676-9a70-3ae3ca613824',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008007',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 58596,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 R-Line '
'Exclusive',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 R-Line Exclusive',
'vin': None,
'year': 2021}
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008007auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [ecarstrade.be] INFO: Saving data for 7008007auction111116: {'created_time': 1774624213.236304, 'last_price_update_time': 1774624213.236315, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008007auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_003/780x0__r.jpg?hash=1774606115> (referer: https://ecarstrade.com/cars/7008003)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_002/780x0__r.jpg?hash=1774606114> (referer: https://ecarstrade.com/cars/7008003)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_001/780x0__r.jpg?hash=1774606115> (referer: https://ecarstrade.com/cars/7008003)
2026-03-27 15:10:13 [ecarstrade.be] INFO: Extracting details for car 7007991auction111116
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007994%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_005/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007986%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606078%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_005/780x0__r.jpg?hash=1774606078 not downloaded yet
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007988> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116
2026-03-27 15:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c84b08-fb43-5892-a512-07509180b5ad with scrape type 1
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007987%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606080%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_001/780x0__r.jpg?hash=1774606080 not downloaded yet
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_002/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007993)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_001/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007993)
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007994%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606100%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_006/780x0__r.jpg?hash=1774606100 not downloaded yet
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007986%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606078%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_006/780x0__r.jpg?hash=1774606078 not downloaded yet
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007987%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606080%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_002/780x0__r.jpg?hash=1774606080 not downloaded yet
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116
2026-03-27 15:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630d2506-3535-5c57-b30d-ac112cbcbd1e with scrape type 1
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007991%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606090%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_001/780x0__r.jpg?hash=1774606090 not downloaded yet
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_004/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7008000)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_001/780x0__r.jpg?hash=1774606079> (referer: https://ecarstrade.com/cars/7007986)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_002/780x0__r.jpg?hash=1774606079> (referer: https://ecarstrade.com/cars/7007986)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_005/780x0__r.jpg?hash=1774606112> (referer: https://ecarstrade.com/cars/7008000)
2026-03-27 15:10:13 [ecarstrade.be] INFO: Extracting details for car 7007988auction111116
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007987%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606080%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_003/780x0__r.jpg?hash=1774606080 not downloaded yet
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_001/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007994)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_002/780x0__r.jpg?hash=1774606101> (referer: https://ecarstrade.com/cars/7007994)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_006/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7007999)
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007991%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606091%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_002/780x0__r.jpg?hash=1774606091 not downloaded yet
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cb6877f5-2e14-5171-b32a-31330b6df7d9
2026-03-27 15:10:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb6877f5-2e14-5171-b32a-31330b6df7d9, skipping ID generation
2026-03-27 15:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb6877f5-2e14-5171-b32a-31330b6df7d9 with scrape type 1
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cb6877f5-2e14-5171-b32a-31330b6df7d9 sending to next pipeline
2026-03-27 15:10:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb6877f5-2e14-5171-b32a-31330b6df7d9, identifier: 7008003auction111116
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007987%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606080%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_004/780x0__r.jpg?hash=1774606080 not downloaded yet
2026-03-27 15:10:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116
2026-03-27 15:10:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116
2026-03-27 15:10:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb6877f5-2e14-5171-b32a-31330b6df7d9 with identifier: 7008003auction111116 to the API
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008003/photo_001/780x0__r.jpg?hash=1774606115>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'cb6877f5-2e14-5171-b32a-31330b6df7d9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008003',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 43204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN ID.3 / 2020 / 5P / Berline 58 kWh 204ch Pro Performance '
'Active(SL)',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 58 kWh 204ch Pro Performance '
'Active(SL)',
'vin': None,
'year': 2022}
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008003auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [ecarstrade.be] INFO: Saving data for 7008003auction111116: {'created_time': 1774624213.954804, 'last_price_update_time': 1774624213.954816, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008003auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:13 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116
2026-03-27 15:10:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with scrape type 1
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007988%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606082%27 HTTP/1.1" 200 None
2026-03-27 15:10:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_001/780x0__r.jpg?hash=1774606082 not downloaded yet
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_004/780x0__r.jpg?hash=1774606101> (referer: https://ecarstrade.com/cars/7007994)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_005/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7007999)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_004/780x0__r.jpg?hash=1774606078> (referer: https://ecarstrade.com/cars/7007986)
2026-03-27 15:10:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_003/780x0__r.jpg?hash=1774606078> (referer: https://ecarstrade.com/cars/7007986)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007991%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606090%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_003/780x0__r.jpg?hash=1774606090 not downloaded yet
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d6178c99-9ad2-54b0-bad1-fbe22f7e8185
2026-03-27 15:10:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d6178c99-9ad2-54b0-bad1-fbe22f7e8185, skipping ID generation
2026-03-27 15:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with scrape type 1
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d6178c99-9ad2-54b0-bad1-fbe22f7e8185 sending to next pipeline
2026-03-27 15:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d6178c99-9ad2-54b0-bad1-fbe22f7e8185, identifier: 7007993auction111116
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_003/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007994)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_003/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7008000)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_004/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7007999)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007987%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606080%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_005/780x0__r.jpg?hash=1774606080 not downloaded yet
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007988%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606082%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_002/780x0__r.jpg?hash=1774606082 not downloaded yet
2026-03-27 15:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116
2026-03-27 15:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116
2026-03-27 15:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d6178c99-9ad2-54b0-bad1-fbe22f7e8185 with identifier: 7007993auction111116 to the API
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007993/photo_001/780x0__r.jpg?hash=1774606100>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd6178c99-9ad2-54b0-bad1-fbe22f7e8185',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007993',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 42489,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 Hybride / 2020 / 5P / SUV PHEV AWD Design Business '
'Beyond',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 Hybride / 2020 / 5P / SUV PHEV AWD Design Business '
'Beyond',
'vin': None,
'year': 2024}
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007993auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [ecarstrade.be] INFO: Saving data for 7007993auction111116: {'created_time': 1774624214.530582, 'last_price_update_time': 1774624214.530594, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007993auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007991%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606091%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_004/780x0__r.jpg?hash=1774606091 not downloaded yet
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_002/780x0__r.jpg?hash=1774606080> (referer: https://ecarstrade.com/cars/7007987)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_006/780x0__r.jpg?hash=1774606078> (referer: https://ecarstrade.com/cars/7007986)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_006/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007994)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007987%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606080%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_006/780x0__r.jpg?hash=1774606080 not downloaded yet
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007988%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606082%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_003/780x0__r.jpg?hash=1774606082 not downloaded yet
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_002/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7008000)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007991%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606090%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_005/780x0__r.jpg?hash=1774606090 not downloaded yet
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_001/780x0__r.jpg?hash=1774606080> (referer: https://ecarstrade.com/cars/7007987)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_005/780x0__r.jpg?hash=1774606078> (referer: https://ecarstrade.com/cars/7007986)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007988%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606082%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_004/780x0__r.jpg?hash=1774606082 not downloaded yet
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_001/780x0__r.jpg?hash=1774606090> (referer: https://ecarstrade.com/cars/7007991)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007991%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606090%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_006/780x0__r.jpg?hash=1774606090 not downloaded yet
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_005/780x0__r.jpg?hash=1774606100> (referer: https://ecarstrade.com/cars/7007994)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007988%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606082%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_005/780x0__r.jpg?hash=1774606082 not downloaded yet
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_003/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007999)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_002/780x0__r.jpg?hash=1774606091> (referer: https://ecarstrade.com/cars/7007991)
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_003/780x0__r.jpg?hash=1774606080> (referer: https://ecarstrade.com/cars/7007987)
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007988%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606082%27 HTTP/1.1" 200 None
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_006/780x0__r.jpg?hash=1774606082 not downloaded yet
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_001/780x0__r.jpg?hash=1774606111> (referer: https://ecarstrade.com/cars/7008000)
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:10:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_002/780x0__r.jpg?hash=1774606110> (referer: https://ecarstrade.com/cars/7007999)
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2360bae1-67c5-594a-a82f-bd1765dc543f
2026-03-27 15:10:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2360bae1-67c5-594a-a82f-bd1765dc543f, skipping ID generation
2026-03-27 15:10:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2360bae1-67c5-594a-a82f-bd1765dc543f with scrape type 1
2026-03-27 15:10:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2360bae1-67c5-594a-a82f-bd1765dc543f sending to next pipeline
2026-03-27 15:10:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2360bae1-67c5-594a-a82f-bd1765dc543f, identifier: 7007986auction111116
2026-03-27 15:10:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116
2026-03-27 15:10:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116
2026-03-27 15:10:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2360bae1-67c5-594a-a82f-bd1765dc543f with identifier: 7007986auction111116 to the API
2026-03-27 15:10:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007986/photo_005/780x0__r.jpg?hash=1774606078>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2360bae1-67c5-594a-a82f-bd1765dc543f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007986',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 119297,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR / 2016 / 5P / SUV 2.0 HYBRIDE 184 COLLECTION',
'transmission': 'automatic',
'trim': 'TOYOTA / 2016 / 5P / SUV 2.0 HYBRIDE 184 COLLECTION',
'vin': None,
'year': 2021}
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007986auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:15 [ecarstrade.be] INFO: Saving data for 7007986auction111116: {'created_time': 1774624215.16164, 'last_price_update_time': 1774624215.16165, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007986auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_002/780x0__r.jpg?hash=1774606082> (referer: https://ecarstrade.com/cars/7007988)
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_001/780x0__r.jpg?hash=1774606082> (referer: https://ecarstrade.com/cars/7007988)
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_004/780x0__r.jpg?hash=1774606080> (referer: https://ecarstrade.com/cars/7007987)
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_005/780x0__r.jpg?hash=1774606080> (referer: https://ecarstrade.com/cars/7007987)
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_003/780x0__r.jpg?hash=1774606082> (referer: https://ecarstrade.com/cars/7007988)
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_004/780x0__r.jpg?hash=1774606091> (referer: https://ecarstrade.com/cars/7007991)
2026-03-27 15:10:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_003/780x0__r.jpg?hash=1774606090> (referer: https://ecarstrade.com/cars/7007991)
2026-03-27 15:10:15 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2417b76f-6568-50fd-8d3b-4da9efcdfc70
2026-03-27 15:10:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2417b76f-6568-50fd-8d3b-4da9efcdfc70, skipping ID generation
2026-03-27 15:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with scrape type 1
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2417b76f-6568-50fd-8d3b-4da9efcdfc70 sending to next pipeline
2026-03-27 15:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2417b76f-6568-50fd-8d3b-4da9efcdfc70, identifier: 7007994auction111116
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe
2026-03-27 15:10:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe, skipping ID generation
2026-03-27 15:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with scrape type 1
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe sending to next pipeline
2026-03-27 15:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe, identifier: 7008000auction111116
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 65bf2084-4207-587c-bb94-2ac906aeea9e
2026-03-27 15:10:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65bf2084-4207-587c-bb94-2ac906aeea9e, skipping ID generation
2026-03-27 15:10:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bf2084-4207-587c-bb94-2ac906aeea9e with scrape type 1
2026-03-27 15:10:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65bf2084-4207-587c-bb94-2ac906aeea9e sending to next pipeline
2026-03-27 15:10:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65bf2084-4207-587c-bb94-2ac906aeea9e, identifier: 7007999auction111116
2026-03-27 15:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116
2026-03-27 15:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116
2026-03-27 15:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2417b76f-6568-50fd-8d3b-4da9efcdfc70 with identifier: 7007994auction111116 to the API
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007994/photo_005/780x0__r.jpg?hash=1774606100>
{'auction_title': '',
'c_o_2_emission_value': 84,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2417b76f-6568-50fd-8d3b-4da9efcdfc70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007994',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Yaris',
'odometer': 46176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Yaris Hybride / 2017 / 5P / Berline 1.5 VVT-I HYBRID France',
'transmission': 'automatic',
'trim': 'TOYOTA Hybride / 2017 / 5P / Berline 1.5 VVT-I HYBRID France',
'vin': None,
'year': 2019}
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007994auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:15 [ecarstrade.be] INFO: Saving data for 7007994auction111116: {'created_time': 1774624215.764742, 'last_price_update_time': 1774624215.764758, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007994auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116
2026-03-27 15:10:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116
2026-03-27 15:10:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2ef0d2f5-fa43-5e9a-ab94-79b004bedffe with identifier: 7008000auction111116 to the API
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008000/photo_001/780x0__r.jpg?hash=1774606111>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2ef0d2f5-fa43-5e9a-ab94-79b004bedffe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008000',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 125661,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf SW / 2020 / 5P / Break 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN SW / 2020 / 5P / Break 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'vin': None,
'year': 2023}
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008000auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:16 [ecarstrade.be] INFO: Saving data for 7008000auction111116: {'created_time': 1774624216.086569, 'last_price_update_time': 1774624216.08658, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008000auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116
2026-03-27 15:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116
2026-03-27 15:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65bf2084-4207-587c-bb94-2ac906aeea9e with identifier: 7007999auction111116 to the API
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007999/photo_002/780x0__r.jpg?hash=1774606110>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '65bf2084-4207-587c-bb94-2ac906aeea9e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007999',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 18943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business',
'vin': None,
'year': 2024}
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007999auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:16 [ecarstrade.be] INFO: Saving data for 7007999auction111116: {'created_time': 1774624216.406217, 'last_price_update_time': 1774624216.406229, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007999auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_006/780x0__r.jpg?hash=1774606080> (referer: https://ecarstrade.com/cars/7007987)
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_006/780x0__r.jpg?hash=1774606090> (referer: https://ecarstrade.com/cars/7007991)
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_005/780x0__r.jpg?hash=1774606090> (referer: https://ecarstrade.com/cars/7007991)
2026-03-27 15:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_005/780x0__r.jpg?hash=1774606082> (referer: https://ecarstrade.com/cars/7007988)
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_006/780x0__r.jpg?hash=1774606082> (referer: https://ecarstrade.com/cars/7007988)
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_004/780x0__r.jpg?hash=1774606082> (referer: https://ecarstrade.com/cars/7007988)
2026-03-27 15:10:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_005/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007947)
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e0c84b08-fb43-5892-a512-07509180b5ad
2026-03-27 15:10:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0c84b08-fb43-5892-a512-07509180b5ad, skipping ID generation
2026-03-27 15:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0c84b08-fb43-5892-a512-07509180b5ad with scrape type 1
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0c84b08-fb43-5892-a512-07509180b5ad sending to next pipeline
2026-03-27 15:10:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0c84b08-fb43-5892-a512-07509180b5ad, identifier: 7007987auction111116
2026-03-27 15:10:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116
2026-03-27 15:10:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116
2026-03-27 15:10:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0c84b08-fb43-5892-a512-07509180b5ad with identifier: 7007987auction111116 to the API
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007987/photo_006/780x0__r.jpg?hash=1774606080>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e0c84b08-fb43-5892-a512-07509180b5ad',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007987',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 63390,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla / 2018 / 5P / Berline Hybride 122h Collection',
'transmission': 'automatic',
'trim': 'TOYOTA / 2018 / 5P / Berline Hybride 122h Collection',
'vin': None,
'year': 2021}
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007987auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:16 [ecarstrade.be] INFO: Saving data for 7007987auction111116: {'created_time': 1774624216.967714, 'last_price_update_time': 1774624216.967725, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007987auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_006/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007947)
2026-03-27 15:10:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_004/780x0__r.jpg?hash=1774606002> (referer: https://ecarstrade.com/cars/7007947)
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 630d2506-3535-5c57-b30d-ac112cbcbd1e
2026-03-27 15:10:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 630d2506-3535-5c57-b30d-ac112cbcbd1e, skipping ID generation
2026-03-27 15:10:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 630d2506-3535-5c57-b30d-ac112cbcbd1e with scrape type 1
2026-03-27 15:10:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 630d2506-3535-5c57-b30d-ac112cbcbd1e sending to next pipeline
2026-03-27 15:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 630d2506-3535-5c57-b30d-ac112cbcbd1e, identifier: 7007991auction111116
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2
2026-03-27 15:10:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2, skipping ID generation
2026-03-27 15:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with scrape type 1
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 sending to next pipeline
2026-03-27 15:10:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2, identifier: 7007988auction111116
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116
2026-03-27 15:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116
2026-03-27 15:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 630d2506-3535-5c57-b30d-ac112cbcbd1e with identifier: 7007991auction111116 to the API
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007991/photo_005/780x0__r.jpg?hash=1774606090>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '630d2506-3535-5c57-b30d-ac112cbcbd1e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007991',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 125227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports 2018 5P Break Hybride 184h Design',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports 2018 5P Break Hybride 184h Design',
'vin': None,
'year': 2022}
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007991auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:17 [ecarstrade.be] INFO: Saving data for 7007991auction111116: {'created_time': 1774624217.49572, 'last_price_update_time': 1774624217.495732, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007991auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116
2026-03-27 15:10:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116
2026-03-27 15:10:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 958bb987-d1b0-5d03-b6b3-d56e49d7c8a2 with identifier: 7007988auction111116 to the API
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007988/photo_004/780x0__r.jpg?hash=1774606082>
{'auction_title': '',
'c_o_2_emission_value': 76,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '958bb987-d1b0-5d03-b6b3-d56e49d7c8a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007988',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 56360,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla 5p Berline Hybride 122h Dynamic Business',
'transmission': 'automatic',
'trim': 'TOYOTA 5p Berline Hybride 122h Dynamic Business',
'vin': None,
'year': 2019}
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007988auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:17 [ecarstrade.be] INFO: Saving data for 7007988auction111116: {'created_time': 1774624217.836823, 'last_price_update_time': 1774624217.836835, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007988auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_001/780x0__r.jpg?hash=1774606003> (referer: https://ecarstrade.com/cars/7007947)
2026-03-27 15:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_002/780x0__r.jpg?hash=1774606003> (referer: https://ecarstrade.com/cars/7007947)
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_003/780x0__r.jpg?hash=1774605860> (referer: https://ecarstrade.com/cars/7007857)
2026-03-27 15:10:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_004/780x0__r.jpg?hash=1774605860> (referer: https://ecarstrade.com/cars/7007857)
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3e374a58-6923-5e42-b63f-be5d6763fbda
2026-03-27 15:10:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e374a58-6923-5e42-b63f-be5d6763fbda, skipping ID generation
2026-03-27 15:10:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e374a58-6923-5e42-b63f-be5d6763fbda with scrape type 1
2026-03-27 15:10:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e374a58-6923-5e42-b63f-be5d6763fbda sending to next pipeline
2026-03-27 15:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e374a58-6923-5e42-b63f-be5d6763fbda, identifier: 7007947auction111116
2026-03-27 15:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116
2026-03-27 15:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116
2026-03-27 15:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e374a58-6923-5e42-b63f-be5d6763fbda with identifier: 7007947auction111116 to the API
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007947/photo_002/780x0__r.jpg?hash=1774606003>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e374a58-6923-5e42-b63f-be5d6763fbda',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007947',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 54018,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007947auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:18 [ecarstrade.be] INFO: Saving data for 7007947auction111116: {'created_time': 1774624218.355917, 'last_price_update_time': 1774624218.355929, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007947auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_002/780x0__r.jpg?hash=1774605861> (referer: https://ecarstrade.com/cars/7007857)
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_001/780x0__r.jpg?hash=1774605860> (referer: https://ecarstrade.com/cars/7007857)
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_004/780x0__r.jpg?hash=1774605933> (referer: https://ecarstrade.com/cars/7007906)
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 507e3ccd-b082-548d-91fa-740831880ec2
2026-03-27 15:10:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 507e3ccd-b082-548d-91fa-740831880ec2, skipping ID generation
2026-03-27 15:10:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 507e3ccd-b082-548d-91fa-740831880ec2 with scrape type 1
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 507e3ccd-b082-548d-91fa-740831880ec2 sending to next pipeline
2026-03-27 15:10:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 507e3ccd-b082-548d-91fa-740831880ec2, identifier: 7007857auction111116
2026-03-27 15:10:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116
2026-03-27 15:10:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116
2026-03-27 15:10:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 507e3ccd-b082-548d-91fa-740831880ec2 with identifier: 7007857auction111116 to the API
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007857/photo_001/780x0__r.jpg?hash=1774605860>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '507e3ccd-b082-548d-91fa-740831880ec2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007857',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 71335,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Business Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007857auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:18 [ecarstrade.be] INFO: Saving data for 7007857auction111116: {'created_time': 1774624218.872379, 'last_price_update_time': 1774624218.872392, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007857auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_005/780x0__r.jpg?hash=1774605933> (referer: https://ecarstrade.com/cars/7007906)
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_003/780x0__r.jpg?hash=1774605934> (referer: https://ecarstrade.com/cars/7007906)
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_002/780x0__r.jpg?hash=1774605934> (referer: https://ecarstrade.com/cars/7007906)
2026-03-27 15:10:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_001/780x0__r.jpg?hash=1774605933> (referer: https://ecarstrade.com/cars/7007906)
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:10:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_005/780x0__r.jpg?hash=1774605930> (referer: https://ecarstrade.com/cars/7007903)
2026-03-27 15:10:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_003/780x0__r.jpg?hash=1774605930> (referer: https://ecarstrade.com/cars/7007903)
2026-03-27 15:10:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1c68b52f-da2a-51b6-afef-18853dcd89cb
2026-03-27 15:10:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1c68b52f-da2a-51b6-afef-18853dcd89cb, skipping ID generation
2026-03-27 15:10:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1c68b52f-da2a-51b6-afef-18853dcd89cb with scrape type 1
2026-03-27 15:10:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1c68b52f-da2a-51b6-afef-18853dcd89cb sending to next pipeline
2026-03-27 15:10:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1c68b52f-da2a-51b6-afef-18853dcd89cb, identifier: 7007906auction111116
2026-03-27 15:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_004/780x0__r.jpg?hash=1774605930> (referer: https://ecarstrade.com/cars/7007903)
2026-03-27 15:10:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_002/780x0__r.jpg?hash=1774605930> (referer: https://ecarstrade.com/cars/7007903)
2026-03-27 15:10:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116
2026-03-27 15:10:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116
2026-03-27 15:10:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1c68b52f-da2a-51b6-afef-18853dcd89cb with identifier: 7007906auction111116 to the API
2026-03-27 15:10:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007906/photo_001/780x0__r.jpg?hash=1774605933>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '1c68b52f-da2a-51b6-afef-18853dcd89cb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007906',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 55937,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 GLA 250 e AMG LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 1.3 e AMG LINE DCT',
'vin': None,
'year': 2022}
2026-03-27 15:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007906auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:19 [ecarstrade.be] INFO: Saving data for 7007906auction111116: {'created_time': 1774624219.979852, 'last_price_update_time': 1774624219.979863, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007906auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:10:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:10:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:10:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:10:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_001/780x0__r.jpg?hash=1774605930> (referer: https://ecarstrade.com/cars/7007903)
2026-03-27 15:10:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bcfd5ea1-7129-5609-8c96-485d2f5a9107
2026-03-27 15:10:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bcfd5ea1-7129-5609-8c96-485d2f5a9107, skipping ID generation
2026-03-27 15:10:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bcfd5ea1-7129-5609-8c96-485d2f5a9107 with scrape type 1
2026-03-27 15:10:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bcfd5ea1-7129-5609-8c96-485d2f5a9107 sending to next pipeline
2026-03-27 15:10:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bcfd5ea1-7129-5609-8c96-485d2f5a9107, identifier: 7007903auction111116
2026-03-27 15:10:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116
2026-03-27 15:10:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116
2026-03-27 15:10:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bcfd5ea1-7129-5609-8c96-485d2f5a9107 with identifier: 7007903auction111116 to the API
2026-03-27 15:10:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007903/photo_001/780x0__r.jpg?hash=1774605930>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'bcfd5ea1-7129-5609-8c96-485d2f5a9107',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007903',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'EQA',
'odometer': 50367,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ EQA / 2021 / 5P / SUV EQA 250+ AMG Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ / 2021 / 5P / SUV 250+ AMG Line',
'vin': None,
'year': 2023}
2026-03-27 15:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007903auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:20 [ecarstrade.be] INFO: Saving data for 7007903auction111116: {'created_time': 1774624220.596973, 'last_price_update_time': 1774624220.596985, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007903auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7008029auction111116
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008029auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7008029auction111116: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7008030auction111116
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008030auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7008030auction111116: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009400auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009400auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009400auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009427auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009427auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009427auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009448auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009448auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009448auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009468auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009468auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009468auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009487auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009487auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009487auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009499auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009499auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009499auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7009510auction99101
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009510auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7009510auction99101: 1
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7003910auction111076
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003910auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:23 [ecarstrade.be] INFO: Scrape type for 7003910auction111076: 0
2026-03-27 15:10:23 [ecarstrade.be] INFO: Found listing with ID: 7003911auction111076
2026-03-27 15:10:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003911auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003911auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003912auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003912auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003912auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003913auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003913auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003913auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003914auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003914auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003914auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003915auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003915auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003915auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003916auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003916auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003916auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003917auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003917auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003917auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003918auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003918auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003918auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003919auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003919auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003919auction111076: 0
2026-03-27 15:10:24 [ecarstrade.be] INFO: Found listing with ID: 7003920auction111076
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003920auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [ecarstrade.be] INFO: Scrape type for 7003920auction111076: 0
2026-03-27 15:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007983> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007984> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007985> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:24 [ecarstrade.be] INFO: Extracting details for car 7007983auction111116
2026-03-27 15:10:24 [ecarstrade.be] INFO: Extracting details for car 7007984auction111116
2026-03-27 15:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116
2026-03-27 15:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c896e0e-7efa-56e8-90e3-a6135eece11a with scrape type 1
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007983%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606075%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_001/780x0__r.jpg?hash=1774606075 not downloaded yet
2026-03-27 15:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116
2026-03-27 15:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229b9681-cdad-5462-9ea3-8dd93216f5c6 with scrape type 1
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007984%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606077%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_001/780x0__r.jpg?hash=1774606077 not downloaded yet
2026-03-27 15:10:24 [ecarstrade.be] INFO: Extracting details for car 7007985auction111116
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007983%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606075%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_002/780x0__r.jpg?hash=1774606075 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007984%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606077%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_002/780x0__r.jpg?hash=1774606077 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007983%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606075%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_003/780x0__r.jpg?hash=1774606075 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007984%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606077%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_003/780x0__r.jpg?hash=1774606077 not downloaded yet
2026-03-27 15:10:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116
2026-03-27 15:10:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5584d8c5-8381-528e-8adc-313001150750 with scrape type 1
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007985%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_001/780x0__r.jpg?hash=1774606076 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007983%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606075%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_004/780x0__r.jpg?hash=1774606075 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007984%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606077%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_004/780x0__r.jpg?hash=1774606077 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007985%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_002/780x0__r.jpg?hash=1774606076 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007983%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606075%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_005/780x0__r.jpg?hash=1774606075 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007984%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606077%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_005/780x0__r.jpg?hash=1774606077 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007985%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_003/780x0__r.jpg?hash=1774606076 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007983%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606075%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_006/780x0__r.jpg?hash=1774606075 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007984%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606077%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_006/780x0__r.jpg?hash=1774606077 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007985%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_004/780x0__r.jpg?hash=1774606076 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007985%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_005/780x0__r.jpg?hash=1774606076 not downloaded yet
2026-03-27 15:10:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007985%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606076%27 HTTP/1.1" 200 None
2026-03-27 15:10:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_006/780x0__r.jpg?hash=1774606076 not downloaded yet
2026-03-27 15:10:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007977> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:10:25 [ecarstrade.be] INFO: Extracting details for car 7007977auction111116
2026-03-27 15:10:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116
2026-03-27 15:10:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b1b7410-8931-5f66-8b58-431a7e7e6071 with scrape type 1
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007977%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606059%27 HTTP/1.1" 200 None
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_001/780x0__r.jpg?hash=1774606059 not downloaded yet
2026-03-27 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007977%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606059%27 HTTP/1.1" 200 None
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_002/780x0__r.jpg?hash=1774606059 not downloaded yet
2026-03-27 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007977%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606059%27 HTTP/1.1" 200 None
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_003/780x0__r.jpg?hash=1774606059 not downloaded yet
2026-03-27 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007977%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606060%27 HTTP/1.1" 200 None
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_004/780x0__r.jpg?hash=1774606060 not downloaded yet
2026-03-27 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007977%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606059%27 HTTP/1.1" 200 None
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_005/780x0__r.jpg?hash=1774606059 not downloaded yet
2026-03-27 15:10:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007977%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606060%27 HTTP/1.1" 200 None
2026-03-27 15:10:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_006/780x0__r.jpg?hash=1774606060 not downloaded yet
2026-03-27 15:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007974> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:26 [ecarstrade.be] INFO: Extracting details for car 7007974auction111116
2026-03-27 15:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116
2026-03-27 15:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee75c9c-7795-58d9-950a-03c24cfc3382 with scrape type 1
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007974%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606053%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_001/780x0__r.jpg?hash=1774606053 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007974%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606053%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_002/780x0__r.jpg?hash=1774606053 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007974%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606054%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_003/780x0__r.jpg?hash=1774606054 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007974%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606054%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_004/780x0__r.jpg?hash=1774606054 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007974%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606054%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_005/780x0__r.jpg?hash=1774606054 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007974%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606054%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_006/780x0__r.jpg?hash=1774606054 not downloaded yet
2026-03-27 15:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007989> (referer: https://ecarstrade.com/search/page125?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_001/780x0__r.jpg?hash=1774605977> (referer: https://ecarstrade.com/cars/7007929)
2026-03-27 15:10:26 [ecarstrade.be] INFO: Extracting details for car 7007989auction111116
2026-03-27 15:10:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116
2026-03-27 15:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d7681e9-fa7a-5937-bc45-7b750f56be56 with scrape type 1
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007989%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606083%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_001/780x0__r.jpg?hash=1774606083 not downloaded yet
2026-03-27 15:10:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_001/780x0__r.jpg?hash=1774605982> (referer: https://ecarstrade.com/cars/7007932)
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007989%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606083%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_002/780x0__r.jpg?hash=1774606083 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007989%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606083%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_003/780x0__r.jpg?hash=1774606083 not downloaded yet
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007989%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606083%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_004/780x0__r.jpg?hash=1774606083 not downloaded yet
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d2011f55-9597-5316-95cb-563845ccd082
2026-03-27 15:10:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d2011f55-9597-5316-95cb-563845ccd082, skipping ID generation
2026-03-27 15:10:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d2011f55-9597-5316-95cb-563845ccd082 with scrape type 1
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d2011f55-9597-5316-95cb-563845ccd082 sending to next pipeline
2026-03-27 15:10:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d2011f55-9597-5316-95cb-563845ccd082, identifier: 7007929auction111116
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007989%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606083%27 HTTP/1.1" 200 None
2026-03-27 15:10:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_005/780x0__r.jpg?hash=1774606083 not downloaded yet
2026-03-27 15:10:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116
2026-03-27 15:10:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116
2026-03-27 15:10:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d2011f55-9597-5316-95cb-563845ccd082 with identifier: 7007929auction111116 to the API
2026-03-27 15:10:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007929/photo_001/780x0__r.jpg?hash=1774605977>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'd2011f55-9597-5316-95cb-563845ccd082',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007929',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 69670,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-11-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Hybrid 100 Premium 1.2 100CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Hybrid 100 Premium 1.2 100CV BVA6 E6d',
'vin': None,
'year': 2024}
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007929auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:27 [ecarstrade.be] INFO: Saving data for 7007929auction111116: {'created_time': 1774624227.242789, 'last_price_update_time': 1774624227.242802, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007929auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_005/780x0__r.jpg?hash=1774605986> (referer: https://ecarstrade.com/cars/7007933)
2026-03-27 15:10:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007989%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606083%27 HTTP/1.1" 200 None
2026-03-27 15:10:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_006/780x0__r.jpg?hash=1774606083 not downloaded yet
2026-03-27 15:10:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 47934116-6073-57c5-86f3-86e61698f342
2026-03-27 15:10:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 47934116-6073-57c5-86f3-86e61698f342, skipping ID generation
2026-03-27 15:10:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 47934116-6073-57c5-86f3-86e61698f342 with scrape type 1
2026-03-27 15:10:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 47934116-6073-57c5-86f3-86e61698f342 sending to next pipeline
2026-03-27 15:10:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 47934116-6073-57c5-86f3-86e61698f342, identifier: 7007932auction111116
2026-03-27 15:10:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116
2026-03-27 15:10:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116
2026-03-27 15:10:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 47934116-6073-57c5-86f3-86e61698f342 with identifier: 7007932auction111116 to the API
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007932/photo_001/780x0__r.jpg?hash=1774605982>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '47934116-6073-57c5-86f3-86e61698f342',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007932',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 76870,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 / 2020 / 5P / SUV 1.6 HYBRID4 300 E-EAT8 Allure Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV 1.6 HYBRID4 300 E-EAT8 Allure Pack',
'vin': None,
'year': 2023}
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007932auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:27 [ecarstrade.be] INFO: Saving data for 7007932auction111116: {'created_time': 1774624227.769901, 'last_price_update_time': 1774624227.769912, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007932auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:10:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007972> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:27 [ecarstrade.be] INFO: Extracting details for car 7007972auction111116
2026-03-27 15:10:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116
2026-03-27 15:10:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 588b463a-2e84-557c-ad51-85ac9dbc9276 with scrape type 1
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007972%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606050%27 HTTP/1.1" 200 None
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_001/780x0__r.jpg?hash=1774606050 not downloaded yet
2026-03-27 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007972%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606050%27 HTTP/1.1" 200 None
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_002/780x0__r.jpg?hash=1774606050 not downloaded yet
2026-03-27 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007972%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606050%27 HTTP/1.1" 200 None
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_003/780x0__r.jpg?hash=1774606050 not downloaded yet
2026-03-27 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007972%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606050%27 HTTP/1.1" 200 None
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_004/780x0__r.jpg?hash=1774606050 not downloaded yet
2026-03-27 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007972%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606051%27 HTTP/1.1" 200 None
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_005/780x0__r.jpg?hash=1774606051 not downloaded yet
2026-03-27 15:10:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007972%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606050%27 HTTP/1.1" 200 None
2026-03-27 15:10:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_006/780x0__r.jpg?hash=1774606050 not downloaded yet
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007968> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:31 [ecarstrade.be] INFO: Extracting details for car 7007968auction111116
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007966> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116
2026-03-27 15:10:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with scrape type 1
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007968%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606044%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_001/780x0__r.jpg?hash=1774606044 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007968%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606044%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_002/780x0__r.jpg?hash=1774606044 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007968%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606043%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_003/780x0__r.jpg?hash=1774606043 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007968%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606043%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_004/780x0__r.jpg?hash=1774606043 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007968%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606043%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_005/780x0__r.jpg?hash=1774606043 not downloaded yet
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_006/780x0__r.jpg?hash=1774606076> (referer: https://ecarstrade.com/cars/7007985)
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007968%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606043%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_006/780x0__r.jpg?hash=1774606043 not downloaded yet
2026-03-27 15:10:31 [ecarstrade.be] INFO: Extracting details for car 7007966auction111116
2026-03-27 15:10:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116
2026-03-27 15:10:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9807d3-a14d-5051-9a0f-9affcbee7fde with scrape type 1
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007966%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606038%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_001/780x0__r.jpg?hash=1774606038 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007966%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606039%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_002/780x0__r.jpg?hash=1774606039 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007966%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606039%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_003/780x0__r.jpg?hash=1774606039 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007966%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606039%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_004/780x0__r.jpg?hash=1774606039 not downloaded yet
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007966%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606039%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_005/780x0__r.jpg?hash=1774606039 not downloaded yet
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_006/780x0__r.jpg?hash=1774606060> (referer: https://ecarstrade.com/cars/7007977)
2026-03-27 15:10:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007966%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606039%27 HTTP/1.1" 200 None
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_006/780x0__r.jpg?hash=1774606039 not downloaded yet
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_006/780x0__r.jpg?hash=1774606054> (referer: https://ecarstrade.com/cars/7007974)
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_005/780x0__r.jpg?hash=1774606054> (referer: https://ecarstrade.com/cars/7007974)
2026-03-27 15:10:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_001/780x0__r.jpg?hash=1774606083> (referer: https://ecarstrade.com/cars/7007989)
2026-03-27 15:10:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_004/780x0__r.jpg?hash=1774606083> (referer: https://ecarstrade.com/cars/7007989)
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_006/780x0__r.jpg?hash=1774606083> (referer: https://ecarstrade.com/cars/7007989)
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_006/780x0__r.jpg?hash=1774606050> (referer: https://ecarstrade.com/cars/7007972)
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_005/780x0__r.jpg?hash=1774606051> (referer: https://ecarstrade.com/cars/7007972)
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007964> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007961> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_005/780x0__r.jpg?hash=1774606043> (referer: https://ecarstrade.com/cars/7007968)
2026-03-27 15:10:32 [ecarstrade.be] INFO: Extracting details for car 7007964auction111116
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_005/780x0__r.jpg?hash=1774606039> (referer: https://ecarstrade.com/cars/7007966)
2026-03-27 15:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116
2026-03-27 15:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec3f321-1256-5b4a-8cf3-0838a87262bd with scrape type 1
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007964%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606034%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_001/780x0__r.jpg?hash=1774606034 not downloaded yet
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007964%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606034%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_002/780x0__r.jpg?hash=1774606034 not downloaded yet
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_006/780x0__r.jpg?hash=1774606039> (referer: https://ecarstrade.com/cars/7007966)
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007964%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606035%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_003/780x0__r.jpg?hash=1774606035 not downloaded yet
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_004/780x0__r.jpg?hash=1774606039> (referer: https://ecarstrade.com/cars/7007966)
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007964%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606034%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_004/780x0__r.jpg?hash=1774606034 not downloaded yet
2026-03-27 15:10:32 [ecarstrade.be] INFO: Extracting details for car 7007961auction111116
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_003/780x0__r.jpg?hash=1774606039> (referer: https://ecarstrade.com/cars/7007966)
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007964%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606035%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_005/780x0__r.jpg?hash=1774606035 not downloaded yet
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_002/780x0__r.jpg?hash=1774606039> (referer: https://ecarstrade.com/cars/7007966)
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007964%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606035%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_006/780x0__r.jpg?hash=1774606035 not downloaded yet
2026-03-27 15:10:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116
2026-03-27 15:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b10c7a7-6307-504c-ad20-d0e425a72e66 with scrape type 1
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007961%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606030%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_001/780x0__r.jpg?hash=1774606030 not downloaded yet
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007961%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606030%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_002/780x0__r.jpg?hash=1774606030 not downloaded yet
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007961%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606030%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_003/780x0__r.jpg?hash=1774606030 not downloaded yet
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_006/780x0__r.jpg?hash=1774606043> (referer: https://ecarstrade.com/cars/7007968)
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_001/780x0__r.jpg?hash=1774606038> (referer: https://ecarstrade.com/cars/7007966)
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007961%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606030%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_004/780x0__r.jpg?hash=1774606030 not downloaded yet
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007961%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606030%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_005/780x0__r.jpg?hash=1774606030 not downloaded yet
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_004/780x0__r.jpg?hash=1774606043> (referer: https://ecarstrade.com/cars/7007968)
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007961%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606030%27 HTTP/1.1" 200 None
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_006/780x0__r.jpg?hash=1774606030 not downloaded yet
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_003/780x0__r.jpg?hash=1774606043> (referer: https://ecarstrade.com/cars/7007968)
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_002/780x0__r.jpg?hash=1774606044> (referer: https://ecarstrade.com/cars/7007968)
2026-03-27 15:10:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_001/780x0__r.jpg?hash=1774606044> (referer: https://ecarstrade.com/cars/7007968)
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0c9807d3-a14d-5051-9a0f-9affcbee7fde
2026-03-27 15:10:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0c9807d3-a14d-5051-9a0f-9affcbee7fde, skipping ID generation
2026-03-27 15:10:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0c9807d3-a14d-5051-9a0f-9affcbee7fde with scrape type 1
2026-03-27 15:10:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0c9807d3-a14d-5051-9a0f-9affcbee7fde sending to next pipeline
2026-03-27 15:10:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0c9807d3-a14d-5051-9a0f-9affcbee7fde, identifier: 7007966auction111116
2026-03-27 15:10:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116
2026-03-27 15:10:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116
2026-03-27 15:10:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0c9807d3-a14d-5051-9a0f-9affcbee7fde with identifier: 7007966auction111116 to the API
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007966/photo_001/780x0__r.jpg?hash=1774606038>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '0c9807d3-a14d-5051-9a0f-9affcbee7fde',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007966',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Enyaq',
'odometer': 105677,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Enyaq iV 60 Sportline 62kWh BVA',
'transmission': 'automatic',
'trim': 'iV 60 Sportline 62kWh BVA',
'vin': None,
'year': 2021}
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007966auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [ecarstrade.be] INFO: Saving data for 7007966auction111116: {'created_time': 1774624233.156943, 'last_price_update_time': 1774624233.156955, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007966auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_004/780x0__r.jpg?hash=1774606050> (referer: https://ecarstrade.com/cars/7007972)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_002/780x0__r.jpg?hash=1774606034> (referer: https://ecarstrade.com/cars/7007964)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_003/780x0__r.jpg?hash=1774606035> (referer: https://ecarstrade.com/cars/7007964)
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2
2026-03-27 15:10:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2, skipping ID generation
2026-03-27 15:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with scrape type 1
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 sending to next pipeline
2026-03-27 15:10:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2, identifier: 7007968auction111116
2026-03-27 15:10:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116
2026-03-27 15:10:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116
2026-03-27 15:10:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2 with identifier: 7007968auction111116 to the API
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007968/photo_001/780x0__r.jpg?hash=1774606044>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': 'ea7b2f0c-fef9-5fb6-95a6-d8866d25b6d2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007968',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Smart',
'model': 'ForTwo',
'odometer': 41733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'fortwo cabrio (453.491) electric drive / EQ 17kWh BVA',
'transmission': 'automatic',
'trim': 'fortwo cabrio (453.491) electric drive / EQ 17kWh BVA',
'vin': None,
'year': 2019}
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007968auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [ecarstrade.be] INFO: Saving data for 7007968auction111116: {'created_time': 1774624233.63544, 'last_price_update_time': 1774624233.635451, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007968auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_003/780x0__r.jpg?hash=1774606030> (referer: https://ecarstrade.com/cars/7007961)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_005/780x0__r.jpg?hash=1774606035> (referer: https://ecarstrade.com/cars/7007964)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_004/780x0__r.jpg?hash=1774606034> (referer: https://ecarstrade.com/cars/7007964)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007957> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_002/780x0__r.jpg?hash=1774606030> (referer: https://ecarstrade.com/cars/7007961)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_005/780x0__r.jpg?hash=1774606030> (referer: https://ecarstrade.com/cars/7007961)
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_006/780x0__r.jpg?hash=1774606030> (referer: https://ecarstrade.com/cars/7007961)
2026-03-27 15:10:33 [ecarstrade.be] INFO: Extracting details for car 7007957auction111116
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_004/780x0__r.jpg?hash=1774606030> (referer: https://ecarstrade.com/cars/7007961)
2026-03-27 15:10:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116
2026-03-27 15:10:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691d951d-ba2d-5f07-9458-57d9a472ee69 with scrape type 1
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007957%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606020%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_001/780x0__r.jpg?hash=1774606020 not downloaded yet
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_001/780x0__r.jpg?hash=1774606030> (referer: https://ecarstrade.com/cars/7007961)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_006/780x0__r.jpg?hash=1774606035> (referer: https://ecarstrade.com/cars/7007964)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_001/780x0__r.jpg?hash=1774606034> (referer: https://ecarstrade.com/cars/7007964)
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007957%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606018%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_002/780x0__r.jpg?hash=1774606018 not downloaded yet
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007957%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606019%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_003/780x0__r.jpg?hash=1774606019 not downloaded yet
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_002/780x0__r.jpg?hash=1774606050> (referer: https://ecarstrade.com/cars/7007972)
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007957%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606019%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_004/780x0__r.jpg?hash=1774606019 not downloaded yet
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_003/780x0__r.jpg?hash=1774606050> (referer: https://ecarstrade.com/cars/7007972)
2026-03-27 15:10:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_001/780x0__r.jpg?hash=1774606050> (referer: https://ecarstrade.com/cars/7007972)
2026-03-27 15:10:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007957%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606019%27 HTTP/1.1" 200 None
2026-03-27 15:10:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_005/780x0__r.jpg?hash=1774606019 not downloaded yet
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007957%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606019%27 HTTP/1.1" 200 None
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_006/780x0__r.jpg?hash=1774606019 not downloaded yet
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_005/780x0__r.jpg?hash=1774606083> (referer: https://ecarstrade.com/cars/7007989)
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b10c7a7-6307-504c-ad20-d0e425a72e66
2026-03-27 15:10:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b10c7a7-6307-504c-ad20-d0e425a72e66, skipping ID generation
2026-03-27 15:10:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b10c7a7-6307-504c-ad20-d0e425a72e66 with scrape type 1
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b10c7a7-6307-504c-ad20-d0e425a72e66 sending to next pipeline
2026-03-27 15:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b10c7a7-6307-504c-ad20-d0e425a72e66, identifier: 7007961auction111116
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7ec3f321-1256-5b4a-8cf3-0838a87262bd
2026-03-27 15:10:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7ec3f321-1256-5b4a-8cf3-0838a87262bd, skipping ID generation
2026-03-27 15:10:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7ec3f321-1256-5b4a-8cf3-0838a87262bd with scrape type 1
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7ec3f321-1256-5b4a-8cf3-0838a87262bd sending to next pipeline
2026-03-27 15:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7ec3f321-1256-5b4a-8cf3-0838a87262bd, identifier: 7007964auction111116
2026-03-27 15:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116
2026-03-27 15:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116
2026-03-27 15:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b10c7a7-6307-504c-ad20-d0e425a72e66 with identifier: 7007961auction111116 to the API
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007961/photo_001/780x0__r.jpg?hash=1774606030>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '9b10c7a7-6307-504c-ad20-d0e425a72e66',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007961',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'ZOE',
'odometer': 1008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Zoe Zen 52kWh BVA',
'transmission': 'automatic',
'trim': 'Zoe Zen 52kWh BVA',
'vin': None,
'year': 2021}
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007961auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:34 [ecarstrade.be] INFO: Saving data for 7007961auction111116: {'created_time': 1774624234.503255, 'last_price_update_time': 1774624234.503268, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007961auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116
2026-03-27 15:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116
2026-03-27 15:10:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7ec3f321-1256-5b4a-8cf3-0838a87262bd with identifier: 7007964auction111116 to the API
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007964/photo_001/780x0__r.jpg?hash=1774606034>
{'auction_title': '',
'c_o_2_emission_value': 23,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '7ec3f321-1256-5b4a-8cf3-0838a87262bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007964',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 95474,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia Combi / 2020 / 5P / Break 1.4 TSI PHEV iV 204 DSG6e '
'Business',
'transmission': 'automatic',
'trim': 'SKODA Combi / 2020 / 5P / Break 1.4 TSI PHEV iV 204 DSG6e Business',
'vin': None,
'year': 2021}
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007964auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:34 [ecarstrade.be] INFO: Saving data for 7007964auction111116: {'created_time': 1774624234.8716, 'last_price_update_time': 1774624234.871612, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007964auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_003/780x0__r.jpg?hash=1774606083> (referer: https://ecarstrade.com/cars/7007989)
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_002/780x0__r.jpg?hash=1774606083> (referer: https://ecarstrade.com/cars/7007989)
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_004/780x0__r.jpg?hash=1774606054> (referer: https://ecarstrade.com/cars/7007974)
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007963> (referer: https://ecarstrade.com/search/page124?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_003/780x0__r.jpg?hash=1774606054> (referer: https://ecarstrade.com/cars/7007974)
2026-03-27 15:10:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009510> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 588b463a-2e84-557c-ad51-85ac9dbc9276
2026-03-27 15:10:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 588b463a-2e84-557c-ad51-85ac9dbc9276, skipping ID generation
2026-03-27 15:10:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 588b463a-2e84-557c-ad51-85ac9dbc9276 with scrape type 1
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 588b463a-2e84-557c-ad51-85ac9dbc9276 sending to next pipeline
2026-03-27 15:10:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 588b463a-2e84-557c-ad51-85ac9dbc9276, identifier: 7007972auction111116
2026-03-27 15:10:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116
2026-03-27 15:10:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116
2026-03-27 15:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 588b463a-2e84-557c-ad51-85ac9dbc9276 with identifier: 7007972auction111116 to the API
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007972/photo_001/780x0__r.jpg?hash=1774606050>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '588b463a-2e84-557c-ad51-85ac9dbc9276',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007972',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 40260,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA Model 3 / 2018 / 4P / Berline -',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline -',
'vin': None,
'year': 2022}
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007972auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:35 [ecarstrade.be] INFO: Saving data for 7007972auction111116: {'created_time': 1774624235.318928, 'last_price_update_time': 1774624235.318939, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007972auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_002/780x0__r.jpg?hash=1774606053> (referer: https://ecarstrade.com/cars/7007974)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_003/780x0__r.jpg?hash=1774606019> (referer: https://ecarstrade.com/cars/7007957)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_001/780x0__r.jpg?hash=1774606020> (referer: https://ecarstrade.com/cars/7007957)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_005/780x0__r.jpg?hash=1774606059> (referer: https://ecarstrade.com/cars/7007977)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_001/780x0__r.jpg?hash=1774606053> (referer: https://ecarstrade.com/cars/7007974)
2026-03-27 15:10:35 [ecarstrade.be] INFO: Extracting details for car 7007963auction111116
2026-03-27 15:10:35 [ecarstrade.be] INFO: Extracting details for car 7009510auction99101
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1d7681e9-fa7a-5937-bc45-7b750f56be56
2026-03-27 15:10:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d7681e9-fa7a-5937-bc45-7b750f56be56, skipping ID generation
2026-03-27 15:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d7681e9-fa7a-5937-bc45-7b750f56be56 with scrape type 1
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d7681e9-fa7a-5937-bc45-7b750f56be56 sending to next pipeline
2026-03-27 15:10:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d7681e9-fa7a-5937-bc45-7b750f56be56, identifier: 7007989auction111116
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116
2026-03-27 15:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc22575d-6b24-5e65-9ecc-30bae498b54d with scrape type 1
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007963%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606033%27 HTTP/1.1" 200 None
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_001/780x0__r.jpg?hash=1774606033 not downloaded yet
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101
2026-03-27 15:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with scrape type 1
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009510%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_000/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:10:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116
2026-03-27 15:10:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116
2026-03-27 15:10:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d7681e9-fa7a-5937-bc45-7b750f56be56 with identifier: 7007989auction111116 to the API
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007989/photo_002/780x0__r.jpg?hash=1774606083>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d7681e9-fa7a-5937-bc45-7b750f56be56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007989',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 98843,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Supp Lomb',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Supp Lomb',
'vin': None,
'year': 2020}
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007989auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:35 [ecarstrade.be] INFO: Saving data for 7007989auction111116: {'created_time': 1774624235.923061, 'last_price_update_time': 1774624235.923073, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007989auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_004/780x0__r.jpg?hash=1774606019> (referer: https://ecarstrade.com/cars/7007957)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_006/780x0__r.jpg?hash=1774606019> (referer: https://ecarstrade.com/cars/7007957)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_002/780x0__r.jpg?hash=1774606018> (referer: https://ecarstrade.com/cars/7007957)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_005/780x0__r.jpg?hash=1774606019> (referer: https://ecarstrade.com/cars/7007957)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_004/780x0__r.jpg?hash=1774606060> (referer: https://ecarstrade.com/cars/7007977)
2026-03-27 15:10:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_003/780x0__r.jpg?hash=1774606059> (referer: https://ecarstrade.com/cars/7007977)
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007963%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606033%27 HTTP/1.1" 200 None
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_002/780x0__r.jpg?hash=1774606033 not downloaded yet
2026-03-27 15:10:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009510%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_001/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8ee75c9c-7795-58d9-950a-03c24cfc3382
2026-03-27 15:10:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8ee75c9c-7795-58d9-950a-03c24cfc3382, skipping ID generation
2026-03-27 15:10:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8ee75c9c-7795-58d9-950a-03c24cfc3382 with scrape type 1
2026-03-27 15:10:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8ee75c9c-7795-58d9-950a-03c24cfc3382 sending to next pipeline
2026-03-27 15:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8ee75c9c-7795-58d9-950a-03c24cfc3382, identifier: 7007974auction111116
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007963%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606033%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_003/780x0__r.jpg?hash=1774606033 not downloaded yet
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009510%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_002/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009499> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116
2026-03-27 15:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116
2026-03-27 15:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8ee75c9c-7795-58d9-950a-03c24cfc3382 with identifier: 7007974auction111116 to the API
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007974/photo_001/780x0__r.jpg?hash=1774606053>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '8ee75c9c-7795-58d9-950a-03c24cfc3382',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007974',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Tesla',
'model': 'Model 3',
'odometer': 68423,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'TESLA Model 3 / 2018 / 4P / Berline Propulsion',
'transmission': 'automatic',
'trim': 'TESLA / 2018 / 4P / Berline Propulsion',
'vin': None,
'year': 2022}
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007974auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [ecarstrade.be] INFO: Saving data for 7007974auction111116: {'created_time': 1774624236.457508, 'last_price_update_time': 1774624236.457521, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007974auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:36 [ecarstrade.be] INFO: Extracting details for car 7009499auction99101
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_005/780x0__r.jpg?hash=1774606076> (referer: https://ecarstrade.com/cars/7007985)
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_006/780x0__r.jpg?hash=1774606077> (referer: https://ecarstrade.com/cars/7007984)
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_006/780x0__r.jpg?hash=1774606075> (referer: https://ecarstrade.com/cars/7007983)
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_001/780x0__r.jpg?hash=1774606059> (referer: https://ecarstrade.com/cars/7007977)
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_002/780x0__r.jpg?hash=1774606059> (referer: https://ecarstrade.com/cars/7007977)
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007963%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606033%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_004/780x0__r.jpg?hash=1774606033 not downloaded yet
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009510%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_003/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 691d951d-ba2d-5f07-9458-57d9a472ee69
2026-03-27 15:10:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 691d951d-ba2d-5f07-9458-57d9a472ee69, skipping ID generation
2026-03-27 15:10:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 691d951d-ba2d-5f07-9458-57d9a472ee69 with scrape type 1
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 691d951d-ba2d-5f07-9458-57d9a472ee69 sending to next pipeline
2026-03-27 15:10:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 691d951d-ba2d-5f07-9458-57d9a472ee69, identifier: 7007957auction111116
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_004/780x0__r.jpg?hash=1774606076> (referer: https://ecarstrade.com/cars/7007985)
2026-03-27 15:10:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116
2026-03-27 15:10:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116
2026-03-27 15:10:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 691d951d-ba2d-5f07-9458-57d9a472ee69 with identifier: 7007957auction111116 to the API
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007957/photo_005/780x0__r.jpg?hash=1774606019>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '691d951d-ba2d-5f07-9458-57d9a472ee69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007957',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Symbioz',
'odometer': 5212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Symbioz 145 E-Tech Full Hybrid Techno 1.6 E-TECH 145CV BVA6 6E',
'transmission': 'automatic',
'trim': '145 E-Tech Full Hybrid Techno 1.6 E-TECH 145CV BVA6 6E',
'vin': None,
'year': 2025}
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007957auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [ecarstrade.be] INFO: Saving data for 7007957auction111116: {'created_time': 1774624236.955682, 'last_price_update_time': 1774624236.955695, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007957auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007963%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606033%27 HTTP/1.1" 200 None
2026-03-27 15:10:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_005/780x0__r.jpg?hash=1774606033 not downloaded yet
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009510%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620158%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_004/780x0__r.jpg?hash=1774620158 not downloaded yet
2026-03-27 15:10:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101
2026-03-27 15:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3cfcb6-c22b-55d5-b974-8819c697d1aa with scrape type 1
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009499%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620151%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_000/780x0__r.jpg?hash=1774620151 not downloaded yet
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_005/780x0__r.jpg?hash=1774606077> (referer: https://ecarstrade.com/cars/7007984)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_001/780x0__r.jpg?hash=1774606033> (referer: https://ecarstrade.com/cars/7007963)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_002/780x0__r.jpg?hash=1774606076> (referer: https://ecarstrade.com/cars/7007985)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_005/780x0__r.jpg?hash=1774606075> (referer: https://ecarstrade.com/cars/7007983)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_003/780x0__r.jpg?hash=1774606076> (referer: https://ecarstrade.com/cars/7007985)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_000/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009510)
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007963%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606033%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_006/780x0__r.jpg?hash=1774606033 not downloaded yet
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009510%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620158%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_005/780x0__r.jpg?hash=1774620158 not downloaded yet
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009499%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620151%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_001/780x0__r.jpg?hash=1774620151 not downloaded yet
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9b1b7410-8931-5f66-8b58-431a7e7e6071
2026-03-27 15:10:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9b1b7410-8931-5f66-8b58-431a7e7e6071, skipping ID generation
2026-03-27 15:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9b1b7410-8931-5f66-8b58-431a7e7e6071 with scrape type 1
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9b1b7410-8931-5f66-8b58-431a7e7e6071 sending to next pipeline
2026-03-27 15:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9b1b7410-8931-5f66-8b58-431a7e7e6071, identifier: 7007977auction111116
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_004/780x0__r.jpg?hash=1774606075> (referer: https://ecarstrade.com/cars/7007983)
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009499%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620151%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_002/780x0__r.jpg?hash=1774620151 not downloaded yet
2026-03-27 15:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116
2026-03-27 15:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116
2026-03-27 15:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9b1b7410-8931-5f66-8b58-431a7e7e6071 with identifier: 7007977auction111116 to the API
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007977/photo_002/780x0__r.jpg?hash=1774606059>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '9b1b7410-8931-5f66-8b58-431a7e7e6071',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007977',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Tesla',
'model': 'Model Y',
'odometer': 23979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2025-01-01',
'seats_number': None,
'seller_name': None,
'title': 'TESLA Model Y / 2020 / 5P / SUV Grande Autonomie Dual-Motor AWD',
'transmission': 'automatic',
'trim': 'TESLA / 2020 / 5P / SUV Grande Autonomie Dual-Motor AWD',
'vin': None,
'year': 2025}
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007977auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [ecarstrade.be] INFO: Saving data for 7007977auction111116: {'created_time': 1774624237.559168, 'last_price_update_time': 1774624237.55918, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007977auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_003/780x0__r.jpg?hash=1774606033> (referer: https://ecarstrade.com/cars/7007963)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_002/780x0__r.jpg?hash=1774606033> (referer: https://ecarstrade.com/cars/7007963)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_002/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009510)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_004/780x0__r.jpg?hash=1774606077> (referer: https://ecarstrade.com/cars/7007984)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_001/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009510)
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009499%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620151%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_003/780x0__r.jpg?hash=1774620151 not downloaded yet
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_001/780x0__r.jpg?hash=1774606076> (referer: https://ecarstrade.com/cars/7007985)
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009499%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620151%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_004/780x0__r.jpg?hash=1774620151 not downloaded yet
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009499%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620151%27 HTTP/1.1" 200 None
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_005/780x0__r.jpg?hash=1774620151 not downloaded yet
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_003/780x0__r.jpg?hash=1774606077> (referer: https://ecarstrade.com/cars/7007984)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_001/780x0__r.jpg?hash=1774606077> (referer: https://ecarstrade.com/cars/7007984)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_002/780x0__r.jpg?hash=1774606077> (referer: https://ecarstrade.com/cars/7007984)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_002/780x0__r.jpg?hash=1774606075> (referer: https://ecarstrade.com/cars/7007983)
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_004/780x0__r.jpg?hash=1774606033> (referer: https://ecarstrade.com/cars/7007963)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_000/780x0__r.jpg?hash=1774620151> (referer: https://ecarstrade.com/cars/7009499)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_002/780x0__r.jpg?hash=1774620151> (referer: https://ecarstrade.com/cars/7009499)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_001/780x0__r.jpg?hash=1774620151> (referer: https://ecarstrade.com/cars/7009499)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_003/780x0__r.jpg?hash=1774620157> (referer: https://ecarstrade.com/cars/7009510)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_003/780x0__r.jpg?hash=1774606075> (referer: https://ecarstrade.com/cars/7007983)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_005/780x0__r.jpg?hash=1774620158> (referer: https://ecarstrade.com/cars/7009510)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_005/780x0__r.jpg?hash=1774606033> (referer: https://ecarstrade.com/cars/7007963)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_001/780x0__r.jpg?hash=1774606075> (referer: https://ecarstrade.com/cars/7007983)
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_006/780x0__r.jpg?hash=1774606033> (referer: https://ecarstrade.com/cars/7007963)
2026-03-27 15:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5584d8c5-8381-528e-8adc-313001150750
2026-03-27 15:10:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5584d8c5-8381-528e-8adc-313001150750, skipping ID generation
2026-03-27 15:10:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5584d8c5-8381-528e-8adc-313001150750 with scrape type 1
2026-03-27 15:10:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5584d8c5-8381-528e-8adc-313001150750 sending to next pipeline
2026-03-27 15:10:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5584d8c5-8381-528e-8adc-313001150750, identifier: 7007985auction111116
2026-03-27 15:10:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_004/780x0__r.jpg?hash=1774620158> (referer: https://ecarstrade.com/cars/7009510)
2026-03-27 15:10:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116
2026-03-27 15:10:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116
2026-03-27 15:10:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5584d8c5-8381-528e-8adc-313001150750 with identifier: 7007985auction111116 to the API
2026-03-27 15:10:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007985/photo_001/780x0__r.jpg?hash=1774606076>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '5584d8c5-8381-528e-8adc-313001150750',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007985',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 48022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla / 2018 / 5P / Berline Hybride 122h Dynamic Business '
'Supp Lomb',
'transmission': 'automatic',
'trim': 'TOYOTA / 2018 / 5P / Berline Hybride 122h Dynamic Business Supp '
'Lomb',
'vin': None,
'year': 2020}
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007985auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:38 [ecarstrade.be] INFO: Saving data for 7007985auction111116: {'created_time': 1774624238.199081, 'last_price_update_time': 1774624238.199095, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007985auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_004/780x0__r.jpg?hash=1774620151> (referer: https://ecarstrade.com/cars/7009499)
2026-03-27 15:10:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_005/780x0__r.jpg?hash=1774620151> (referer: https://ecarstrade.com/cars/7009499)
2026-03-27 15:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 229b9681-cdad-5462-9ea3-8dd93216f5c6
2026-03-27 15:10:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 229b9681-cdad-5462-9ea3-8dd93216f5c6, skipping ID generation
2026-03-27 15:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 229b9681-cdad-5462-9ea3-8dd93216f5c6 with scrape type 1
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 229b9681-cdad-5462-9ea3-8dd93216f5c6 sending to next pipeline
2026-03-27 15:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 229b9681-cdad-5462-9ea3-8dd93216f5c6, identifier: 7007984auction111116
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_003/780x0__r.jpg?hash=1774620151> (referer: https://ecarstrade.com/cars/7009499)
2026-03-27 15:10:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116
2026-03-27 15:10:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116
2026-03-27 15:10:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 229b9681-cdad-5462-9ea3-8dd93216f5c6 with identifier: 7007984auction111116 to the API
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007984/photo_002/780x0__r.jpg?hash=1774606077>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '229b9681-cdad-5462-9ea3-8dd93216f5c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007984',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 116513,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR 5p SUV 1.8 HYBRIDE 122 DYNAMIC',
'transmission': 'automatic',
'trim': 'TOYOTA 5p SUV 1.8 HYBRIDE 122 DYNAMIC',
'vin': None,
'year': 2019}
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007984auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:38 [ecarstrade.be] INFO: Saving data for 7007984auction111116: {'created_time': 1774624238.629225, 'last_price_update_time': 1774624238.629238, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007984auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c896e0e-7efa-56e8-90e3-a6135eece11a
2026-03-27 15:10:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c896e0e-7efa-56e8-90e3-a6135eece11a, skipping ID generation
2026-03-27 15:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c896e0e-7efa-56e8-90e3-a6135eece11a with scrape type 1
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c896e0e-7efa-56e8-90e3-a6135eece11a sending to next pipeline
2026-03-27 15:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c896e0e-7efa-56e8-90e3-a6135eece11a, identifier: 7007983auction111116
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bc22575d-6b24-5e65-9ecc-30bae498b54d
2026-03-27 15:10:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc22575d-6b24-5e65-9ecc-30bae498b54d, skipping ID generation
2026-03-27 15:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc22575d-6b24-5e65-9ecc-30bae498b54d with scrape type 1
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc22575d-6b24-5e65-9ecc-30bae498b54d sending to next pipeline
2026-03-27 15:10:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc22575d-6b24-5e65-9ecc-30bae498b54d, identifier: 7007963auction111116
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa
2026-03-27 15:10:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa, skipping ID generation
2026-03-27 15:10:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with scrape type 1
2026-03-27 15:10:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7b8c1d94-48a5-5978-b4c8-a2441c3096aa sending to next pipeline
2026-03-27 15:10:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa, identifier: 7009510auction99101
2026-03-27 15:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116
2026-03-27 15:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116
2026-03-27 15:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c896e0e-7efa-56e8-90e3-a6135eece11a with identifier: 7007983auction111116 to the API
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007983/photo_001/780x0__r.jpg?hash=1774606075>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8c896e0e-7efa-56e8-90e3-a6135eece11a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007983',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Toyota',
'model': 'C-HR',
'odometer': 84198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA C-HR / 2016 / 5P / SUV 1.8 HYBRIDE 122 GRAPHIC',
'transmission': 'automatic',
'trim': 'TOYOTA / 2016 / 5P / SUV 1.8 HYBRIDE 122 GRAPHIC',
'vin': None,
'year': 2019}
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007983auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:39 [ecarstrade.be] INFO: Saving data for 7007983auction111116: {'created_time': 1774624239.311046, 'last_price_update_time': 1774624239.311058, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007983auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116
2026-03-27 15:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116
2026-03-27 15:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc22575d-6b24-5e65-9ecc-30bae498b54d with identifier: 7007963auction111116 to the API
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007963/photo_006/780x0__r.jpg?hash=1774606033>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc22575d-6b24-5e65-9ecc-30bae498b54d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007963',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 99235,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 '
'Business',
'transmission': 'automatic',
'trim': 'SKODA / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 Business',
'vin': None,
'year': 2023}
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007963auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:39 [ecarstrade.be] INFO: Saving data for 7007963auction111116: {'created_time': 1774624239.621216, 'last_price_update_time': 1774624239.621228, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007963auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101
2026-03-27 15:10:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101
2026-03-27 15:10:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b8c1d94-48a5-5978-b4c8-a2441c3096aa with identifier: 7009510auction99101 to the API
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009510/photo_004/780x0__r.jpg?hash=1774620158>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7b8c1d94-48a5-5978-b4c8-a2441c3096aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009510',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'MG',
'model': 'MG5',
'odometer': 50227,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-17',
'seats_number': 5,
'seller_name': None,
'title': 'MG ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'transmission': 'manual',
'trim': 'ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'vin': None,
'year': 2022}
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009510auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:39 [ecarstrade.be] INFO: Saving data for 7009510auction99101: {'created_time': 1774624239.968106, 'last_price_update_time': 1774624239.968118, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009510auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009487> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bc3cfcb6-c22b-55d5-b974-8819c697d1aa
2026-03-27 15:10:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bc3cfcb6-c22b-55d5-b974-8819c697d1aa, skipping ID generation
2026-03-27 15:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bc3cfcb6-c22b-55d5-b974-8819c697d1aa with scrape type 1
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bc3cfcb6-c22b-55d5-b974-8819c697d1aa sending to next pipeline
2026-03-27 15:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bc3cfcb6-c22b-55d5-b974-8819c697d1aa, identifier: 7009499auction99101
2026-03-27 15:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101
2026-03-27 15:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101
2026-03-27 15:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bc3cfcb6-c22b-55d5-b974-8819c697d1aa with identifier: 7009499auction99101 to the API
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009499/photo_003/780x0__r.jpg?hash=1774620151>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'bc3cfcb6-c22b-55d5-b974-8819c697d1aa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009499',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'Renault',
'model': 'Captur',
'odometer': 110039,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur mild hybrid 140 R.S. line',
'transmission': 'automatic',
'trim': 'mild hybrid 140 R.S. line',
'vin': None,
'year': 2022}
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009499auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [ecarstrade.be] INFO: Saving data for 7009499auction99101: {'created_time': 1774624240.369514, 'last_price_update_time': 1774624240.369525, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009499auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:40 [ecarstrade.be] INFO: Extracting details for car 7009487auction99101
2026-03-27 15:10:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101
2026-03-27 15:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b16fffa5-8e1d-5766-9c69-9749b2b67f7e with scrape type 1
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009487%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_000/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_005/780x0__r.jpg?hash=1774605998> (referer: https://ecarstrade.com/cars/7007943)
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009487%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_001/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009487%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_002/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009487%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_003/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009487%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_004/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009487%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_005/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_004/780x0__r.jpg?hash=1774605986> (referer: https://ecarstrade.com/cars/7007933)
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf
2026-03-27 15:10:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf, skipping ID generation
2026-03-27 15:10:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with scrape type 1
2026-03-27 15:10:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e0b5b15b-f3f0-5672-9b6c-6c3533d911cf sending to next pipeline
2026-03-27 15:10:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf, identifier: 7007933auction111116
2026-03-27 15:10:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_004/780x0__r.jpg?hash=1774605998> (referer: https://ecarstrade.com/cars/7007943)
2026-03-27 15:10:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116
2026-03-27 15:10:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116
2026-03-27 15:10:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e0b5b15b-f3f0-5672-9b6c-6c3533d911cf with identifier: 7007933auction111116 to the API
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007933/photo_004/780x0__r.jpg?hash=1774605986>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e0b5b15b-f3f0-5672-9b6c-6c3533d911cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007933',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 31028,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 / 2024 / 5P / SUV 1.2 HYBRID 136 E-DCS6 ALLURE',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2024 / 5P / SUV 1.2 HYBRID 136 E-DCS6 ALLURE',
'vin': None,
'year': 2024}
2026-03-27 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007933auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:41 [ecarstrade.be] INFO: Saving data for 7007933auction111116: {'created_time': 1774624241.050358, 'last_price_update_time': 1774624241.05037, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007933auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:10:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_003/780x0__r.jpg?hash=1774605998> (referer: https://ecarstrade.com/cars/7007943)
2026-03-27 15:10:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:10:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_001/780x0__r.jpg?hash=1774605998> (referer: https://ecarstrade.com/cars/7007943)
2026-03-27 15:10:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c353fabd-f87c-51eb-8057-04f87de76a80
2026-03-27 15:10:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c353fabd-f87c-51eb-8057-04f87de76a80, skipping ID generation
2026-03-27 15:10:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c353fabd-f87c-51eb-8057-04f87de76a80 with scrape type 1
2026-03-27 15:10:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c353fabd-f87c-51eb-8057-04f87de76a80 sending to next pipeline
2026-03-27 15:10:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c353fabd-f87c-51eb-8057-04f87de76a80, identifier: 7007943auction111116
2026-03-27 15:10:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116
2026-03-27 15:10:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116
2026-03-27 15:10:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c353fabd-f87c-51eb-8057-04f87de76a80 with identifier: 7007943auction111116 to the API
2026-03-27 15:10:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007943/photo_001/780x0__r.jpg?hash=1774605998>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'c353fabd-f87c-51eb-8057-04f87de76a80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007943',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 126865,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Arkana / 2021 / 5P / SUV Business TCe 140 EDC',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 5P / SUV Business TCe 140 EDC',
'vin': None,
'year': 2022}
2026-03-27 15:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007943auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:42 [ecarstrade.be] INFO: Saving data for 7007943auction111116: {'created_time': 1774624242.347648, 'last_price_update_time': 1774624242.347663, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007943auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003921auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003921auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003921auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003922auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003922auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003922auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003923auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003923auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003923auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003924auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003924auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003924auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003925auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003925auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003925auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003926auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003926auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003926auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003927auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003927auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003927auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003928auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003928auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003928auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003929auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003929auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003929auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003930auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003930auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003930auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003931auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003931auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003931auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003932auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003932auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003932auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003933auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003933auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003933auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003934auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003934auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:46 [ecarstrade.be] INFO: Scrape type for 7003934auction111076: 0
2026-03-27 15:10:46 [ecarstrade.be] INFO: Found listing with ID: 7003935auction111076
2026-03-27 15:10:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003935auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [ecarstrade.be] INFO: Scrape type for 7003935auction111076: 0
2026-03-27 15:10:47 [ecarstrade.be] INFO: Found listing with ID: 7003936auction111076
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003936auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [ecarstrade.be] INFO: Scrape type for 7003936auction111076: 0
2026-03-27 15:10:47 [ecarstrade.be] INFO: Found listing with ID: 7003937auction111076
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003937auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [ecarstrade.be] INFO: Scrape type for 7003937auction111076: 0
2026-03-27 15:10:47 [ecarstrade.be] INFO: Found listing with ID: 7003938auction111076
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003938auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [ecarstrade.be] INFO: Scrape type for 7003938auction111076: 0
2026-03-27 15:10:47 [ecarstrade.be] INFO: Found listing with ID: 7003939auction111076
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003939auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [ecarstrade.be] INFO: Scrape type for 7003939auction111076: 0
2026-03-27 15:10:47 [ecarstrade.be] INFO: Found listing with ID: 7003940auction111076
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003940auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [ecarstrade.be] INFO: Scrape type for 7003940auction111076: 0
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009468> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008029> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_006/780x0__r.jpg?hash=1774605855> (referer: https://ecarstrade.com/cars/7007852)
2026-03-27 15:10:47 [ecarstrade.be] INFO: Extracting details for car 7009468auction99101
2026-03-27 15:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101
2026-03-27 15:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with scrape type 1
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009468%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620135%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_000/780x0__r.jpg?hash=1774620135 not downloaded yet
2026-03-27 15:10:47 [ecarstrade.be] INFO: Extracting details for car 7008029auction111116
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009468%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620135%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_001/780x0__r.jpg?hash=1774620135 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009468%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620135%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_002/780x0__r.jpg?hash=1774620135 not downloaded yet
2026-03-27 15:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116
2026-03-27 15:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd341b6e-a229-5678-8bb9-1f962b7b7966 with scrape type 1
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008029%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606175%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_001/780x0__r.jpg?hash=1774606175 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009468%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620135%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_003/780x0__r.jpg?hash=1774620135 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008029%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606176%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_002/780x0__r.jpg?hash=1774606176 not downloaded yet
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009400> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_000/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009487)
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009468%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620135%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_004/780x0__r.jpg?hash=1774620135 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008029%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606175%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_003/780x0__r.jpg?hash=1774606175 not downloaded yet
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009468%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620135%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_005/780x0__r.jpg?hash=1774620135 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008029%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606175%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_004/780x0__r.jpg?hash=1774606175 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008029%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606175%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_005/780x0__r.jpg?hash=1774606175 not downloaded yet
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_005/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009487)
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_004/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009487)
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008029%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606175%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_006/780x0__r.jpg?hash=1774606175 not downloaded yet
2026-03-27 15:10:47 [ecarstrade.be] INFO: Extracting details for car 7009400auction99101
2026-03-27 15:10:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101
2026-03-27 15:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fab2a77-a989-503b-ae60-51380bbce7c0 with scrape type 1
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009400%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_000/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009400%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_001/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009400%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_002/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_002/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009487)
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009400%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_003/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009400%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_004/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009400%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_005/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_003/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009487)
2026-03-27 15:10:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_001/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009487)
2026-03-27 15:10:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b16fffa5-8e1d-5766-9c69-9749b2b67f7e
2026-03-27 15:10:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b16fffa5-8e1d-5766-9c69-9749b2b67f7e, skipping ID generation
2026-03-27 15:10:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b16fffa5-8e1d-5766-9c69-9749b2b67f7e with scrape type 1
2026-03-27 15:10:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b16fffa5-8e1d-5766-9c69-9749b2b67f7e sending to next pipeline
2026-03-27 15:10:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b16fffa5-8e1d-5766-9c69-9749b2b67f7e, identifier: 7009487auction99101
2026-03-27 15:10:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101
2026-03-27 15:10:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101
2026-03-27 15:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b16fffa5-8e1d-5766-9c69-9749b2b67f7e with identifier: 7009487auction99101 to the API
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009487/photo_001/780x0__r.jpg?hash=1774620144>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': 'b16fffa5-8e1d-5766-9c69-9749b2b67f7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009487',
'listing': 'auction',
'location': 'France - "2ndMove Toulouse"',
'make': 'Renault',
'model': 'Captur',
'odometer': 77893,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-09',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Captur mild hybrid 160 EDC R.S. line',
'transmission': 'automatic',
'trim': 'mild hybrid 160 EDC R.S. line',
'vin': None,
'year': 2022}
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277009487auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [ecarstrade.be] INFO: Saving data for 7009487auction99101: {'created_time': 1774624248.242673, 'last_price_update_time': 1774624248.242686, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009487auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008030> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009427> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_002/780x0__r.jpg?hash=1774606176> (referer: https://ecarstrade.com/cars/7008029)
2026-03-27 15:10:48 [ecarstrade.be] INFO: Extracting details for car 7008030auction111116
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_003/780x0__r.jpg?hash=1774605855> (referer: https://ecarstrade.com/cars/7007852)
2026-03-27 15:10:48 [ecarstrade.be] INFO: Extracting details for car 7009427auction99101
2026-03-27 15:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116
2026-03-27 15:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d58510a6-cb6f-5bed-a715-ce3a7e2da20e with scrape type 1
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008030%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774606177%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_001/780x0__r.jpg?hash=1774606177 not downloaded yet
2026-03-27 15:10:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101
2026-03-27 15:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with scrape type 1
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009427%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620113%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_000/780x0__r.jpg?hash=1774620113 not downloaded yet
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008030%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774606177%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_002/780x0__r.jpg?hash=1774606177 not downloaded yet
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009427%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_001/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_003/780x0__r.jpg?hash=1774620135> (referer: https://ecarstrade.com/cars/7009468)
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_005/780x0__r.jpg?hash=1774606175> (referer: https://ecarstrade.com/cars/7008029)
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008030%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774606177%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_003/780x0__r.jpg?hash=1774606177 not downloaded yet
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009427%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_002/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008030%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774606177%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_004/780x0__r.jpg?hash=1774606177 not downloaded yet
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009427%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_003/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1
2026-03-27 15:10:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1, skipping ID generation
2026-03-27 15:10:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with scrape type 1
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 sending to next pipeline
2026-03-27 15:10:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1, identifier: 7007852auction111116
2026-03-27 15:10:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_004/780x0__r.jpg?hash=1774606175> (referer: https://ecarstrade.com/cars/7008029)
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008030%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774606177%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_005/780x0__r.jpg?hash=1774606177 not downloaded yet
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009427%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 15:10:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_004/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 15:10:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116
2026-03-27 15:10:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116
2026-03-27 15:10:48 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63e3a968-ad4e-5dc5-b22a-0b84fd1971c1 with identifier: 7007852auction111116 to the API
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007852/photo_003/780x0__r.jpg?hash=1774605855>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Electric',
'id': '63e3a968-ad4e-5dc5-b22a-0b84fd1971c1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007852',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 79995,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Business Electrique 2WD 64kWh BVA',
'transmission': 'automatic',
'trim': 'Business Electrique 2WD 64kWh BVA',
'vin': None,
'year': 2022}
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007852auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [ecarstrade.be] INFO: Saving data for 7007852auction111116: {'created_time': 1774624249.07358, 'last_price_update_time': 1774624249.073594, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007852auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_002/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009400)
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7008030%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774606178%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_006/780x0__r.jpg?hash=1774606178 not downloaded yet
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009427%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620114%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_005/780x0__r.jpg?hash=1774620114 not downloaded yet
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009448> (referer: https://ecarstrade.com/search/page126?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_005/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009400)
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_001/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009400)
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_004/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009400)
2026-03-27 15:10:49 [ecarstrade.be] INFO: Extracting details for car 7009448auction99101
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_003/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009400)
2026-03-27 15:10:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101
2026-03-27 15:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a836a3a-b612-53b9-bf83-f5bdb43160db with scrape type 1
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009448%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774620124%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_000/780x0__r.jpg?hash=1774620124 not downloaded yet
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_006/780x0__r.jpg?hash=1774606175> (referer: https://ecarstrade.com/cars/7008029)
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_000/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009400)
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009448%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620124%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_001/780x0__r.jpg?hash=1774620124 not downloaded yet
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009448%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620125%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_002/780x0__r.jpg?hash=1774620125 not downloaded yet
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009448%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620125%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_003/780x0__r.jpg?hash=1774620125 not downloaded yet
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009448%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620125%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_004/780x0__r.jpg?hash=1774620125 not downloaded yet
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_003/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009427)
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7009448%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620125%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_005/780x0__r.jpg?hash=1774620125 not downloaded yet
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8fab2a77-a989-503b-ae60-51380bbce7c0
2026-03-27 15:10:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8fab2a77-a989-503b-ae60-51380bbce7c0, skipping ID generation
2026-03-27 15:10:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8fab2a77-a989-503b-ae60-51380bbce7c0 with scrape type 1
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8fab2a77-a989-503b-ae60-51380bbce7c0 sending to next pipeline
2026-03-27 15:10:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8fab2a77-a989-503b-ae60-51380bbce7c0, identifier: 7009400auction99101
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_000/780x0__r.jpg?hash=1774620113> (referer: https://ecarstrade.com/cars/7009427)
2026-03-27 15:10:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101
2026-03-27 15:10:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101
2026-03-27 15:10:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8fab2a77-a989-503b-ae60-51380bbce7c0 with identifier: 7009400auction99101 to the API
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009400/photo_000/780x0__r.jpg?hash=1774620098>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '8fab2a77-a989-503b-ae60-51380bbce7c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009400',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Volkswagen',
'model': 'T-Cross',
'odometer': 117283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-29',
'seats_number': 5,
'seller_name': None,
'title': 'VW T-Cross 1.0 TSI 115 Start/Stop DSG7 Style',
'transmission': 'automatic',
'trim': 'VW 1.0 TSI 115 Start/Stop DSG7 Style',
'vin': None,
'year': 2024}
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009400auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:49 [ecarstrade.be] INFO: Saving data for 7009400auction99101: {'created_time': 1774624249.863042, 'last_price_update_time': 1774624249.863054, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009400auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_001/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009427)
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_004/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009427)
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_005/780x0__r.jpg?hash=1774606177> (referer: https://ecarstrade.com/cars/7008030)
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_006/780x0__r.jpg?hash=1774606178> (referer: https://ecarstrade.com/cars/7008030)
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_005/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009427)
2026-03-27 15:10:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_004/780x0__r.jpg?hash=1774606177> (referer: https://ecarstrade.com/cars/7008030)
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_002/780x0__r.jpg?hash=1774620114> (referer: https://ecarstrade.com/cars/7009427)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_003/780x0__r.jpg?hash=1774606177> (referer: https://ecarstrade.com/cars/7008030)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_004/780x0__r.jpg?hash=1774620125> (referer: https://ecarstrade.com/cars/7009448)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_005/780x0__r.jpg?hash=1774620125> (referer: https://ecarstrade.com/cars/7009448)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 334b8268-ea30-5b93-b6e1-9a96329bb4c4
2026-03-27 15:10:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 334b8268-ea30-5b93-b6e1-9a96329bb4c4, skipping ID generation
2026-03-27 15:10:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with scrape type 1
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 334b8268-ea30-5b93-b6e1-9a96329bb4c4 sending to next pipeline
2026-03-27 15:10:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 334b8268-ea30-5b93-b6e1-9a96329bb4c4, identifier: 7009427auction99101
2026-03-27 15:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101
2026-03-27 15:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101
2026-03-27 15:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 334b8268-ea30-5b93-b6e1-9a96329bb4c4 with identifier: 7009427auction99101 to the API
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009427/photo_002/780x0__r.jpg?hash=1774620114>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': '334b8268-ea30-5b93-b6e1-9a96329bb4c4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009427',
'listing': 'auction',
'location': 'France - "2ndMove Lyon"',
'make': 'Renault',
'model': 'Megane',
'odometer': 67585,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-03-18',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Megane IV Estate Blue dCi 115 EDC Techno',
'transmission': 'automatic',
'trim': 'IV Estate Blue dCi 115 EDC Techno',
'vin': None,
'year': 2024}
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009427auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:50 [ecarstrade.be] INFO: Saving data for 7009427auction99101: {'created_time': 1774624250.524075, 'last_price_update_time': 1774624250.524087, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009427auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_000/780x0__r.jpg?hash=1774620124> (referer: https://ecarstrade.com/cars/7009448)
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_003/780x0__r.jpg?hash=1774620125> (referer: https://ecarstrade.com/cars/7009448)
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_002/780x0__r.jpg?hash=1774620125> (referer: https://ecarstrade.com/cars/7009448)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_001/780x0__r.jpg?hash=1774606177> (referer: https://ecarstrade.com/cars/7008030)
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_002/780x0__r.jpg?hash=1774606177> (referer: https://ecarstrade.com/cars/7008030)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_005/780x0__r.jpg?hash=1774620135> (referer: https://ecarstrade.com/cars/7009468)
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_001/780x0__r.jpg?hash=1774620124> (referer: https://ecarstrade.com/cars/7009448)
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_001/780x0__r.jpg?hash=1774606175> (referer: https://ecarstrade.com/cars/7008029)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_004/780x0__r.jpg?hash=1774620135> (referer: https://ecarstrade.com/cars/7009468)
2026-03-27 15:10:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_002/780x0__r.jpg?hash=1774620135> (referer: https://ecarstrade.com/cars/7009468)
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d58510a6-cb6f-5bed-a715-ce3a7e2da20e
2026-03-27 15:10:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d58510a6-cb6f-5bed-a715-ce3a7e2da20e, skipping ID generation
2026-03-27 15:10:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d58510a6-cb6f-5bed-a715-ce3a7e2da20e with scrape type 1
2026-03-27 15:10:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d58510a6-cb6f-5bed-a715-ce3a7e2da20e sending to next pipeline
2026-03-27 15:10:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d58510a6-cb6f-5bed-a715-ce3a7e2da20e, identifier: 7008030auction111116
2026-03-27 15:10:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116
2026-03-27 15:10:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116
2026-03-27 15:10:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d58510a6-cb6f-5bed-a715-ce3a7e2da20e with identifier: 7008030auction111116 to the API
2026-03-27 15:10:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008030/photo_002/780x0__r.jpg?hash=1774606177>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Diesel',
'id': 'd58510a6-cb6f-5bed-a715-ce3a7e2da20e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008030',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 123282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 / 2021 / 5P / SUV B4 197 Geartronic Start',
'transmission': 'automatic',
'trim': 'VOLVO / 2021 / 5P / SUV B4 197 Geartronic Start',
'vin': None,
'year': 2022}
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008030auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:51 [ecarstrade.be] INFO: Saving data for 7008030auction111116: {'created_time': 1774624251.129313, 'last_price_update_time': 1774624251.129324, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008030auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_003/780x0__r.jpg?hash=1774606175> (referer: https://ecarstrade.com/cars/7008029)
2026-03-27 15:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_001/780x0__r.jpg?hash=1774620135> (referer: https://ecarstrade.com/cars/7009468)
2026-03-27 15:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a836a3a-b612-53b9-bf83-f5bdb43160db
2026-03-27 15:10:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a836a3a-b612-53b9-bf83-f5bdb43160db, skipping ID generation
2026-03-27 15:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a836a3a-b612-53b9-bf83-f5bdb43160db with scrape type 1
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a836a3a-b612-53b9-bf83-f5bdb43160db sending to next pipeline
2026-03-27 15:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a836a3a-b612-53b9-bf83-f5bdb43160db, identifier: 7009448auction99101
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_000/780x0__r.jpg?hash=1774620135> (referer: https://ecarstrade.com/cars/7009468)
2026-03-27 15:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101
2026-03-27 15:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101
2026-03-27 15:10:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a836a3a-b612-53b9-bf83-f5bdb43160db with identifier: 7009448auction99101 to the API
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009448/photo_001/780x0__r.jpg?hash=1774620124>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '4a836a3a-b612-53b9-bf83-f5bdb43160db',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009448',
'listing': 'auction',
'location': 'France - "2ndMove Marly-la-Ville (Paris Nord)"',
'make': 'MG',
'model': 'MG5',
'odometer': 67114,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-15',
'seats_number': 5,
'seller_name': None,
'title': 'MG ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'transmission': 'manual',
'trim': 'ZS 1.0 L T-GDI 111 CV BVM6 LUXURY GENERATION-1',
'vin': None,
'year': 2023}
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009448auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:51 [ecarstrade.be] INFO: Saving data for 7009448auction99101: {'created_time': 1774624251.553235, 'last_price_update_time': 1774624251.553246, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009448auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:51 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd341b6e-a229-5678-8bb9-1f962b7b7966
2026-03-27 15:10:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd341b6e-a229-5678-8bb9-1f962b7b7966, skipping ID generation
2026-03-27 15:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd341b6e-a229-5678-8bb9-1f962b7b7966 with scrape type 1
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd341b6e-a229-5678-8bb9-1f962b7b7966 sending to next pipeline
2026-03-27 15:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd341b6e-a229-5678-8bb9-1f962b7b7966, identifier: 7008029auction111116
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 89a9a92f-9a6a-57c4-90fd-794ca7488a53
2026-03-27 15:10:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 89a9a92f-9a6a-57c4-90fd-794ca7488a53, skipping ID generation
2026-03-27 15:10:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with scrape type 1
2026-03-27 15:10:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 89a9a92f-9a6a-57c4-90fd-794ca7488a53 sending to next pipeline
2026-03-27 15:10:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 89a9a92f-9a6a-57c4-90fd-794ca7488a53, identifier: 7009468auction99101
2026-03-27 15:10:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116
2026-03-27 15:10:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116
2026-03-27 15:10:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd341b6e-a229-5678-8bb9-1f962b7b7966 with identifier: 7008029auction111116 to the API
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008029/photo_003/780x0__r.jpg?hash=1774606175>
{'auction_title': '',
'c_o_2_emission_value': 24,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cd341b6e-a229-5678-8bb9-1f962b7b7966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008029',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volvo',
'model': 'XC60',
'odometer': 121979,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC60 / 2021 / 5P / SUV Recharge T6 350 GT 8 Plus Style Dark',
'transmission': 'automatic',
'trim': 'VOLVO / 2021 / 5P / SUV Recharge T6 350 GT 8 Plus Style Dark',
'vin': None,
'year': 2023}
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008029auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:10:52 [ecarstrade.be] INFO: Saving data for 7008029auction111116: {'created_time': 1774624252.068072, 'last_price_update_time': 1774624252.068085, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008029auction111116') HTTP/1.1" 204 0
2026-03-27 15:10:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101
2026-03-27 15:10:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101
2026-03-27 15:10:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 89a9a92f-9a6a-57c4-90fd-794ca7488a53 with identifier: 7009468auction99101 to the API
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:10:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009468/photo_000/780x0__r.jpg?hash=1774620135>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '89a9a92f-9a6a-57c4-90fd-794ca7488a53',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009468',
'listing': 'auction',
'location': 'France - "2ndMove Compiègne"',
'make': 'Peugeot',
'model': '208',
'odometer': 58987,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-29',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 208 PureTech 100 S&S BVM6 Allure',
'transmission': 'manual',
'trim': 'PureTech 100 S&S BVM6 Allure',
'vin': None,
'year': 2022}
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009468auction99101%27 HTTP/1.1" 200 None
2026-03-27 15:10:52 [ecarstrade.be] INFO: Saving data for 7009468auction99101: {'created_time': 1774624252.363872, 'last_price_update_time': 1774624252.363884, 'auction_closing_time': 1774867200.0}
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009468auction99101') HTTP/1.1" 204 0
2026-03-27 15:10:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007900> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:53 [ecarstrade.be] INFO: Extracting details for car 7007900auction111116
2026-03-27 15:10:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116
2026-03-27 15:10:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915de2b2-99f5-53f5-af68-3a743499c8c3 with scrape type 1
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007900%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605927%27 HTTP/1.1" 200 None
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_001/780x0__r.jpg?hash=1774605927 not downloaded yet
2026-03-27 15:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007900%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605927%27 HTTP/1.1" 200 None
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_002/780x0__r.jpg?hash=1774605927 not downloaded yet
2026-03-27 15:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007900%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605927%27 HTTP/1.1" 200 None
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_003/780x0__r.jpg?hash=1774605927 not downloaded yet
2026-03-27 15:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007900%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605927%27 HTTP/1.1" 200 None
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_004/780x0__r.jpg?hash=1774605927 not downloaded yet
2026-03-27 15:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007900%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605927%27 HTTP/1.1" 200 None
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_005/780x0__r.jpg?hash=1774605927 not downloaded yet
2026-03-27 15:10:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007900%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605927%27 HTTP/1.1" 200 None
2026-03-27 15:10:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_006/780x0__r.jpg?hash=1774605927 not downloaded yet
2026-03-27 15:10:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007895> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:54 [ecarstrade.be] INFO: Extracting details for car 7007895auction111116
2026-03-27 15:10:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007898> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116
2026-03-27 15:10:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with scrape type 1
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007895%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605919%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_001/780x0__r.jpg?hash=1774605919 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007895%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605919%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_002/780x0__r.jpg?hash=1774605919 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007895%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605919%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_003/780x0__r.jpg?hash=1774605919 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007895%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605919%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_004/780x0__r.jpg?hash=1774605919 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007895%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_005/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007895%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_006/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:10:54 [ecarstrade.be] INFO: Extracting details for car 7007898auction111116
2026-03-27 15:10:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116
2026-03-27 15:10:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9e4e598-f261-5f02-bdc0-5e32719b45c0 with scrape type 1
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007898%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_001/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007898%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_002/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007898%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_003/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007898%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_004/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007898%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_005/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:10:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007898%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605928%27 HTTP/1.1" 200 None
2026-03-27 15:10:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_006/780x0__r.jpg?hash=1774605928 not downloaded yet
2026-03-27 15:10:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page127?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003941auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003941auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003941auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003942auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003942auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003942auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003943auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003943auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003943auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003944auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003944auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003944auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003945auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003945auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003945auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003946auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003946auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003946auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003947auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003947auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003947auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003948auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003948auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003948auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003949auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003949auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003949auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003950auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003950auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003950auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003951auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003951auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003951auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003952auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003952auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003952auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003953auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003953auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003953auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003954auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003954auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003954auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003955auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003955auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003955auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003956auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003956auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003956auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003957auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003957auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003957auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003958auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003958auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003958auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003959auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003959auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003959auction111076: 0
2026-03-27 15:10:55 [ecarstrade.be] INFO: Found listing with ID: 7003960auction111076
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003960auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:10:55 [ecarstrade.be] INFO: Scrape type for 7003960auction111076: 0
2026-03-27 15:10:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007890> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:58 [ecarstrade.be] INFO: Extracting details for car 7007890auction111116
2026-03-27 15:10:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116
2026-03-27 15:10:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91513d8e-de63-51e0-9b44-b9bf184f1394 with scrape type 1
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007890%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605916%27 HTTP/1.1" 200 None
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_001/780x0__r.jpg?hash=1774605916 not downloaded yet
2026-03-27 15:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007890%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605916%27 HTTP/1.1" 200 None
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_002/780x0__r.jpg?hash=1774605916 not downloaded yet
2026-03-27 15:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007890%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605916%27 HTTP/1.1" 200 None
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_003/780x0__r.jpg?hash=1774605916 not downloaded yet
2026-03-27 15:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007890%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_004/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007890%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605916%27 HTTP/1.1" 200 None
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_005/780x0__r.jpg?hash=1774605916 not downloaded yet
2026-03-27 15:10:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:10: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%252F7007890%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605917%27 HTTP/1.1" 200 None
2026-03-27 15:10:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_006/780x0__r.jpg?hash=1774605917 not downloaded yet
2026-03-27 15:10:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007893> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:10:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:10:59 [ecarstrade.be] INFO: Extracting details for car 7007893auction111116
2026-03-27 15:10:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116
2026-03-27 15:10:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1217208-6414-5758-ba96-7969ef00ee12 with scrape type 1
2026-03-27 15:10:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:10:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007893%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_001/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007893%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_002/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007893%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_003/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007893%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_004/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007893%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605920%27 HTTP/1.1" 200 None
2026-03-27 15:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_005/780x0__r.jpg?hash=1774605920 not downloaded yet
2026-03-27 15:11:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007893%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605919%27 HTTP/1.1" 200 None
2026-03-27 15:11:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_006/780x0__r.jpg?hash=1774605919 not downloaded yet
2026-03-27 15:11:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007847> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:11:01 [ecarstrade.be] INFO: Extracting details for car 7007847auction111116
2026-03-27 15:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116
2026-03-27 15:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with scrape type 1
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007847%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605848%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_001/780x0__r.jpg?hash=1774605848 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007847%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605848%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_002/780x0__r.jpg?hash=1774605848 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007847%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605848%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_003/780x0__r.jpg?hash=1774605848 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007847%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605848%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_004/780x0__r.jpg?hash=1774605848 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007847%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605848%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_005/780x0__r.jpg?hash=1774605848 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007847%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605849%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_006/780x0__r.jpg?hash=1774605849 not downloaded yet
2026-03-27 15:11:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007849> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:01 [ecarstrade.be] INFO: Extracting details for car 7007849auction111116
2026-03-27 15:11:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116
2026-03-27 15:11:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec57f22-0f57-567d-9587-46a9c331e966 with scrape type 1
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007849%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605851%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_001/780x0__r.jpg?hash=1774605851 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007849%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605851%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_002/780x0__r.jpg?hash=1774605851 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007849%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605851%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_003/780x0__r.jpg?hash=1774605851 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007849%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605851%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_004/780x0__r.jpg?hash=1774605851 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007849%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605851%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_005/780x0__r.jpg?hash=1774605851 not downloaded yet
2026-03-27 15:11:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007849%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605851%27 HTTP/1.1" 200 None
2026-03-27 15:11:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_006/780x0__r.jpg?hash=1774605851 not downloaded yet
2026-03-27 15:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007841> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:02 [ecarstrade.be] INFO: Extracting details for car 7007841auction111116
2026-03-27 15:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116
2026-03-27 15:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with scrape type 1
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007841%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_001/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007841%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_002/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007841%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_003/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007841%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_004/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007841%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_005/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007841%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_006/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007840> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_006/780x0__r.jpg?hash=1774605927> (referer: https://ecarstrade.com/cars/7007900)
2026-03-27 15:11:02 [ecarstrade.be] INFO: Extracting details for car 7007840auction111116
2026-03-27 15:11:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116
2026-03-27 15:11:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with scrape type 1
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007840%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605839%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_001/780x0__r.jpg?hash=1774605839 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007840%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605839%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_002/780x0__r.jpg?hash=1774605839 not downloaded yet
2026-03-27 15:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_005/780x0__r.jpg?hash=1774605927> (referer: https://ecarstrade.com/cars/7007900)
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007840%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605839%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_003/780x0__r.jpg?hash=1774605839 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007840%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605839%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_004/780x0__r.jpg?hash=1774605839 not downloaded yet
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007840%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605839%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_005/780x0__r.jpg?hash=1774605839 not downloaded yet
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:11:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007840%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605840%27 HTTP/1.1" 200 None
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_006/780x0__r.jpg?hash=1774605840 not downloaded yet
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:11:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_006/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007898)
2026-03-27 15:11:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:11:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007839> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_006/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007890)
2026-03-27 15:11:05 [ecarstrade.be] INFO: Extracting details for car 7007839auction111116
2026-03-27 15:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116
2026-03-27 15:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with scrape type 1
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007839%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605836%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_001/780x0__r.jpg?hash=1774605836 not downloaded yet
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_006/780x0__r.jpg?hash=1774605919> (referer: https://ecarstrade.com/cars/7007893)
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007839%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605836%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_002/780x0__r.jpg?hash=1774605836 not downloaded yet
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007839%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605836%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_003/780x0__r.jpg?hash=1774605836 not downloaded yet
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007839%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_004/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007839%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605836%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_005/780x0__r.jpg?hash=1774605836 not downloaded yet
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007839%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605837%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_006/780x0__r.jpg?hash=1774605837 not downloaded yet
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_006/780x0__r.jpg?hash=1774605849> (referer: https://ecarstrade.com/cars/7007847)
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_006/780x0__r.jpg?hash=1774605851> (referer: https://ecarstrade.com/cars/7007849)
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_006/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007841)
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_005/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007841)
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_002/780x0__r.jpg?hash=1774605839> (referer: https://ecarstrade.com/cars/7007840)
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_006/780x0__r.jpg?hash=1774605840> (referer: https://ecarstrade.com/cars/7007840)
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_005/780x0__r.jpg?hash=1774605839> (referer: https://ecarstrade.com/cars/7007840)
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007902> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_004/780x0__r.jpg?hash=1774605839> (referer: https://ecarstrade.com/cars/7007840)
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_001/780x0__r.jpg?hash=1774605836> (referer: https://ecarstrade.com/cars/7007839)
2026-03-27 15:11:05 [ecarstrade.be] INFO: Extracting details for car 7007902auction111116
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_005/780x0__r.jpg?hash=1774605836> (referer: https://ecarstrade.com/cars/7007839)
2026-03-27 15:11:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_006/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007839)
2026-03-27 15:11:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116
2026-03-27 15:11:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4c459e-5857-5805-bbca-2965584c363c with scrape type 1
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007902%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_001/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007902%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_002/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:11:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007902%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:11:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_003/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_003/780x0__r.jpg?hash=1774605836> (referer: https://ecarstrade.com/cars/7007839)
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_004/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007839)
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007902%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_004/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007902%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_005/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007902%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605929%27 HTTP/1.1" 200 None
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_006/780x0__r.jpg?hash=1774605929 not downloaded yet
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_003/780x0__r.jpg?hash=1774605839> (referer: https://ecarstrade.com/cars/7007840)
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_002/780x0__r.jpg?hash=1774605836> (referer: https://ecarstrade.com/cars/7007839)
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_001/780x0__r.jpg?hash=1774605839> (referer: https://ecarstrade.com/cars/7007840)
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_004/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007841)
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_002/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007841)
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_003/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007841)
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b
2026-03-27 15:11:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b, skipping ID generation
2026-03-27 15:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with scrape type 1
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a109ba4-37a7-59fd-9113-2e18bae9bf8b sending to next pipeline
2026-03-27 15:11:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b, identifier: 7007839auction111116
2026-03-27 15:11:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116
2026-03-27 15:11:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116
2026-03-27 15:11:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a109ba4-37a7-59fd-9113-2e18bae9bf8b with identifier: 7007839auction111116 to the API
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007839/photo_002/780x0__r.jpg?hash=1774605836>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4a109ba4-37a7-59fd-9113-2e18bae9bf8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007839',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 91533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 225 PERFORMANCE Line',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback / 2017 / 5P / SUV E-TENSE 225 PERFORMANCE Line',
'vin': None,
'year': 2022}
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007839auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:06 [ecarstrade.be] INFO: Saving data for 7007839auction111116: {'created_time': 1774624266.80893, 'last_price_update_time': 1774624266.808945, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007839auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_001/780x0__r.jpg?hash=1774605837> (referer: https://ecarstrade.com/cars/7007841)
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_005/780x0__r.jpg?hash=1774605851> (referer: https://ecarstrade.com/cars/7007849)
2026-03-27 15:11:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007834> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a
2026-03-27 15:11:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a, skipping ID generation
2026-03-27 15:11:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with scrape type 1
2026-03-27 15:11:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a sending to next pipeline
2026-03-27 15:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a, identifier: 7007840auction111116
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116
2026-03-27 15:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116
2026-03-27 15:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a with identifier: 7007840auction111116 to the API
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007840/photo_001/780x0__r.jpg?hash=1774605839>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'a3183bf6-fd22-5ad5-bbd5-bdb07c885c1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007840',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 21128,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 / 2022 / 5P / SUV E-TENSE 4x4 360 LA PREMIERE(SL)',
'transmission': 'automatic',
'trim': 'DS DS 7 / 2022 / 5P / SUV E-TENSE 4x4 360 LA PREMIERE(SL)',
'vin': None,
'year': 2023}
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007840auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [ecarstrade.be] INFO: Saving data for 7007840auction111116: {'created_time': 1774624267.337192, 'last_price_update_time': 1774624267.33721, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007840auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_002/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007902)
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_003/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007902)
2026-03-27 15:11:07 [ecarstrade.be] INFO: Extracting details for car 7007834auction111116
2026-03-27 15:11:07 [scrapy.extensions.logstats] INFO: Crawled 692 pages (at 46 pages/min), scraped 537 items (at 49 items/min)
2026-03-27 15:11:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_006/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007902)
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6
2026-03-27 15:11:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6, skipping ID generation
2026-03-27 15:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with scrape type 1
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 sending to next pipeline
2026-03-27 15:11:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6, identifier: 7007841auction111116
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116
2026-03-27 15:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 051c962d-e52c-57d1-adde-956b44b96a89 with scrape type 1
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007834%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605827%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_001/780x0__r.jpg?hash=1774605827 not downloaded yet
2026-03-27 15:11:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116
2026-03-27 15:11:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116
2026-03-27 15:11:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6 with identifier: 7007841auction111116 to the API
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007841/photo_001/780x0__r.jpg?hash=1774605837>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '1.2L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ba12b5d5-b74f-5aeb-bcce-eae3f2ee37a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007841',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Fiat',
'model': '500',
'odometer': 33073,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'FIAT 500 / 2015 / 3P / Berline Hybrid 1.0 BSG 70 ch Dolcevita',
'transmission': 'manual',
'trim': 'FIAT / 2015 / 3P / Berline Hybrid 1.0 BSG 70 ch Dolcevita',
'vin': None,
'year': 2022}
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007841auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [ecarstrade.be] INFO: Saving data for 7007841auction111116: {'created_time': 1774624267.812537, 'last_price_update_time': 1774624267.81255, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007841auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_005/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007902)
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007834%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_002/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_004/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007902)
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_001/780x0__r.jpg?hash=1774605929> (referer: https://ecarstrade.com/cars/7007902)
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007834%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_003/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007833> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007834%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_004/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007834%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_005/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007834%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_006/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_004/780x0__r.jpg?hash=1774605851> (referer: https://ecarstrade.com/cars/7007849)
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_003/780x0__r.jpg?hash=1774605851> (referer: https://ecarstrade.com/cars/7007849)
2026-03-27 15:11:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_001/780x0__r.jpg?hash=1774605851> (referer: https://ecarstrade.com/cars/7007849)
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1d4c459e-5857-5805-bbca-2965584c363c
2026-03-27 15:11:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1d4c459e-5857-5805-bbca-2965584c363c, skipping ID generation
2026-03-27 15:11:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1d4c459e-5857-5805-bbca-2965584c363c with scrape type 1
2026-03-27 15:11:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1d4c459e-5857-5805-bbca-2965584c363c sending to next pipeline
2026-03-27 15:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1d4c459e-5857-5805-bbca-2965584c363c, identifier: 7007902auction111116
2026-03-27 15:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116
2026-03-27 15:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116
2026-03-27 15:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1d4c459e-5857-5805-bbca-2965584c363c with identifier: 7007902auction111116 to the API
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007902/photo_001/780x0__r.jpg?hash=1774605929>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '1d4c459e-5857-5805-bbca-2965584c363c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007902',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Mercedes',
'model': 'CLA Shooting Brake',
'odometer': 90718,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA Shooting Brake / 2019 / 5P / Break CLA 180 '
'Business Line BA7',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ / 2019 / 5P / Break CLA 180 Business Line BA7',
'vin': None,
'year': 2023}
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007902auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [ecarstrade.be] INFO: Saving data for 7007902auction111116: {'created_time': 1774624268.348401, 'last_price_update_time': 1774624268.348415, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007902auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_002/780x0__r.jpg?hash=1774605851> (referer: https://ecarstrade.com/cars/7007849)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_005/780x0__r.jpg?hash=1774605848> (referer: https://ecarstrade.com/cars/7007847)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_004/780x0__r.jpg?hash=1774605848> (referer: https://ecarstrade.com/cars/7007847)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_003/780x0__r.jpg?hash=1774605848> (referer: https://ecarstrade.com/cars/7007847)
2026-03-27 15:11:08 [ecarstrade.be] INFO: Extracting details for car 7007833auction111116
2026-03-27 15:11:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116
2026-03-27 15:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f378ba70-6f64-5e27-8518-c95100c5f8c2 with scrape type 1
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007833%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_001/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007833%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_002/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007833%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_003/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_002/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007834)
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007833%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_004/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_001/780x0__r.jpg?hash=1774605827> (referer: https://ecarstrade.com/cars/7007834)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_002/780x0__r.jpg?hash=1774605848> (referer: https://ecarstrade.com/cars/7007847)
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007833%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_005/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aec57f22-0f57-567d-9587-46a9c331e966
2026-03-27 15:11:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aec57f22-0f57-567d-9587-46a9c331e966, skipping ID generation
2026-03-27 15:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aec57f22-0f57-567d-9587-46a9c331e966 with scrape type 1
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aec57f22-0f57-567d-9587-46a9c331e966 sending to next pipeline
2026-03-27 15:11:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aec57f22-0f57-567d-9587-46a9c331e966, identifier: 7007849auction111116
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_001/780x0__r.jpg?hash=1774605848> (referer: https://ecarstrade.com/cars/7007847)
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007833%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605826%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_006/780x0__r.jpg?hash=1774605826 not downloaded yet
2026-03-27 15:11:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116
2026-03-27 15:11:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116
2026-03-27 15:11:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aec57f22-0f57-567d-9587-46a9c331e966 with identifier: 7007849auction111116 to the API
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007849/photo_002/780x0__r.jpg?hash=1774605851>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'aec57f22-0f57-567d-9587-46a9c331e966',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007849',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Bayon',
'odometer': 17761,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 DCT- 7 HYB 48V '
'CREATIVE',
'transmission': 'automatic',
'trim': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 DCT- 7 HYB 48V '
'CREATIVE',
'vin': None,
'year': 2023}
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007849auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:08 [ecarstrade.be] INFO: Saving data for 7007849auction111116: {'created_time': 1774624268.959869, 'last_price_update_time': 1774624268.959882, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007849auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_005/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007893)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_006/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007834)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_005/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007834)
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007828> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007832> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ad9a8d2f-462a-5aea-8c4a-0cadbb117130
2026-03-27 15:11:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ad9a8d2f-462a-5aea-8c4a-0cadbb117130, skipping ID generation
2026-03-27 15:11:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with scrape type 1
2026-03-27 15:11:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ad9a8d2f-462a-5aea-8c4a-0cadbb117130 sending to next pipeline
2026-03-27 15:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ad9a8d2f-462a-5aea-8c4a-0cadbb117130, identifier: 7007847auction111116
2026-03-27 15:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116
2026-03-27 15:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116
2026-03-27 15:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ad9a8d2f-462a-5aea-8c4a-0cadbb117130 with identifier: 7007847auction111116 to the API
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007847/photo_001/780x0__r.jpg?hash=1774605848>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ad9a8d2f-462a-5aea-8c4a-0cadbb117130',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007847',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Bayon',
'odometer': 21081,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 HYBRID 48V INTUITIVE',
'transmission': 'manual',
'trim': 'HYUNDAI BAYON / 2021 / 5P / SUV 1.0 T-GDI 100 HYBRID 48V INTUITIVE',
'vin': None,
'year': 2022}
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007847auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [ecarstrade.be] INFO: Saving data for 7007847auction111116: {'created_time': 1774624269.40972, 'last_price_update_time': 1774624269.409732, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007847auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_004/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007834)
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_003/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007834)
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_003/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007833)
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_004/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007893)
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_003/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007893)
2026-03-27 15:11:09 [ecarstrade.be] INFO: Extracting details for car 7007828auction111116
2026-03-27 15:11:09 [ecarstrade.be] INFO: Extracting details for car 7007832auction111116
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_002/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007893)
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116
2026-03-27 15:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with scrape type 1
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007828%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605813%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_001/780x0__r.jpg?hash=1774605813 not downloaded yet
2026-03-27 15:11:09 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116
2026-03-27 15:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with scrape type 1
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007832%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605824%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_001/780x0__r.jpg?hash=1774605824 not downloaded yet
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007828%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605813%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_002/780x0__r.jpg?hash=1774605813 not downloaded yet
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007832%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605824%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_002/780x0__r.jpg?hash=1774605824 not downloaded yet
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_005/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007833)
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_004/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007833)
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007828%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605813%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_003/780x0__r.jpg?hash=1774605813 not downloaded yet
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007832%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605824%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_003/780x0__r.jpg?hash=1774605824 not downloaded yet
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_001/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007833)
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_001/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007893)
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 051c962d-e52c-57d1-adde-956b44b96a89
2026-03-27 15:11:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 051c962d-e52c-57d1-adde-956b44b96a89, skipping ID generation
2026-03-27 15:11:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 051c962d-e52c-57d1-adde-956b44b96a89 with scrape type 1
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 051c962d-e52c-57d1-adde-956b44b96a89 sending to next pipeline
2026-03-27 15:11:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 051c962d-e52c-57d1-adde-956b44b96a89, identifier: 7007834auction111116
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:11:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_006/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007833)
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007828%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605813%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_004/780x0__r.jpg?hash=1774605813 not downloaded yet
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007832%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605824%27 HTTP/1.1" 200 None
2026-03-27 15:11:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_004/780x0__r.jpg?hash=1774605824 not downloaded yet
2026-03-27 15:11:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116
2026-03-27 15:11:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116
2026-03-27 15:11:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 051c962d-e52c-57d1-adde-956b44b96a89 with identifier: 7007834auction111116 to the API
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007834/photo_003/780x0__r.jpg?hash=1774605826>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '051c962d-e52c-57d1-adde-956b44b96a89',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007834',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 63008,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross 2018 5P SUV Hybrid 225 EAT8 Business',
'transmission': 'automatic',
'trim': 'CITROEN 2018 5P SUV Hybrid 225 EAT8 Business',
'vin': None,
'year': 2021}
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007834auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:10 [ecarstrade.be] INFO: Saving data for 7007834auction111116: {'created_time': 1774624270.025835, 'last_price_update_time': 1774624270.02585, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007834auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_002/780x0__r.jpg?hash=1774605826> (referer: https://ecarstrade.com/cars/7007833)
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_004/780x0__r.jpg?hash=1774605917> (referer: https://ecarstrade.com/cars/7007890)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_003/780x0__r.jpg?hash=1774605916> (referer: https://ecarstrade.com/cars/7007890)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_005/780x0__r.jpg?hash=1774605916> (referer: https://ecarstrade.com/cars/7007890)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_002/780x0__r.jpg?hash=1774605916> (referer: https://ecarstrade.com/cars/7007890)
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007828%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605814%27 HTTP/1.1" 200 None
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_005/780x0__r.jpg?hash=1774605814 not downloaded yet
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007832%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605824%27 HTTP/1.1" 200 None
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_005/780x0__r.jpg?hash=1774605824 not downloaded yet
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page128?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_001/780x0__r.jpg?hash=1774605916> (referer: https://ecarstrade.com/cars/7007890)
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007828%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605814%27 HTTP/1.1" 200 None
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_006/780x0__r.jpg?hash=1774605814 not downloaded yet
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007832%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605824%27 HTTP/1.1" 200 None
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_006/780x0__r.jpg?hash=1774605824 not downloaded yet
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f1217208-6414-5758-ba96-7969ef00ee12
2026-03-27 15:11:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f1217208-6414-5758-ba96-7969ef00ee12, skipping ID generation
2026-03-27 15:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f1217208-6414-5758-ba96-7969ef00ee12 with scrape type 1
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f1217208-6414-5758-ba96-7969ef00ee12 sending to next pipeline
2026-03-27 15:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f1217208-6414-5758-ba96-7969ef00ee12, identifier: 7007893auction111116
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116
2026-03-27 15:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116
2026-03-27 15:11:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f1217208-6414-5758-ba96-7969ef00ee12 with identifier: 7007893auction111116 to the API
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007893/photo_001/780x0__r.jpg?hash=1774605918>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f1217208-6414-5758-ba96-7969ef00ee12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007893',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Land Rover',
'model': 'Discovery Sport',
'odometer': 36707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Discovery Sport / 2019 / 5P / SUV 1.5 P300e PHEV AUTO '
'4WD R-Dynamic SE',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2019 / 5P / SUV 1.5 P300e PHEV AUTO 4WD R-Dynamic SE',
'vin': None,
'year': 2023}
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007893auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:10 [ecarstrade.be] INFO: Saving data for 7007893auction111116: {'created_time': 1774624270.544835, 'last_price_update_time': 1774624270.544846, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007893auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_005/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007898)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_004/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007898)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_002/780x0__r.jpg?hash=1774605824> (referer: https://ecarstrade.com/cars/7007832)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_002/780x0__r.jpg?hash=1774605813> (referer: https://ecarstrade.com/cars/7007828)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_003/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007898)
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f378ba70-6f64-5e27-8518-c95100c5f8c2
2026-03-27 15:11:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f378ba70-6f64-5e27-8518-c95100c5f8c2, skipping ID generation
2026-03-27 15:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f378ba70-6f64-5e27-8518-c95100c5f8c2 with scrape type 1
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f378ba70-6f64-5e27-8518-c95100c5f8c2 sending to next pipeline
2026-03-27 15:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f378ba70-6f64-5e27-8518-c95100c5f8c2, identifier: 7007833auction111116
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:11:10 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 91513d8e-de63-51e0-9b44-b9bf184f1394
2026-03-27 15:11:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 91513d8e-de63-51e0-9b44-b9bf184f1394, skipping ID generation
2026-03-27 15:11:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 91513d8e-de63-51e0-9b44-b9bf184f1394 with scrape type 1
2026-03-27 15:11:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 91513d8e-de63-51e0-9b44-b9bf184f1394 sending to next pipeline
2026-03-27 15:11:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 91513d8e-de63-51e0-9b44-b9bf184f1394, identifier: 7007890auction111116
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_001/780x0__r.jpg?hash=1774605813> (referer: https://ecarstrade.com/cars/7007828)
2026-03-27 15:11:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_001/780x0__r.jpg?hash=1774605824> (referer: https://ecarstrade.com/cars/7007832)
2026-03-27 15:11:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116
2026-03-27 15:11:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116
2026-03-27 15:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f378ba70-6f64-5e27-8518-c95100c5f8c2 with identifier: 7007833auction111116 to the API
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007833/photo_002/780x0__r.jpg?hash=1774605826>
{'auction_title': '',
'c_o_2_emission_value': 48,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f378ba70-6f64-5e27-8518-c95100c5f8c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007833',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X3',
'odometer': 82741,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 / 2017 / 5P / SUV xDrive30e 292ch xLine BVA8',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive30e 292ch xLine BVA8',
'vin': None,
'year': 2021}
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007833auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Saving data for 7007833auction111116: {'created_time': 1774624271.295539, 'last_price_update_time': 1774624271.29555, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007833auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116
2026-03-27 15:11:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116
2026-03-27 15:11:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 91513d8e-de63-51e0-9b44-b9bf184f1394 with identifier: 7007890auction111116 to the API
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007890/photo_001/780x0__r.jpg?hash=1774605916>
{'auction_title': '',
'c_o_2_emission_value': 34,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '91513d8e-de63-51e0-9b44-b9bf184f1394',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007890',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Land Rover',
'model': 'Range Rover Evoque',
'odometer': 44871,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'LAND ROVER Range Rover Evoque / 2018 / 5P / SUV 1.5 P300e PHEV BVA '
'4WD R-Dynamic S',
'transmission': 'automatic',
'trim': 'LAND ROVER / 2018 / 5P / SUV 1.5 P300e PHEV BVA 4WD R-Dynamic S',
'vin': None,
'year': 2023}
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007890auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Saving data for 7007890auction111116: {'created_time': 1774624271.75687, 'last_price_update_time': 1774624271.756884, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007890auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003962auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003962auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003962auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003963auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003963auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003963auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003964auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003964auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003964auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003965auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003965auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003965auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003966auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003966auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003966auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003967auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003967auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003967auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003968auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003968auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003968auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003969auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003969auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003969auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003970auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003970auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003970auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003971auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003971auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003971auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003972auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277003972auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:11 [ecarstrade.be] INFO: Scrape type for 7003972auction111076: 0
2026-03-27 15:11:11 [ecarstrade.be] INFO: Found listing with ID: 7003973auction111076
2026-03-27 15:11:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003973auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003973auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003974auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003974auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003974auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003975auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003975auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003975auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003976auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003976auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003976auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003977auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003977auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003977auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003978auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003978auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003978auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003979auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003979auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003979auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003980auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003980auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003980auction111076: 0
2026-03-27 15:11:12 [ecarstrade.be] INFO: Found listing with ID: 7003981auction111076
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003981auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Scrape type for 7003981auction111076: 0
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_003/780x0__r.jpg?hash=1774605813> (referer: https://ecarstrade.com/cars/7007828)
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_005/780x0__r.jpg?hash=1774605824> (referer: https://ecarstrade.com/cars/7007832)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_004/780x0__r.jpg?hash=1774605824> (referer: https://ecarstrade.com/cars/7007832)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_004/780x0__r.jpg?hash=1774605813> (referer: https://ecarstrade.com/cars/7007828)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_002/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007898)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_003/780x0__r.jpg?hash=1774605824> (referer: https://ecarstrade.com/cars/7007832)
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_001/780x0__r.jpg?hash=1774605928> (referer: https://ecarstrade.com/cars/7007898)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_006/780x0__r.jpg?hash=1774605814> (referer: https://ecarstrade.com/cars/7007828)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_006/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007895)
2026-03-27 15: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-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_005/780x0__r.jpg?hash=1774605920> (referer: https://ecarstrade.com/cars/7007895)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_002/780x0__r.jpg?hash=1774605919> (referer: https://ecarstrade.com/cars/7007895)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_006/780x0__r.jpg?hash=1774605824> (referer: https://ecarstrade.com/cars/7007832)
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_003/780x0__r.jpg?hash=1774605919> (referer: https://ecarstrade.com/cars/7007895)
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_005/780x0__r.jpg?hash=1774605814> (referer: https://ecarstrade.com/cars/7007828)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_004/780x0__r.jpg?hash=1774605919> (referer: https://ecarstrade.com/cars/7007895)
2026-03-27 15: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-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e9e4e598-f261-5f02-bdc0-5e32719b45c0
2026-03-27 15:11:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e9e4e598-f261-5f02-bdc0-5e32719b45c0, skipping ID generation
2026-03-27 15:11:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e9e4e598-f261-5f02-bdc0-5e32719b45c0 with scrape type 1
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e9e4e598-f261-5f02-bdc0-5e32719b45c0 sending to next pipeline
2026-03-27 15:11:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e9e4e598-f261-5f02-bdc0-5e32719b45c0, identifier: 7007898auction111116
2026-03-27 15:11:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116
2026-03-27 15:11:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116
2026-03-27 15:11:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e9e4e598-f261-5f02-bdc0-5e32719b45c0 with identifier: 7007898auction111116 to the API
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007898/photo_001/780x0__r.jpg?hash=1774605928>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e9e4e598-f261-5f02-bdc0-5e32719b45c0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007898',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mazda',
'model': 'CX-30',
'odometer': 78040,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'MAZDA CX-30 / 2019 / 5P / Crossover 2.0L e-Skyactiv X M Hybrd '
'Exclusive BVA6',
'transmission': 'automatic',
'trim': 'MAZDA / 2019 / 5P / Crossover 2.0L e-Skyactiv X M Hybrd Exclusive '
'BVA6',
'vin': None,
'year': 2022}
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007898auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:12 [ecarstrade.be] INFO: Saving data for 7007898auction111116: {'created_time': 1774624272.719063, 'last_price_update_time': 1774624272.719074, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007898auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_001/780x0__r.jpg?hash=1774605919> (referer: https://ecarstrade.com/cars/7007895)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_003/780x0__r.jpg?hash=1774605927> (referer: https://ecarstrade.com/cars/7007900)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_004/780x0__r.jpg?hash=1774605927> (referer: https://ecarstrade.com/cars/7007900)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_001/780x0__r.jpg?hash=1774605927> (referer: https://ecarstrade.com/cars/7007900)
2026-03-27 15:11:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_002/780x0__r.jpg?hash=1774605927> (referer: https://ecarstrade.com/cars/7007900)
2026-03-27 15: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-27 15: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-27 15: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-27 15: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-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4
2026-03-27 15:11:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4, skipping ID generation
2026-03-27 15:11:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with scrape type 1
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 sending to next pipeline
2026-03-27 15:11:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4, identifier: 7007832auction111116
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dbda25d8-05d6-5826-be5c-9d0a91c4bef9
2026-03-27 15:11:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dbda25d8-05d6-5826-be5c-9d0a91c4bef9, skipping ID generation
2026-03-27 15:11:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with scrape type 1
2026-03-27 15:11:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dbda25d8-05d6-5826-be5c-9d0a91c4bef9 sending to next pipeline
2026-03-27 15:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dbda25d8-05d6-5826-be5c-9d0a91c4bef9, identifier: 7007828auction111116
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116
2026-03-27 15:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116
2026-03-27 15:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2512a7a2-6d0b-54e9-ba4d-f693be6355f4 with identifier: 7007832auction111116 to the API
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007832/photo_006/780x0__r.jpg?hash=1774605824>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2512a7a2-6d0b-54e9-ba4d-f693be6355f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007832',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 85619,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross / 2018 / 5P / SUV Hybrid 225 ë-EAT8 Shine Pack',
'transmission': 'automatic',
'trim': 'CITROEN / 2018 / 5P / SUV Hybrid 225 ë-EAT8 Shine Pack',
'vin': None,
'year': 2021}
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007832auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:13 [ecarstrade.be] INFO: Saving data for 7007832auction111116: {'created_time': 1774624273.501421, 'last_price_update_time': 1774624273.501432, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007832auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116
2026-03-27 15:11:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116
2026-03-27 15:11:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dbda25d8-05d6-5826-be5c-9d0a91c4bef9 with identifier: 7007828auction111116 to the API
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007828/photo_005/780x0__r.jpg?hash=1774605814>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dbda25d8-05d6-5826-be5c-9d0a91c4bef9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007828',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X2',
'odometer': 77969,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X2 / 2017 / 5P / SUV xDrive25e Business Design BVA6',
'transmission': 'automatic',
'trim': '/ 2017 / 5P / SUV xDrive25e Business Design BVA6',
'vin': None,
'year': 2022}
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007828auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:13 [ecarstrade.be] INFO: Saving data for 7007828auction111116: {'created_time': 1774624273.810778, 'last_price_update_time': 1774624273.81079, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007828auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_005/780x0__r.jpg?hash=1774622292> (referer: https://ecarstrade.com/cars/7009954)
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704
2026-03-27 15:11:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704, skipping ID generation
2026-03-27 15:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with scrape type 1
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 sending to next pipeline
2026-03-27 15:11:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704, identifier: 7007895auction111116
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 915de2b2-99f5-53f5-af68-3a743499c8c3
2026-03-27 15:11:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 915de2b2-99f5-53f5-af68-3a743499c8c3, skipping ID generation
2026-03-27 15:11:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 915de2b2-99f5-53f5-af68-3a743499c8c3 with scrape type 1
2026-03-27 15:11:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 915de2b2-99f5-53f5-af68-3a743499c8c3 sending to next pipeline
2026-03-27 15:11:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 915de2b2-99f5-53f5-af68-3a743499c8c3, identifier: 7007900auction111116
2026-03-27 15:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116
2026-03-27 15:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116
2026-03-27 15:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a0cced7-ebf0-5bb8-9644-cdc0e09ee704 with identifier: 7007895auction111116 to the API
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007895/photo_001/780x0__r.jpg?hash=1774605919>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3a0cced7-ebf0-5bb8-9644-cdc0e09ee704',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007895',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'MG',
'model': 'EHS',
'odometer': 45284,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS / 2021 / 5P / SUV 1.5T GDI PHEV Luxe Auto',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV 1.5T GDI PHEV Luxe Auto',
'vin': None,
'year': 2021}
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007895auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:14 [ecarstrade.be] INFO: Saving data for 7007895auction111116: {'created_time': 1774624274.338513, 'last_price_update_time': 1774624274.338526, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007895auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116
2026-03-27 15:11:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116
2026-03-27 15:11:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 915de2b2-99f5-53f5-af68-3a743499c8c3 with identifier: 7007900auction111116 to the API
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007900/photo_002/780x0__r.jpg?hash=1774605927>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Other',
'id': '915de2b2-99f5-53f5-af68-3a743499c8c3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007900',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'CLA 250',
'odometer': 97971,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé CLA 250 e Business Line',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ CLA Coupe / 2019 / 4P / Coupé e Business Line',
'vin': None,
'year': 2023}
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007900auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:14 [ecarstrade.be] INFO: Saving data for 7007900auction111116: {'created_time': 1774624274.682386, 'last_price_update_time': 1774624274.682397, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007900auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_003/780x0__r.jpg?hash=1774622292> (referer: https://ecarstrade.com/cars/7009954)
2026-03-27 15:11:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_002/780x0__r.jpg?hash=1774622292> (referer: https://ecarstrade.com/cars/7009954)
2026-03-27 15:11:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:11:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_001/780x0__r.jpg?hash=1774622292> (referer: https://ecarstrade.com/cars/7009954)
2026-03-27 15:11:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:11:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e16cec92-da6f-5bc4-8f81-2da344ebe23a
2026-03-27 15:11:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e16cec92-da6f-5bc4-8f81-2da344ebe23a, skipping ID generation
2026-03-27 15:11:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e16cec92-da6f-5bc4-8f81-2da344ebe23a with scrape type 1
2026-03-27 15:11:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e16cec92-da6f-5bc4-8f81-2da344ebe23a sending to next pipeline
2026-03-27 15:11:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e16cec92-da6f-5bc4-8f81-2da344ebe23a, identifier: 7009954auction111137
2026-03-27 15:11:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137
2026-03-27 15:11:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137
2026-03-27 15:11:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e16cec92-da6f-5bc4-8f81-2da344ebe23a with identifier: 7009954auction111137 to the API
2026-03-27 15:11:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009954/photo_001/780x0__r.jpg?hash=1774622292>
{'auction_title': '',
'c_o_2_emission_value': 158,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'e16cec92-da6f-5bc4-8f81-2da344ebe23a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009954',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 151585,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 GT Line 5d !! Technical '
'isues !! rolling car',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 GT Line 5d !! Technical isues !! rolling '
'car',
'vin': None,
'year': 2020}
2026-03-27 15:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009954auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:15 [ecarstrade.be] INFO: Saving data for 7009954auction111137: {'created_time': 1774624275.337684, 'last_price_update_time': 1774624275.337694, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009954auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page129?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15: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-27 15:11:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003982auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003982auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003982auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003983auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003983auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003983auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003984auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003984auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003984auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003985auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003985auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003985auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003986auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003986auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003986auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003987auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003987auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003987auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003988auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003988auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003988auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003989auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003989auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003989auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003990auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003990auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003990auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003991auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003991auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003991auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003992auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003992auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003992auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003993auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003993auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003993auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003994auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003994auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003994auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003995auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003995auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003995auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003996auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003996auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003996auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003997auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003997auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003997auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003998auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003998auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003998auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7003999auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277003999auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7003999auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7004000auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004000auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7004000auction111076: 0
2026-03-27 15:11:19 [ecarstrade.be] INFO: Found listing with ID: 7004001auction111076
2026-03-27 15:11:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277004001auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:19 [ecarstrade.be] INFO: Scrape type for 7004001auction111076: 0
2026-03-27 15:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007813> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_006/780x0__r.jpg?hash=1774622285> (referer: https://ecarstrade.com/cars/7009950)
2026-03-27 15:11:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:20 [ecarstrade.be] INFO: Extracting details for car 7007813auction111116
2026-03-27 15:11:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116
2026-03-27 15:11:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with scrape type 1
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007813%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605780%27 HTTP/1.1" 200 None
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_001/780x0__r.jpg?hash=1774605780 not downloaded yet
2026-03-27 15:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007813%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605780%27 HTTP/1.1" 200 None
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_002/780x0__r.jpg?hash=1774605780 not downloaded yet
2026-03-27 15:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007813%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605780%27 HTTP/1.1" 200 None
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_003/780x0__r.jpg?hash=1774605780 not downloaded yet
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007813%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605780%27 HTTP/1.1" 200 None
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_004/780x0__r.jpg?hash=1774605780 not downloaded yet
2026-03-27 15:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007813%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605780%27 HTTP/1.1" 200 None
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_005/780x0__r.jpg?hash=1774605780 not downloaded yet
2026-03-27 15:11:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007813%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605780%27 HTTP/1.1" 200 None
2026-03-27 15:11:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_006/780x0__r.jpg?hash=1774605780 not downloaded yet
2026-03-27 15:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007816> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_005/780x0__r.jpg?hash=1774622285> (referer: https://ecarstrade.com/cars/7009950)
2026-03-27 15:11:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:20 [ecarstrade.be] INFO: Extracting details for car 7007816auction111116
2026-03-27 15:11:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116
2026-03-27 15:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with scrape type 1
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007816%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605787%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_001/780x0__r.jpg?hash=1774605787 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007816%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605787%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_002/780x0__r.jpg?hash=1774605787 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007816%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605786%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_003/780x0__r.jpg?hash=1774605786 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007816%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605786%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_004/780x0__r.jpg?hash=1774605786 not downloaded yet
2026-03-27 15:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007801> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007816%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605786%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_005/780x0__r.jpg?hash=1774605786 not downloaded yet
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007816%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605786%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_006/780x0__r.jpg?hash=1774605786 not downloaded yet
2026-03-27 15:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007812> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:21 [ecarstrade.be] INFO: Extracting details for car 7007801auction111116
2026-03-27 15:11:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116
2026-03-27 15:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with scrape type 1
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007801%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605754%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_001/780x0__r.jpg?hash=1774605754 not downloaded yet
2026-03-27 15:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_004/780x0__r.jpg?hash=1774622285> (referer: https://ecarstrade.com/cars/7009950)
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007801%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605754%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_002/780x0__r.jpg?hash=1774605754 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007801%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605754%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_003/780x0__r.jpg?hash=1774605754 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007801%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605754%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_004/780x0__r.jpg?hash=1774605754 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007801%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605754%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_005/780x0__r.jpg?hash=1774605754 not downloaded yet
2026-03-27 15:11:21 [ecarstrade.be] INFO: Extracting details for car 7007812auction111116
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007801%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605754%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_006/780x0__r.jpg?hash=1774605754 not downloaded yet
2026-03-27 15:11:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116
2026-03-27 15:11:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with scrape type 1
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007812%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605775%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_001/780x0__r.jpg?hash=1774605775 not downloaded yet
2026-03-27 15:11:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_003/780x0__r.jpg?hash=1774622284> (referer: https://ecarstrade.com/cars/7009950)
2026-03-27 15:11:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007812%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605775%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_002/780x0__r.jpg?hash=1774605775 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007812%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605775%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_003/780x0__r.jpg?hash=1774605775 not downloaded yet
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007812%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605775%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_004/780x0__r.jpg?hash=1774605775 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007812%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605775%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_005/780x0__r.jpg?hash=1774605775 not downloaded yet
2026-03-27 15:11:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007812%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605775%27 HTTP/1.1" 200 None
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_006/780x0__r.jpg?hash=1774605775 not downloaded yet
2026-03-27 15:11:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:11:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007811> (referer: https://ecarstrade.com/search/page120?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:22 [ecarstrade.be] INFO: Extracting details for car 7007811auction111116
2026-03-27 15:11:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116
2026-03-27 15:11:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7046da60-6458-53b9-98cc-1c6455fd8bca with scrape type 1
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007811%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605778%27 HTTP/1.1" 200 None
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_001/780x0__r.jpg?hash=1774605778 not downloaded yet
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007811%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605779%27 HTTP/1.1" 200 None
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_002/780x0__r.jpg?hash=1774605779 not downloaded yet
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007811%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605778%27 HTTP/1.1" 200 None
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_003/780x0__r.jpg?hash=1774605778 not downloaded yet
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007811%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605778%27 HTTP/1.1" 200 None
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_004/780x0__r.jpg?hash=1774605778 not downloaded yet
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007811%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605778%27 HTTP/1.1" 200 None
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_005/780x0__r.jpg?hash=1774605778 not downloaded yet
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007811%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605778%27 HTTP/1.1" 200 None
2026-03-27 15:11:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_006/780x0__r.jpg?hash=1774605778 not downloaded yet
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007792> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:23 [ecarstrade.be] INFO: Extracting details for car 7007792auction111116
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_002/780x0__r.jpg?hash=1774622284> (referer: https://ecarstrade.com/cars/7009950)
2026-03-27 15:11:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116
2026-03-27 15:11:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acbf8150-af05-527c-a17c-44c9f1bf6e25 with scrape type 1
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007792%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605733%27 HTTP/1.1" 200 None
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_001/780x0__r.jpg?hash=1774605733 not downloaded yet
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007792%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605733%27 HTTP/1.1" 200 None
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_002/780x0__r.jpg?hash=1774605733 not downloaded yet
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007792%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605734%27 HTTP/1.1" 200 None
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_003/780x0__r.jpg?hash=1774605734 not downloaded yet
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007792%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605733%27 HTTP/1.1" 200 None
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_004/780x0__r.jpg?hash=1774605733 not downloaded yet
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_006/780x0__r.jpg?hash=1774605780> (referer: https://ecarstrade.com/cars/7007813)
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007792%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605733%27 HTTP/1.1" 200 None
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_005/780x0__r.jpg?hash=1774605733 not downloaded yet
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7007792%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605733%27 HTTP/1.1" 200 None
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_006/780x0__r.jpg?hash=1774605733 not downloaded yet
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_005/780x0__r.jpg?hash=1774605780> (referer: https://ecarstrade.com/cars/7007813)
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_004/780x0__r.jpg?hash=1774605786> (referer: https://ecarstrade.com/cars/7007816)
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_006/780x0__r.jpg?hash=1774605786> (referer: https://ecarstrade.com/cars/7007816)
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_001/780x0__r.jpg?hash=1774605754> (referer: https://ecarstrade.com/cars/7007801)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_001/780x0__r.jpg?hash=1774605775> (referer: https://ecarstrade.com/cars/7007812)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_006/780x0__r.jpg?hash=1774605775> (referer: https://ecarstrade.com/cars/7007812)
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_006/780x0__r.jpg?hash=1774605778> (referer: https://ecarstrade.com/cars/7007811)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_005/780x0__r.jpg?hash=1774605778> (referer: https://ecarstrade.com/cars/7007811)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_004/780x0__r.jpg?hash=1774605733> (referer: https://ecarstrade.com/cars/7007792)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_006/780x0__r.jpg?hash=1774605733> (referer: https://ecarstrade.com/cars/7007792)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_005/780x0__r.jpg?hash=1774605733> (referer: https://ecarstrade.com/cars/7007792)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_003/780x0__r.jpg?hash=1774605734> (referer: https://ecarstrade.com/cars/7007792)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_002/780x0__r.jpg?hash=1774605733> (referer: https://ecarstrade.com/cars/7007792)
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_001/780x0__r.jpg?hash=1774605733> (referer: https://ecarstrade.com/cars/7007792)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_004/780x0__r.jpg?hash=1774605778> (referer: https://ecarstrade.com/cars/7007811)
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item acbf8150-af05-527c-a17c-44c9f1bf6e25
2026-03-27 15:11:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: acbf8150-af05-527c-a17c-44c9f1bf6e25, skipping ID generation
2026-03-27 15:11:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item acbf8150-af05-527c-a17c-44c9f1bf6e25 with scrape type 1
2026-03-27 15:11:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item acbf8150-af05-527c-a17c-44c9f1bf6e25 sending to next pipeline
2026-03-27 15:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: acbf8150-af05-527c-a17c-44c9f1bf6e25, identifier: 7007792auction111116
2026-03-27 15:11:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116
2026-03-27 15:11:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116
2026-03-27 15:11:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: acbf8150-af05-527c-a17c-44c9f1bf6e25 with identifier: 7007792auction111116 to the API
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007792/photo_001/780x0__r.jpg?hash=1774605733>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'acbf8150-af05-527c-a17c-44c9f1bf6e25',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007792',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A3',
'odometer': 72443,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A3 Sportback / 2020 / 5P / Berline 40 TFSI e 204 S Tronic S '
'Line',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2020 / 5P / Berline 40 TFSI e 204 S Tronic S Line',
'vin': None,
'year': 2023}
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007792auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:25 [ecarstrade.be] INFO: Saving data for 7007792auction111116: {'created_time': 1774624285.369996, 'last_price_update_time': 1774624285.370007, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007792auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_003/780x0__r.jpg?hash=1774605778> (referer: https://ecarstrade.com/cars/7007811)
2026-03-27 15:11:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_002/780x0__r.jpg?hash=1774605779> (referer: https://ecarstrade.com/cars/7007811)
2026-03-27 15:11:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_001/780x0__r.jpg?hash=1774605778> (referer: https://ecarstrade.com/cars/7007811)
2026-03-27 15:11:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7046da60-6458-53b9-98cc-1c6455fd8bca
2026-03-27 15:11:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7046da60-6458-53b9-98cc-1c6455fd8bca, skipping ID generation
2026-03-27 15:11:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7046da60-6458-53b9-98cc-1c6455fd8bca with scrape type 1
2026-03-27 15:11:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7046da60-6458-53b9-98cc-1c6455fd8bca sending to next pipeline
2026-03-27 15:11:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7046da60-6458-53b9-98cc-1c6455fd8bca, identifier: 7007811auction111116
2026-03-27 15:11:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116
2026-03-27 15:11:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116
2026-03-27 15:11:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7046da60-6458-53b9-98cc-1c6455fd8bca with identifier: 7007811auction111116 to the API
2026-03-27 15:11:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007811/photo_001/780x0__r.jpg?hash=1774605778>
{'auction_title': '',
'c_o_2_emission_value': 15,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Petrol',
'id': '7046da60-6458-53b9-98cc-1c6455fd8bca',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007811',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 44845,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'transmission': 'automatic',
'trim': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007811auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:26 [ecarstrade.be] INFO: Saving data for 7007811auction111116: {'created_time': 1774624286.164659, 'last_price_update_time': 1774624286.16467, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007811auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_005/780x0__r.jpg?hash=1774605775> (referer: https://ecarstrade.com/cars/7007812)
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_004/780x0__r.jpg?hash=1774605775> (referer: https://ecarstrade.com/cars/7007812)
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_003/780x0__r.jpg?hash=1774605775> (referer: https://ecarstrade.com/cars/7007812)
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7007894> (referer: https://ecarstrade.com/search/page122?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_002/780x0__r.jpg?hash=1774605775> (referer: https://ecarstrade.com/cars/7007812)
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_006/780x0__r.jpg?hash=1774605754> (referer: https://ecarstrade.com/cars/7007801)
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:26 [ecarstrade.be] INFO: Extracting details for car 7007894auction111116
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_005/780x0__r.jpg?hash=1774605754> (referer: https://ecarstrade.com/cars/7007801)
2026-03-27 15:11:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116
2026-03-27 15:11:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257b0cac-bac6-52ad-bc89-6526f5eececb with scrape type 1
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007894%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_001/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007894%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_002/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007894%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_003/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8
2026-03-27 15:11:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8, skipping ID generation
2026-03-27 15:11:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with scrape type 1
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 sending to next pipeline
2026-03-27 15:11:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8, identifier: 7007812auction111116
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_004/780x0__r.jpg?hash=1774605754> (referer: https://ecarstrade.com/cars/7007801)
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007894%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774605919%27 HTTP/1.1" 200 None
2026-03-27 15:11:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_004/780x0__r.jpg?hash=1774605919 not downloaded yet
2026-03-27 15:11:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116
2026-03-27 15:11:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116
2026-03-27 15:11:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8 with identifier: 7007812auction111116 to the API
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007812/photo_002/780x0__r.jpg?hash=1774605775>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0d6be9cc-8114-5f6b-bdec-ffea4fdc58d8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007812',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 67368,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Serie 2 Active Tourer / 2018 / 5P / monospace 225xe Business '
'Design Auto',
'transmission': 'automatic',
'trim': 'BMW Serie 2 Active Tourer / 2018 / 5P / monospace 225xe Business '
'Design Auto',
'vin': None,
'year': 2021}
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007812auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:26 [ecarstrade.be] INFO: Saving data for 7007812auction111116: {'created_time': 1774624286.992298, 'last_price_update_time': 1774624286.992308, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007812auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_003/780x0__r.jpg?hash=1774605754> (referer: https://ecarstrade.com/cars/7007801)
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007894%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_005/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009939> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7007894%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774605918%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_006/780x0__r.jpg?hash=1774605918 not downloaded yet
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_005/780x0__r.jpg?hash=1774605786> (referer: https://ecarstrade.com/cars/7007816)
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_003/780x0__r.jpg?hash=1774605786> (referer: https://ecarstrade.com/cars/7007816)
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:27 [ecarstrade.be] INFO: Extracting details for car 7009939auction111137
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_002/780x0__r.jpg?hash=1774605754> (referer: https://ecarstrade.com/cars/7007801)
2026-03-27 15:11:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137
2026-03-27 15:11:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640942ca-ba80-526d-89c5-e41151c5090c with scrape type 1
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009939%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622250%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_001/780x0__r.jpg?hash=1774622250 not downloaded yet
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_002/780x0__r.jpg?hash=1774605787> (referer: https://ecarstrade.com/cars/7007816)
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009939%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622249%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_002/780x0__r.jpg?hash=1774622249 not downloaded yet
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_001/780x0__r.jpg?hash=1774605787> (referer: https://ecarstrade.com/cars/7007816)
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009939%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622249%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_003/780x0__r.jpg?hash=1774622249 not downloaded yet
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009939%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622249%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_004/780x0__r.jpg?hash=1774622249 not downloaded yet
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009939%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622249%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_005/780x0__r.jpg?hash=1774622249 not downloaded yet
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009939%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622249%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_006/780x0__r.jpg?hash=1774622249 not downloaded yet
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_002/780x0__r.jpg?hash=1774605780> (referer: https://ecarstrade.com/cars/7007813)
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 785b4d6f-0af5-5e9f-b871-5cda010a2e64
2026-03-27 15:11:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 785b4d6f-0af5-5e9f-b871-5cda010a2e64, skipping ID generation
2026-03-27 15:11:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with scrape type 1
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 785b4d6f-0af5-5e9f-b871-5cda010a2e64 sending to next pipeline
2026-03-27 15:11:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 785b4d6f-0af5-5e9f-b871-5cda010a2e64, identifier: 7007801auction111116
2026-03-27 15:11:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116
2026-03-27 15:11:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116
2026-03-27 15:11:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 785b4d6f-0af5-5e9f-b871-5cda010a2e64 with identifier: 7007801auction111116 to the API
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007801/photo_002/780x0__r.jpg?hash=1774605754>
{'auction_title': '',
'c_o_2_emission_value': 35,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '785b4d6f-0af5-5e9f-b871-5cda010a2e64',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007801',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'Q5',
'odometer': 55147,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI Q5 / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 S LINE',
'transmission': 'automatic',
'trim': 'AUDI / 2020 / 5P / SUV 50 TFSI e 299 QTT S TRONIC 7 S LINE',
'vin': None,
'year': 2022}
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15: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%277007801auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:27 [ecarstrade.be] INFO: Saving data for 7007801auction111116: {'created_time': 1774624287.664017, 'last_price_update_time': 1774624287.664029, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007801auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_004/780x0__r.jpg?hash=1774605780> (referer: https://ecarstrade.com/cars/7007813)
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_003/780x0__r.jpg?hash=1774605780> (referer: https://ecarstrade.com/cars/7007813)
2026-03-27 15:11:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_003/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007894)
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832
2026-03-27 15:11:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832, skipping ID generation
2026-03-27 15:11:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with scrape type 1
2026-03-27 15:11:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 sending to next pipeline
2026-03-27 15:11:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832, identifier: 7007816auction111116
2026-03-27 15:11:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116
2026-03-27 15:11:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116
2026-03-27 15:11:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5a3b01d-6a91-5e90-bd8c-eb9f662e3832 with identifier: 7007816auction111116 to the API
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007816/photo_001/780x0__r.jpg?hash=1774605787>
{'auction_title': '',
'c_o_2_emission_value': 17,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5a3b01d-6a91-5e90-bd8c-eb9f662e3832',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007816',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': 'X1',
'odometer': 75898,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X1 / 2022 / 5P / SUV xDrive25e M Sport DKG7',
'transmission': 'automatic',
'trim': '/ 2022 / 5P / SUV xDrive25e M Sport DKG7',
'vin': None,
'year': 2023}
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007816auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:28 [ecarstrade.be] INFO: Saving data for 7007816auction111116: {'created_time': 1774624288.07376, 'last_price_update_time': 1774624288.073771, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007816auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_005/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007894)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_006/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007894)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_004/780x0__r.jpg?hash=1774605919> (referer: https://ecarstrade.com/cars/7007894)
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_002/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007894)
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_001/780x0__r.jpg?hash=1774605918> (referer: https://ecarstrade.com/cars/7007894)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_002/780x0__r.jpg?hash=1774622249> (referer: https://ecarstrade.com/cars/7009939)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_001/780x0__r.jpg?hash=1774622250> (referer: https://ecarstrade.com/cars/7009939)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_006/780x0__r.jpg?hash=1774622249> (referer: https://ecarstrade.com/cars/7009939)
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_005/780x0__r.jpg?hash=1774622249> (referer: https://ecarstrade.com/cars/7009939)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009972> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_003/780x0__r.jpg?hash=1774622249> (referer: https://ecarstrade.com/cars/7009939)
2026-03-27 15:11:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_004/780x0__r.jpg?hash=1774622249> (referer: https://ecarstrade.com/cars/7009939)
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 257b0cac-bac6-52ad-bc89-6526f5eececb
2026-03-27 15:11:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 257b0cac-bac6-52ad-bc89-6526f5eececb, skipping ID generation
2026-03-27 15:11:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 257b0cac-bac6-52ad-bc89-6526f5eececb with scrape type 1
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 257b0cac-bac6-52ad-bc89-6526f5eececb sending to next pipeline
2026-03-27 15:11:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 257b0cac-bac6-52ad-bc89-6526f5eececb, identifier: 7007894auction111116
2026-03-27 15:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116
2026-03-27 15:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116
2026-03-27 15:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 257b0cac-bac6-52ad-bc89-6526f5eececb with identifier: 7007894auction111116 to the API
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007894/photo_001/780x0__r.jpg?hash=1774605918>
{'auction_title': '',
'c_o_2_emission_value': 43,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '257b0cac-bac6-52ad-bc89-6526f5eececb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007894',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'MG',
'model': 'EHS',
'odometer': 102576,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'MG EHS / 2021 / 5P / SUV 1.5T GDI PHEV Luxury Auto',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV 1.5T GDI PHEV Luxury Auto',
'vin': None,
'year': 2023}
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007894auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:28 [ecarstrade.be] INFO: Saving data for 7007894auction111116: {'created_time': 1774624288.702605, 'last_price_update_time': 1774624288.702616, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007894auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_007/780x0__r.jpg?hash=1774622370> (referer: https://ecarstrade.com/cars/7009982)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_001/780x0__r.jpg?hash=1774605780> (referer: https://ecarstrade.com/cars/7007813)
2026-03-27 15:11:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_001/780x0__r.jpg?hash=1774622284> (referer: https://ecarstrade.com/cars/7009950)
2026-03-27 15:11:28 [ecarstrade.be] INFO: Extracting details for car 7009972auction111137
2026-03-27 15:11:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137
2026-03-27 15:11:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 1
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009972%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_001/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 640942ca-ba80-526d-89c5-e41151c5090c
2026-03-27 15:11:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 640942ca-ba80-526d-89c5-e41151c5090c, skipping ID generation
2026-03-27 15:11:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 640942ca-ba80-526d-89c5-e41151c5090c with scrape type 1
2026-03-27 15:11:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 640942ca-ba80-526d-89c5-e41151c5090c sending to next pipeline
2026-03-27 15:11:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 640942ca-ba80-526d-89c5-e41151c5090c, identifier: 7009939auction111137
2026-03-27 15:11:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137
2026-03-27 15:11:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137
2026-03-27 15:11:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 640942ca-ba80-526d-89c5-e41151c5090c with identifier: 7009939auction111137 to the API
2026-03-27 15:11:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009939/photo_004/780x0__r.jpg?hash=1774622249>
{'auction_title': '',
'c_o_2_emission_value': 115,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '640942ca-ba80-526d-89c5-e41151c5090c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009939',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Opel',
'model': 'Astra',
'odometer': 149837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Astra Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'transmission': 'manual',
'trim': 'Sports Tourer 1.5 Turbo D 77kW S/S Edition 5d',
'vin': None,
'year': 2020}
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009939auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:29 [ecarstrade.be] INFO: Saving data for 7009939auction111137: {'created_time': 1774624289.128766, 'last_price_update_time': 1774624289.128776, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009939auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_006/780x0__r.jpg?hash=1774622370> (referer: https://ecarstrade.com/cars/7009982)
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009972%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_002/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 15:11:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_006/780x0__r.jpg?hash=1774622204> (referer: https://ecarstrade.com/cars/7009918)
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 443b462c-7b5e-5fc8-91d2-96a7a327fb92
2026-03-27 15:11:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 443b462c-7b5e-5fc8-91d2-96a7a327fb92, skipping ID generation
2026-03-27 15:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with scrape type 1
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 443b462c-7b5e-5fc8-91d2-96a7a327fb92 sending to next pipeline
2026-03-27 15:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 443b462c-7b5e-5fc8-91d2-96a7a327fb92, identifier: 7007813auction111116
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d585e530-65c3-5ea8-88f6-99489a295b27
2026-03-27 15:11:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d585e530-65c3-5ea8-88f6-99489a295b27, skipping ID generation
2026-03-27 15:11:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d585e530-65c3-5ea8-88f6-99489a295b27 with scrape type 1
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d585e530-65c3-5ea8-88f6-99489a295b27 sending to next pipeline
2026-03-27 15:11:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d585e530-65c3-5ea8-88f6-99489a295b27, identifier: 7009950auction111137
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009972%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 15:11:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_003/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 15:11:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009949> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116
2026-03-27 15:11:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116
2026-03-27 15:11:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 443b462c-7b5e-5fc8-91d2-96a7a327fb92 with identifier: 7007813auction111116 to the API
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7007813/photo_001/780x0__r.jpg?hash=1774605780>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '443b462c-7b5e-5fc8-91d2-96a7a327fb92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7007813',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '320',
'odometer': 97425,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 3 Berline / 2022 / 4P / Berline 320e 204ch Business '
'Design BVA8 Hybride',
'transmission': 'automatic',
'trim': 'Série 3 Berline / 2022 / 4P / Berline e 204ch Business Design BVA8 '
'Hybride',
'vin': None,
'year': 2023}
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277007813auction111116%27 HTTP/1.1" 200 None
2026-03-27 15:11:29 [ecarstrade.be] INFO: Saving data for 7007813auction111116: {'created_time': 1774624289.752607, 'last_price_update_time': 1774624289.752619, 'auction_closing_time': 1774867200.0}
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7007813auction111116') HTTP/1.1" 204 0
2026-03-27 15:11:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137
2026-03-27 15:11:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137
2026-03-27 15:11:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d585e530-65c3-5ea8-88f6-99489a295b27 with identifier: 7009950auction111137 to the API
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009950/photo_001/780x0__r.jpg?hash=1774622284>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'd585e530-65c3-5ea8-88f6-99489a295b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009950',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Peugeot',
'model': '5008',
'odometer': 133288,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S Allure Pack 5d',
'transmission': 'manual',
'trim': '1.2 PureTech 96kW S&S Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009950auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Saving data for 7009950auction111137: {'created_time': 1774624290.049315, 'last_price_update_time': 1774624290.049326, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009950auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:30 [ecarstrade.be] INFO: Extracting details for car 7009949auction111137
2026-03-27 15:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_003/780x0__r.jpg?hash=1774622370> (referer: https://ecarstrade.com/cars/7009982)
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009972%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622341%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_004/780x0__r.jpg?hash=1774622341 not downloaded yet
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page130?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009972%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_005/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 15:11:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137
2026-03-27 15:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 1
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009949%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622280%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_001/780x0__r.jpg?hash=1774622280 not downloaded yet
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009972%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622340%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_006/780x0__r.jpg?hash=1774622340 not downloaded yet
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009949%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622281%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_002/780x0__r.jpg?hash=1774622281 not downloaded yet
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009949%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622280%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_003/780x0__r.jpg?hash=1774622280 not downloaded yet
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_002/780x0__r.jpg?hash=1774622370> (referer: https://ecarstrade.com/cars/7009982)
2026-03-27 15:11:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_004/780x0__r.jpg?hash=1774622204> (referer: https://ecarstrade.com/cars/7009918)
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009949%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622280%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_004/780x0__r.jpg?hash=1774622280 not downloaded yet
2026-03-27 15:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009949%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622280%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_005/780x0__r.jpg?hash=1774622280 not downloaded yet
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009949%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622280%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_006/780x0__r.jpg?hash=1774622280 not downloaded yet
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7004002auction111076
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004002auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7004002auction111076: 0
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7004003auction111076
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004003auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7004003auction111076: 0
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7004004auction111076
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004004auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7004004auction111076: 0
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7004005auction111076
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277004005auction111076%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7004005auction111076: 0
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7008992auction111128
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008992auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7008992auction111128: 1
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7008990auction111128
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008990auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7008990auction111128: 1
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5a3656b9-6553-512e-ab49-2af3890da126
2026-03-27 15:11:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5a3656b9-6553-512e-ab49-2af3890da126, skipping ID generation
2026-03-27 15:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5a3656b9-6553-512e-ab49-2af3890da126 with scrape type 1
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5a3656b9-6553-512e-ab49-2af3890da126 sending to next pipeline
2026-03-27 15:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5a3656b9-6553-512e-ab49-2af3890da126, identifier: 7009982auction111137
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 65bd9088-e676-59f3-aff2-ecf4e9a08318
2026-03-27 15:11:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 65bd9088-e676-59f3-aff2-ecf4e9a08318, skipping ID generation
2026-03-27 15:11:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 65bd9088-e676-59f3-aff2-ecf4e9a08318 with scrape type 1
2026-03-27 15:11:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 65bd9088-e676-59f3-aff2-ecf4e9a08318 sending to next pipeline
2026-03-27 15:11:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 65bd9088-e676-59f3-aff2-ecf4e9a08318, identifier: 7009918auction111137
2026-03-27 15:11:30 [ecarstrade.be] INFO: Found listing with ID: 7008953auction111128
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008953auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Scrape type for 7008953auction111128: 1
2026-03-27 15:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137
2026-03-27 15:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137
2026-03-27 15:11:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5a3656b9-6553-512e-ab49-2af3890da126 with identifier: 7009982auction111137 to the API
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009982/photo_002/780x0__r.jpg?hash=1774622370>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '5a3656b9-6553-512e-ab49-2af3890da126',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009982',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 203507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009982auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:30 [ecarstrade.be] INFO: Saving data for 7009982auction111137: {'created_time': 1774624290.926977, 'last_price_update_time': 1774624290.926989, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009982auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137
2026-03-27 15:11:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137
2026-03-27 15:11:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 65bd9088-e676-59f3-aff2-ecf4e9a08318 with identifier: 7009918auction111137 to the API
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009918/photo_004/780x0__r.jpg?hash=1774622204>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '65bd9088-e676-59f3-aff2-ecf4e9a08318',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009918',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 137017,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d',
'vin': None,
'year': 2020}
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009918auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Saving data for 7009918auction111137: {'created_time': 1774624291.480528, 'last_price_update_time': 1774624291.480539, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009918auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008979auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008979auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008979auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008988auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008988auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008988auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008960auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008960auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008960auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008993auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008993auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008993auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008989auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008989auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008989auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008994auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008994auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008994auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008985auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008985auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008985auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008991auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008991auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008991auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008958auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008958auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008958auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008963auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008963auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008963auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008961auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008961auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008961auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008955auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008955auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008955auction111128: 1
2026-03-27 15:11:31 [ecarstrade.be] INFO: Found listing with ID: 7008987auction111128
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008987auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:31 [ecarstrade.be] INFO: Scrape type for 7008987auction111128: 1
2026-03-27 15:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009895> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:35 [ecarstrade.be] INFO: Extracting details for car 7009895auction111137
2026-03-27 15:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_001/780x0__r.jpg?hash=1774622324> (referer: https://ecarstrade.com/cars/7009967)
2026-03-27 15:11:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137
2026-03-27 15:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226d65de-ef93-52de-b9ef-dc2639f81b99 with scrape type 1
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009895%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622141%27 HTTP/1.1" 200 None
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_001/780x0__r.jpg?hash=1774622141 not downloaded yet
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009895%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622141%27 HTTP/1.1" 200 None
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_002/780x0__r.jpg?hash=1774622141 not downloaded yet
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009895%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622142%27 HTTP/1.1" 200 None
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_003/780x0__r.jpg?hash=1774622142 not downloaded yet
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009895%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622141%27 HTTP/1.1" 200 None
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_004/780x0__r.jpg?hash=1774622141 not downloaded yet
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009895%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622141%27 HTTP/1.1" 200 None
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_005/780x0__r.jpg?hash=1774622141 not downloaded yet
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009895%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622141%27 HTTP/1.1" 200 None
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_006/780x0__r.jpg?hash=1774622141 not downloaded yet
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 57913de8-a9ad-585d-ad88-66ac02034f90
2026-03-27 15:11:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 57913de8-a9ad-585d-ad88-66ac02034f90, skipping ID generation
2026-03-27 15:11:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 57913de8-a9ad-585d-ad88-66ac02034f90 with scrape type 1
2026-03-27 15:11:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 57913de8-a9ad-585d-ad88-66ac02034f90 sending to next pipeline
2026-03-27 15:11:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 57913de8-a9ad-585d-ad88-66ac02034f90, identifier: 7009967auction111137
2026-03-27 15:11:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_001/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7009972)
2026-03-27 15:11:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137
2026-03-27 15:11:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137
2026-03-27 15:11:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 57913de8-a9ad-585d-ad88-66ac02034f90 with identifier: 7009967auction111137 to the API
2026-03-27 15:11:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009967/photo_001/780x0__r.jpg?hash=1774622324>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '57913de8-a9ad-585d-ad88-66ac02034f90',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009967',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 17363,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-12-01',
'seats_number': 2,
'seller_name': None,
'title': 'Peugeot Partner 1.5 BHDi L2 Heavy 96kW EAT8 4d !! Damaged Car !! '
'Rolling car',
'transmission': 'automatic',
'trim': '1.5 BHDi L2 Heavy 96kW EAT8 4d !! Damaged Car !! Rolling car',
'vin': None,
'year': 2024}
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009967auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [ecarstrade.be] INFO: Saving data for 7009967auction111137: {'created_time': 1774624296.159225, 'last_price_update_time': 1774624296.159237, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009967auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009974> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_001/780x0__r.jpg?hash=1774622220> (referer: https://ecarstrade.com/cars/7009925)
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_002/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7009972)
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_003/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7009972)
2026-03-27 15:11:36 [ecarstrade.be] INFO: Extracting details for car 7009974auction111137
2026-03-27 15:11:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137
2026-03-27 15:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f473fef-6f46-53ef-9f13-b68138861ff6 with scrape type 1
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009974%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622346%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_001/780x0__r.jpg?hash=1774622346 not downloaded yet
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009974%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622347%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_002/780x0__r.jpg?hash=1774622347 not downloaded yet
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009974%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622348%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_003/780x0__r.jpg?hash=1774622348 not downloaded yet
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 712dc608-f0bb-5c00-8864-1e293270bad5
2026-03-27 15:11:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 712dc608-f0bb-5c00-8864-1e293270bad5, skipping ID generation
2026-03-27 15:11:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 712dc608-f0bb-5c00-8864-1e293270bad5 with scrape type 1
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 712dc608-f0bb-5c00-8864-1e293270bad5 sending to next pipeline
2026-03-27 15:11:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 712dc608-f0bb-5c00-8864-1e293270bad5, identifier: 7009925auction111137
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_003/780x0__r.jpg?hash=1774622280> (referer: https://ecarstrade.com/cars/7009949)
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009974%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622347%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_004/780x0__r.jpg?hash=1774622347 not downloaded yet
2026-03-27 15:11:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137
2026-03-27 15:11:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137
2026-03-27 15:11:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 712dc608-f0bb-5c00-8864-1e293270bad5 with identifier: 7009925auction111137 to the API
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009925/photo_001/780x0__r.jpg?hash=1774622220>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '712dc608-f0bb-5c00-8864-1e293270bad5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009925',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'GLB 180',
'odometer': 218374,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Mercedes-Benz GLB GLB 180 d 5d',
'transmission': 'automatic',
'trim': '-Benz GLB d 5d',
'vin': None,
'year': 2021}
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009925auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [ecarstrade.be] INFO: Saving data for 7009925auction111137: {'created_time': 1774624296.85157, 'last_price_update_time': 1774624296.851585, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009925auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_004/780x0__r.jpg?hash=1774622341> (referer: https://ecarstrade.com/cars/7009972)
2026-03-27 15:11:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009974%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622348%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_005/780x0__r.jpg?hash=1774622348 not downloaded yet
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009990> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009974%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622347%27 HTTP/1.1" 200 None
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_006/780x0__r.jpg?hash=1774622347 not downloaded yet
2026-03-27 15:11:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_002/780x0__r.jpg?hash=1774622281> (referer: https://ecarstrade.com/cars/7009949)
2026-03-27 15:11:37 [ecarstrade.be] INFO: Extracting details for car 7009990auction111137
2026-03-27 15:11:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137
2026-03-27 15:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d23773-35d6-5d16-a1f6-3710fbd69071 with scrape type 1
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009990%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622392%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_001/780x0__r.jpg?hash=1774622392 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009990%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622392%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_002/780x0__r.jpg?hash=1774622392 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009990%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622392%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_003/780x0__r.jpg?hash=1774622392 not downloaded yet
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_006/780x0__r.jpg?hash=1774622141> (referer: https://ecarstrade.com/cars/7009895)
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009990%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622393%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_004/780x0__r.jpg?hash=1774622393 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009990%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622392%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_005/780x0__r.jpg?hash=1774622392 not downloaded yet
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009990%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622392%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_006/780x0__r.jpg?hash=1774622392 not downloaded yet
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_005/780x0__r.jpg?hash=1774622141> (referer: https://ecarstrade.com/cars/7009895)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_004/780x0__r.jpg?hash=1774622141> (referer: https://ecarstrade.com/cars/7009895)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_003/780x0__r.jpg?hash=1774622142> (referer: https://ecarstrade.com/cars/7009895)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_002/780x0__r.jpg?hash=1774622141> (referer: https://ecarstrade.com/cars/7009895)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009936> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_003/780x0__r.jpg?hash=1774622348> (referer: https://ecarstrade.com/cars/7009974)
2026-03-27 15:11:37 [ecarstrade.be] INFO: Extracting details for car 7009936auction111137
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_002/780x0__r.jpg?hash=1774622347> (referer: https://ecarstrade.com/cars/7009974)
2026-03-27 15:11:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137
2026-03-27 15:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94be7e81-8417-59fd-b37b-80165df7a381 with scrape type 1
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009936%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622242%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_001/780x0__r.jpg?hash=1774622242 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009936%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622242%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_002/780x0__r.jpg?hash=1774622242 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009936%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622242%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_003/780x0__r.jpg?hash=1774622242 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009936%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622242%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_004/780x0__r.jpg?hash=1774622242 not downloaded yet
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_004/780x0__r.jpg?hash=1774622347> (referer: https://ecarstrade.com/cars/7009974)
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_006/780x0__r.jpg?hash=1774622347> (referer: https://ecarstrade.com/cars/7009974)
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009936%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622242%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_005/780x0__r.jpg?hash=1774622242 not downloaded yet
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009936%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622242%27 HTTP/1.1" 200 None
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_006/780x0__r.jpg?hash=1774622242 not downloaded yet
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_006/780x0__r.jpg?hash=1774622392> (referer: https://ecarstrade.com/cars/7009990)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_003/780x0__r.jpg?hash=1774622392> (referer: https://ecarstrade.com/cars/7009990)
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_005/780x0__r.jpg?hash=1774622392> (referer: https://ecarstrade.com/cars/7009990)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_004/780x0__r.jpg?hash=1774622393> (referer: https://ecarstrade.com/cars/7009990)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_002/780x0__r.jpg?hash=1774622392> (referer: https://ecarstrade.com/cars/7009990)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_005/780x0__r.jpg?hash=1774622348> (referer: https://ecarstrade.com/cars/7009974)
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_001/780x0__r.jpg?hash=1774622392> (referer: https://ecarstrade.com/cars/7009990)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_001/780x0__r.jpg?hash=1774622346> (referer: https://ecarstrade.com/cars/7009974)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_004/780x0__r.jpg?hash=1774622242> (referer: https://ecarstrade.com/cars/7009936)
2026-03-27 15:11:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_003/780x0__r.jpg?hash=1774622242> (referer: https://ecarstrade.com/cars/7009936)
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 40d23773-35d6-5d16-a1f6-3710fbd69071
2026-03-27 15:11:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 40d23773-35d6-5d16-a1f6-3710fbd69071, skipping ID generation
2026-03-27 15:11:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40d23773-35d6-5d16-a1f6-3710fbd69071 with scrape type 1
2026-03-27 15:11:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 40d23773-35d6-5d16-a1f6-3710fbd69071 sending to next pipeline
2026-03-27 15:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 40d23773-35d6-5d16-a1f6-3710fbd69071, identifier: 7009990auction111137
2026-03-27 15:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137
2026-03-27 15:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137
2026-03-27 15:11:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 40d23773-35d6-5d16-a1f6-3710fbd69071 with identifier: 7009990auction111137 to the API
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009990/photo_001/780x0__r.jpg?hash=1774622392>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '40d23773-35d6-5d16-a1f6-3710fbd69071',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009990',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Volkswagen',
'model': 'Caddy',
'odometer': 157155,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Volkswagen Caddy CRTDi 2.0 55kW SCR BMT Van Startline 3d',
'transmission': 'manual',
'trim': 'CRTDi 2.0 55kW SCR BMT Van Startline 3d',
'vin': None,
'year': 2019}
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009990auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [ecarstrade.be] INFO: Saving data for 7009990auction111137: {'created_time': 1774624298.361321, 'last_price_update_time': 1774624298.361333, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009990auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_006/780x0__r.jpg?hash=1774622242> (referer: https://ecarstrade.com/cars/7009936)
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_005/780x0__r.jpg?hash=1774622242> (referer: https://ecarstrade.com/cars/7009936)
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7f473fef-6f46-53ef-9f13-b68138861ff6
2026-03-27 15:11:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7f473fef-6f46-53ef-9f13-b68138861ff6, skipping ID generation
2026-03-27 15:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f473fef-6f46-53ef-9f13-b68138861ff6 with scrape type 1
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7f473fef-6f46-53ef-9f13-b68138861ff6 sending to next pipeline
2026-03-27 15:11:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7f473fef-6f46-53ef-9f13-b68138861ff6, identifier: 7009974auction111137
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009911> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009919> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137
2026-03-27 15:11:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137
2026-03-27 15:11:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7f473fef-6f46-53ef-9f13-b68138861ff6 with identifier: 7009974auction111137 to the API
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009974/photo_001/780x0__r.jpg?hash=1774622346>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '7f473fef-6f46-53ef-9f13-b68138861ff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009974',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Renault',
'model': 'Megane',
'odometer': 211009,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Renault Mégane Grandtour Blue dCi 95 Corporate Edition 5d',
'transmission': 'manual',
'trim': 'Mégane Grandtour Blue dCi 95 Corporate Edition 5d',
'vin': None,
'year': 2019}
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009974auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [ecarstrade.be] INFO: Saving data for 7009974auction111137: {'created_time': 1774624298.783169, 'last_price_update_time': 1774624298.783186, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009974auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:38 [ecarstrade.be] INFO: Extracting details for car 7009911auction111137
2026-03-27 15:11:38 [ecarstrade.be] INFO: Extracting details for car 7009919auction111137
2026-03-27 15:11:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_002/780x0__r.jpg?hash=1774622242> (referer: https://ecarstrade.com/cars/7009936)
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_001/780x0__r.jpg?hash=1774622242> (referer: https://ecarstrade.com/cars/7009936)
2026-03-27 15:11:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137
2026-03-27 15:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24df3511-d57c-5b96-9a8c-f4a313798c13 with scrape type 1
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009911%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622194%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_001/780x0__r.jpg?hash=1774622194 not downloaded yet
2026-03-27 15:11:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137
2026-03-27 15:11:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cf9f05-ae75-5802-85ed-4053af75fd99 with scrape type 1
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009919%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622207%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_001/780x0__r.jpg?hash=1774622207 not downloaded yet
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009911%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622194%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_002/780x0__r.jpg?hash=1774622194 not downloaded yet
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009919%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622207%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_002/780x0__r.jpg?hash=1774622207 not downloaded yet
2026-03-27 15:11:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_001/780x0__r.jpg?hash=1774622141> (referer: https://ecarstrade.com/cars/7009895)
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009911%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622194%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_003/780x0__r.jpg?hash=1774622194 not downloaded yet
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009919%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622208%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_003/780x0__r.jpg?hash=1774622208 not downloaded yet
2026-03-27 15:11:38 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009911%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622194%27 HTTP/1.1" 200 None
2026-03-27 15:11:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_004/780x0__r.jpg?hash=1774622194 not downloaded yet
2026-03-27 15:11:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009919%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622207%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_004/780x0__r.jpg?hash=1774622207 not downloaded yet
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94be7e81-8417-59fd-b37b-80165df7a381
2026-03-27 15:11:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94be7e81-8417-59fd-b37b-80165df7a381, skipping ID generation
2026-03-27 15:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94be7e81-8417-59fd-b37b-80165df7a381 with scrape type 1
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94be7e81-8417-59fd-b37b-80165df7a381 sending to next pipeline
2026-03-27 15:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94be7e81-8417-59fd-b37b-80165df7a381, identifier: 7009936auction111137
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009911%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622194%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_005/780x0__r.jpg?hash=1774622194 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009919%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622207%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_005/780x0__r.jpg?hash=1774622207 not downloaded yet
2026-03-27 15:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137
2026-03-27 15:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137
2026-03-27 15:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94be7e81-8417-59fd-b37b-80165df7a381 with identifier: 7009936auction111137 to the API
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009936/photo_001/780x0__r.jpg?hash=1774622242>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '94be7e81-8417-59fd-b37b-80165df7a381',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009936',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Opel',
'model': 'Combo',
'odometer': 196556,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Opel Combo 1.5 Turbo 75kW 2.3T L2H1 Crew Van 4d',
'transmission': 'manual',
'trim': '1.5 Turbo 75kW 2.3T L2H1 Crew Van 4d',
'vin': None,
'year': 2021}
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009936auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [ecarstrade.be] INFO: Saving data for 7009936auction111137: {'created_time': 1774624299.395491, 'last_price_update_time': 1774624299.395502, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009936auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009911%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622196%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_006/780x0__r.jpg?hash=1774622196 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009919%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622208%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_006/780x0__r.jpg?hash=1774622208 not downloaded yet
2026-03-27 15:11:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009980> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 226d65de-ef93-52de-b9ef-dc2639f81b99
2026-03-27 15:11:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 226d65de-ef93-52de-b9ef-dc2639f81b99, skipping ID generation
2026-03-27 15:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 226d65de-ef93-52de-b9ef-dc2639f81b99 with scrape type 1
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 226d65de-ef93-52de-b9ef-dc2639f81b99 sending to next pipeline
2026-03-27 15:11:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 226d65de-ef93-52de-b9ef-dc2639f81b99, identifier: 7009895auction111137
2026-03-27 15:11:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137
2026-03-27 15:11:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137
2026-03-27 15:11:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 226d65de-ef93-52de-b9ef-dc2639f81b99 with identifier: 7009895auction111137 to the API
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009895/photo_001/780x0__r.jpg?hash=1774622141>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '226d65de-ef93-52de-b9ef-dc2639f81b99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009895',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 72570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Dacia Sandero SCe 75 Comfort 5d',
'transmission': 'manual',
'trim': 'SCe 75 Comfort 5d',
'vin': None,
'year': 2020}
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009895auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [ecarstrade.be] INFO: Saving data for 7009895auction111137: {'created_time': 1774624299.8471, 'last_price_update_time': 1774624299.84711, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009895auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:39 [ecarstrade.be] INFO: Extracting details for car 7009980auction111137
2026-03-27 15:11:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137
2026-03-27 15:11:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44c1acf-483f-52d3-82e5-fc0133a087d4 with scrape type 1
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009980%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622364%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_001/780x0__r.jpg?hash=1774622364 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009980%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622363%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_002/780x0__r.jpg?hash=1774622363 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009980%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622364%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_003/780x0__r.jpg?hash=1774622364 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009980%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622364%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_004/780x0__r.jpg?hash=1774622364 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009980%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622363%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_005/780x0__r.jpg?hash=1774622363 not downloaded yet
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009980%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622363%27 HTTP/1.1" 200 None
2026-03-27 15:11:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_006/780x0__r.jpg?hash=1774622363 not downloaded yet
2026-03-27 15:11:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008955> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:43 [ecarstrade.be] INFO: Extracting details for car 7008955auction111128
2026-03-27 15:11:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128
2026-03-27 15:11:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f81ebca-e17c-573f-a4ed-00e999337ae2 with scrape type 1
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008955%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_001/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008955%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_002/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008955%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_003/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008955%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_004/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008955%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_005/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:11:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008955%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:11:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_006/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:11:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008987> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:44 [ecarstrade.be] INFO: Extracting details for car 7008987auction111128
2026-03-27 15:11:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128
2026-03-27 15:11:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cdda86d-f1ba-59e6-89d4-77a97a067912 with scrape type 1
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008987%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617442%27 HTTP/1.1" 200 None
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_001/780x0__r.jpg?hash=1774617442 not downloaded yet
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008987%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617442%27 HTTP/1.1" 200 None
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_002/780x0__r.jpg?hash=1774617442 not downloaded yet
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008987%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617442%27 HTTP/1.1" 200 None
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_003/780x0__r.jpg?hash=1774617442 not downloaded yet
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008987%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617443%27 HTTP/1.1" 200 None
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_004/780x0__r.jpg?hash=1774617443 not downloaded yet
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008987%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617442%27 HTTP/1.1" 200 None
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_005/780x0__r.jpg?hash=1774617442 not downloaded yet
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008987%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617442%27 HTTP/1.1" 200 None
2026-03-27 15:11:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_006/780x0__r.jpg?hash=1774617442 not downloaded yet
2026-03-27 15:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008963> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:46 [ecarstrade.be] INFO: Extracting details for car 7008963auction111128
2026-03-27 15:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128
2026-03-27 15:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with scrape type 1
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008963%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617398%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_001/780x0__r.jpg?hash=1774617398 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008963%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617398%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_002/780x0__r.jpg?hash=1774617398 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008963%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617398%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_003/780x0__r.jpg?hash=1774617398 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008963%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617399%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_004/780x0__r.jpg?hash=1774617399 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008963%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617398%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_005/780x0__r.jpg?hash=1774617398 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008963%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617398%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_006/780x0__r.jpg?hash=1774617398 not downloaded yet
2026-03-27 15:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008961> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008958> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:46 [ecarstrade.be] INFO: Extracting details for car 7008961auction111128
2026-03-27 15:11:46 [ecarstrade.be] INFO: Extracting details for car 7008958auction111128
2026-03-27 15:11:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008991> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128
2026-03-27 15:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3144aad-4ad6-584d-a2c3-6f474b605361 with scrape type 1
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008961%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_001/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:11:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128
2026-03-27 15:11:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with scrape type 1
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008958%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617391%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_001/780x0__r.jpg?hash=1774617391 not downloaded yet
2026-03-27 15:11:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008961%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617396%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_002/780x0__r.jpg?hash=1774617396 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008958%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617391%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_002/780x0__r.jpg?hash=1774617391 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008961%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_003/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008958%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617391%27 HTTP/1.1" 200 None
2026-03-27 15:11:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_003/780x0__r.jpg?hash=1774617391 not downloaded yet
2026-03-27 15:11:46 [ecarstrade.be] INFO: Extracting details for car 7008991auction111128
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008961%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_004/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008958%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617391%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_004/780x0__r.jpg?hash=1774617391 not downloaded yet
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008985> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128
2026-03-27 15:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5afffa6a-90c5-5cdc-942e-1317eb097677 with scrape type 1
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008991%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617451%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_001/780x0__r.jpg?hash=1774617451 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008961%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_005/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008958%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617392%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_005/780x0__r.jpg?hash=1774617392 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008991%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617451%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_002/780x0__r.jpg?hash=1774617451 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008961%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_006/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008958%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617391%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_006/780x0__r.jpg?hash=1774617391 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008991%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617451%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_003/780x0__r.jpg?hash=1774617451 not downloaded yet
2026-03-27 15:11:47 [ecarstrade.be] INFO: Extracting details for car 7008985auction111128
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008991%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617451%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_004/780x0__r.jpg?hash=1774617451 not downloaded yet
2026-03-27 15:11:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128
2026-03-27 15:11:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bbf733c-0e31-5800-a620-f7c15734cb24 with scrape type 1
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008985%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617441%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_001/780x0__r.jpg?hash=1774617441 not downloaded yet
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_002/780x0__r.jpg?hash=1774622207> (referer: https://ecarstrade.com/cars/7009919)
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008991%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617451%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_005/780x0__r.jpg?hash=1774617451 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008985%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617441%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_002/780x0__r.jpg?hash=1774617441 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008991%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_006/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008985%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617442%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_003/780x0__r.jpg?hash=1774617442 not downloaded yet
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_006/780x0__r.jpg?hash=1774622208> (referer: https://ecarstrade.com/cars/7009919)
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008985%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617441%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_004/780x0__r.jpg?hash=1774617441 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008985%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617441%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_005/780x0__r.jpg?hash=1774617441 not downloaded yet
2026-03-27 15:11:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008985%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617441%27 HTTP/1.1" 200 None
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_006/780x0__r.jpg?hash=1774617441 not downloaded yet
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_006/780x0__r.jpg?hash=1774622363> (referer: https://ecarstrade.com/cars/7009980)
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_006/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008955)
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_006/780x0__r.jpg?hash=1774617442> (referer: https://ecarstrade.com/cars/7008987)
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_006/780x0__r.jpg?hash=1774617398> (referer: https://ecarstrade.com/cars/7008963)
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_005/780x0__r.jpg?hash=1774617398> (referer: https://ecarstrade.com/cars/7008963)
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_001/780x0__r.jpg?hash=1774617391> (referer: https://ecarstrade.com/cars/7008958)
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_001/780x0__r.jpg?hash=1774617451> (referer: https://ecarstrade.com/cars/7008991)
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_004/780x0__r.jpg?hash=1774617451> (referer: https://ecarstrade.com/cars/7008991)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_003/780x0__r.jpg?hash=1774617442> (referer: https://ecarstrade.com/cars/7008985)
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_006/780x0__r.jpg?hash=1774617441> (referer: https://ecarstrade.com/cars/7008985)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_005/780x0__r.jpg?hash=1774617441> (referer: https://ecarstrade.com/cars/7008985)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_004/780x0__r.jpg?hash=1774617441> (referer: https://ecarstrade.com/cars/7008985)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_006/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008991)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_002/780x0__r.jpg?hash=1774617441> (referer: https://ecarstrade.com/cars/7008985)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_005/780x0__r.jpg?hash=1774617451> (referer: https://ecarstrade.com/cars/7008991)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_001/780x0__r.jpg?hash=1774617441> (referer: https://ecarstrade.com/cars/7008985)
2026-03-27 15:11:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_003/780x0__r.jpg?hash=1774617451> (referer: https://ecarstrade.com/cars/7008991)
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5bbf733c-0e31-5800-a620-f7c15734cb24
2026-03-27 15:11:48 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5bbf733c-0e31-5800-a620-f7c15734cb24, skipping ID generation
2026-03-27 15:11:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5bbf733c-0e31-5800-a620-f7c15734cb24 with scrape type 1
2026-03-27 15:11:48 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5bbf733c-0e31-5800-a620-f7c15734cb24 sending to next pipeline
2026-03-27 15:11:48 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5bbf733c-0e31-5800-a620-f7c15734cb24, identifier: 7008985auction111128
2026-03-27 15:11:48 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128
2026-03-27 15:11:48 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128
2026-03-27 15:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5bbf733c-0e31-5800-a620-f7c15734cb24 with identifier: 7008985auction111128 to the API
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008985/photo_001/780x0__r.jpg?hash=1774617441>
{'auction_title': '',
'c_o_2_emission_value': 188,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5bbf733c-0e31-5800-a620-f7c15734cb24',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008985',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 179403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 3,
'seller_name': None,
'title': 'Trafic Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008985auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:49 [ecarstrade.be] INFO: Saving data for 7008985auction111128: {'created_time': 1774624309.229452, 'last_price_update_time': 1774624309.229462, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008985auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_006/780x0__r.jpg?hash=1774617391> (referer: https://ecarstrade.com/cars/7008958)
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_006/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008961)
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_002/780x0__r.jpg?hash=1774617451> (referer: https://ecarstrade.com/cars/7008991)
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_005/780x0__r.jpg?hash=1774617392> (referer: https://ecarstrade.com/cars/7008958)
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5afffa6a-90c5-5cdc-942e-1317eb097677
2026-03-27 15:11:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5afffa6a-90c5-5cdc-942e-1317eb097677, skipping ID generation
2026-03-27 15:11:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5afffa6a-90c5-5cdc-942e-1317eb097677 with scrape type 1
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5afffa6a-90c5-5cdc-942e-1317eb097677 sending to next pipeline
2026-03-27 15:11:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5afffa6a-90c5-5cdc-942e-1317eb097677, identifier: 7008991auction111128
2026-03-27 15:11:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128
2026-03-27 15:11:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128
2026-03-27 15:11:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5afffa6a-90c5-5cdc-942e-1317eb097677 with identifier: 7008991auction111128 to the API
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008991/photo_002/780x0__r.jpg?hash=1774617451>
{'auction_title': '',
'c_o_2_emission_value': 184,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5afffa6a-90c5-5cdc-942e-1317eb097677',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008991',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 156463,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Trafic / 2021 / 4P / Fourgon tôlé FG CF L1H1 2T8 Blue dCi '
'150 EDC',
'transmission': 'automatic',
'trim': 'RENAULT / 2021 / 4P / Fourgon tôlé FG CF L1H1 2T8 Blue dCi 150 EDC',
'vin': None,
'year': 2022}
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008991auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:49 [ecarstrade.be] INFO: Saving data for 7008991auction111128: {'created_time': 1774624309.876335, 'last_price_update_time': 1774624309.876347, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008991auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_005/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008961)
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_004/780x0__r.jpg?hash=1774617391> (referer: https://ecarstrade.com/cars/7008958)
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_004/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008961)
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_003/780x0__r.jpg?hash=1774617391> (referer: https://ecarstrade.com/cars/7008958)
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_003/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008961)
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_002/780x0__r.jpg?hash=1774617391> (referer: https://ecarstrade.com/cars/7008958)
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_002/780x0__r.jpg?hash=1774617396> (referer: https://ecarstrade.com/cars/7008961)
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008989> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7083e992-2c63-528e-ac6e-7a08e66a1ee2
2026-03-27 15:11:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7083e992-2c63-528e-ac6e-7a08e66a1ee2, skipping ID generation
2026-03-27 15:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with scrape type 1
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7083e992-2c63-528e-ac6e-7a08e66a1ee2 sending to next pipeline
2026-03-27 15:11:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7083e992-2c63-528e-ac6e-7a08e66a1ee2, identifier: 7008958auction111128
2026-03-27 15:11:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128
2026-03-27 15:11:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128
2026-03-27 15:11:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7083e992-2c63-528e-ac6e-7a08e66a1ee2 with identifier: 7008958auction111128 to the API
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008958/photo_002/780x0__r.jpg?hash=1774617391>
{'auction_title': '',
'c_o_2_emission_value': 233,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '7083e992-2c63-528e-ac6e-7a08e66a1ee2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008958',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'Sprinter',
'odometer': 140452,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Sprinter VU 4p Fourgon 316 Bi-carburation essence/gaz 37S 3.5T',
'transmission': 'manual',
'trim': 'VU 4p Fourgon 316 Bi-carburation essence/gaz 37S 3.5T',
'vin': None,
'year': 2017}
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008958auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:50 [ecarstrade.be] INFO: Saving data for 7008958auction111128: {'created_time': 1774624310.753911, 'last_price_update_time': 1774624310.753922, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008958auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_004/780x0__r.jpg?hash=1774617399> (referer: https://ecarstrade.com/cars/7008963)
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_001/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008961)
2026-03-27 15:11:50 [ecarstrade.be] INFO: Extracting details for car 7008989auction111128
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128
2026-03-27 15:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b98836d-8cda-5398-a63c-871a7ff21062 with scrape type 1
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008989%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617448%27 HTTP/1.1" 200 None
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_001/780x0__r.jpg?hash=1774617448 not downloaded yet
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008989%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617448%27 HTTP/1.1" 200 None
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_002/780x0__r.jpg?hash=1774617448 not downloaded yet
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008994> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008989%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617448%27 HTTP/1.1" 200 None
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_003/780x0__r.jpg?hash=1774617448 not downloaded yet
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_003/780x0__r.jpg?hash=1774617398> (referer: https://ecarstrade.com/cars/7008963)
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008989%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617449%27 HTTP/1.1" 200 None
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_004/780x0__r.jpg?hash=1774617449 not downloaded yet
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008989%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617448%27 HTTP/1.1" 200 None
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_005/780x0__r.jpg?hash=1774617448 not downloaded yet
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e3144aad-4ad6-584d-a2c3-6f474b605361
2026-03-27 15:11:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e3144aad-4ad6-584d-a2c3-6f474b605361, skipping ID generation
2026-03-27 15:11:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e3144aad-4ad6-584d-a2c3-6f474b605361 with scrape type 1
2026-03-27 15:11:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e3144aad-4ad6-584d-a2c3-6f474b605361 sending to next pipeline
2026-03-27 15:11:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e3144aad-4ad6-584d-a2c3-6f474b605361, identifier: 7008961auction111128
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_002/780x0__r.jpg?hash=1774617398> (referer: https://ecarstrade.com/cars/7008963)
2026-03-27 15:11:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_001/780x0__r.jpg?hash=1774617398> (referer: https://ecarstrade.com/cars/7008963)
2026-03-27 15:11:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008989%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617448%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_006/780x0__r.jpg?hash=1774617448 not downloaded yet
2026-03-27 15:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128
2026-03-27 15:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128
2026-03-27 15:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e3144aad-4ad6-584d-a2c3-6f474b605361 with identifier: 7008961auction111128 to the API
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008961/photo_001/780x0__r.jpg?hash=1774617394>
{'auction_title': '',
'c_o_2_emission_value': 207,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e3144aad-4ad6-584d-a2c3-6f474b605361',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008961',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Iveco',
'model': 'Other',
'odometer': 153866,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'IVECO Daily VU 4p Fourgon 2.3 35S16A8 V11 H2 3520',
'transmission': 'automatic',
'trim': 'IVECO Daily VU 4p Fourgon 2.3 35S16A8 V11 H2 3520',
'vin': None,
'year': 2019}
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008961auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [ecarstrade.be] INFO: Saving data for 7008961auction111128: {'created_time': 1774624311.310848, 'last_price_update_time': 1774624311.310858, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008961auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_005/780x0__r.jpg?hash=1774617442> (referer: https://ecarstrade.com/cars/7008987)
2026-03-27 15:11:51 [ecarstrade.be] INFO: Extracting details for car 7008994auction111128
2026-03-27 15:11:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128
2026-03-27 15:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3923c664-b9f2-548d-934b-768908691363 with scrape type 1
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008994%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_001/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9e52e3b0-c2f9-59cc-928d-10f22f67a232
2026-03-27 15:11:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9e52e3b0-c2f9-59cc-928d-10f22f67a232, skipping ID generation
2026-03-27 15:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with scrape type 1
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9e52e3b0-c2f9-59cc-928d-10f22f67a232 sending to next pipeline
2026-03-27 15:11:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9e52e3b0-c2f9-59cc-928d-10f22f67a232, identifier: 7008963auction111128
2026-03-27 15:11:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128
2026-03-27 15:11:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128
2026-03-27 15:11:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9e52e3b0-c2f9-59cc-928d-10f22f67a232 with identifier: 7008963auction111128 to the API
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008963/photo_001/780x0__r.jpg?hash=1774617398>
{'auction_title': '',
'c_o_2_emission_value': 159,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9e52e3b0-c2f9-59cc-928d-10f22f67a232',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008963',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Boxer',
'odometer': 147650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'PEUGEOT Boxer VU 4p Fourgon BLUEHDI 130 S&S PREMIUM 335 L3H2',
'transmission': 'manual',
'trim': 'PEUGEOT VU 4p Fourgon BLUEHDI 130 S&S PREMIUM 335 L3H2',
'vin': None,
'year': 2019}
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008963auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [ecarstrade.be] INFO: Saving data for 7008963auction111128: {'created_time': 1774624311.748622, 'last_price_update_time': 1774624311.748633, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008963auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_002/780x0__r.jpg?hash=1774617442> (referer: https://ecarstrade.com/cars/7008987)
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008994%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_002/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_004/780x0__r.jpg?hash=1774617443> (referer: https://ecarstrade.com/cars/7008987)
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_003/780x0__r.jpg?hash=1774617442> (referer: https://ecarstrade.com/cars/7008987)
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008994%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_003/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008994%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_004/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008994%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_005/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008994%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_006/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_001/780x0__r.jpg?hash=1774617442> (referer: https://ecarstrade.com/cars/7008987)
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_004/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008955)
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_005/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008955)
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_005/780x0__r.jpg?hash=1774617448> (referer: https://ecarstrade.com/cars/7008989)
2026-03-27 15:11:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_002/780x0__r.jpg?hash=1774617448> (referer: https://ecarstrade.com/cars/7008989)
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5cdda86d-f1ba-59e6-89d4-77a97a067912
2026-03-27 15:11:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5cdda86d-f1ba-59e6-89d4-77a97a067912, skipping ID generation
2026-03-27 15:11:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5cdda86d-f1ba-59e6-89d4-77a97a067912 with scrape type 1
2026-03-27 15:11:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5cdda86d-f1ba-59e6-89d4-77a97a067912 sending to next pipeline
2026-03-27 15:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5cdda86d-f1ba-59e6-89d4-77a97a067912, identifier: 7008987auction111128
2026-03-27 15:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128
2026-03-27 15:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128
2026-03-27 15:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5cdda86d-f1ba-59e6-89d4-77a97a067912 with identifier: 7008987auction111128 to the API
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008987/photo_001/780x0__r.jpg?hash=1774617442>
{'auction_title': '',
'c_o_2_emission_value': 190,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5cdda86d-f1ba-59e6-89d4-77a97a067912',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008987',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 168875,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Trafic Fourgon L1H1 1000 Confort 1.6 dCi',
'transmission': 'manual',
'trim': 'Fourgon L1H1 1000 Confort 1.6 dCi',
'vin': None,
'year': 2021}
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008987auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:52 [ecarstrade.be] INFO: Saving data for 7008987auction111128: {'created_time': 1774624312.338021, 'last_price_update_time': 1774624312.338033, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008987auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_003/780x0__r.jpg?hash=1774617448> (referer: https://ecarstrade.com/cars/7008989)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_001/780x0__r.jpg?hash=1774617448> (referer: https://ecarstrade.com/cars/7008989)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_004/780x0__r.jpg?hash=1774617449> (referer: https://ecarstrade.com/cars/7008989)
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_003/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008955)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_001/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008994)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_006/780x0__r.jpg?hash=1774617448> (referer: https://ecarstrade.com/cars/7008989)
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_005/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008994)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_004/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008994)
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_006/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008994)
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6b98836d-8cda-5398-a63c-871a7ff21062
2026-03-27 15:11:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6b98836d-8cda-5398-a63c-871a7ff21062, skipping ID generation
2026-03-27 15:11:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6b98836d-8cda-5398-a63c-871a7ff21062 with scrape type 1
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6b98836d-8cda-5398-a63c-871a7ff21062 sending to next pipeline
2026-03-27 15:11:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6b98836d-8cda-5398-a63c-871a7ff21062, identifier: 7008989auction111128
2026-03-27 15:11:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128
2026-03-27 15:11:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128
2026-03-27 15:11:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6b98836d-8cda-5398-a63c-871a7ff21062 with identifier: 7008989auction111128 to the API
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008989/photo_006/780x0__r.jpg?hash=1774617448>
{'auction_title': '',
'c_o_2_emission_value': 202,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6b98836d-8cda-5398-a63c-871a7ff21062',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008989',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 153707,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008989auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:52 [ecarstrade.be] INFO: Saving data for 7008989auction111128: {'created_time': 1774624312.95527, 'last_price_update_time': 1774624312.95528, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008989auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_002/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008994)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_002/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008955)
2026-03-27 15:11:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_003/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008994)
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_004/780x0__r.jpg?hash=1774622364> (referer: https://ecarstrade.com/cars/7009980)
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_005/780x0__r.jpg?hash=1774622363> (referer: https://ecarstrade.com/cars/7009980)
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_002/780x0__r.jpg?hash=1774622363> (referer: https://ecarstrade.com/cars/7009980)
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3923c664-b9f2-548d-934b-768908691363
2026-03-27 15:11:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3923c664-b9f2-548d-934b-768908691363, skipping ID generation
2026-03-27 15:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3923c664-b9f2-548d-934b-768908691363 with scrape type 1
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3923c664-b9f2-548d-934b-768908691363 sending to next pipeline
2026-03-27 15:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3923c664-b9f2-548d-934b-768908691363, identifier: 7008994auction111128
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_001/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008955)
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_003/780x0__r.jpg?hash=1774622364> (referer: https://ecarstrade.com/cars/7009980)
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_001/780x0__r.jpg?hash=1774622364> (referer: https://ecarstrade.com/cars/7009980)
2026-03-27 15:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128
2026-03-27 15:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128
2026-03-27 15:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3923c664-b9f2-548d-934b-768908691363 with identifier: 7008994auction111128 to the API
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008994/photo_003/780x0__r.jpg?hash=1774617458>
{'auction_title': '',
'c_o_2_emission_value': 999,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3923c664-b9f2-548d-934b-768908691363',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008994',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 200733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter / 2019 / 4P / Fourgon tôlé 2.0 TDi 150 DSG7 '
'L1H1 Business Line',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter / 2019 / 4P / Fourgon tôlé 2.0 TDi 150 DSG7 '
'L1H1 Business Line',
'vin': None,
'year': 2020}
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008994auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:53 [ecarstrade.be] INFO: Saving data for 7008994auction111128: {'created_time': 1774624313.559604, 'last_price_update_time': 1774624313.559619, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008994auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008979> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f81ebca-e17c-573f-a4ed-00e999337ae2
2026-03-27 15:11:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f81ebca-e17c-573f-a4ed-00e999337ae2, skipping ID generation
2026-03-27 15:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f81ebca-e17c-573f-a4ed-00e999337ae2 with scrape type 1
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f81ebca-e17c-573f-a4ed-00e999337ae2 sending to next pipeline
2026-03-27 15:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f81ebca-e17c-573f-a4ed-00e999337ae2, identifier: 7008955auction111128
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f44c1acf-483f-52d3-82e5-fc0133a087d4
2026-03-27 15:11:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f44c1acf-483f-52d3-82e5-fc0133a087d4, skipping ID generation
2026-03-27 15:11:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44c1acf-483f-52d3-82e5-fc0133a087d4 with scrape type 1
2026-03-27 15:11:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f44c1acf-483f-52d3-82e5-fc0133a087d4 sending to next pipeline
2026-03-27 15:11:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f44c1acf-483f-52d3-82e5-fc0133a087d4, identifier: 7009980auction111137
2026-03-27 15:11:53 [ecarstrade.be] INFO: Extracting details for car 7008979auction111128
2026-03-27 15:11:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128
2026-03-27 15:11:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128
2026-03-27 15:11:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f81ebca-e17c-573f-a4ed-00e999337ae2 with identifier: 7008955auction111128 to the API
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008955/photo_001/780x0__r.jpg?hash=1774617386>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9f81ebca-e17c-573f-a4ed-00e999337ae2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008955',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 137592,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 '
'L1H2 TREND BUSINESS',
'transmission': 'manual',
'trim': 'FORD / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 L1H2 TREND '
'BUSINESS',
'vin': None,
'year': 2019}
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008955auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [ecarstrade.be] INFO: Saving data for 7008955auction111128: {'created_time': 1774624314.076024, 'last_price_update_time': 1774624314.076035, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008955auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137
2026-03-27 15:11:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137
2026-03-27 15:11:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f44c1acf-483f-52d3-82e5-fc0133a087d4 with identifier: 7009980auction111137 to the API
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009980/photo_001/780x0__r.jpg?hash=1774622364>
{'auction_title': '',
'c_o_2_emission_value': 197,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'f44c1acf-483f-52d3-82e5-fc0133a087d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009980',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 221305,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 2019 1.6 dCi 95HP 27 L2H1 Grand '
'Confort 5d',
'transmission': 'manual',
'trim': 'RENAULT TRAFIC 29 FOURGON MWB DSL - 2019 1.6 dCi 95HP 27 L2H1 Grand '
'Confort 5d',
'vin': None,
'year': 2020}
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009980auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [ecarstrade.be] INFO: Saving data for 7009980auction111137: {'created_time': 1774624314.348138, 'last_price_update_time': 1774624314.34815, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009980auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_005/780x0__r.jpg?hash=1774622207> (referer: https://ecarstrade.com/cars/7009919)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_005/780x0__r.jpg?hash=1774622194> (referer: https://ecarstrade.com/cars/7009911)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_006/780x0__r.jpg?hash=1774622196> (referer: https://ecarstrade.com/cars/7009911)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_004/780x0__r.jpg?hash=1774622207> (referer: https://ecarstrade.com/cars/7009919)
2026-03-27 15:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128
2026-03-27 15:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c3f828-429f-5ba7-8a16-6505e451b6d4 with scrape type 1
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008979%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617428%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_001/780x0__r.jpg?hash=1774617428 not downloaded yet
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008960> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008979%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617428%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_002/780x0__r.jpg?hash=1774617428 not downloaded yet
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008979%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617428%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_003/780x0__r.jpg?hash=1774617428 not downloaded yet
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008979%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617428%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_004/780x0__r.jpg?hash=1774617428 not downloaded yet
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008979%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617428%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_005/780x0__r.jpg?hash=1774617428 not downloaded yet
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_003/780x0__r.jpg?hash=1774622194> (referer: https://ecarstrade.com/cars/7009911)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_002/780x0__r.jpg?hash=1774622194> (referer: https://ecarstrade.com/cars/7009911)
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008979%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617428%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_006/780x0__r.jpg?hash=1774617428 not downloaded yet
2026-03-27 15:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:54 [ecarstrade.be] INFO: Extracting details for car 7008960auction111128
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_001/780x0__r.jpg?hash=1774622207> (referer: https://ecarstrade.com/cars/7009919)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_004/780x0__r.jpg?hash=1774622194> (referer: https://ecarstrade.com/cars/7009911)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_003/780x0__r.jpg?hash=1774622208> (referer: https://ecarstrade.com/cars/7009919)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_001/780x0__r.jpg?hash=1774622194> (referer: https://ecarstrade.com/cars/7009911)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008988> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:11:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128
2026-03-27 15:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64722bf9-2b94-5665-8e26-de28846c4792 with scrape type 1
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008960%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617392%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_001/780x0__r.jpg?hash=1774617392 not downloaded yet
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008960%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617393%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_002/780x0__r.jpg?hash=1774617393 not downloaded yet
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008960%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617392%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_003/780x0__r.jpg?hash=1774617392 not downloaded yet
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008960%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617392%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_004/780x0__r.jpg?hash=1774617392 not downloaded yet
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_005/780x0__r.jpg?hash=1774622280> (referer: https://ecarstrade.com/cars/7009949)
2026-03-27 15:11:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_006/780x0__r.jpg?hash=1774622280> (referer: https://ecarstrade.com/cars/7009949)
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008960%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617392%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_005/780x0__r.jpg?hash=1774617392 not downloaded yet
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008960%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617392%27 HTTP/1.1" 200 None
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_006/780x0__r.jpg?hash=1774617392 not downloaded yet
2026-03-27 15:11:54 [ecarstrade.be] INFO: Extracting details for car 7008988auction111128
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c2cf9f05-ae75-5802-85ed-4053af75fd99
2026-03-27 15:11:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c2cf9f05-ae75-5802-85ed-4053af75fd99, skipping ID generation
2026-03-27 15:11:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c2cf9f05-ae75-5802-85ed-4053af75fd99 with scrape type 1
2026-03-27 15:11:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c2cf9f05-ae75-5802-85ed-4053af75fd99 sending to next pipeline
2026-03-27 15:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c2cf9f05-ae75-5802-85ed-4053af75fd99, identifier: 7009919auction111137
2026-03-27 15:11:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 24df3511-d57c-5b96-9a8c-f4a313798c13
2026-03-27 15:11:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 24df3511-d57c-5b96-9a8c-f4a313798c13, skipping ID generation
2026-03-27 15:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24df3511-d57c-5b96-9a8c-f4a313798c13 with scrape type 1
2026-03-27 15:11:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 24df3511-d57c-5b96-9a8c-f4a313798c13 sending to next pipeline
2026-03-27 15:11:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 24df3511-d57c-5b96-9a8c-f4a313798c13, identifier: 7009911auction111137
2026-03-27 15:11:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128
2026-03-27 15:11:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56b22ffe-923c-5d76-9799-f5698068a78e with scrape type 1
2026-03-27 15:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008988%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617445%27 HTTP/1.1" 200 None
2026-03-27 15:11:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_001/780x0__r.jpg?hash=1774617445 not downloaded yet
2026-03-27 15:11:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137
2026-03-27 15:11:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137
2026-03-27 15:11:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c2cf9f05-ae75-5802-85ed-4053af75fd99 with identifier: 7009919auction111137 to the API
2026-03-27 15:11:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009919/photo_003/780x0__r.jpg?hash=1774622208>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Silver',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'c2cf9f05-ae75-5802-85ed-4053af75fd99',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009919',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Mercedes',
'model': 'Citan',
'odometer': 71253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Mercedes-Benz Citan 109 CDI L2 6M Perfect Tool 4d !! Technical '
'issues !! rolling car',
'transmission': 'manual',
'trim': '-Benz 109 CDI L2 6M Perfect Tool 4d !! Technical issues !! rolling '
'car',
'vin': None,
'year': 2020}
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009919auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [ecarstrade.be] INFO: Saving data for 7009919auction111137: {'created_time': 1774624316.208795, 'last_price_update_time': 1774624316.208809, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009919auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137
2026-03-27 15:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137
2026-03-27 15:11:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 24df3511-d57c-5b96-9a8c-f4a313798c13 with identifier: 7009911auction111137 to the API
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009911/photo_001/780x0__r.jpg?hash=1774622194>
{'auction_title': '',
'c_o_2_emission_value': 161,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '24df3511-d57c-5b96-9a8c-f4a313798c13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009911',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Jeep',
'model': 'Compass',
'odometer': 212878,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'JEEP COMPASS DIESEL - 2017 1.6 MJD 120 4x2 Downtown (EU6d) 5d',
'transmission': 'manual',
'trim': 'JEEP COMPASS DIESEL - 2017 1.6 MJD 120 4x2 Downtown (EU6d) 5d',
'vin': None,
'year': 2020}
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009911auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [ecarstrade.be] INFO: Saving data for 7009911auction111137: {'created_time': 1774624316.520332, 'last_price_update_time': 1774624316.520343, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009911auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_001/780x0__r.jpg?hash=1774617428> (referer: https://ecarstrade.com/cars/7008979)
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008988%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617445%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_002/780x0__r.jpg?hash=1774617445 not downloaded yet
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_004/780x0__r.jpg?hash=1774617428> (referer: https://ecarstrade.com/cars/7008979)
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009973> (referer: https://ecarstrade.com/search/page119?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008988%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617445%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_003/780x0__r.jpg?hash=1774617445 not downloaded yet
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008988%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617445%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_004/780x0__r.jpg?hash=1774617445 not downloaded yet
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008988%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617445%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_005/780x0__r.jpg?hash=1774617445 not downloaded yet
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008988%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617445%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_006/780x0__r.jpg?hash=1774617445 not downloaded yet
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:56 [ecarstrade.be] INFO: Extracting details for car 7009973auction111137
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_006/780x0__r.jpg?hash=1774617428> (referer: https://ecarstrade.com/cars/7008979)
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_005/780x0__r.jpg?hash=1774617428> (referer: https://ecarstrade.com/cars/7008979)
2026-03-27 15:11:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137
2026-03-27 15:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a6a082-cc88-50d7-9f3b-243aba840dbc with scrape type 1
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009973%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622345%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_001/780x0__r.jpg?hash=1774622345 not downloaded yet
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_003/780x0__r.jpg?hash=1774617428> (referer: https://ecarstrade.com/cars/7008979)
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009973%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622344%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_002/780x0__r.jpg?hash=1774622344 not downloaded yet
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009973%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622344%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_003/780x0__r.jpg?hash=1774622344 not downloaded yet
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009973%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622344%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_004/780x0__r.jpg?hash=1774622344 not downloaded yet
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009973%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622344%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_005/780x0__r.jpg?hash=1774622344 not downloaded yet
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_002/780x0__r.jpg?hash=1774617428> (referer: https://ecarstrade.com/cars/7008979)
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_004/780x0__r.jpg?hash=1774622280> (referer: https://ecarstrade.com/cars/7009949)
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_006/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7009972)
2026-03-27 15:11:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7009973%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622344%27 HTTP/1.1" 200 None
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_006/780x0__r.jpg?hash=1774622344 not downloaded yet
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_003/780x0__r.jpg?hash=1774617392> (referer: https://ecarstrade.com/cars/7008960)
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_004/780x0__r.jpg?hash=1774617392> (referer: https://ecarstrade.com/cars/7008960)
2026-03-27 15:11:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_001/780x0__r.jpg?hash=1774617445> (referer: https://ecarstrade.com/cars/7008988)
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f9c3f828-429f-5ba7-8a16-6505e451b6d4
2026-03-27 15:11:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f9c3f828-429f-5ba7-8a16-6505e451b6d4, skipping ID generation
2026-03-27 15:11:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9c3f828-429f-5ba7-8a16-6505e451b6d4 with scrape type 1
2026-03-27 15:11:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f9c3f828-429f-5ba7-8a16-6505e451b6d4 sending to next pipeline
2026-03-27 15:11:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9c3f828-429f-5ba7-8a16-6505e451b6d4, identifier: 7008979auction111128
2026-03-27 15:11:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128
2026-03-27 15:11:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128
2026-03-27 15:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9c3f828-429f-5ba7-8a16-6505e451b6d4 with identifier: 7008979auction111128 to the API
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008979/photo_002/780x0__r.jpg?hash=1774617428>
{'auction_title': '',
'c_o_2_emission_value': 260,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f9c3f828-429f-5ba7-8a16-6505e451b6d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008979',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Master',
'odometer': 155965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Master 2019 4P Fourgon tôlé FG Tr CF F3500 L3H2 Blue dCi '
'150BVR',
'transmission': 'automatic',
'trim': 'RENAULT 2019 4P Fourgon tôlé FG Tr CF F3500 L3H2 Blue dCi 150BVR',
'vin': None,
'year': 2023}
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008979auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [ecarstrade.be] INFO: Saving data for 7008979auction111128: {'created_time': 1774624317.294211, 'last_price_update_time': 1774624317.294223, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008979auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_002/780x0__r.jpg?hash=1774617445> (referer: https://ecarstrade.com/cars/7008988)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_006/780x0__r.jpg?hash=1774617445> (referer: https://ecarstrade.com/cars/7008988)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_006/780x0__r.jpg?hash=1774617392> (referer: https://ecarstrade.com/cars/7008960)
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008993> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_005/780x0__r.jpg?hash=1774617445> (referer: https://ecarstrade.com/cars/7008988)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_005/780x0__r.jpg?hash=1774622344> (referer: https://ecarstrade.com/cars/7009973)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_001/780x0__r.jpg?hash=1774622345> (referer: https://ecarstrade.com/cars/7009973)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_003/780x0__r.jpg?hash=1774622344> (referer: https://ecarstrade.com/cars/7009973)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_004/780x0__r.jpg?hash=1774622344> (referer: https://ecarstrade.com/cars/7009973)
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_006/780x0__r.jpg?hash=1774622344> (referer: https://ecarstrade.com/cars/7009973)
2026-03-27 15:11:57 [ecarstrade.be] INFO: Extracting details for car 7008993auction111128
2026-03-27 15:11:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128
2026-03-27 15:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee05650d-e1e1-575b-b391-d9017a6ed1c7 with scrape type 1
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008993%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_001/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_004/780x0__r.jpg?hash=1774617445> (referer: https://ecarstrade.com/cars/7008988)
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008993%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_002/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008993%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_003/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_002/780x0__r.jpg?hash=1774622344> (referer: https://ecarstrade.com/cars/7009973)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_003/780x0__r.jpg?hash=1774617445> (referer: https://ecarstrade.com/cars/7008988)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_005/780x0__r.jpg?hash=1774617392> (referer: https://ecarstrade.com/cars/7008960)
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008993%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_004/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_002/780x0__r.jpg?hash=1774617393> (referer: https://ecarstrade.com/cars/7008960)
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008993%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617458%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_005/780x0__r.jpg?hash=1774617458 not downloaded yet
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11: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%252F7008993%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_006/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_001/780x0__r.jpg?hash=1774622280> (referer: https://ecarstrade.com/cars/7009949)
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_005/780x0__r.jpg?hash=1774622340> (referer: https://ecarstrade.com/cars/7009972)
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_001/780x0__r.jpg?hash=1774617392> (referer: https://ecarstrade.com/cars/7008960)
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 84a6a082-cc88-50d7-9f3b-243aba840dbc
2026-03-27 15:11:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84a6a082-cc88-50d7-9f3b-243aba840dbc, skipping ID generation
2026-03-27 15:11:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84a6a082-cc88-50d7-9f3b-243aba840dbc with scrape type 1
2026-03-27 15:11:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84a6a082-cc88-50d7-9f3b-243aba840dbc sending to next pipeline
2026-03-27 15:11:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84a6a082-cc88-50d7-9f3b-243aba840dbc, identifier: 7009973auction111137
2026-03-27 15:11:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137
2026-03-27 15:11:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137
2026-03-27 15:11:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84a6a082-cc88-50d7-9f3b-243aba840dbc with identifier: 7009973auction111137 to the API
2026-03-27 15:11:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009973/photo_002/780x0__r.jpg?hash=1774622344>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '84a6a082-cc88-50d7-9f3b-243aba840dbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009973',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 152181,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'vin': None,
'year': 2021}
2026-03-27 15:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009973auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:58 [ecarstrade.be] INFO: Saving data for 7009973auction111137: {'created_time': 1774624318.730598, 'last_price_update_time': 1774624318.730609, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009973auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_006/780x0__r.jpg?hash=1774622079> (referer: https://ecarstrade.com/cars/7009866)
2026-03-27 15:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_005/780x0__r.jpg?hash=1774622078> (referer: https://ecarstrade.com/cars/7009866)
2026-03-27 15:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_004/780x0__r.jpg?hash=1774622078> (referer: https://ecarstrade.com/cars/7009866)
2026-03-27 15:11:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_002/780x0__r.jpg?hash=1774622078> (referer: https://ecarstrade.com/cars/7009866)
2026-03-27 15:11:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56b22ffe-923c-5d76-9799-f5698068a78e
2026-03-27 15:11:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56b22ffe-923c-5d76-9799-f5698068a78e, skipping ID generation
2026-03-27 15:11:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56b22ffe-923c-5d76-9799-f5698068a78e with scrape type 1
2026-03-27 15:11:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56b22ffe-923c-5d76-9799-f5698068a78e sending to next pipeline
2026-03-27 15:11:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56b22ffe-923c-5d76-9799-f5698068a78e, identifier: 7008988auction111128
2026-03-27 15:11:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128
2026-03-27 15:11:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128
2026-03-27 15:11:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56b22ffe-923c-5d76-9799-f5698068a78e with identifier: 7008988auction111128 to the API
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008988/photo_003/780x0__r.jpg?hash=1774617445>
{'auction_title': '',
'c_o_2_emission_value': 231,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '56b22ffe-923c-5d76-9799-f5698068a78e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008988',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 141965,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Crafter / 2017 / 4P / Fourgon tôlé 2.0TDI 140 30 L3H3 '
'Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 4P / Fourgon tôlé 2.0TDI 140 30 L3H3 Business',
'vin': None,
'year': 2022}
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008988auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:11:59 [ecarstrade.be] INFO: Saving data for 7008988auction111128: {'created_time': 1774624319.196361, 'last_price_update_time': 1774624319.196372, 'auction_closing_time': 1774878000.0}
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008988auction111128') HTTP/1.1" 204 0
2026-03-27 15:11:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_003/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008993)
2026-03-27 15:11:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_001/780x0__r.jpg?hash=1774622078> (referer: https://ecarstrade.com/cars/7009866)
2026-03-27 15:11:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_002/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008993)
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b59daf6a-89de-55b3-9269-ae0d61d41879
2026-03-27 15:11:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b59daf6a-89de-55b3-9269-ae0d61d41879, skipping ID generation
2026-03-27 15:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b59daf6a-89de-55b3-9269-ae0d61d41879 with scrape type 1
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b59daf6a-89de-55b3-9269-ae0d61d41879 sending to next pipeline
2026-03-27 15:11:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b59daf6a-89de-55b3-9269-ae0d61d41879, identifier: 7009949auction111137
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe
2026-03-27 15:11:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe, skipping ID generation
2026-03-27 15:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with scrape type 1
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe sending to next pipeline
2026-03-27 15:11:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe, identifier: 7009972auction111137
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 64722bf9-2b94-5665-8e26-de28846c4792
2026-03-27 15:11:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 64722bf9-2b94-5665-8e26-de28846c4792, skipping ID generation
2026-03-27 15:11:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 64722bf9-2b94-5665-8e26-de28846c4792 with scrape type 1
2026-03-27 15:11:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 64722bf9-2b94-5665-8e26-de28846c4792 sending to next pipeline
2026-03-27 15:11:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 64722bf9-2b94-5665-8e26-de28846c4792, identifier: 7008960auction111128
2026-03-27 15:11:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_001/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008993)
2026-03-27 15:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137
2026-03-27 15:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137
2026-03-27 15:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b59daf6a-89de-55b3-9269-ae0d61d41879 with identifier: 7009949auction111137 to the API
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009949/photo_001/780x0__r.jpg?hash=1774622280>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b59daf6a-89de-55b3-9269-ae0d61d41879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009949',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '308',
'odometer': 147534,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Peugeot 308 SW 1.2 PureTech 130 S&S EAT8 Allure Pack 5d',
'transmission': 'automatic',
'trim': 'SW 1.2 PureTech 130 S&S EAT8 Allure Pack 5d',
'vin': None,
'year': 2021}
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009949auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:11:59 [ecarstrade.be] INFO: Saving data for 7009949auction111137: {'created_time': 1774624319.726269, 'last_price_update_time': 1774624319.726283, 'auction_closing_time': 1774865400.0}
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009949auction111137') HTTP/1.1" 204 0
2026-03-27 15:11:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137
2026-03-27 15:11:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137
2026-03-27 15:11:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe with identifier: 7009972auction111137 to the API
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:11:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:11:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009972/photo_005/780x0__r.jpg?hash=1774622340>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'edb2e7b4-351d-50d3-bd3c-e7fb42a1fafe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009972',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 119405,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'transmission': 'manual',
'trim': 'RENAULT KANGOO EXPRESS DSL - 2013 1.5 Blue dCi 95 Grand Confort '
'(EU6D-Temp) 4d',
'vin': None,
'year': 2021}
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009972auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:00 [ecarstrade.be] INFO: Saving data for 7009972auction111137: {'created_time': 1774624320.014413, 'last_price_update_time': 1774624320.014425, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009972auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128
2026-03-27 15:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128
2026-03-27 15:12:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 64722bf9-2b94-5665-8e26-de28846c4792 with identifier: 7008960auction111128 to the API
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008960/photo_001/780x0__r.jpg?hash=1774617392>
{'auction_title': '',
'c_o_2_emission_value': 229,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '64722bf9-2b94-5665-8e26-de28846c4792',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008960',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Nissan',
'model': 'Navara',
'odometer': 175846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': None,
'seller_name': None,
'title': 'NISSAN NAVARA / 2015 / 4P / Pick-up King-Cab 2.3 dCi 160 N-CONNECTA',
'transmission': 'manual',
'trim': 'NISSAN NAVARA / 2015 / 4P / Pick-up King-Cab 2.3 dCi 160 N-CONNECTA',
'vin': None,
'year': 2021}
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008960auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:00 [ecarstrade.be] INFO: Saving data for 7008960auction111128: {'created_time': 1774624320.393181, 'last_price_update_time': 1774624320.393192, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008960auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:12:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_005/780x0__r.jpg?hash=1774617458> (referer: https://ecarstrade.com/cars/7008993)
2026-03-27 15:12:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_006/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008993)
2026-03-27 15:12:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_004/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008993)
2026-03-27 15:12:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 78741ee1-d896-5eb0-8d44-4b929ee6dbed
2026-03-27 15:12:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 78741ee1-d896-5eb0-8d44-4b929ee6dbed, skipping ID generation
2026-03-27 15:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78741ee1-d896-5eb0-8d44-4b929ee6dbed with scrape type 1
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 78741ee1-d896-5eb0-8d44-4b929ee6dbed sending to next pipeline
2026-03-27 15:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 78741ee1-d896-5eb0-8d44-4b929ee6dbed, identifier: 7009866auction111137
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137
2026-03-27 15:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137
2026-03-27 15:12:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 78741ee1-d896-5eb0-8d44-4b929ee6dbed with identifier: 7009866auction111137 to the API
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009866/photo_001/780x0__r.jpg?hash=1774622078>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '78741ee1-d896-5eb0-8d44-4b929ee6dbed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009866',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'BMW',
'model': '120',
'odometer': 161215,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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 120d (140 kW) 5d",
'transmission': 'automatic',
'trim': ", 1-serie '19, 1 Reeks Hatch d (140 kW) 5d",
'vin': None,
'year': 2021}
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009866auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:00 [ecarstrade.be] INFO: Saving data for 7009866auction111137: {'created_time': 1774624320.863322, 'last_price_update_time': 1774624320.863333, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009866auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee05650d-e1e1-575b-b391-d9017a6ed1c7
2026-03-27 15:12:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee05650d-e1e1-575b-b391-d9017a6ed1c7, skipping ID generation
2026-03-27 15:12:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee05650d-e1e1-575b-b391-d9017a6ed1c7 with scrape type 1
2026-03-27 15:12:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee05650d-e1e1-575b-b391-d9017a6ed1c7 sending to next pipeline
2026-03-27 15:12:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee05650d-e1e1-575b-b391-d9017a6ed1c7, identifier: 7008993auction111128
2026-03-27 15:12:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128
2026-03-27 15:12:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128
2026-03-27 15:12:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee05650d-e1e1-575b-b391-d9017a6ed1c7 with identifier: 7008993auction111128 to the API
2026-03-27 15:12:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008993/photo_004/780x0__r.jpg?hash=1774617457>
{'auction_title': '',
'c_o_2_emission_value': 169,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ee05650d-e1e1-575b-b391-d9017a6ed1c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008993',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 132399,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-06-01',
'seats_number': 2,
'seller_name': None,
'title': 'T6 Transporter Fourgon -Hochdach lang 2.0 100CV BVM5',
'transmission': 'manual',
'trim': 'Fourgon -Hochdach lang 2.0 100CV BVM5',
'vin': None,
'year': 2020}
2026-03-27 15:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008993auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:01 [ecarstrade.be] INFO: Saving data for 7008993auction111128: {'created_time': 1774624321.307894, 'last_price_update_time': 1774624321.307906, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008993auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008990> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:03 [ecarstrade.be] INFO: Extracting details for car 7008990auction111128
2026-03-27 15:12:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128
2026-03-27 15:12:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with scrape type 1
2026-03-27 15:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008990%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_001/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008990%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_002/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008990%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_003/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008990%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_004/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008990%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:12:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_005/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:12:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008990%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617452%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_006/780x0__r.jpg?hash=1774617452 not downloaded yet
2026-03-27 15:12:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008953> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:04 [ecarstrade.be] INFO: Extracting details for car 7008953auction111128
2026-03-27 15:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128
2026-03-27 15:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb00a35-be3a-5bde-8165-05f905ca1b5f with scrape type 1
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008953%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617383%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_001/780x0__r.jpg?hash=1774617383 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008953%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617383%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_002/780x0__r.jpg?hash=1774617383 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008953%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617384%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_003/780x0__r.jpg?hash=1774617384 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008953%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617383%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_004/780x0__r.jpg?hash=1774617383 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008953%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617383%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_005/780x0__r.jpg?hash=1774617383 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008953%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617383%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_006/780x0__r.jpg?hash=1774617383 not downloaded yet
2026-03-27 15:12:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008992> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:04 [ecarstrade.be] INFO: Extracting details for car 7008992auction111128
2026-03-27 15:12:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128
2026-03-27 15:12:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with scrape type 1
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008992%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617456%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_001/780x0__r.jpg?hash=1774617456 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008992%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617456%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_002/780x0__r.jpg?hash=1774617456 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008992%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_003/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008992%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_004/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008992%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617457%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_005/780x0__r.jpg?hash=1774617457 not downloaded yet
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008992%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617456%27 HTTP/1.1" 200 None
2026-03-27 15:12:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_006/780x0__r.jpg?hash=1774617456 not downloaded yet
2026-03-27 15:12:07 [scrapy.extensions.logstats] INFO: Crawled 728 pages (at 36 pages/min), scraped 588 items (at 51 items/min)
2026-03-27 15:12:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009959> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009968> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_001/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008990)
2026-03-27 15:12:07 [ecarstrade.be] INFO: Extracting details for car 7009959auction111137
2026-03-27 15:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137
2026-03-27 15:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010bcc06-970a-525e-99ab-65c141ca5793 with scrape type 1
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009959%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622308%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_001/780x0__r.jpg?hash=1774622308 not downloaded yet
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009959%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622308%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_002/780x0__r.jpg?hash=1774622308 not downloaded yet
2026-03-27 15:12:07 [ecarstrade.be] INFO: Extracting details for car 7009968auction111137
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009959%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622308%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_003/780x0__r.jpg?hash=1774622308 not downloaded yet
2026-03-27 15:12:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137
2026-03-27 15:12:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with scrape type 1
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009968%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_001/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009959%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622308%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_004/780x0__r.jpg?hash=1774622308 not downloaded yet
2026-03-27 15:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_002/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008990)
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009968%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_002/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009959%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622309%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_005/780x0__r.jpg?hash=1774622309 not downloaded yet
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009968%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_003/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009959%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622309%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_006/780x0__r.jpg?hash=1774622309 not downloaded yet
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009968%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_004/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009968%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622329%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_005/780x0__r.jpg?hash=1774622329 not downloaded yet
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_003/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008990)
2026-03-27 15:12:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009968%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622330%27 HTTP/1.1" 200 None
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_006/780x0__r.jpg?hash=1774622330 not downloaded yet
2026-03-27 15:12:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_004/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008990)
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_005/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008990)
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009948> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009904> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_006/780x0__r.jpg?hash=1774617452> (referer: https://ecarstrade.com/cars/7008990)
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_006/780x0__r.jpg?hash=1774617383> (referer: https://ecarstrade.com/cars/7008953)
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_006/780x0__r.jpg?hash=1774617456> (referer: https://ecarstrade.com/cars/7008992)
2026-03-27 15:12:08 [ecarstrade.be] INFO: Extracting details for car 7009948auction111137
2026-03-27 15:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137
2026-03-27 15:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cbc736-e9b3-557c-a4a0-d85f526b398a with scrape type 1
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009948%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622276%27 HTTP/1.1" 200 None
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_001/780x0__r.jpg?hash=1774622276 not downloaded yet
2026-03-27 15:12:08 [ecarstrade.be] INFO: Extracting details for car 7009904auction111137
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009948%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622276%27 HTTP/1.1" 200 None
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_002/780x0__r.jpg?hash=1774622276 not downloaded yet
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_001/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009968)
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_005/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008992)
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009948%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622276%27 HTTP/1.1" 200 None
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_003/780x0__r.jpg?hash=1774622276 not downloaded yet
2026-03-27 15:12:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137
2026-03-27 15:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with scrape type 1
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009904%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622170%27 HTTP/1.1" 200 None
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_001/780x0__r.jpg?hash=1774622170 not downloaded yet
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b
2026-03-27 15:12:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b, skipping ID generation
2026-03-27 15:12:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with scrape type 1
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9fa7f6fa-84d7-5809-926b-61b9ce550e8b sending to next pipeline
2026-03-27 15:12:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b, identifier: 7008990auction111128
2026-03-27 15:12:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_004/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008992)
2026-03-27 15:12:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128
2026-03-27 15:12:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128
2026-03-27 15:12:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9fa7f6fa-84d7-5809-926b-61b9ce550e8b with identifier: 7008990auction111128 to the API
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008990/photo_006/780x0__r.jpg?hash=1774617452>
{'auction_title': '',
'c_o_2_emission_value': 244,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9fa7f6fa-84d7-5809-926b-61b9ce550e8b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008990',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Crafter',
'odometer': 176723,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Crafter Plateau Plateau 50 lang RWD',
'transmission': 'manual',
'trim': 'Plateau Plateau 50 lang RWD',
'vin': None,
'year': 2022}
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008990auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:08 [ecarstrade.be] INFO: Saving data for 7008990auction111128: {'created_time': 1774624328.959096, 'last_price_update_time': 1774624328.959109, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008990auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009948%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622277%27 HTTP/1.1" 200 None
2026-03-27 15:12:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_004/780x0__r.jpg?hash=1774622277 not downloaded yet
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009904%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622169%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_002/780x0__r.jpg?hash=1774622169 not downloaded yet
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_005/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009968)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_006/780x0__r.jpg?hash=1774622330> (referer: https://ecarstrade.com/cars/7009968)
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009948%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622276%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_005/780x0__r.jpg?hash=1774622276 not downloaded yet
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009904%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622169%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_003/780x0__r.jpg?hash=1774622169 not downloaded yet
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009948%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622276%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_006/780x0__r.jpg?hash=1774622276 not downloaded yet
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009904%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622170%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_004/780x0__r.jpg?hash=1774622170 not downloaded yet
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_004/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009968)
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009904%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622171%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_005/780x0__r.jpg?hash=1774622171 not downloaded yet
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_003/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009968)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_006/780x0__r.jpg?hash=1774622309> (referer: https://ecarstrade.com/cars/7009959)
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009904%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622170%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_006/780x0__r.jpg?hash=1774622170 not downloaded yet
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_004/780x0__r.jpg?hash=1774622308> (referer: https://ecarstrade.com/cars/7009959)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_002/780x0__r.jpg?hash=1774622329> (referer: https://ecarstrade.com/cars/7009968)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_005/780x0__r.jpg?hash=1774622309> (referer: https://ecarstrade.com/cars/7009959)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_001/780x0__r.jpg?hash=1774622170> (referer: https://ecarstrade.com/cars/7009904)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_001/780x0__r.jpg?hash=1774622276> (referer: https://ecarstrade.com/cars/7009948)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_002/780x0__r.jpg?hash=1774622169> (referer: https://ecarstrade.com/cars/7009904)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_002/780x0__r.jpg?hash=1774622276> (referer: https://ecarstrade.com/cars/7009948)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b3b6a6ad-175a-5594-a0ee-f4497c9f5385
2026-03-27 15:12:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b3b6a6ad-175a-5594-a0ee-f4497c9f5385, skipping ID generation
2026-03-27 15:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with scrape type 1
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b3b6a6ad-175a-5594-a0ee-f4497c9f5385 sending to next pipeline
2026-03-27 15:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b3b6a6ad-175a-5594-a0ee-f4497c9f5385, identifier: 7009968auction111137
2026-03-27 15:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137
2026-03-27 15:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137
2026-03-27 15:12:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b3b6a6ad-175a-5594-a0ee-f4497c9f5385 with identifier: 7009968auction111137 to the API
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009968/photo_002/780x0__r.jpg?hash=1774622329>
{'auction_title': '',
'c_o_2_emission_value': 94,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': 'b3b6a6ad-175a-5594-a0ee-f4497c9f5385',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009968',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '508',
'odometer': 152853,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': "Peugeot, 508 SW '18, Peugeot 508 SW 1.5 BlueHDi 130 S&S EAT8 Allure "
'5d',
'transmission': 'automatic',
'trim': ", SW '18, SW 1.5 BlueHDi 130 S&S EAT8 Allure 5d",
'vin': None,
'year': 2020}
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009968auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:09 [ecarstrade.be] INFO: Saving data for 7009968auction111137: {'created_time': 1774624329.684307, 'last_price_update_time': 1774624329.684317, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009968auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_004/780x0__r.jpg?hash=1774622277> (referer: https://ecarstrade.com/cars/7009948)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_004/780x0__r.jpg?hash=1774622170> (referer: https://ecarstrade.com/cars/7009904)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_005/780x0__r.jpg?hash=1774622171> (referer: https://ecarstrade.com/cars/7009904)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_006/780x0__r.jpg?hash=1774622276> (referer: https://ecarstrade.com/cars/7009948)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_003/780x0__r.jpg?hash=1774622169> (referer: https://ecarstrade.com/cars/7009904)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_006/780x0__r.jpg?hash=1774622170> (referer: https://ecarstrade.com/cars/7009904)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_003/780x0__r.jpg?hash=1774622276> (referer: https://ecarstrade.com/cars/7009948)
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_005/780x0__r.jpg?hash=1774622276> (referer: https://ecarstrade.com/cars/7009948)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_003/780x0__r.jpg?hash=1774622308> (referer: https://ecarstrade.com/cars/7009959)
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3cf17bf4-d80c-5925-84d9-c37ece9856f4
2026-03-27 15:12:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3cf17bf4-d80c-5925-84d9-c37ece9856f4, skipping ID generation
2026-03-27 15:12:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with scrape type 1
2026-03-27 15:12:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3cf17bf4-d80c-5925-84d9-c37ece9856f4 sending to next pipeline
2026-03-27 15:12:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3cf17bf4-d80c-5925-84d9-c37ece9856f4, identifier: 7009904auction111137
2026-03-27 15:12:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137
2026-03-27 15:12:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137
2026-03-27 15:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3cf17bf4-d80c-5925-84d9-c37ece9856f4 with identifier: 7009904auction111137 to the API
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009904/photo_006/780x0__r.jpg?hash=1774622170>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': '3cf17bf4-d80c-5925-84d9-c37ece9856f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009904',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 152316,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Hyundai Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'transmission': 'automatic',
'trim': 'Ioniq 1.6 GDi ISG DCT Hybride Feel 5d',
'vin': None,
'year': 2021}
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009904auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:10 [ecarstrade.be] INFO: Saving data for 7009904auction111137: {'created_time': 1774624330.294944, 'last_price_update_time': 1774624330.294957, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009904auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_002/780x0__r.jpg?hash=1774622308> (referer: https://ecarstrade.com/cars/7009959)
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_001/780x0__r.jpg?hash=1774622308> (referer: https://ecarstrade.com/cars/7009959)
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_003/780x0__r.jpg?hash=1774617457> (referer: https://ecarstrade.com/cars/7008992)
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009940> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7cbc736-e9b3-557c-a4a0-d85f526b398a
2026-03-27 15:12:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7cbc736-e9b3-557c-a4a0-d85f526b398a, skipping ID generation
2026-03-27 15:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7cbc736-e9b3-557c-a4a0-d85f526b398a with scrape type 1
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7cbc736-e9b3-557c-a4a0-d85f526b398a sending to next pipeline
2026-03-27 15:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7cbc736-e9b3-557c-a4a0-d85f526b398a, identifier: 7009948auction111137
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137
2026-03-27 15:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137
2026-03-27 15:12:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7cbc736-e9b3-557c-a4a0-d85f526b398a with identifier: 7009948auction111137 to the API
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009948/photo_005/780x0__r.jpg?hash=1774622276>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'b7cbc736-e9b3-557c-a4a0-d85f526b398a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009948',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID"',
'make': 'Peugeot',
'model': '5008',
'odometer': 129134,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'Peugeot 5008 1.2 PureTech 96kW S&S EAT8 Allure 5d',
'transmission': 'automatic',
'trim': '1.2 PureTech 96kW S&S EAT8 Allure 5d',
'vin': None,
'year': 2021}
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009948auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:10 [ecarstrade.be] INFO: Saving data for 7009948auction111137: {'created_time': 1774624330.797261, 'last_price_update_time': 1774624330.797279, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009948auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_005/780x0__r.jpg?hash=1774617383> (referer: https://ecarstrade.com/cars/7008953)
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_001/780x0__r.jpg?hash=1774617456> (referer: https://ecarstrade.com/cars/7008992)
2026-03-27 15:12:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_002/780x0__r.jpg?hash=1774617456> (referer: https://ecarstrade.com/cars/7008992)
2026-03-27 15:12:10 [ecarstrade.be] INFO: Extracting details for car 7009940auction111137
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 010bcc06-970a-525e-99ab-65c141ca5793
2026-03-27 15:12:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 010bcc06-970a-525e-99ab-65c141ca5793, skipping ID generation
2026-03-27 15:12:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 010bcc06-970a-525e-99ab-65c141ca5793 with scrape type 1
2026-03-27 15:12:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 010bcc06-970a-525e-99ab-65c141ca5793 sending to next pipeline
2026-03-27 15:12:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 010bcc06-970a-525e-99ab-65c141ca5793, identifier: 7009959auction111137
2026-03-27 15:12:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137
2026-03-27 15:12:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137
2026-03-27 15:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 010bcc06-970a-525e-99ab-65c141ca5793 with identifier: 7009959auction111137 to the API
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009959/photo_001/780x0__r.jpg?hash=1774622308>
{'auction_title': '',
'c_o_2_emission_value': 107,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '010bcc06-970a-525e-99ab-65c141ca5793',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009959',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Peugeot',
'model': '5008',
'odometer': 170807,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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 Active Pack "
'5d',
'transmission': 'manual',
'trim': ", FL'20, 1.5 BlueHDi 96kW S&S Active Pack 5d",
'vin': None,
'year': 2021}
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009959auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:11 [ecarstrade.be] INFO: Saving data for 7009959auction111137: {'created_time': 1774624331.209739, 'last_price_update_time': 1774624331.20975, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009959auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137
2026-03-27 15:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21fda4bc-b6ca-5420-b388-a5830a133341 with scrape type 1
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009940%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622252%27 HTTP/1.1" 200 None
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_001/780x0__r.jpg?hash=1774622252 not downloaded yet
2026-03-27 15:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_004/780x0__r.jpg?hash=1774617383> (referer: https://ecarstrade.com/cars/7008953)
2026-03-27 15:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_002/780x0__r.jpg?hash=1774617383> (referer: https://ecarstrade.com/cars/7008953)
2026-03-27 15:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_001/780x0__r.jpg?hash=1774617383> (referer: https://ecarstrade.com/cars/7008953)
2026-03-27 15:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_003/780x0__r.jpg?hash=1774617384> (referer: https://ecarstrade.com/cars/7008953)
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009940%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622252%27 HTTP/1.1" 200 None
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_002/780x0__r.jpg?hash=1774622252 not downloaded yet
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27
2026-03-27 15:12:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27, skipping ID generation
2026-03-27 15:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with scrape type 1
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 sending to next pipeline
2026-03-27 15:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27, identifier: 7008992auction111128
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009940%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622252%27 HTTP/1.1" 200 None
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_003/780x0__r.jpg?hash=1774622252 not downloaded yet
2026-03-27 15:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128
2026-03-27 15:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128
2026-03-27 15:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b57fdcc5-a89b-504b-9b7c-1ee44ebffe27 with identifier: 7008992auction111128 to the API
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008992/photo_002/780x0__r.jpg?hash=1774617456>
{'auction_title': '',
'c_o_2_emission_value': 205,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 6,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b57fdcc5-a89b-504b-9b7c-1ee44ebffe27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008992',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 139045,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter ProCab / 2019 / 4P / Fourgon tôlé 2.0 TDi '
'150 DSG7 L2H1 Business Plus',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Transporter ProCab / 2019 / 4P / Fourgon tôlé 2.0 TDi 150 '
'DSG7 L2H1 Business Plus',
'vin': None,
'year': 2022}
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008992auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:11 [ecarstrade.be] INFO: Saving data for 7008992auction111128: {'created_time': 1774624331.705654, 'last_price_update_time': 1774624331.705665, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008992auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009940%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622253%27 HTTP/1.1" 200 None
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_004/780x0__r.jpg?hash=1774622253 not downloaded yet
2026-03-27 15:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009903> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0bb00a35-be3a-5bde-8165-05f905ca1b5f
2026-03-27 15:12:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0bb00a35-be3a-5bde-8165-05f905ca1b5f, skipping ID generation
2026-03-27 15:12:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0bb00a35-be3a-5bde-8165-05f905ca1b5f with scrape type 1
2026-03-27 15:12:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0bb00a35-be3a-5bde-8165-05f905ca1b5f sending to next pipeline
2026-03-27 15:12:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0bb00a35-be3a-5bde-8165-05f905ca1b5f, identifier: 7008953auction111128
2026-03-27 15:12:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009932> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128
2026-03-27 15:12:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128
2026-03-27 15:12:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0bb00a35-be3a-5bde-8165-05f905ca1b5f with identifier: 7008953auction111128 to the API
2026-03-27 15:12:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008953/photo_003/780x0__r.jpg?hash=1774617384>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0bb00a35-be3a-5bde-8165-05f905ca1b5f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008953',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 150225,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Jumpy Fourgon Driver Cabines Approfondies Fixes M 2.0 BlueHDi 180CV '
'BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Driver Cabines Approfondies Fixes M 2.0 BlueHDi 180CV BVA8 '
'E6d',
'vin': None,
'year': 2023}
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008953auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [ecarstrade.be] INFO: Saving data for 7008953auction111128: {'created_time': 1774624332.174363, 'last_price_update_time': 1774624332.174375, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008953auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_002/780x0__r.jpg?hash=1774622252> (referer: https://ecarstrade.com/cars/7009940)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_001/780x0__r.jpg?hash=1774622252> (referer: https://ecarstrade.com/cars/7009940)
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009940%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622252%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_005/780x0__r.jpg?hash=1774622252 not downloaded yet
2026-03-27 15:12:12 [ecarstrade.be] INFO: Extracting details for car 7009903auction111137
2026-03-27 15:12:12 [ecarstrade.be] INFO: Extracting details for car 7009932auction111137
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009940%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622253%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_006/780x0__r.jpg?hash=1774622253 not downloaded yet
2026-03-27 15:12:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137
2026-03-27 15:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 191ab384-1304-5ebc-a461-fbfb98987cd3 with scrape type 1
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009903%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622166%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_001/780x0__r.jpg?hash=1774622166 not downloaded yet
2026-03-27 15:12:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137
2026-03-27 15:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64536c4-9e28-56d4-a0dd-061b149bb396 with scrape type 1
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009932%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622237%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_001/780x0__r.jpg?hash=1774622237 not downloaded yet
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_003/780x0__r.jpg?hash=1774622252> (referer: https://ecarstrade.com/cars/7009940)
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009903%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622166%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_002/780x0__r.jpg?hash=1774622166 not downloaded yet
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009932%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622237%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_002/780x0__r.jpg?hash=1774622237 not downloaded yet
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_005/780x0__r.jpg?hash=1774622252> (referer: https://ecarstrade.com/cars/7009940)
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009903%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622166%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_003/780x0__r.jpg?hash=1774622166 not downloaded yet
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009932%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622237%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_003/780x0__r.jpg?hash=1774622237 not downloaded yet
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_004/780x0__r.jpg?hash=1774622253> (referer: https://ecarstrade.com/cars/7009940)
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009903%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622166%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_004/780x0__r.jpg?hash=1774622166 not downloaded yet
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009932%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622237%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_004/780x0__r.jpg?hash=1774622237 not downloaded yet
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_001/780x0__r.jpg?hash=1774622237> (referer: https://ecarstrade.com/cars/7009932)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_006/780x0__r.jpg?hash=1774622253> (referer: https://ecarstrade.com/cars/7009940)
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009903%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622166%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_005/780x0__r.jpg?hash=1774622166 not downloaded yet
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009932%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622237%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_005/780x0__r.jpg?hash=1774622237 not downloaded yet
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_001/780x0__r.jpg?hash=1774622166> (referer: https://ecarstrade.com/cars/7009903)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_002/780x0__r.jpg?hash=1774622166> (referer: https://ecarstrade.com/cars/7009903)
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009903%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622166%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_006/780x0__r.jpg?hash=1774622166 not downloaded yet
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009932%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622237%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_006/780x0__r.jpg?hash=1774622237 not downloaded yet
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_002/780x0__r.jpg?hash=1774622237> (referer: https://ecarstrade.com/cars/7009932)
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_004/780x0__r.jpg?hash=1774622237> (referer: https://ecarstrade.com/cars/7009932)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_003/780x0__r.jpg?hash=1774622237> (referer: https://ecarstrade.com/cars/7009932)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_003/780x0__r.jpg?hash=1774622166> (referer: https://ecarstrade.com/cars/7009903)
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 21fda4bc-b6ca-5420-b388-a5830a133341
2026-03-27 15:12:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 21fda4bc-b6ca-5420-b388-a5830a133341, skipping ID generation
2026-03-27 15:12:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 21fda4bc-b6ca-5420-b388-a5830a133341 with scrape type 1
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 21fda4bc-b6ca-5420-b388-a5830a133341 sending to next pipeline
2026-03-27 15:12:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 21fda4bc-b6ca-5420-b388-a5830a133341, identifier: 7009940auction111137
2026-03-27 15:12:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137
2026-03-27 15:12:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137
2026-03-27 15:12:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 21fda4bc-b6ca-5420-b388-a5830a133341 with identifier: 7009940auction111137 to the API
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009940/photo_006/780x0__r.jpg?hash=1774622253>
{'auction_title': '',
'c_o_2_emission_value': 200,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6E',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '21fda4bc-b6ca-5420-b388-a5830a133341',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009940',
'listing': 'auction',
'location': 'Belgium - "BE-26-ANTWERP-BELCAR_ZUID_WRECK"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 23831,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Opel Vivaro 2.0 BlueHDi 145 S&S EAT8 €6.4 L3H1 4d !! Rolling car !! '
'Damaged car !!!',
'transmission': 'automatic',
'trim': '2.0 BlueHDi 145 S&S EAT8 €6.4 L3H1 4d !! Rolling car !! Damaged car '
'!!!',
'vin': None,
'year': 2024}
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009940auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:12 [ecarstrade.be] INFO: Saving data for 7009940auction111137: {'created_time': 1774624332.945294, 'last_price_update_time': 1774624332.945306, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009940auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_004/780x0__r.jpg?hash=1774622166> (referer: https://ecarstrade.com/cars/7009903)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_006/780x0__r.jpg?hash=1774622166> (referer: https://ecarstrade.com/cars/7009903)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_005/780x0__r.jpg?hash=1774622166> (referer: https://ecarstrade.com/cars/7009903)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_006/780x0__r.jpg?hash=1774622237> (referer: https://ecarstrade.com/cars/7009932)
2026-03-27 15:12:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_005/780x0__r.jpg?hash=1774622237> (referer: https://ecarstrade.com/cars/7009932)
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 191ab384-1304-5ebc-a461-fbfb98987cd3
2026-03-27 15:12:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 191ab384-1304-5ebc-a461-fbfb98987cd3, skipping ID generation
2026-03-27 15:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 191ab384-1304-5ebc-a461-fbfb98987cd3 with scrape type 1
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 191ab384-1304-5ebc-a461-fbfb98987cd3 sending to next pipeline
2026-03-27 15:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 191ab384-1304-5ebc-a461-fbfb98987cd3, identifier: 7009903auction111137
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c64536c4-9e28-56d4-a0dd-061b149bb396
2026-03-27 15:12:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c64536c4-9e28-56d4-a0dd-061b149bb396, skipping ID generation
2026-03-27 15:12:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c64536c4-9e28-56d4-a0dd-061b149bb396 with scrape type 1
2026-03-27 15:12:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c64536c4-9e28-56d4-a0dd-061b149bb396 sending to next pipeline
2026-03-27 15:12:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c64536c4-9e28-56d4-a0dd-061b149bb396, identifier: 7009932auction111137
2026-03-27 15:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137
2026-03-27 15:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137
2026-03-27 15:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 191ab384-1304-5ebc-a461-fbfb98987cd3 with identifier: 7009903auction111137 to the API
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009903/photo_005/780x0__r.jpg?hash=1774622166>
{'auction_title': '',
'c_o_2_emission_value': 232,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '191ab384-1304-5ebc-a461-fbfb98987cd3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009903',
'listing': 'auction',
'location': 'Belgium - "BE-21-ATWERP-BELCAR_OOST"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 167461,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-05-01',
'seats_number': 3,
'seller_name': None,
'title': 'Ford Transit Custom 340L 2.0TD170Pk/125Kw A6 FWD Trend 4d',
'transmission': 'automatic',
'trim': '340L 2.0TD170Pk/125Kw A6 FWD Trend 4d',
'vin': None,
'year': 2020}
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009903auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:13 [ecarstrade.be] INFO: Saving data for 7009903auction111137: {'created_time': 1774624333.493007, 'last_price_update_time': 1774624333.493019, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009903auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137
2026-03-27 15:12:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137
2026-03-27 15:12:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c64536c4-9e28-56d4-a0dd-061b149bb396 with identifier: 7009932auction111137 to the API
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009932/photo_005/780x0__r.jpg?hash=1774622237>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Petrol',
'id': 'c64536c4-9e28-56d4-a0dd-061b149bb396',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009932',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mini',
'model': 'Cooper S',
'odometer': 147586,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 2,
'seller_name': None,
'title': "MINI, Mini Clubman '15, Mini Clubman Cooper S (141 kW) Sport-Aut. "
'VAN 5d',
'transmission': 'automatic',
'trim': "MINI, Clubman '15, Clubman (141 kW) Sport-Aut. VAN 5d",
'vin': None,
'year': 2019}
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009932auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:13 [ecarstrade.be] INFO: Saving data for 7009932auction111137: {'created_time': 1774624333.775845, 'last_price_update_time': 1774624333.775858, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009932auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009914> (referer: https://ecarstrade.com/search/page117?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:15 [ecarstrade.be] INFO: Extracting details for car 7009914auction111137
2026-03-27 15:12:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137
2026-03-27 15:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with scrape type 1
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009914%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774622197%27 HTTP/1.1" 200 None
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_001/780x0__r.jpg?hash=1774622197 not downloaded yet
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009914%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774622197%27 HTTP/1.1" 200 None
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_002/780x0__r.jpg?hash=1774622197 not downloaded yet
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009914%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774622198%27 HTTP/1.1" 200 None
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_003/780x0__r.jpg?hash=1774622198 not downloaded yet
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009914%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774622197%27 HTTP/1.1" 200 None
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_004/780x0__r.jpg?hash=1774622197 not downloaded yet
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009914%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774622197%27 HTTP/1.1" 200 None
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_005/780x0__r.jpg?hash=1774622197 not downloaded yet
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009914%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774622197%27 HTTP/1.1" 200 None
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_006/780x0__r.jpg?hash=1774622197 not downloaded yet
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_001/780x0__r.jpg?hash=1774622197> (referer: https://ecarstrade.com/cars/7009914)
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_002/780x0__r.jpg?hash=1774622197> (referer: https://ecarstrade.com/cars/7009914)
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_004/780x0__r.jpg?hash=1774622197> (referer: https://ecarstrade.com/cars/7009914)
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_003/780x0__r.jpg?hash=1774622198> (referer: https://ecarstrade.com/cars/7009914)
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_005/780x0__r.jpg?hash=1774622197> (referer: https://ecarstrade.com/cars/7009914)
2026-03-27 15:12:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_006/780x0__r.jpg?hash=1774622197> (referer: https://ecarstrade.com/cars/7009914)
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0633fff1-cfdb-5c54-a15d-46c0c37f1425
2026-03-27 15:12:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0633fff1-cfdb-5c54-a15d-46c0c37f1425, skipping ID generation
2026-03-27 15:12:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with scrape type 1
2026-03-27 15:12:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0633fff1-cfdb-5c54-a15d-46c0c37f1425 sending to next pipeline
2026-03-27 15:12:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0633fff1-cfdb-5c54-a15d-46c0c37f1425, identifier: 7009914auction111137
2026-03-27 15:12:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137
2026-03-27 15:12:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137
2026-03-27 15:12:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0633fff1-cfdb-5c54-a15d-46c0c37f1425 with identifier: 7009914auction111137 to the API
2026-03-27 15:12:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009914/photo_006/780x0__r.jpg?hash=1774622197>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T10:10:00Z',
'fuel_type': 'Diesel',
'id': '0633fff1-cfdb-5c54-a15d-46c0c37f1425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009914',
'listing': 'auction',
'location': 'Belgium - "BE-36-GENK-VAB_1"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 176845,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': "Mercedes, A-Class '18, Mercedes-Benz A-Klasse A 180 d 5d",
'transmission': 'manual',
'trim': ", A-Class '18, -Benz A-Klasse d 5d",
'vin': None,
'year': 2020}
2026-03-27 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009914auction111137%27 HTTP/1.1" 200 None
2026-03-27 15:12:16 [ecarstrade.be] INFO: Saving data for 7009914auction111137: {'created_time': 1774624336.284998, 'last_price_update_time': 1774624336.28501, 'auction_closing_time': 1774865400.0}
2026-03-27 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009914auction111137') HTTP/1.1" 204 0
2026-03-27 15:12:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page131?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008956auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008956auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008956auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008977auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008977auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008977auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008984auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008984auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008984auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008959auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008959auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008959auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008950auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008950auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008950auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008951auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008951auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008951auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008957auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008957auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008957auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008982auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008982auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008982auction111128: 1
2026-03-27 15:12:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008948auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008948auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008948auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008952auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008952auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008952auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008975auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008975auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008975auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008939auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008939auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008939auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008954auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008954auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008954auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008940auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008940auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008940auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008942auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008942auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008942auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008941auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008941auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008941auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008964auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008964auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008964auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008945auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008945auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008945auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008971auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008971auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008971auction111128: 1
2026-03-27 15:12:17 [ecarstrade.be] INFO: Found listing with ID: 7008978auction111128
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008978auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:17 [ecarstrade.be] INFO: Scrape type for 7008978auction111128: 1
2026-03-27 15:12:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008944auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008944auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008944auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008967auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008967auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008967auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008968auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008968auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008968auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008972auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008972auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008972auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008962auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008962auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008962auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008973auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008973auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008973auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008981auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008981auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008981auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008983auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008983auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008983auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008970auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008970auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008970auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008974auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008974auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008974auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008946auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008946auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008946auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008969auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008969auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008969auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008947auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008947auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008947auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7008965auction111128
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008965auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:23 [ecarstrade.be] INFO: Scrape type for 7008965auction111128: 1
2026-03-27 15:12:23 [ecarstrade.be] INFO: Found listing with ID: 7009006auction111129
2026-03-27 15:12:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009006auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [ecarstrade.be] INFO: Scrape type for 7009006auction111129: 1
2026-03-27 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 7009125auction111129
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009125auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [ecarstrade.be] INFO: Scrape type for 7009125auction111129: 1
2026-03-27 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 7009139auction111129
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009139auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [ecarstrade.be] INFO: Scrape type for 7009139auction111129: 1
2026-03-27 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 7009003auction111129
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009003auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [ecarstrade.be] INFO: Scrape type for 7009003auction111129: 1
2026-03-27 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 7008998auction111129
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008998auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [ecarstrade.be] INFO: Scrape type for 7008998auction111129: 1
2026-03-27 15:12:24 [ecarstrade.be] INFO: Found listing with ID: 7009039auction111129
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009039auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [ecarstrade.be] INFO: Scrape type for 7009039auction111129: 1
2026-03-27 15:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008950> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008956> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:24 [ecarstrade.be] INFO: Extracting details for car 7008950auction111128
2026-03-27 15:12:24 [ecarstrade.be] INFO: Extracting details for car 7008956auction111128
2026-03-27 15:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128
2026-03-27 15:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0113d7-5787-5411-909e-df6edf5f15b4 with scrape type 1
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008950%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617373%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_001/780x0__r.jpg?hash=1774617373 not downloaded yet
2026-03-27 15:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128
2026-03-27 15:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with scrape type 1
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008956%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_001/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008950%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617373%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_002/780x0__r.jpg?hash=1774617373 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008956%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617388%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_002/780x0__r.jpg?hash=1774617388 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008950%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617373%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_003/780x0__r.jpg?hash=1774617373 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008956%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_003/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008977> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008950%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617373%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_004/780x0__r.jpg?hash=1774617373 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008956%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617388%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_004/780x0__r.jpg?hash=1774617388 not downloaded yet
2026-03-27 15:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008950%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617373%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_005/780x0__r.jpg?hash=1774617373 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008956%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617388%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_005/780x0__r.jpg?hash=1774617388 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008950%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617373%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_006/780x0__r.jpg?hash=1774617373 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008956%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617388%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_006/780x0__r.jpg?hash=1774617388 not downloaded yet
2026-03-27 15:12:24 [ecarstrade.be] INFO: Extracting details for car 7008977auction111128
2026-03-27 15:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128
2026-03-27 15:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c89049-cd17-51bc-be73-f42dbfffe058 with scrape type 1
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008977%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_001/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008977%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617425%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_002/780x0__r.jpg?hash=1774617425 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008977%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_003/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008977%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617425%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_004/780x0__r.jpg?hash=1774617425 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008977%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_005/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008977%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_006/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008957> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:24 [ecarstrade.be] INFO: Extracting details for car 7008957auction111128
2026-03-27 15:12:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128
2026-03-27 15:12:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with scrape type 1
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008957%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_001/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008957%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_002/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008957%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617389%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_003/780x0__r.jpg?hash=1774617389 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008957%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_004/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008957%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_005/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008957%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617390%27 HTTP/1.1" 200 None
2026-03-27 15:12:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_006/780x0__r.jpg?hash=1774617390 not downloaded yet
2026-03-27 15:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008984> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:25 [ecarstrade.be] INFO: Extracting details for car 7008984auction111128
2026-03-27 15:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128
2026-03-27 15:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with scrape type 1
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008984%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617440%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_001/780x0__r.jpg?hash=1774617440 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008984%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617440%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_002/780x0__r.jpg?hash=1774617440 not downloaded yet
2026-03-27 15:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008959> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008984%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617440%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_003/780x0__r.jpg?hash=1774617440 not downloaded yet
2026-03-27 15:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008984%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617440%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_004/780x0__r.jpg?hash=1774617440 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008984%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617440%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_005/780x0__r.jpg?hash=1774617440 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008984%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617441%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_006/780x0__r.jpg?hash=1774617441 not downloaded yet
2026-03-27 15:12:25 [ecarstrade.be] INFO: Extracting details for car 7008959auction111128
2026-03-27 15:12:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128
2026-03-27 15:12:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with scrape type 1
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008959%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617393%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_001/780x0__r.jpg?hash=1774617393 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008959%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_002/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008959%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617393%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_003/780x0__r.jpg?hash=1774617393 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008959%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_004/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008959%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_005/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008959%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617394%27 HTTP/1.1" 200 None
2026-03-27 15:12:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_006/780x0__r.jpg?hash=1774617394 not downloaded yet
2026-03-27 15:12:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008951> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:26 [ecarstrade.be] INFO: Extracting details for car 7008951auction111128
2026-03-27 15:12:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128
2026-03-27 15:12:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49b9b645-6ea7-591e-995c-7d0289507c92 with scrape type 1
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008951%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617375%27 HTTP/1.1" 200 None
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_001/780x0__r.jpg?hash=1774617375 not downloaded yet
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008951%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617375%27 HTTP/1.1" 200 None
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_002/780x0__r.jpg?hash=1774617375 not downloaded yet
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008951%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617375%27 HTTP/1.1" 200 None
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_003/780x0__r.jpg?hash=1774617375 not downloaded yet
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008951%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617375%27 HTTP/1.1" 200 None
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_004/780x0__r.jpg?hash=1774617375 not downloaded yet
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008951%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617375%27 HTTP/1.1" 200 None
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_005/780x0__r.jpg?hash=1774617375 not downloaded yet
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008951%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617375%27 HTTP/1.1" 200 None
2026-03-27 15:12:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_006/780x0__r.jpg?hash=1774617375 not downloaded yet
2026-03-27 15:12:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008982> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:30 [ecarstrade.be] INFO: Extracting details for car 7008982auction111128
2026-03-27 15:12:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128
2026-03-27 15:12:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd51e6de-40c4-599d-9837-94fcb3d0d81a with scrape type 1
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008982%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_001/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008982%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_002/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008982%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_003/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008982%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_004/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008982%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_005/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:12:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008982%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:12:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_006/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008952> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008975> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:31 [ecarstrade.be] INFO: Extracting details for car 7008952auction111128
2026-03-27 15:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128
2026-03-27 15:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c313085a-ba7b-5dc2-9bfd-f0fa64344835 with scrape type 1
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008952%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617380%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_001/780x0__r.jpg?hash=1774617380 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008952%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617381%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_002/780x0__r.jpg?hash=1774617381 not downloaded yet
2026-03-27 15:12:31 [ecarstrade.be] INFO: Extracting details for car 7008975auction111128
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008952%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617380%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_003/780x0__r.jpg?hash=1774617380 not downloaded yet
2026-03-27 15:12:31 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128
2026-03-27 15:12:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bacf226d-7d6b-5243-b833-dc68b7834193 with scrape type 1
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008975%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_001/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008952%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617380%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_004/780x0__r.jpg?hash=1774617380 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008975%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_002/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008952%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617380%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_005/780x0__r.jpg?hash=1774617380 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008975%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_003/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008952%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617380%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_006/780x0__r.jpg?hash=1774617380 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008975%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_004/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008975%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_005/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008975%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617424%27 HTTP/1.1" 200 None
2026-03-27 15:12:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_006/780x0__r.jpg?hash=1774617424 not downloaded yet
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008954> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:32 [ecarstrade.be] INFO: Extracting details for car 7008954auction111128
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_003/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008956)
2026-03-27 15:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128
2026-03-27 15:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with scrape type 1
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008954%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_001/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008954%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_002/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008954%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_003/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008954%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_004/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008954%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_005/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_006/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008977)
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008954%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617386%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_006/780x0__r.jpg?hash=1774617386 not downloaded yet
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008942> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_006/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008957)
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_002/780x0__r.jpg?hash=1774617440> (referer: https://ecarstrade.com/cars/7008984)
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_006/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008959)
2026-03-27 15:12:32 [ecarstrade.be] INFO: Extracting details for car 7008942auction111128
2026-03-27 15:12:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128
2026-03-27 15:12:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4280ac4b-6464-5a35-8930-818d8fd105c5 with scrape type 1
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008942%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617357%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_001/780x0__r.jpg?hash=1774617357 not downloaded yet
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_006/780x0__r.jpg?hash=1774617375> (referer: https://ecarstrade.com/cars/7008951)
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008942%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617358%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_002/780x0__r.jpg?hash=1774617358 not downloaded yet
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008942%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617357%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_003/780x0__r.jpg?hash=1774617357 not downloaded yet
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_006/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008982)
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008942%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617358%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_004/780x0__r.jpg?hash=1774617358 not downloaded yet
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008942%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617358%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_005/780x0__r.jpg?hash=1774617358 not downloaded yet
2026-03-27 15:12:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008942%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617358%27 HTTP/1.1" 200 None
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_006/780x0__r.jpg?hash=1774617358 not downloaded yet
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_006/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008975)
2026-03-27 15:12:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_005/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008982)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_005/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008954)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_005/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008975)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_006/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008954)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_004/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008954)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_003/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008954)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_002/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008954)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_003/780x0__r.jpg?hash=1774617357> (referer: https://ecarstrade.com/cars/7008942)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_001/780x0__r.jpg?hash=1774617357> (referer: https://ecarstrade.com/cars/7008942)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_006/780x0__r.jpg?hash=1774617358> (referer: https://ecarstrade.com/cars/7008942)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_005/780x0__r.jpg?hash=1774617358> (referer: https://ecarstrade.com/cars/7008942)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_004/780x0__r.jpg?hash=1774617358> (referer: https://ecarstrade.com/cars/7008942)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_002/780x0__r.jpg?hash=1774617358> (referer: https://ecarstrade.com/cars/7008942)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008939> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_001/780x0__r.jpg?hash=1774617386> (referer: https://ecarstrade.com/cars/7008954)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_004/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008975)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_006/780x0__r.jpg?hash=1774617380> (referer: https://ecarstrade.com/cars/7008952)
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_005/780x0__r.jpg?hash=1774617380> (referer: https://ecarstrade.com/cars/7008952)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_003/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008975)
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4280ac4b-6464-5a35-8930-818d8fd105c5
2026-03-27 15:12:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4280ac4b-6464-5a35-8930-818d8fd105c5, skipping ID generation
2026-03-27 15:12:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4280ac4b-6464-5a35-8930-818d8fd105c5 with scrape type 1
2026-03-27 15:12:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4280ac4b-6464-5a35-8930-818d8fd105c5 sending to next pipeline
2026-03-27 15:12:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4280ac4b-6464-5a35-8930-818d8fd105c5, identifier: 7008942auction111128
2026-03-27 15:12:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128
2026-03-27 15:12:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128
2026-03-27 15:12:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4280ac4b-6464-5a35-8930-818d8fd105c5 with identifier: 7008942auction111128 to the API
2026-03-27 15:12:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008942/photo_002/780x0__r.jpg?hash=1774617358>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4280ac4b-6464-5a35-8930-818d8fd105c5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008942',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 132261,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008942auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:34 [ecarstrade.be] INFO: Saving data for 7008942auction111128: {'created_time': 1774624354.031176, 'last_price_update_time': 1774624354.031188, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008942auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_002/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008975)
2026-03-27 15:12:34 [ecarstrade.be] INFO: Extracting details for car 7008939auction111128
2026-03-27 15:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_001/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008975)
2026-03-27 15:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_004/780x0__r.jpg?hash=1774617380> (referer: https://ecarstrade.com/cars/7008952)
2026-03-27 15:12:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128
2026-03-27 15:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with scrape type 1
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008939%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617347%27 HTTP/1.1" 200 None
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_001/780x0__r.jpg?hash=1774617347 not downloaded yet
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f
2026-03-27 15:12:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f, skipping ID generation
2026-03-27 15:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with scrape type 1
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e25f753d-0a1a-5d6b-9869-1ed9aa6f095f sending to next pipeline
2026-03-27 15:12:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f, identifier: 7008954auction111128
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128
2026-03-27 15:12:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128
2026-03-27 15:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e25f753d-0a1a-5d6b-9869-1ed9aa6f095f with identifier: 7008954auction111128 to the API
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:34 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008954/photo_001/780x0__r.jpg?hash=1774617386>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e25f753d-0a1a-5d6b-9869-1ed9aa6f095f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008954',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Transit Connect',
'odometer': 200572,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 2,
'seller_name': None,
'title': 'Transit Connect Fourgon lang Trend 1.5 100CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon lang Trend 1.5 100CV BVM6',
'vin': None,
'year': 2022}
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008954auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:34 [ecarstrade.be] INFO: Saving data for 7008954auction111128: {'created_time': 1774624354.628398, 'last_price_update_time': 1774624354.62841, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008954auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008939%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617348%27 HTTP/1.1" 200 None
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_002/780x0__r.jpg?hash=1774617348 not downloaded yet
2026-03-27 15:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_002/780x0__r.jpg?hash=1774617381> (referer: https://ecarstrade.com/cars/7008952)
2026-03-27 15:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_003/780x0__r.jpg?hash=1774617380> (referer: https://ecarstrade.com/cars/7008952)
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bacf226d-7d6b-5243-b833-dc68b7834193
2026-03-27 15:12:34 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bacf226d-7d6b-5243-b833-dc68b7834193, skipping ID generation
2026-03-27 15:12:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bacf226d-7d6b-5243-b833-dc68b7834193 with scrape type 1
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bacf226d-7d6b-5243-b833-dc68b7834193 sending to next pipeline
2026-03-27 15:12:34 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bacf226d-7d6b-5243-b833-dc68b7834193, identifier: 7008975auction111128
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_001/780x0__r.jpg?hash=1774617380> (referer: https://ecarstrade.com/cars/7008952)
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008939%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617348%27 HTTP/1.1" 200 None
2026-03-27 15:12:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_003/780x0__r.jpg?hash=1774617348 not downloaded yet
2026-03-27 15:12:34 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128
2026-03-27 15:12:34 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128
2026-03-27 15:12:34 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bacf226d-7d6b-5243-b833-dc68b7834193 with identifier: 7008975auction111128 to the API
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:34 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008975/photo_001/780x0__r.jpg?hash=1774617424>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bacf226d-7d6b-5243-b833-dc68b7834193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008975',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 141011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Kangoo / 2021 / 4P / Fourgonnette Extra - Blue dCi95 Sésame '
'Ouvre Toi',
'transmission': 'manual',
'trim': 'RENAULT / 2021 / 4P / Fourgonnette Extra - Blue dCi95 Sésame Ouvre '
'Toi',
'vin': None,
'year': 2022}
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008975auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:35 [ecarstrade.be] INFO: Saving data for 7008975auction111128: {'created_time': 1774624355.076093, 'last_price_update_time': 1774624355.076111, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008975auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_004/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008982)
2026-03-27 15:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_003/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008982)
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008939%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617348%27 HTTP/1.1" 200 None
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_004/780x0__r.jpg?hash=1774617348 not downloaded yet
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008939%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617348%27 HTTP/1.1" 200 None
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_005/780x0__r.jpg?hash=1774617348 not downloaded yet
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c313085a-ba7b-5dc2-9bfd-f0fa64344835
2026-03-27 15:12:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c313085a-ba7b-5dc2-9bfd-f0fa64344835, skipping ID generation
2026-03-27 15:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c313085a-ba7b-5dc2-9bfd-f0fa64344835 with scrape type 1
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c313085a-ba7b-5dc2-9bfd-f0fa64344835 sending to next pipeline
2026-03-27 15:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c313085a-ba7b-5dc2-9bfd-f0fa64344835, identifier: 7008952auction111128
2026-03-27 15:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128
2026-03-27 15:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128
2026-03-27 15:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c313085a-ba7b-5dc2-9bfd-f0fa64344835 with identifier: 7008952auction111128 to the API
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008952/photo_001/780x0__r.jpg?hash=1774617380>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c313085a-ba7b-5dc2-9bfd-f0fa64344835',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008952',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 146150,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumpy Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008952auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:35 [ecarstrade.be] INFO: Saving data for 7008952auction111128: {'created_time': 1774624355.558413, 'last_price_update_time': 1774624355.558427, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008952auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_002/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008982)
2026-03-27 15:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_001/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008982)
2026-03-27 15:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_005/780x0__r.jpg?hash=1774617375> (referer: https://ecarstrade.com/cars/7008951)
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008939%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617348%27 HTTP/1.1" 200 None
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_006/780x0__r.jpg?hash=1774617348 not downloaded yet
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_003/780x0__r.jpg?hash=1774617375> (referer: https://ecarstrade.com/cars/7008951)
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd51e6de-40c4-599d-9837-94fcb3d0d81a
2026-03-27 15:12:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd51e6de-40c4-599d-9837-94fcb3d0d81a, skipping ID generation
2026-03-27 15:12:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd51e6de-40c4-599d-9837-94fcb3d0d81a with scrape type 1
2026-03-27 15:12:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd51e6de-40c4-599d-9837-94fcb3d0d81a sending to next pipeline
2026-03-27 15:12:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd51e6de-40c4-599d-9837-94fcb3d0d81a, identifier: 7008982auction111128
2026-03-27 15:12:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128
2026-03-27 15:12:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128
2026-03-27 15:12:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd51e6de-40c4-599d-9837-94fcb3d0d81a with identifier: 7008982auction111128 to the API
2026-03-27 15:12:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008982/photo_001/780x0__r.jpg?hash=1774617432>
{'auction_title': '',
'c_o_2_emission_value': 211,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 5',
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'bd51e6de-40c4-599d-9837-94fcb3d0d81a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008982',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 182441,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2013-04-01',
'seats_number': 7,
'seller_name': None,
'title': 'RENAULT Master VU 4p Fourgon CA-G CF TRAC F3500 L3H2 dCi 125 EU5',
'transmission': 'manual',
'trim': 'RENAULT VU 4p Fourgon CA-G CF TRAC F3500 L3H2 dCi 125 EU5',
'vin': None,
'year': 2013}
2026-03-27 15:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008982auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:36 [ecarstrade.be] INFO: Saving data for 7008982auction111128: {'created_time': 1774624356.762408, 'last_price_update_time': 1774624356.76242, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008982auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_002/780x0__r.jpg?hash=1774617375> (referer: https://ecarstrade.com/cars/7008951)
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_004/780x0__r.jpg?hash=1774617375> (referer: https://ecarstrade.com/cars/7008951)
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_001/780x0__r.jpg?hash=1774617347> (referer: https://ecarstrade.com/cars/7008939)
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_001/780x0__r.jpg?hash=1774617375> (referer: https://ecarstrade.com/cars/7008951)
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_002/780x0__r.jpg?hash=1774617348> (referer: https://ecarstrade.com/cars/7008939)
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_003/780x0__r.jpg?hash=1774617348> (referer: https://ecarstrade.com/cars/7008939)
2026-03-27 15:12:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_005/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008959)
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 49b9b645-6ea7-591e-995c-7d0289507c92
2026-03-27 15:12:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 49b9b645-6ea7-591e-995c-7d0289507c92, skipping ID generation
2026-03-27 15:12:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 49b9b645-6ea7-591e-995c-7d0289507c92 with scrape type 1
2026-03-27 15:12:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 49b9b645-6ea7-591e-995c-7d0289507c92 sending to next pipeline
2026-03-27 15:12:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 49b9b645-6ea7-591e-995c-7d0289507c92, identifier: 7008951auction111128
2026-03-27 15:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128
2026-03-27 15:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128
2026-03-27 15:12:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 49b9b645-6ea7-591e-995c-7d0289507c92 with identifier: 7008951auction111128 to the API
2026-03-27 15:12:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008951/photo_001/780x0__r.jpg?hash=1774617375>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '49b9b645-6ea7-591e-995c-7d0289507c92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008951',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 163862,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN Jumpy / 2016 / 4P / Fourgon tôlé M BlueHDi 100 S&S BVM6 '
'Club',
'transmission': 'manual',
'trim': 'CITROEN / 2016 / 4P / Fourgon tôlé M BlueHDi 100 S&S BVM6 Club',
'vin': None,
'year': 2022}
2026-03-27 15:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008951auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:37 [ecarstrade.be] INFO: Saving data for 7008951auction111128: {'created_time': 1774624357.639636, 'last_price_update_time': 1774624357.639648, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008951auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_004/780x0__r.jpg?hash=1774617348> (referer: https://ecarstrade.com/cars/7008939)
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_005/780x0__r.jpg?hash=1774617348> (referer: https://ecarstrade.com/cars/7008939)
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_004/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008959)
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_006/780x0__r.jpg?hash=1774617348> (referer: https://ecarstrade.com/cars/7008939)
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_002/780x0__r.jpg?hash=1774617394> (referer: https://ecarstrade.com/cars/7008959)
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_003/780x0__r.jpg?hash=1774617393> (referer: https://ecarstrade.com/cars/7008959)
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_001/780x0__r.jpg?hash=1774617393> (referer: https://ecarstrade.com/cars/7008959)
2026-03-27 15:12:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_006/780x0__r.jpg?hash=1774617441> (referer: https://ecarstrade.com/cars/7008984)
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f
2026-03-27 15:12:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f, skipping ID generation
2026-03-27 15:12:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with scrape type 1
2026-03-27 15:12:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f sending to next pipeline
2026-03-27 15:12:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f, identifier: 7008939auction111128
2026-03-27 15:12:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128
2026-03-27 15:12:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128
2026-03-27 15:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f with identifier: 7008939auction111128 to the API
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008939/photo_006/780x0__r.jpg?hash=1774617348>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e2c023a5-c88e-58e0-ba3a-c1312d2a1a9f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008939',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 168571,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008939auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:38 [ecarstrade.be] INFO: Saving data for 7008939auction111128: {'created_time': 1774624358.258346, 'last_price_update_time': 1774624358.258358, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008939auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_003/780x0__r.jpg?hash=1774617440> (referer: https://ecarstrade.com/cars/7008984)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_004/780x0__r.jpg?hash=1774617440> (referer: https://ecarstrade.com/cars/7008984)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_005/780x0__r.jpg?hash=1774617440> (referer: https://ecarstrade.com/cars/7008984)
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3
2026-03-27 15:12:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3, skipping ID generation
2026-03-27 15:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with scrape type 1
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 sending to next pipeline
2026-03-27 15:12:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3, identifier: 7008959auction111128
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128
2026-03-27 15:12:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128
2026-03-27 15:12:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3ccff05d-22e4-5a96-840b-dd2adbdbe4b3 with identifier: 7008959auction111128 to the API
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008959/photo_001/780x0__r.jpg?hash=1774617393>
{'auction_title': '',
'c_o_2_emission_value': 165,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3ccff05d-22e4-5a96-840b-dd2adbdbe4b3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008959',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Vivaro',
'odometer': 172914,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'OPEL Vivaro / 2019 / 4P / Fourgon tôlé 1.5 Diesel 120 L2 PACK '
'BUSINESS',
'transmission': 'manual',
'trim': 'OPEL / 2019 / 4P / Fourgon tôlé 1.5 Diesel 120 L2 PACK BUSINESS',
'vin': None,
'year': 2021}
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008959auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:38 [ecarstrade.be] INFO: Saving data for 7008959auction111128: {'created_time': 1774624358.799656, 'last_price_update_time': 1774624358.799673, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008959auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_004/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008957)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_005/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008957)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_001/780x0__r.jpg?hash=1774617440> (referer: https://ecarstrade.com/cars/7008984)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008998> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_003/780x0__r.jpg?hash=1774617389> (referer: https://ecarstrade.com/cars/7008957)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_002/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008957)
2026-03-27 15:12:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_001/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008957)
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425
2026-03-27 15:12:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425, skipping ID generation
2026-03-27 15:12:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with scrape type 1
2026-03-27 15:12:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 sending to next pipeline
2026-03-27 15:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425, identifier: 7008984auction111128
2026-03-27 15:12:39 [ecarstrade.be] INFO: Extracting details for car 7008998auction111129
2026-03-27 15:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128
2026-03-27 15:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128
2026-03-27 15:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425 with identifier: 7008984auction111128 to the API
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008984/photo_001/780x0__r.jpg?hash=1774617440>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'afcf96b2-b9b8-5ecb-a18e-0ac8cb55e425',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008984',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 136674,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'Trafic Furgon Grand Confort L1H1 1200 1.6 dCi 125CV BVM6 E6',
'transmission': 'manual',
'trim': 'Furgon Grand Confort L1H1 1200 1.6 dCi 125CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008984auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:39 [ecarstrade.be] INFO: Saving data for 7008984auction111128: {'created_time': 1774624359.441263, 'last_price_update_time': 1774624359.441282, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008984auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_004/780x0__r.jpg?hash=1774617425> (referer: https://ecarstrade.com/cars/7008977)
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_005/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008977)
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_003/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008977)
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_002/780x0__r.jpg?hash=1774617425> (referer: https://ecarstrade.com/cars/7008977)
2026-03-27 15:12:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129
2026-03-27 15:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946664a6-6081-5ad8-8484-87ab5cbf5b27 with scrape type 1
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008998%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617470%27 HTTP/1.1" 200 None
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_001/780x0__r.jpg?hash=1774617470 not downloaded yet
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06
2026-03-27 15:12:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06, skipping ID generation
2026-03-27 15:12:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with scrape type 1
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 sending to next pipeline
2026-03-27 15:12:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06, identifier: 7008957auction111128
2026-03-27 15:12:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128
2026-03-27 15:12:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128
2026-03-27 15:12:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f38ff2c9-762d-53fb-88bf-14b0b9fb1f06 with identifier: 7008957auction111128 to the API
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008957/photo_001/780x0__r.jpg?hash=1774617390>
{'auction_title': '',
'c_o_2_emission_value': 191,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f38ff2c9-762d-53fb-88bf-14b0b9fb1f06',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008957',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 194024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'FORD Transit Custom / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 '
'L1H1 TREND BUSINESS',
'transmission': 'manual',
'trim': 'FORD / 2018 / 4P / Fourgon tôlé 2.0 ECOBLUE 130 300 L1H1 TREND '
'BUSINESS',
'vin': None,
'year': 2021}
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008957auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:39 [ecarstrade.be] INFO: Saving data for 7008957auction111128: {'created_time': 1774624359.892707, 'last_price_update_time': 1774624359.892724, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008957auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_006/780x0__r.jpg?hash=1774617388> (referer: https://ecarstrade.com/cars/7008956)
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_005/780x0__r.jpg?hash=1774617388> (referer: https://ecarstrade.com/cars/7008956)
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_001/780x0__r.jpg?hash=1774617424> (referer: https://ecarstrade.com/cars/7008977)
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_006/780x0__r.jpg?hash=1774617373> (referer: https://ecarstrade.com/cars/7008950)
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008998%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_002/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009039> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008978> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008998%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617470%27 HTTP/1.1" 200 None
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_003/780x0__r.jpg?hash=1774617470 not downloaded yet
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008998%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617470%27 HTTP/1.1" 200 None
2026-03-27 15:12:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_004/780x0__r.jpg?hash=1774617470 not downloaded yet
2026-03-27 15:12:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008998%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_005/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008998%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617470%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_006/780x0__r.jpg?hash=1774617470 not downloaded yet
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_002/780x0__r.jpg?hash=1774617388> (referer: https://ecarstrade.com/cars/7008956)
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_002/780x0__r.jpg?hash=1774617373> (referer: https://ecarstrade.com/cars/7008950)
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_003/780x0__r.jpg?hash=1774617373> (referer: https://ecarstrade.com/cars/7008950)
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72c89049-cd17-51bc-be73-f42dbfffe058
2026-03-27 15:12:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72c89049-cd17-51bc-be73-f42dbfffe058, skipping ID generation
2026-03-27 15:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72c89049-cd17-51bc-be73-f42dbfffe058 with scrape type 1
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72c89049-cd17-51bc-be73-f42dbfffe058 sending to next pipeline
2026-03-27 15:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72c89049-cd17-51bc-be73-f42dbfffe058, identifier: 7008977auction111128
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_005/780x0__r.jpg?hash=1774617373> (referer: https://ecarstrade.com/cars/7008950)
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_004/780x0__r.jpg?hash=1774617373> (referer: https://ecarstrade.com/cars/7008950)
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_004/780x0__r.jpg?hash=1774617388> (referer: https://ecarstrade.com/cars/7008956)
2026-03-27 15:12:40 [ecarstrade.be] INFO: Extracting details for car 7009039auction111129
2026-03-27 15:12:40 [ecarstrade.be] INFO: Extracting details for car 7008978auction111128
2026-03-27 15:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128
2026-03-27 15:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128
2026-03-27 15:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72c89049-cd17-51bc-be73-f42dbfffe058 with identifier: 7008977auction111128 to the API
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008977/photo_001/780x0__r.jpg?hash=1774617424>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '72c89049-cd17-51bc-be73-f42dbfffe058',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008977',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 137873,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 3,
'seller_name': None,
'title': 'RENAULT Master VU 4p Fourgon FG GCf Trac F3500 L3H2 Energy dCi 145 '
'E6',
'transmission': 'manual',
'trim': 'RENAULT VU 4p Fourgon FG GCf Trac F3500 L3H2 Energy dCi 145 E6',
'vin': None,
'year': 2019}
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008977auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [ecarstrade.be] INFO: Saving data for 7008977auction111128: {'created_time': 1774624360.463231, 'last_price_update_time': 1774624360.463243, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008977auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_001/780x0__r.jpg?hash=1774617390> (referer: https://ecarstrade.com/cars/7008956)
2026-03-27 15:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_001/780x0__r.jpg?hash=1774617470> (referer: https://ecarstrade.com/cars/7008998)
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_001/780x0__r.jpg?hash=1774617373> (referer: https://ecarstrade.com/cars/7008950)
2026-03-27 15:12:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129
2026-03-27 15:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e405c470-b7cd-5f45-abc2-1f074043e72a with scrape type 1
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009039%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_001/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:12:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128
2026-03-27 15:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da95049-9d9c-558c-86d7-41bf21277b8f with scrape type 1
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008978%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617426%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_001/780x0__r.jpg?hash=1774617426 not downloaded yet
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009039%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_002/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008978%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617427%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_002/780x0__r.jpg?hash=1774617427 not downloaded yet
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009039%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_003/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008978%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617427%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_003/780x0__r.jpg?hash=1774617427 not downloaded yet
2026-03-27 15:12:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_006/780x0__r.jpg?hash=1774617470> (referer: https://ecarstrade.com/cars/7008998)
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009039%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_004/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008978%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617427%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_004/780x0__r.jpg?hash=1774617427 not downloaded yet
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009039%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_005/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008978%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617427%27 HTTP/1.1" 200 None
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_005/780x0__r.jpg?hash=1774617427 not downloaded yet
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087
2026-03-27 15:12:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087, skipping ID generation
2026-03-27 15:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with scrape type 1
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 sending to next pipeline
2026-03-27 15:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087, identifier: 7008956auction111128
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7d0113d7-5787-5411-909e-df6edf5f15b4
2026-03-27 15:12:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7d0113d7-5787-5411-909e-df6edf5f15b4, skipping ID generation
2026-03-27 15:12:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7d0113d7-5787-5411-909e-df6edf5f15b4 with scrape type 1
2026-03-27 15:12:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7d0113d7-5787-5411-909e-df6edf5f15b4 sending to next pipeline
2026-03-27 15:12:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7d0113d7-5787-5411-909e-df6edf5f15b4, identifier: 7008950auction111128
2026-03-27 15:12:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128
2026-03-27 15:12:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128
2026-03-27 15:12:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6bca64b7-f2c7-5ad8-93cc-68b405ebe087 with identifier: 7008956auction111128 to the API
2026-03-27 15:12:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008956/photo_001/780x0__r.jpg?hash=1774617390>
{'auction_title': '',
'c_o_2_emission_value': 247,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '3.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': '6bca64b7-f2c7-5ad8-93cc-68b405ebe087',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008956',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Iveco',
'model': 'Other',
'odometer': 166606,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'IVECO Daily VU 4p Fourgon 3.0 TURBO 35S14N V11 H2 3520',
'transmission': 'manual',
'trim': 'IVECO Daily VU 4p Fourgon 3.0 TURBO 35S14N V11 H2 3520',
'vin': None,
'year': 2017}
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008956auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:41 [ecarstrade.be] INFO: Saving data for 7008956auction111128: {'created_time': 1774624361.17981, 'last_price_update_time': 1774624361.179822, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008956auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128
2026-03-27 15:12:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128
2026-03-27 15:12:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7d0113d7-5787-5411-909e-df6edf5f15b4 with identifier: 7008950auction111128 to the API
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008950/photo_001/780x0__r.jpg?hash=1774617373>
{'auction_title': '',
'c_o_2_emission_value': 237,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7d0113d7-5787-5411-909e-df6edf5f15b4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008950',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 227398,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 3,
'seller_name': None,
'title': 'CITROEN Jumper / 2014 / 4P / Fourgon tôlé 33 L2H2 BlueHDi 120 S&S '
'BVM6 Driver',
'transmission': 'manual',
'trim': 'CITROEN / 2014 / 4P / Fourgon tôlé 33 L2H2 BlueHDi 120 S&S BVM6 '
'Driver',
'vin': None,
'year': 2022}
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008950auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:41 [ecarstrade.be] INFO: Saving data for 7008950auction111128: {'created_time': 1774624361.62903, 'last_price_update_time': 1774624361.629041, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008950auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_005/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7008998)
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009039%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_006/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008978%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617427%27 HTTP/1.1" 200 None
2026-03-27 15:12:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_006/780x0__r.jpg?hash=1774617427 not downloaded yet
2026-03-27 15:12:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_004/780x0__r.jpg?hash=1774617470> (referer: https://ecarstrade.com/cars/7008998)
2026-03-27 15:12:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_003/780x0__r.jpg?hash=1774617470> (referer: https://ecarstrade.com/cars/7008998)
2026-03-27 15:12:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008940> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_002/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7008998)
2026-03-27 15:12:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:42 [ecarstrade.be] INFO: Extracting details for car 7008940auction111128
2026-03-27 15:12:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128
2026-03-27 15:12:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81475a19-a193-505f-8484-d2976f47930a with scrape type 1
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008940%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617351%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_001/780x0__r.jpg?hash=1774617351 not downloaded yet
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008940%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617351%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_002/780x0__r.jpg?hash=1774617351 not downloaded yet
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008940%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617351%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_003/780x0__r.jpg?hash=1774617351 not downloaded yet
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008940%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617351%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_004/780x0__r.jpg?hash=1774617351 not downloaded yet
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 946664a6-6081-5ad8-8484-87ab5cbf5b27
2026-03-27 15:12:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 946664a6-6081-5ad8-8484-87ab5cbf5b27, skipping ID generation
2026-03-27 15:12:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 946664a6-6081-5ad8-8484-87ab5cbf5b27 with scrape type 1
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 946664a6-6081-5ad8-8484-87ab5cbf5b27 sending to next pipeline
2026-03-27 15:12:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 946664a6-6081-5ad8-8484-87ab5cbf5b27, identifier: 7008998auction111129
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008940%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617351%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_005/780x0__r.jpg?hash=1774617351 not downloaded yet
2026-03-27 15:12:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129
2026-03-27 15:12:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129
2026-03-27 15:12:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 946664a6-6081-5ad8-8484-87ab5cbf5b27 with identifier: 7008998auction111129 to the API
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008998/photo_002/780x0__r.jpg?hash=1774617472>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '946664a6-6081-5ad8-8484-87ab5cbf5b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008998',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A6',
'odometer': 174011,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'A6 Berline 35 TDI 2.0 TDI 165CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Berline 35 TDI 2.0 TDI 165CV BVA7 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008998auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [ecarstrade.be] INFO: Saving data for 7008998auction111129: {'created_time': 1774624362.595275, 'last_price_update_time': 1774624362.595286, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008998auction111129') HTTP/1.1" 204 0
2026-03-27 15:12:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008940%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617351%27 HTTP/1.1" 200 None
2026-03-27 15:12:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_006/780x0__r.jpg?hash=1774617351 not downloaded yet
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009139> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009125> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:48 [ecarstrade.be] INFO: Extracting details for car 7009139auction111129
2026-03-27 15:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129
2026-03-27 15:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with scrape type 1
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009139%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_001/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009139%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_002/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009139%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_003/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009139%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_004/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:12:48 [ecarstrade.be] INFO: Extracting details for car 7009125auction111129
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009003> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009139%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_005/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129
2026-03-27 15:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f85fdf-2442-5a7b-8aad-37b9c684965f with scrape type 1
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009125%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617709%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_001/780x0__r.jpg?hash=1774617709 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009139%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_006/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009125%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617709%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_002/780x0__r.jpg?hash=1774617709 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009125%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617709%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_003/780x0__r.jpg?hash=1774617709 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009125%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617709%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_004/780x0__r.jpg?hash=1774617709 not downloaded yet
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_003/780x0__r.jpg?hash=1774617427> (referer: https://ecarstrade.com/cars/7008978)
2026-03-27 15:12:48 [ecarstrade.be] INFO: Extracting details for car 7009003auction111129
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009125%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617709%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_005/780x0__r.jpg?hash=1774617709 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009125%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_006/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:12:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129
2026-03-27 15:12:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with scrape type 1
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009003%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617478%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_001/780x0__r.jpg?hash=1774617478 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009003%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617478%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_002/780x0__r.jpg?hash=1774617478 not downloaded yet
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_005/780x0__r.jpg?hash=1774617427> (referer: https://ecarstrade.com/cars/7008978)
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009003%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617480%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_003/780x0__r.jpg?hash=1774617480 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009003%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617479%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_004/780x0__r.jpg?hash=1774617479 not downloaded yet
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009003%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617478%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_005/780x0__r.jpg?hash=1774617478 not downloaded yet
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7009003%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617480%27 HTTP/1.1" 200 None
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_006/780x0__r.jpg?hash=1774617480 not downloaded yet
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_006/780x0__r.jpg?hash=1774617427> (referer: https://ecarstrade.com/cars/7008978)
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_006/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009039)
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_005/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009039)
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008947> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_004/780x0__r.jpg?hash=1774617427> (referer: https://ecarstrade.com/cars/7008978)
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_005/780x0__r.jpg?hash=1774617351> (referer: https://ecarstrade.com/cars/7008940)
2026-03-27 15:12:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_006/780x0__r.jpg?hash=1774617351> (referer: https://ecarstrade.com/cars/7008940)
2026-03-27 15:12:48 [ecarstrade.be] INFO: Extracting details for car 7008947auction111128
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_004/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009139)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_004/780x0__r.jpg?hash=1774617709> (referer: https://ecarstrade.com/cars/7009125)
2026-03-27 15:12:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128
2026-03-27 15:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9951d93b-e2ae-567e-9e08-8c4998351b78 with scrape type 1
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008947%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617370%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_001/780x0__r.jpg?hash=1774617370 not downloaded yet
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008947%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617370%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_002/780x0__r.jpg?hash=1774617370 not downloaded yet
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008947%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617370%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_003/780x0__r.jpg?hash=1774617370 not downloaded yet
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008947%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617370%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_004/780x0__r.jpg?hash=1774617370 not downloaded yet
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008947%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617370%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_005/780x0__r.jpg?hash=1774617370 not downloaded yet
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008947%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617370%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_006/780x0__r.jpg?hash=1774617370 not downloaded yet
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_006/780x0__r.jpg?hash=1774617480> (referer: https://ecarstrade.com/cars/7009003)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_002/780x0__r.jpg?hash=1774617478> (referer: https://ecarstrade.com/cars/7009003)
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_004/780x0__r.jpg?hash=1774617479> (referer: https://ecarstrade.com/cars/7009003)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_005/780x0__r.jpg?hash=1774617478> (referer: https://ecarstrade.com/cars/7009003)
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_003/780x0__r.jpg?hash=1774617480> (referer: https://ecarstrade.com/cars/7009003)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_001/780x0__r.jpg?hash=1774617478> (referer: https://ecarstrade.com/cars/7009003)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_006/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009125)
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_005/780x0__r.jpg?hash=1774617709> (referer: https://ecarstrade.com/cars/7009125)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_003/780x0__r.jpg?hash=1774617709> (referer: https://ecarstrade.com/cars/7009125)
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3bf2f106-ca68-5644-9e2b-e32fd85785b8
2026-03-27 15:12:49 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3bf2f106-ca68-5644-9e2b-e32fd85785b8, skipping ID generation
2026-03-27 15:12:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with scrape type 1
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3bf2f106-ca68-5644-9e2b-e32fd85785b8 sending to next pipeline
2026-03-27 15:12:49 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3bf2f106-ca68-5644-9e2b-e32fd85785b8, identifier: 7009003auction111129
2026-03-27 15:12:49 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129
2026-03-27 15:12:49 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129
2026-03-27 15:12:49 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3bf2f106-ca68-5644-9e2b-e32fd85785b8 with identifier: 7009003auction111129 to the API
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:49 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009003/photo_001/780x0__r.jpg?hash=1774617478>
{'auction_title': '',
'c_o_2_emission_value': 32,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3bf2f106-ca68-5644-9e2b-e32fd85785b8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009003',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': '320',
'odometer': 147722,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW Série 3 Touring / 2022 / 5P / Break 320e 204ch Business Design '
'BVA8 Hybride',
'transmission': 'automatic',
'trim': 'Série 3 Touring / 2022 / 5P / Break e 204ch Business Design BVA8 '
'Hybride',
'vin': None,
'year': 2023}
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009003auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:49 [ecarstrade.be] INFO: Saving data for 7009003auction111129: {'created_time': 1774624369.852553, 'last_price_update_time': 1774624369.852565, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009003auction111129') HTTP/1.1" 204 0
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_002/780x0__r.jpg?hash=1774617709> (referer: https://ecarstrade.com/cars/7009125)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_006/780x0__r.jpg?hash=1774617370> (referer: https://ecarstrade.com/cars/7008947)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009006> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008965> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_004/780x0__r.jpg?hash=1774617370> (referer: https://ecarstrade.com/cars/7008947)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_003/780x0__r.jpg?hash=1774617370> (referer: https://ecarstrade.com/cars/7008947)
2026-03-27 15:12:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_005/780x0__r.jpg?hash=1774617370> (referer: https://ecarstrade.com/cars/7008947)
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:49 [ecarstrade.be] INFO: Extracting details for car 7009006auction111129
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_006/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009139)
2026-03-27 15:12:50 [ecarstrade.be] INFO: Extracting details for car 7008965auction111128
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_002/780x0__r.jpg?hash=1774617370> (referer: https://ecarstrade.com/cars/7008947)
2026-03-27 15:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129
2026-03-27 15:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with scrape type 1
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009006%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617485%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_001/780x0__r.jpg?hash=1774617485 not downloaded yet
2026-03-27 15:12:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128
2026-03-27 15:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a9a568-f10f-5695-9845-1756c27c27f3 with scrape type 1
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008965%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617403%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_001/780x0__r.jpg?hash=1774617403 not downloaded yet
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009006%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617484%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_002/780x0__r.jpg?hash=1774617484 not downloaded yet
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008965%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617402%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_002/780x0__r.jpg?hash=1774617402 not downloaded yet
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_001/780x0__r.jpg?hash=1774617370> (referer: https://ecarstrade.com/cars/7008947)
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_005/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009139)
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_001/780x0__r.jpg?hash=1774617709> (referer: https://ecarstrade.com/cars/7009125)
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_003/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009139)
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009006%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617484%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_003/780x0__r.jpg?hash=1774617484 not downloaded yet
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008965%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617403%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_003/780x0__r.jpg?hash=1774617403 not downloaded yet
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009006%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617484%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_004/780x0__r.jpg?hash=1774617484 not downloaded yet
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008965%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617403%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_004/780x0__r.jpg?hash=1774617403 not downloaded yet
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_001/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009139)
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009006%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617484%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_005/780x0__r.jpg?hash=1774617484 not downloaded yet
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008965%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617403%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_005/780x0__r.jpg?hash=1774617403 not downloaded yet
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_002/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009139)
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_004/780x0__r.jpg?hash=1774617351> (referer: https://ecarstrade.com/cars/7008940)
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009006%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617485%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_006/780x0__r.jpg?hash=1774617485 not downloaded yet
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008965%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617403%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_006/780x0__r.jpg?hash=1774617403 not downloaded yet
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_003/780x0__r.jpg?hash=1774617351> (referer: https://ecarstrade.com/cars/7008940)
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9951d93b-e2ae-567e-9e08-8c4998351b78
2026-03-27 15:12:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9951d93b-e2ae-567e-9e08-8c4998351b78, skipping ID generation
2026-03-27 15:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9951d93b-e2ae-567e-9e08-8c4998351b78 with scrape type 1
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9951d93b-e2ae-567e-9e08-8c4998351b78 sending to next pipeline
2026-03-27 15:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9951d93b-e2ae-567e-9e08-8c4998351b78, identifier: 7008947auction111128
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 77f85fdf-2442-5a7b-8aad-37b9c684965f
2026-03-27 15:12:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 77f85fdf-2442-5a7b-8aad-37b9c684965f, skipping ID generation
2026-03-27 15:12:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 77f85fdf-2442-5a7b-8aad-37b9c684965f with scrape type 1
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 77f85fdf-2442-5a7b-8aad-37b9c684965f sending to next pipeline
2026-03-27 15:12:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 77f85fdf-2442-5a7b-8aad-37b9c684965f, identifier: 7009125auction111129
2026-03-27 15:12:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_002/780x0__r.jpg?hash=1774617351> (referer: https://ecarstrade.com/cars/7008940)
2026-03-27 15:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128
2026-03-27 15:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128
2026-03-27 15:12:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9951d93b-e2ae-567e-9e08-8c4998351b78 with identifier: 7008947auction111128 to the API
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008947/photo_001/780x0__r.jpg?hash=1774617370>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9951d93b-e2ae-567e-9e08-8c4998351b78',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008947',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 154733,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 2,
'seller_name': None,
'title': 'C3 Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Société Feel 1.5 BlueHDI 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008947auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:50 [ecarstrade.be] INFO: Saving data for 7008947auction111128: {'created_time': 1774624370.841408, 'last_price_update_time': 1774624370.841423, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008947auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129
2026-03-27 15:12:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129
2026-03-27 15:12:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 77f85fdf-2442-5a7b-8aad-37b9c684965f with identifier: 7009125auction111129 to the API
2026-03-27 15:12:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009125/photo_001/780x0__r.jpg?hash=1774617709>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '77f85fdf-2442-5a7b-8aad-37b9c684965f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009125',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 169062,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kodiaq L&K 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'L&K 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009125auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:51 [ecarstrade.be] INFO: Saving data for 7009125auction111129: {'created_time': 1774624371.16833, 'last_price_update_time': 1774624371.168343, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009125auction111129') HTTP/1.1" 204 0
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_001/780x0__r.jpg?hash=1774617351> (referer: https://ecarstrade.com/cars/7008940)
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_004/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009039)
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_003/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009039)
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4
2026-03-27 15:12:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4, skipping ID generation
2026-03-27 15:12:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with scrape type 1
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 sending to next pipeline
2026-03-27 15:12:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4, identifier: 7009139auction111129
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129
2026-03-27 15:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129
2026-03-27 15:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cae3a575-5dbe-5d57-9b38-efa5f26a3ad4 with identifier: 7009139auction111129 to the API
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009139/photo_002/780x0__r.jpg?hash=1774617730>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cae3a575-5dbe-5d57-9b38-efa5f26a3ad4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009139',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 137124,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride AWD Dynamic Business '
'Beyond Zero',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride AWD Dynamic Business '
'Beyond Zero',
'vin': None,
'year': 2023}
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009139auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:51 [ecarstrade.be] INFO: Saving data for 7009139auction111129: {'created_time': 1774624371.58864, 'last_price_update_time': 1774624371.588651, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009139auction111129') HTTP/1.1" 204 0
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_002/780x0__r.jpg?hash=1774617402> (referer: https://ecarstrade.com/cars/7008965)
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_002/780x0__r.jpg?hash=1774617484> (referer: https://ecarstrade.com/cars/7009006)
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_001/780x0__r.jpg?hash=1774617403> (referer: https://ecarstrade.com/cars/7008965)
2026-03-27 15:12:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_001/780x0__r.jpg?hash=1774617485> (referer: https://ecarstrade.com/cars/7009006)
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 81475a19-a193-505f-8484-d2976f47930a
2026-03-27 15:12:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 81475a19-a193-505f-8484-d2976f47930a, skipping ID generation
2026-03-27 15:12:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 81475a19-a193-505f-8484-d2976f47930a with scrape type 1
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 81475a19-a193-505f-8484-d2976f47930a sending to next pipeline
2026-03-27 15:12:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 81475a19-a193-505f-8484-d2976f47930a, identifier: 7008940auction111128
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128
2026-03-27 15:12:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128
2026-03-27 15:12:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 81475a19-a193-505f-8484-d2976f47930a with identifier: 7008940auction111128 to the API
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008940/photo_001/780x0__r.jpg?hash=1774617351>
{'auction_title': '',
'c_o_2_emission_value': 160,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '81475a19-a193-505f-8484-d2976f47930a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008940',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 149650,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008940auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:51 [ecarstrade.be] INFO: Saving data for 7008940auction111128: {'created_time': 1774624371.992432, 'last_price_update_time': 1774624371.992444, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008940auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_005/780x0__r.jpg?hash=1774617484> (referer: https://ecarstrade.com/cars/7009006)
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_005/780x0__r.jpg?hash=1774617403> (referer: https://ecarstrade.com/cars/7008965)
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_004/780x0__r.jpg?hash=1774617403> (referer: https://ecarstrade.com/cars/7008965)
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_006/780x0__r.jpg?hash=1774617403> (referer: https://ecarstrade.com/cars/7008965)
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_003/780x0__r.jpg?hash=1774617484> (referer: https://ecarstrade.com/cars/7009006)
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_003/780x0__r.jpg?hash=1774617403> (referer: https://ecarstrade.com/cars/7008965)
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_002/780x0__r.jpg?hash=1774617427> (referer: https://ecarstrade.com/cars/7008978)
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_006/780x0__r.jpg?hash=1774617485> (referer: https://ecarstrade.com/cars/7009006)
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_004/780x0__r.jpg?hash=1774617484> (referer: https://ecarstrade.com/cars/7009006)
2026-03-27 15:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_002/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009039)
2026-03-27 15:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_001/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009039)
2026-03-27 15:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2a9a568-f10f-5695-9845-1756c27c27f3
2026-03-27 15:12:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2a9a568-f10f-5695-9845-1756c27c27f3, skipping ID generation
2026-03-27 15:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2a9a568-f10f-5695-9845-1756c27c27f3 with scrape type 1
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2a9a568-f10f-5695-9845-1756c27c27f3 sending to next pipeline
2026-03-27 15:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2a9a568-f10f-5695-9845-1756c27c27f3, identifier: 7008965auction111128
2026-03-27 15:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128
2026-03-27 15:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128
2026-03-27 15:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2a9a568-f10f-5695-9845-1756c27c27f3 with identifier: 7008965auction111128 to the API
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008965/photo_003/780x0__r.jpg?hash=1774617403>
{'auction_title': '',
'c_o_2_emission_value': 86,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b2a9a568-f10f-5695-9845-1756c27c27f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008965',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 160910,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 2,
'seller_name': None,
'title': '208 Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Affaire Premium Pack 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008965auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:52 [ecarstrade.be] INFO: Saving data for 7008965auction111128: {'created_time': 1774624372.591218, 'last_price_update_time': 1774624372.591228, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008965auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_001/780x0__r.jpg?hash=1774617426> (referer: https://ecarstrade.com/cars/7008978)
2026-03-27 15:12:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4
2026-03-27 15:12:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4, skipping ID generation
2026-03-27 15:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with scrape type 1
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 sending to next pipeline
2026-03-27 15:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4, identifier: 7009006auction111129
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e405c470-b7cd-5f45-abc2-1f074043e72a
2026-03-27 15:12:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e405c470-b7cd-5f45-abc2-1f074043e72a, skipping ID generation
2026-03-27 15:12:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e405c470-b7cd-5f45-abc2-1f074043e72a with scrape type 1
2026-03-27 15:12:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e405c470-b7cd-5f45-abc2-1f074043e72a sending to next pipeline
2026-03-27 15:12:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e405c470-b7cd-5f45-abc2-1f074043e72a, identifier: 7009039auction111129
2026-03-27 15:12:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129
2026-03-27 15:12:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129
2026-03-27 15:12:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4 with identifier: 7009006auction111129 to the API
2026-03-27 15:12:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009006/photo_004/780x0__r.jpg?hash=1774617484>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4e97a1da-dbd4-5f97-9362-42ec4f7ef7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009006',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': 'X3',
'odometer': 145295,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW X3 / 2021 / 5P / SUV sDrive18d 150ch Business Design BVA8',
'transmission': 'automatic',
'trim': '/ 2021 / 5P / SUV sDrive18d 150ch Business Design BVA8',
'vin': None,
'year': 2023}
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009006auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:53 [ecarstrade.be] INFO: Saving data for 7009006auction111129: {'created_time': 1774624373.117636, 'last_price_update_time': 1774624373.117648, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009006auction111129') HTTP/1.1" 204 0
2026-03-27 15:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129
2026-03-27 15:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129
2026-03-27 15:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e405c470-b7cd-5f45-abc2-1f074043e72a with identifier: 7009039auction111129 to the API
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009039/photo_001/780x0__r.jpg?hash=1774617562>
{'auction_title': '',
'c_o_2_emission_value': 30,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': 'e405c470-b7cd-5f45-abc2-1f074043e72a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009039',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 250',
'odometer': 147055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA 2020 5P SUV 13 GLA 250 e BUSINESS LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA 2020 5P SUV 13 e BUSINESS LINE DCT',
'vin': None,
'year': 2022}
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009039auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:12:53 [ecarstrade.be] INFO: Saving data for 7009039auction111129: {'created_time': 1774624373.452046, 'last_price_update_time': 1774624373.452058, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009039auction111129') HTTP/1.1" 204 0
2026-03-27 15:12:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7da95049-9d9c-558c-86d7-41bf21277b8f
2026-03-27 15:12:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7da95049-9d9c-558c-86d7-41bf21277b8f, skipping ID generation
2026-03-27 15:12:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7da95049-9d9c-558c-86d7-41bf21277b8f with scrape type 1
2026-03-27 15:12:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7da95049-9d9c-558c-86d7-41bf21277b8f sending to next pipeline
2026-03-27 15:12:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7da95049-9d9c-558c-86d7-41bf21277b8f, identifier: 7008978auction111128
2026-03-27 15:12:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128
2026-03-27 15:12:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128
2026-03-27 15:12:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7da95049-9d9c-558c-86d7-41bf21277b8f with identifier: 7008978auction111128 to the API
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:12:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008978/photo_001/780x0__r.jpg?hash=1774617426>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7da95049-9d9c-558c-86d7-41bf21277b8f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008978',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 142623,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo II Express Extra (Série Spéciale) 1.5 dCi 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Express Extra (Série Spéciale) 1.5 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008978auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:12:53 [ecarstrade.be] INFO: Saving data for 7008978auction111128: {'created_time': 1774624373.879695, 'last_price_update_time': 1774624373.879705, 'auction_closing_time': 1774878000.0}
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008978auction111128') HTTP/1.1" 204 0
2026-03-27 15:12:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008946> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:54 [ecarstrade.be] INFO: Extracting details for car 7008946auction111128
2026-03-27 15:12:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128
2026-03-27 15:12:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with scrape type 1
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008946%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617365%27 HTTP/1.1" 200 None
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_001/780x0__r.jpg?hash=1774617365 not downloaded yet
2026-03-27 15:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008946%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617365%27 HTTP/1.1" 200 None
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_002/780x0__r.jpg?hash=1774617365 not downloaded yet
2026-03-27 15:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008946%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617366%27 HTTP/1.1" 200 None
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_003/780x0__r.jpg?hash=1774617366 not downloaded yet
2026-03-27 15:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008946%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617366%27 HTTP/1.1" 200 None
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_004/780x0__r.jpg?hash=1774617366 not downloaded yet
2026-03-27 15:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008946%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617366%27 HTTP/1.1" 200 None
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_005/780x0__r.jpg?hash=1774617366 not downloaded yet
2026-03-27 15:12:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12: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%252F7008946%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617367%27 HTTP/1.1" 200 None
2026-03-27 15:12:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_006/780x0__r.jpg?hash=1774617367 not downloaded yet
2026-03-27 15:12:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008974> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:56 [ecarstrade.be] INFO: Extracting details for car 7008974auction111128
2026-03-27 15:12:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128
2026-03-27 15:12:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe48e5cf-fc8d-5e06-87bc-555be4702f1a with scrape type 1
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008974%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_001/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008974%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_002/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008974%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_003/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008974%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_004/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008974%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_005/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008974%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:12:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_006/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:12:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008948> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:12:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:12:58 [ecarstrade.be] INFO: Extracting details for car 7008948auction111128
2026-03-27 15:12:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128
2026-03-27 15:12:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1874f7c3-6cc2-5341-b722-e9d5361fe11b with scrape type 1
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008948%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617371%27 HTTP/1.1" 200 None
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_001/780x0__r.jpg?hash=1774617371 not downloaded yet
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008948%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617371%27 HTTP/1.1" 200 None
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_002/780x0__r.jpg?hash=1774617371 not downloaded yet
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008948%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617371%27 HTTP/1.1" 200 None
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_003/780x0__r.jpg?hash=1774617371 not downloaded yet
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008948%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617371%27 HTTP/1.1" 200 None
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_004/780x0__r.jpg?hash=1774617371 not downloaded yet
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008948%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617371%27 HTTP/1.1" 200 None
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_005/780x0__r.jpg?hash=1774617371 not downloaded yet
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:12:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008948%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617371%27 HTTP/1.1" 200 None
2026-03-27 15:12:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_006/780x0__r.jpg?hash=1774617371 not downloaded yet
2026-03-27 15:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008981> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008983> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:00 [ecarstrade.be] INFO: Extracting details for car 7008981auction111128
2026-03-27 15:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128
2026-03-27 15:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with scrape type 1
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008981%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617434%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_001/780x0__r.jpg?hash=1774617434 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008981%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_002/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008981%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617432%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_003/780x0__r.jpg?hash=1774617432 not downloaded yet
2026-03-27 15:13:00 [ecarstrade.be] INFO: Extracting details for car 7008983auction111128
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008981%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617434%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_004/780x0__r.jpg?hash=1774617434 not downloaded yet
2026-03-27 15:13:00 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128
2026-03-27 15:13:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71b9f09-0254-5a3c-877a-0042bb2a6155 with scrape type 1
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008983%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617438%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_001/780x0__r.jpg?hash=1774617438 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008981%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617434%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_005/780x0__r.jpg?hash=1774617434 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008983%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617440%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_002/780x0__r.jpg?hash=1774617440 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008981%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617434%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_006/780x0__r.jpg?hash=1774617434 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008983%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617439%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_003/780x0__r.jpg?hash=1774617439 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008983%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617438%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_004/780x0__r.jpg?hash=1774617438 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008983%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617438%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_005/780x0__r.jpg?hash=1774617438 not downloaded yet
2026-03-27 15:13:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008983%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617438%27 HTTP/1.1" 200 None
2026-03-27 15:13:00 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_006/780x0__r.jpg?hash=1774617438 not downloaded yet
2026-03-27 15:13:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008970> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:00 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:01 [ecarstrade.be] INFO: Extracting details for car 7008970auction111128
2026-03-27 15:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128
2026-03-27 15:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5279fb08-5462-5a52-bfb6-37a1c758efdf with scrape type 1
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008970%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617411%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_001/780x0__r.jpg?hash=1774617411 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008970%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617412%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_002/780x0__r.jpg?hash=1774617412 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008970%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617411%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_003/780x0__r.jpg?hash=1774617411 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008970%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617411%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_004/780x0__r.jpg?hash=1774617411 not downloaded yet
2026-03-27 15:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008973> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008970%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617411%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_005/780x0__r.jpg?hash=1774617411 not downloaded yet
2026-03-27 15:13:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008970%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617411%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_006/780x0__r.jpg?hash=1774617411 not downloaded yet
2026-03-27 15:13:01 [ecarstrade.be] INFO: Extracting details for car 7008973auction111128
2026-03-27 15:13:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128
2026-03-27 15:13:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08aee12-45c7-5d8a-976b-e3828d71f326 with scrape type 1
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008973%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_001/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008973%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_002/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008973%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_003/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008973%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_004/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008973%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_005/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:13:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008973%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617420%27 HTTP/1.1" 200 None
2026-03-27 15:13:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_006/780x0__r.jpg?hash=1774617420 not downloaded yet
2026-03-27 15:13:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008962> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:01 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:02 [ecarstrade.be] INFO: Extracting details for car 7008962auction111128
2026-03-27 15:13:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128
2026-03-27 15:13:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11ebe76b-89c5-59cb-aabc-d00bb4701718 with scrape type 1
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008962%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617397%27 HTTP/1.1" 200 None
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_001/780x0__r.jpg?hash=1774617397 not downloaded yet
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008962%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617397%27 HTTP/1.1" 200 None
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_002/780x0__r.jpg?hash=1774617397 not downloaded yet
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008962%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617397%27 HTTP/1.1" 200 None
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_003/780x0__r.jpg?hash=1774617397 not downloaded yet
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008962%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617397%27 HTTP/1.1" 200 None
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_004/780x0__r.jpg?hash=1774617397 not downloaded yet
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008962%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617397%27 HTTP/1.1" 200 None
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_005/780x0__r.jpg?hash=1774617397 not downloaded yet
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008962%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617397%27 HTTP/1.1" 200 None
2026-03-27 15:13:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_006/780x0__r.jpg?hash=1774617397 not downloaded yet
2026-03-27 15:13:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008968> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:05 [ecarstrade.be] INFO: Extracting details for car 7008968auction111128
2026-03-27 15:13:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128
2026-03-27 15:13:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e74171a-54ff-54e9-a43a-4b8dec70a54b with scrape type 1
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008968%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617407%27 HTTP/1.1" 200 None
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_001/780x0__r.jpg?hash=1774617407 not downloaded yet
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008968%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617407%27 HTTP/1.1" 200 None
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_002/780x0__r.jpg?hash=1774617407 not downloaded yet
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008968%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617407%27 HTTP/1.1" 200 None
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_003/780x0__r.jpg?hash=1774617407 not downloaded yet
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008968%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617407%27 HTTP/1.1" 200 None
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_004/780x0__r.jpg?hash=1774617407 not downloaded yet
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008968%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617407%27 HTTP/1.1" 200 None
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_005/780x0__r.jpg?hash=1774617407 not downloaded yet
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008968%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617407%27 HTTP/1.1" 200 None
2026-03-27 15:13:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_006/780x0__r.jpg?hash=1774617407 not downloaded yet
2026-03-27 15:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008967> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_006/780x0__r.jpg?hash=1774617367> (referer: https://ecarstrade.com/cars/7008946)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Extracting details for car 7008967auction111128
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_006/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008974)
2026-03-27 15:13: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-27 15:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128
2026-03-27 15:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd6b5be-b1a1-583b-a521-184cd5b75025 with scrape type 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008967%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617405%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_001/780x0__r.jpg?hash=1774617405 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008967%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617405%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_002/780x0__r.jpg?hash=1774617405 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008967%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617405%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_003/780x0__r.jpg?hash=1774617405 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008967%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617405%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_004/780x0__r.jpg?hash=1774617405 not downloaded yet
2026-03-27 15:13:07 [scrapy.extensions.logstats] INFO: Crawled 774 pages (at 46 pages/min), scraped 622 items (at 34 items/min)
2026-03-27 15:13:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008967%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617405%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_005/780x0__r.jpg?hash=1774617405 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008967%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617405%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_006/780x0__r.jpg?hash=1774617405 not downloaded yet
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_006/780x0__r.jpg?hash=1774617371> (referer: https://ecarstrade.com/cars/7008948)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009004auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009004auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009004auction111129: 1
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_005/780x0__r.jpg?hash=1774617371> (referer: https://ecarstrade.com/cars/7008948)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009138auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009138auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009138auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009030auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009030auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009030auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009150auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009150auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009150auction111129: 1
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_004/780x0__r.jpg?hash=1774617411> (referer: https://ecarstrade.com/cars/7008970)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009149auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009149auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009149auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009148auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009148auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009148auction111129: 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_006/780x0__r.jpg?hash=1774617438> (referer: https://ecarstrade.com/cars/7008983)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009031auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009031auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009031auction111129: 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009126auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009126auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009126auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009124auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009124auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009124auction111129: 1
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_006/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008973)
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_006/780x0__r.jpg?hash=1774617397> (referer: https://ecarstrade.com/cars/7008962)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009043auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009043auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009043auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009028auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009028auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009028auction111129: 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009141auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009141auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009141auction111129: 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009151auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009151auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009151auction111129: 1
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_006/780x0__r.jpg?hash=1774617407> (referer: https://ecarstrade.com/cars/7008968)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009005auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009005auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009005auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009034auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009034auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009034auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009001auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009001auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009001auction111129: 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_005/780x0__r.jpg?hash=1774617407> (referer: https://ecarstrade.com/cars/7008968)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7008996auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008996auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7008996auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009018auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009018auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009018auction111129: 1
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009025auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009025auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009025auction111129: 1
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_004/780x0__r.jpg?hash=1774617407> (referer: https://ecarstrade.com/cars/7008968)
2026-03-27 15:13:07 [ecarstrade.be] INFO: Found listing with ID: 7009038auction111129
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009038auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [ecarstrade.be] INFO: Scrape type for 7009038auction111129: 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_001/780x0__r.jpg?hash=1774617405> (referer: https://ecarstrade.com/cars/7008967)
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008944> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_006/780x0__r.jpg?hash=1774617405> (referer: https://ecarstrade.com/cars/7008967)
2026-03-27 15:13:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:07 [ecarstrade.be] INFO: Extracting details for car 7008944auction111128
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:07 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128
2026-03-27 15:13:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with scrape type 1
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008944%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617361%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_001/780x0__r.jpg?hash=1774617361 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008944%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617360%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_002/780x0__r.jpg?hash=1774617360 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008944%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617360%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_003/780x0__r.jpg?hash=1774617360 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008944%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617360%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_004/780x0__r.jpg?hash=1774617360 not downloaded yet
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008944%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617361%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_005/780x0__r.jpg?hash=1774617361 not downloaded yet
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008944%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617361%27 HTTP/1.1" 200 None
2026-03-27 15:13:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_006/780x0__r.jpg?hash=1774617361 not downloaded yet
2026-03-27 15:13:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008971> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:08 [ecarstrade.be] INFO: Extracting details for car 7008971auction111128
2026-03-27 15:13:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128
2026-03-27 15:13:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41c323e0-b86c-5246-a253-92045721dd80 with scrape type 1
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008971%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617414%27 HTTP/1.1" 200 None
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_001/780x0__r.jpg?hash=1774617414 not downloaded yet
2026-03-27 15:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008971%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617414%27 HTTP/1.1" 200 None
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_002/780x0__r.jpg?hash=1774617414 not downloaded yet
2026-03-27 15:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008971%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617415%27 HTTP/1.1" 200 None
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_003/780x0__r.jpg?hash=1774617415 not downloaded yet
2026-03-27 15:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008971%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617414%27 HTTP/1.1" 200 None
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_004/780x0__r.jpg?hash=1774617414 not downloaded yet
2026-03-27 15:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008971%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617414%27 HTTP/1.1" 200 None
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_005/780x0__r.jpg?hash=1774617414 not downloaded yet
2026-03-27 15:13:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008971%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617414%27 HTTP/1.1" 200 None
2026-03-27 15:13:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_006/780x0__r.jpg?hash=1774617414 not downloaded yet
2026-03-27 15:13:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008945> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:11 [ecarstrade.be] INFO: Extracting details for car 7008945auction111128
2026-03-27 15:13:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128
2026-03-27 15:13:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdef3a69-d835-54c2-b070-86727b6f509a with scrape type 1
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008945%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617360%27 HTTP/1.1" 200 None
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_001/780x0__r.jpg?hash=1774617360 not downloaded yet
2026-03-27 15:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008945%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617361%27 HTTP/1.1" 200 None
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_002/780x0__r.jpg?hash=1774617361 not downloaded yet
2026-03-27 15:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008945%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617361%27 HTTP/1.1" 200 None
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_003/780x0__r.jpg?hash=1774617361 not downloaded yet
2026-03-27 15:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008945%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617363%27 HTTP/1.1" 200 None
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_004/780x0__r.jpg?hash=1774617363 not downloaded yet
2026-03-27 15:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008945%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617363%27 HTTP/1.1" 200 None
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_005/780x0__r.jpg?hash=1774617363 not downloaded yet
2026-03-27 15:13:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008945%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617363%27 HTTP/1.1" 200 None
2026-03-27 15:13:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_006/780x0__r.jpg?hash=1774617363 not downloaded yet
2026-03-27 15:13:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008964> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:12 [ecarstrade.be] INFO: Extracting details for car 7008964auction111128
2026-03-27 15:13:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128
2026-03-27 15:13:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3055c60e-92fc-5431-849f-260e87e2d9ab with scrape type 1
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008964%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617401%27 HTTP/1.1" 200 None
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_001/780x0__r.jpg?hash=1774617401 not downloaded yet
2026-03-27 15:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008964%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617401%27 HTTP/1.1" 200 None
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_002/780x0__r.jpg?hash=1774617401 not downloaded yet
2026-03-27 15:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008964%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617401%27 HTTP/1.1" 200 None
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_003/780x0__r.jpg?hash=1774617401 not downloaded yet
2026-03-27 15:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008964%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617401%27 HTTP/1.1" 200 None
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_004/780x0__r.jpg?hash=1774617401 not downloaded yet
2026-03-27 15:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008964%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617401%27 HTTP/1.1" 200 None
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_005/780x0__r.jpg?hash=1774617401 not downloaded yet
2026-03-27 15:13:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008964%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617401%27 HTTP/1.1" 200 None
2026-03-27 15:13:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_006/780x0__r.jpg?hash=1774617401 not downloaded yet
2026-03-27 15:13:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009148> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:14 [ecarstrade.be] INFO: Extracting details for car 7009148auction111129
2026-03-27 15:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129
2026-03-27 15:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc9db59-c620-5e7b-a08d-3f66ffee999e with scrape type 1
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009148%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_001/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009148%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_002/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009148%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_003/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009148%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_004/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009148%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_005/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009148%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_006/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:13:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009004> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:14 [ecarstrade.be] INFO: Extracting details for car 7009004auction111129
2026-03-27 15:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129
2026-03-27 15:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with scrape type 1
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009004%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617480%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_001/780x0__r.jpg?hash=1774617480 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009004%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_002/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009004%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_003/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009004%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617481%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_004/780x0__r.jpg?hash=1774617481 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009004%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_005/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009004%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_006/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009124> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:14 [ecarstrade.be] INFO: Extracting details for car 7009124auction111129
2026-03-27 15:13:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129
2026-03-27 15:13:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8dedde0-2766-59af-bdc5-0d213e7105f9 with scrape type 1
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009124%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_001/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009124%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_002/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009124%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617708%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_003/780x0__r.jpg?hash=1774617708 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009124%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_004/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009124%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617708%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_005/780x0__r.jpg?hash=1774617708 not downloaded yet
2026-03-27 15:13:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009124%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617708%27 HTTP/1.1" 200 None
2026-03-27 15:13:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_006/780x0__r.jpg?hash=1774617708 not downloaded yet
2026-03-27 15:13:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009150> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:15 [ecarstrade.be] INFO: Extracting details for car 7009150auction111129
2026-03-27 15:13:15 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129
2026-03-27 15:13:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87347f80-f211-52e7-89eb-ff1caf9f5e4b with scrape type 1
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009150%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617749%27 HTTP/1.1" 200 None
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_001/780x0__r.jpg?hash=1774617749 not downloaded yet
2026-03-27 15:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009150%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617749%27 HTTP/1.1" 200 None
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_002/780x0__r.jpg?hash=1774617749 not downloaded yet
2026-03-27 15:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009150%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617749%27 HTTP/1.1" 200 None
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_003/780x0__r.jpg?hash=1774617749 not downloaded yet
2026-03-27 15:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009150%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617750%27 HTTP/1.1" 200 None
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_004/780x0__r.jpg?hash=1774617750 not downloaded yet
2026-03-27 15:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009150%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617750%27 HTTP/1.1" 200 None
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_005/780x0__r.jpg?hash=1774617750 not downloaded yet
2026-03-27 15:13:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009150%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617749%27 HTTP/1.1" 200 None
2026-03-27 15:13:15 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_006/780x0__r.jpg?hash=1774617749 not downloaded yet
2026-03-27 15:13:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008969> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:16 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:16 [ecarstrade.be] INFO: Extracting details for car 7008969auction111128
2026-03-27 15:13:16 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128
2026-03-27 15:13:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with scrape type 1
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008969%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617410%27 HTTP/1.1" 200 None
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_001/780x0__r.jpg?hash=1774617410 not downloaded yet
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008969%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617410%27 HTTP/1.1" 200 None
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_002/780x0__r.jpg?hash=1774617410 not downloaded yet
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008969%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617410%27 HTTP/1.1" 200 None
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_003/780x0__r.jpg?hash=1774617410 not downloaded yet
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008969%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617410%27 HTTP/1.1" 200 None
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_004/780x0__r.jpg?hash=1774617410 not downloaded yet
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008969%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617410%27 HTTP/1.1" 200 None
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_005/780x0__r.jpg?hash=1774617410 not downloaded yet
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008969%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617410%27 HTTP/1.1" 200 None
2026-03-27 15:13:16 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_006/780x0__r.jpg?hash=1774617410 not downloaded yet
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009126> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009151> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_006/780x0__r.jpg?hash=1774617361> (referer: https://ecarstrade.com/cars/7008944)
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_006/780x0__r.jpg?hash=1774617414> (referer: https://ecarstrade.com/cars/7008971)
2026-03-27 15:13:18 [ecarstrade.be] INFO: Extracting details for car 7009126auction111129
2026-03-27 15:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129
2026-03-27 15:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with scrape type 1
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009126%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_001/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_006/780x0__r.jpg?hash=1774617363> (referer: https://ecarstrade.com/cars/7008945)
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009126%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_002/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:13:18 [ecarstrade.be] INFO: Extracting details for car 7009151auction111129
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009126%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_003/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:13:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129
2026-03-27 15:13:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with scrape type 1
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009151%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617751%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_001/780x0__r.jpg?hash=1774617751 not downloaded yet
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_006/780x0__r.jpg?hash=1774617401> (referer: https://ecarstrade.com/cars/7008964)
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009126%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_004/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009151%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617750%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_002/780x0__r.jpg?hash=1774617750 not downloaded yet
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009126%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_005/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009151%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617751%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_003/780x0__r.jpg?hash=1774617751 not downloaded yet
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_006/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009148)
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009126%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617710%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_006/780x0__r.jpg?hash=1774617710 not downloaded yet
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_006/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009004)
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009151%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617751%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_004/780x0__r.jpg?hash=1774617751 not downloaded yet
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009151%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617750%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_005/780x0__r.jpg?hash=1774617750 not downloaded yet
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009151%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617751%27 HTTP/1.1" 200 None
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_006/780x0__r.jpg?hash=1774617751 not downloaded yet
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_006/780x0__r.jpg?hash=1774617749> (referer: https://ecarstrade.com/cars/7009150)
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_006/780x0__r.jpg?hash=1774617708> (referer: https://ecarstrade.com/cars/7009124)
2026-03-27 15:13:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_005/780x0__r.jpg?hash=1774617410> (referer: https://ecarstrade.com/cars/7008969)
2026-03-27 15:13:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_006/780x0__r.jpg?hash=1774617410> (referer: https://ecarstrade.com/cars/7008969)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_004/780x0__r.jpg?hash=1774617410> (referer: https://ecarstrade.com/cars/7008969)
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_003/780x0__r.jpg?hash=1774617410> (referer: https://ecarstrade.com/cars/7008969)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_001/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009126)
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_001/780x0__r.jpg?hash=1774617751> (referer: https://ecarstrade.com/cars/7009151)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_006/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009126)
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_005/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009126)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_006/780x0__r.jpg?hash=1774617751> (referer: https://ecarstrade.com/cars/7009151)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_005/780x0__r.jpg?hash=1774617750> (referer: https://ecarstrade.com/cars/7009151)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_004/780x0__r.jpg?hash=1774617751> (referer: https://ecarstrade.com/cars/7009151)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_003/780x0__r.jpg?hash=1774617751> (referer: https://ecarstrade.com/cars/7009151)
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_004/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009126)
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_002/780x0__r.jpg?hash=1774617750> (referer: https://ecarstrade.com/cars/7009151)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_002/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009126)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_003/780x0__r.jpg?hash=1774617710> (referer: https://ecarstrade.com/cars/7009126)
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b
2026-03-27 15:13:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b, skipping ID generation
2026-03-27 15:13:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with scrape type 1
2026-03-27 15:13:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b sending to next pipeline
2026-03-27 15:13:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b, identifier: 7009151auction111129
2026-03-27 15:13:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129
2026-03-27 15:13:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129
2026-03-27 15:13:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b with identifier: 7009151auction111129 to the API
2026-03-27 15:13:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009151/photo_002/780x0__r.jpg?hash=1774617750>
{'auction_title': '',
'c_o_2_emission_value': 154,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0b7fd36a-51fd-5daa-b7d8-c316b1ee5c3b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009151',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 196414,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2016 / 5P / SUV 2.0 TDI 150 DSG7 Carat',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2016 / 5P / SUV 2.0 TDI 150 DSG7 Carat',
'vin': None,
'year': 2021}
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009151auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:20 [ecarstrade.be] INFO: Saving data for 7009151auction111129: {'created_time': 1774624400.113337, 'last_price_update_time': 1774624400.113349, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009151auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_002/780x0__r.jpg?hash=1774617410> (referer: https://ecarstrade.com/cars/7008969)
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_001/780x0__r.jpg?hash=1774617410> (referer: https://ecarstrade.com/cars/7008969)
2026-03-27 15:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3
2026-03-27 15:13:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3, skipping ID generation
2026-03-27 15:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with scrape type 1
2026-03-27 15:13:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 sending to next pipeline
2026-03-27 15:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3, identifier: 7009126auction111129
2026-03-27 15:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129
2026-03-27 15:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129
2026-03-27 15:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3 with identifier: 7009126auction111129 to the API
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009126/photo_003/780x0__r.jpg?hash=1774617710>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'b8d102b8-f0eb-5f23-bc15-b14e3b1cf7f3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009126',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Skoda',
'model': 'Kodiaq',
'odometer': 158768,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kodiaq Business 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009126auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:20 [ecarstrade.be] INFO: Saving data for 7009126auction111129: {'created_time': 1774624400.648358, 'last_price_update_time': 1774624400.64837, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009126auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_005/780x0__r.jpg?hash=1774617750> (referer: https://ecarstrade.com/cars/7009150)
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_004/780x0__r.jpg?hash=1774617750> (referer: https://ecarstrade.com/cars/7009150)
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009001> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6
2026-03-27 15:13:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6, skipping ID generation
2026-03-27 15:13:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with scrape type 1
2026-03-27 15:13:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 sending to next pipeline
2026-03-27 15:13:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6, identifier: 7008969auction111128
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_002/780x0__r.jpg?hash=1774617749> (referer: https://ecarstrade.com/cars/7009150)
2026-03-27 15:13:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_003/780x0__r.jpg?hash=1774617749> (referer: https://ecarstrade.com/cars/7009150)
2026-03-27 15:13:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128
2026-03-27 15:13:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128
2026-03-27 15:13:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 846201a4-3f6f-5e07-b4ee-86eb85aa58a6 with identifier: 7008969auction111128 to the API
2026-03-27 15:13:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008969/photo_001/780x0__r.jpg?hash=1774617410>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '846201a4-3f6f-5e07-b4ee-86eb85aa58a6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008969',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 135856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-04-01',
'seats_number': 2,
'seller_name': None,
'title': 'Clio IV Air 1.5 dCi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Air 1.5 dCi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008969auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [ecarstrade.be] INFO: Saving data for 7008969auction111128: {'created_time': 1774624401.176727, 'last_price_update_time': 1774624401.176739, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008969auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:21 [ecarstrade.be] INFO: Extracting details for car 7009001auction111129
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_001/780x0__r.jpg?hash=1774617749> (referer: https://ecarstrade.com/cars/7009150)
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009018> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129
2026-03-27 15:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb26b456-1f6d-5ea3-9358-6295507c6df3 with scrape type 1
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009001%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_001/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009001%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_002/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009001%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_003/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_003/780x0__r.jpg?hash=1774617708> (referer: https://ecarstrade.com/cars/7009124)
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009001%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_004/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_002/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009124)
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009001%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_005/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_005/780x0__r.jpg?hash=1774617708> (referer: https://ecarstrade.com/cars/7009124)
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_004/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009124)
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009001%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617472%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_006/780x0__r.jpg?hash=1774617472 not downloaded yet
2026-03-27 15:13:21 [ecarstrade.be] INFO: Extracting details for car 7009018auction111129
2026-03-27 15:13:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_001/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009124)
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87347f80-f211-52e7-89eb-ff1caf9f5e4b
2026-03-27 15:13:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87347f80-f211-52e7-89eb-ff1caf9f5e4b, skipping ID generation
2026-03-27 15:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87347f80-f211-52e7-89eb-ff1caf9f5e4b with scrape type 1
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87347f80-f211-52e7-89eb-ff1caf9f5e4b sending to next pipeline
2026-03-27 15:13:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87347f80-f211-52e7-89eb-ff1caf9f5e4b, identifier: 7009150auction111129
2026-03-27 15:13:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129
2026-03-27 15:13:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with scrape type 1
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009018%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617522%27 HTTP/1.1" 200 None
2026-03-27 15:13:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_001/780x0__r.jpg?hash=1774617522 not downloaded yet
2026-03-27 15:13:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129
2026-03-27 15:13:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129
2026-03-27 15:13:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87347f80-f211-52e7-89eb-ff1caf9f5e4b with identifier: 7009150auction111129 to the API
2026-03-27 15:13:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009150/photo_001/780x0__r.jpg?hash=1774617749>
{'auction_title': '',
'c_o_2_emission_value': 37,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '87347f80-f211-52e7-89eb-ff1caf9f5e4b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009150',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 161692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Elegance',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 1.4 eHybrid 245 DSG6 Elegance',
'vin': None,
'year': 2022}
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009150auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:22 [ecarstrade.be] INFO: Saving data for 7009150auction111129: {'created_time': 1774624402.421198, 'last_price_update_time': 1774624402.421209, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009150auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_005/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009004)
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009018%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617522%27 HTTP/1.1" 200 None
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_002/780x0__r.jpg?hash=1774617522 not downloaded yet
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_003/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009004)
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_004/780x0__r.jpg?hash=1774617481> (referer: https://ecarstrade.com/cars/7009004)
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_002/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009004)
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009018%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617522%27 HTTP/1.1" 200 None
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_003/780x0__r.jpg?hash=1774617522 not downloaded yet
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009038> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009025> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a8dedde0-2766-59af-bdc5-0d213e7105f9
2026-03-27 15:13:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a8dedde0-2766-59af-bdc5-0d213e7105f9, skipping ID generation
2026-03-27 15:13:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a8dedde0-2766-59af-bdc5-0d213e7105f9 with scrape type 1
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a8dedde0-2766-59af-bdc5-0d213e7105f9 sending to next pipeline
2026-03-27 15:13:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a8dedde0-2766-59af-bdc5-0d213e7105f9, identifier: 7009124auction111129
2026-03-27 15:13:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129
2026-03-27 15:13:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129
2026-03-27 15:13:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a8dedde0-2766-59af-bdc5-0d213e7105f9 with identifier: 7009124auction111129 to the API
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009124/photo_001/780x0__r.jpg?hash=1774617707>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a8dedde0-2766-59af-bdc5-0d213e7105f9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009124',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 169670,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Karoq Style 2.0 TDI 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Style 2.0 TDI 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009124auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:22 [ecarstrade.be] INFO: Saving data for 7009124auction111129: {'created_time': 1774624402.892334, 'last_price_update_time': 1774624402.892346, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009124auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009018%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617522%27 HTTP/1.1" 200 None
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_004/780x0__r.jpg?hash=1774617522 not downloaded yet
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_004/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009148)
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_003/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7009001)
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_005/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009148)
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_001/780x0__r.jpg?hash=1774617480> (referer: https://ecarstrade.com/cars/7009004)
2026-03-27 15:13:22 [ecarstrade.be] INFO: Extracting details for car 7009038auction111129
2026-03-27 15:13:22 [ecarstrade.be] INFO: Extracting details for car 7009025auction111129
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_002/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7009001)
2026-03-27 15:13:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009018%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617523%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_005/780x0__r.jpg?hash=1774617523 not downloaded yet
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008996> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_005/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7009001)
2026-03-27 15:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129
2026-03-27 15:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c677d78-bcab-58c2-a552-35b68a6d3fbc with scrape type 1
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009038%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617561%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_001/780x0__r.jpg?hash=1774617561 not downloaded yet
2026-03-27 15:13:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129
2026-03-27 15:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with scrape type 1
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009025%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_001/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009018%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617522%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_006/780x0__r.jpg?hash=1774617522 not downloaded yet
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_004/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7009001)
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_006/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7009001)
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_001/780x0__r.jpg?hash=1774617522> (referer: https://ecarstrade.com/cars/7009018)
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_002/780x0__r.jpg?hash=1774617522> (referer: https://ecarstrade.com/cars/7009018)
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009038%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617561%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_002/780x0__r.jpg?hash=1774617561 not downloaded yet
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009025%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_002/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_001/780x0__r.jpg?hash=1774617472> (referer: https://ecarstrade.com/cars/7009001)
2026-03-27 15:13:23 [ecarstrade.be] INFO: Extracting details for car 7008996auction111129
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd
2026-03-27 15:13:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd, skipping ID generation
2026-03-27 15:13:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with scrape type 1
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd sending to next pipeline
2026-03-27 15:13:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd, identifier: 7009004auction111129
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_003/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009148)
2026-03-27 15:13:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_002/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009148)
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009038%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617561%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_003/780x0__r.jpg?hash=1774617561 not downloaded yet
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009025%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617534%27 HTTP/1.1" 200 None
2026-03-27 15:13:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_003/780x0__r.jpg?hash=1774617534 not downloaded yet
2026-03-27 15:13:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129
2026-03-27 15:13:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129
2026-03-27 15:13:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2c8d6fb5-3fc9-5907-a3a8-353aafe445cd with identifier: 7009004auction111129 to the API
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009004/photo_001/780x0__r.jpg?hash=1774617480>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2c8d6fb5-3fc9-5907-a3a8-353aafe445cd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009004',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'BMW',
'model': '318',
'odometer': 143730,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 3 Touring / 2022 / 5P / Break 318d 150ch Business Design '
'BVA8',
'transmission': 'automatic',
'trim': 'Série 3 Touring / 2022 / 5P / Break d 150ch Business Design BVA8',
'vin': None,
'year': 2022}
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009004auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [ecarstrade.be] INFO: Saving data for 7009004auction111129: {'created_time': 1774624404.058193, 'last_price_update_time': 1774624404.058204, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009004auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129
2026-03-27 15:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8efdcdf-c0d9-57c6-92db-338c025f731e with scrape type 1
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008996%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617465%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_001/780x0__r.jpg?hash=1774617465 not downloaded yet
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_001/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009148)
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_003/780x0__r.jpg?hash=1774617522> (referer: https://ecarstrade.com/cars/7009018)
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_005/780x0__r.jpg?hash=1774617401> (referer: https://ecarstrade.com/cars/7008964)
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_003/780x0__r.jpg?hash=1774617401> (referer: https://ecarstrade.com/cars/7008964)
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_004/780x0__r.jpg?hash=1774617401> (referer: https://ecarstrade.com/cars/7008964)
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009038%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617561%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_004/780x0__r.jpg?hash=1774617561 not downloaded yet
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009025%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_004/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008996%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617465%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_002/780x0__r.jpg?hash=1774617465 not downloaded yet
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_004/780x0__r.jpg?hash=1774617522> (referer: https://ecarstrade.com/cars/7009018)
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009038%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617561%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_005/780x0__r.jpg?hash=1774617561 not downloaded yet
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009025%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_005/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bb26b456-1f6d-5ea3-9358-6295507c6df3
2026-03-27 15:13:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bb26b456-1f6d-5ea3-9358-6295507c6df3, skipping ID generation
2026-03-27 15:13:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bb26b456-1f6d-5ea3-9358-6295507c6df3 with scrape type 1
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bb26b456-1f6d-5ea3-9358-6295507c6df3 sending to next pipeline
2026-03-27 15:13:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bb26b456-1f6d-5ea3-9358-6295507c6df3, identifier: 7009001auction111129
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_002/780x0__r.jpg?hash=1774617401> (referer: https://ecarstrade.com/cars/7008964)
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008996%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617464%27 HTTP/1.1" 200 None
2026-03-27 15:13:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_003/780x0__r.jpg?hash=1774617464 not downloaded yet
2026-03-27 15:13:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129
2026-03-27 15:13:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129
2026-03-27 15:13:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bb26b456-1f6d-5ea3-9358-6295507c6df3 with identifier: 7009001auction111129 to the API
2026-03-27 15:13:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009001/photo_001/780x0__r.jpg?hash=1774617472>
{'auction_title': '',
'c_o_2_emission_value': 14,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'bb26b456-1f6d-5ea3-9358-6295507c6df3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009001',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'BMW 220 Active Tourer',
'odometer': 151340,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': None,
'seller_name': None,
'title': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'transmission': 'automatic',
'trim': 'BMW Série 2 Active Tourer / 2021 / 5P / monospace 225e xDrive 245ch '
'Business Design DKG7',
'vin': None,
'year': 2023}
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009001auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [ecarstrade.be] INFO: Saving data for 7009001auction111129: {'created_time': 1774624405.179744, 'last_price_update_time': 1774624405.179755, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009001auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_006/780x0__r.jpg?hash=1774617522> (referer: https://ecarstrade.com/cars/7009018)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_001/780x0__r.jpg?hash=1774617401> (referer: https://ecarstrade.com/cars/7008964)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_005/780x0__r.jpg?hash=1774617523> (referer: https://ecarstrade.com/cars/7009018)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_001/780x0__r.jpg?hash=1774617561> (referer: https://ecarstrade.com/cars/7009038)
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009038%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617561%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_006/780x0__r.jpg?hash=1774617561 not downloaded yet
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009025%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_006/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_005/780x0__r.jpg?hash=1774617363> (referer: https://ecarstrade.com/cars/7008945)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_001/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009025)
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008996%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617464%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_004/780x0__r.jpg?hash=1774617464 not downloaded yet
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dfc9db59-c620-5e7b-a08d-3f66ffee999e
2026-03-27 15:13:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dfc9db59-c620-5e7b-a08d-3f66ffee999e, skipping ID generation
2026-03-27 15:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dfc9db59-c620-5e7b-a08d-3f66ffee999e with scrape type 1
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dfc9db59-c620-5e7b-a08d-3f66ffee999e sending to next pipeline
2026-03-27 15:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dfc9db59-c620-5e7b-a08d-3f66ffee999e, identifier: 7009148auction111129
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129
2026-03-27 15:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129
2026-03-27 15:13:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dfc9db59-c620-5e7b-a08d-3f66ffee999e with identifier: 7009148auction111129 to the API
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009148/photo_001/780x0__r.jpg?hash=1774617745>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'dfc9db59-c620-5e7b-a08d-3f66ffee999e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009148',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 204836,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life Business',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life Business',
'vin': None,
'year': 2023}
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009148auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [ecarstrade.be] INFO: Saving data for 7009148auction111129: {'created_time': 1774624405.645245, 'last_price_update_time': 1774624405.645257, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009148auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008996%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617464%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_005/780x0__r.jpg?hash=1774617464 not downloaded yet
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_003/780x0__r.jpg?hash=1774617361> (referer: https://ecarstrade.com/cars/7008945)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_002/780x0__r.jpg?hash=1774617561> (referer: https://ecarstrade.com/cars/7009038)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_002/780x0__r.jpg?hash=1774617361> (referer: https://ecarstrade.com/cars/7008945)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_003/780x0__r.jpg?hash=1774617561> (referer: https://ecarstrade.com/cars/7009038)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_004/780x0__r.jpg?hash=1774617363> (referer: https://ecarstrade.com/cars/7008945)
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_002/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009025)
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3055c60e-92fc-5431-849f-260e87e2d9ab
2026-03-27 15:13:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3055c60e-92fc-5431-849f-260e87e2d9ab, skipping ID generation
2026-03-27 15:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3055c60e-92fc-5431-849f-260e87e2d9ab with scrape type 1
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3055c60e-92fc-5431-849f-260e87e2d9ab sending to next pipeline
2026-03-27 15:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3055c60e-92fc-5431-849f-260e87e2d9ab, identifier: 7008964auction111128
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 278366cb-a71c-5d6e-aa57-a821ab9da4d0
2026-03-27 15:13:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 278366cb-a71c-5d6e-aa57-a821ab9da4d0, skipping ID generation
2026-03-27 15:13:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with scrape type 1
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 278366cb-a71c-5d6e-aa57-a821ab9da4d0 sending to next pipeline
2026-03-27 15:13:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 278366cb-a71c-5d6e-aa57-a821ab9da4d0, identifier: 7009018auction111129
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_003/780x0__r.jpg?hash=1774617534> (referer: https://ecarstrade.com/cars/7009025)
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008996%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617464%27 HTTP/1.1" 200 None
2026-03-27 15:13:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_006/780x0__r.jpg?hash=1774617464 not downloaded yet
2026-03-27 15:13:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128
2026-03-27 15:13:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128
2026-03-27 15:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3055c60e-92fc-5431-849f-260e87e2d9ab with identifier: 7008964auction111128 to the API
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008964/photo_001/780x0__r.jpg?hash=1774617401>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3055c60e-92fc-5431-849f-260e87e2d9ab',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008964',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Expert',
'odometer': 208450,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 3,
'seller_name': None,
'title': 'Expert Fourgon Premium L3 2.0 HDi 120CV BVM6 E6',
'transmission': 'manual',
'trim': 'Fourgon Premium L3 2.0 HDi 120CV BVM6 E6',
'vin': None,
'year': 2019}
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008964auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:26 [ecarstrade.be] INFO: Saving data for 7008964auction111128: {'created_time': 1774624406.315518, 'last_price_update_time': 1774624406.315529, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008964auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129
2026-03-27 15:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129
2026-03-27 15:13:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 278366cb-a71c-5d6e-aa57-a821ab9da4d0 with identifier: 7009018auction111129 to the API
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009018/photo_005/780x0__r.jpg?hash=1774617523>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '278366cb-a71c-5d6e-aa57-a821ab9da4d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009018',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 146765,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'DS DS 7 Crossback / 2017 / 5P / SUV BlueHDi 130 Auto PERFORMANCE '
'Line +',
'transmission': 'automatic',
'trim': 'DS DS 7 Crossback / 2017 / 5P / SUV BlueHDi 130 Auto PERFORMANCE '
'Line +',
'vin': None,
'year': 2022}
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009018auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:26 [ecarstrade.be] INFO: Saving data for 7009018auction111129: {'created_time': 1774624406.648195, 'last_price_update_time': 1774624406.648207, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009018auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_002/780x0__r.jpg?hash=1774617465> (referer: https://ecarstrade.com/cars/7008996)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_003/780x0__r.jpg?hash=1774617464> (referer: https://ecarstrade.com/cars/7008996)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_005/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009025)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_004/780x0__r.jpg?hash=1774617561> (referer: https://ecarstrade.com/cars/7009038)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_005/780x0__r.jpg?hash=1774617561> (referer: https://ecarstrade.com/cars/7009038)
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_004/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009025)
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_001/780x0__r.jpg?hash=1774617465> (referer: https://ecarstrade.com/cars/7008996)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_001/780x0__r.jpg?hash=1774617360> (referer: https://ecarstrade.com/cars/7008945)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_004/780x0__r.jpg?hash=1774617414> (referer: https://ecarstrade.com/cars/7008971)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_003/780x0__r.jpg?hash=1774617415> (referer: https://ecarstrade.com/cars/7008971)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_004/780x0__r.jpg?hash=1774617464> (referer: https://ecarstrade.com/cars/7008996)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_006/780x0__r.jpg?hash=1774617561> (referer: https://ecarstrade.com/cars/7009038)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_006/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009025)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_005/780x0__r.jpg?hash=1774617414> (referer: https://ecarstrade.com/cars/7008971)
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_005/780x0__r.jpg?hash=1774617464> (referer: https://ecarstrade.com/cars/7008996)
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_006/780x0__r.jpg?hash=1774617464> (referer: https://ecarstrade.com/cars/7008996)
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_002/780x0__r.jpg?hash=1774617414> (referer: https://ecarstrade.com/cars/7008971)
2026-03-27 15:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_002/780x0__r.jpg?hash=1774617360> (referer: https://ecarstrade.com/cars/7008944)
2026-03-27 15:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_005/780x0__r.jpg?hash=1774617361> (referer: https://ecarstrade.com/cars/7008944)
2026-03-27 15:13:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdef3a69-d835-54c2-b070-86727b6f509a
2026-03-27 15:13:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdef3a69-d835-54c2-b070-86727b6f509a, skipping ID generation
2026-03-27 15:13:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdef3a69-d835-54c2-b070-86727b6f509a with scrape type 1
2026-03-27 15:13:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdef3a69-d835-54c2-b070-86727b6f509a sending to next pipeline
2026-03-27 15:13:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdef3a69-d835-54c2-b070-86727b6f509a, identifier: 7008945auction111128
2026-03-27 15:13:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128
2026-03-27 15:13:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128
2026-03-27 15:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdef3a69-d835-54c2-b070-86727b6f509a with identifier: 7008945auction111128 to the API
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008945/photo_001/780x0__r.jpg?hash=1774617360>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cdef3a69-d835-54c2-b070-86727b6f509a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008945',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 153666,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': None,
'seller_name': None,
'title': 'Berlingo Fourgon Club XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Fourgon Club XL 950 1.5 BlueHDi 100CV BVM5 E6dT',
'vin': None,
'year': 2019}
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008945auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:27 [ecarstrade.be] INFO: Saving data for 7008945auction111128: {'created_time': 1774624407.251783, 'last_price_update_time': 1774624407.251794, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008945auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_001/780x0__r.jpg?hash=1774617414> (referer: https://ecarstrade.com/cars/7008971)
2026-03-27 15:13:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_003/780x0__r.jpg?hash=1774617360> (referer: https://ecarstrade.com/cars/7008944)
2026-03-27 15:13:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_001/780x0__r.jpg?hash=1774617361> (referer: https://ecarstrade.com/cars/7008944)
2026-03-27 15:13:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_004/780x0__r.jpg?hash=1774617360> (referer: https://ecarstrade.com/cars/7008944)
2026-03-27 15:13:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c677d78-bcab-58c2-a552-35b68a6d3fbc
2026-03-27 15:13:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c677d78-bcab-58c2-a552-35b68a6d3fbc, skipping ID generation
2026-03-27 15:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c677d78-bcab-58c2-a552-35b68a6d3fbc with scrape type 1
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c677d78-bcab-58c2-a552-35b68a6d3fbc sending to next pipeline
2026-03-27 15:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c677d78-bcab-58c2-a552-35b68a6d3fbc, identifier: 7009038auction111129
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61
2026-03-27 15:13:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61, skipping ID generation
2026-03-27 15:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with scrape type 1
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 sending to next pipeline
2026-03-27 15:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61, identifier: 7009025auction111129
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8efdcdf-c0d9-57c6-92db-338c025f731e
2026-03-27 15:13:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8efdcdf-c0d9-57c6-92db-338c025f731e, skipping ID generation
2026-03-27 15:13:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8efdcdf-c0d9-57c6-92db-338c025f731e with scrape type 1
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8efdcdf-c0d9-57c6-92db-338c025f731e sending to next pipeline
2026-03-27 15:13:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8efdcdf-c0d9-57c6-92db-338c025f731e, identifier: 7008996auction111129
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129
2026-03-27 15:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129
2026-03-27 15:13:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c677d78-bcab-58c2-a552-35b68a6d3fbc with identifier: 7009038auction111129 to the API
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009038/photo_006/780x0__r.jpg?hash=1774617561>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7c677d78-bcab-58c2-a552-35b68a6d3fbc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009038',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 134145,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace B 180 d Business '
'Line Edition BA8',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace d Business Line '
'Edition BA8',
'vin': None,
'year': 2022}
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009038auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:27 [ecarstrade.be] INFO: Saving data for 7009038auction111129: {'created_time': 1774624407.94939, 'last_price_update_time': 1774624407.949402, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009038auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129
2026-03-27 15:13:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129
2026-03-27 15:13:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 14312b73-f2fd-5d2d-b4db-cd2765ee3a61 with identifier: 7009025auction111129 to the API
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009025/photo_006/780x0__r.jpg?hash=1774617533>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '14312b73-f2fd-5d2d-b4db-cd2765ee3a61',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009025',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 200022,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson 2020 5P SUV 16 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI 2020 5P SUV 16 PHEV 265 HTRAC EXECUTIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009025auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:28 [ecarstrade.be] INFO: Saving data for 7009025auction111129: {'created_time': 1774624408.712257, 'last_price_update_time': 1774624408.712269, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009025auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129
2026-03-27 15:13:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129
2026-03-27 15:13:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8efdcdf-c0d9-57c6-92db-338c025f731e with identifier: 7008996auction111129 to the API
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008996/photo_006/780x0__r.jpg?hash=1774617464>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8efdcdf-c0d9-57c6-92db-338c025f731e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008996',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Audi',
'model': 'A5',
'odometer': 149203,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A5 Sportback / 2016 / 5P / Berline &35 TDI 150 S TRONIC 7 BUSI '
'LINE SB',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2016 / 5P / Berline &35 TDI 150 S TRONIC 7 BUSI '
'LINE SB',
'vin': None,
'year': 2019}
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008996auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:29 [ecarstrade.be] INFO: Saving data for 7008996auction111129: {'created_time': 1774624409.053421, 'last_price_update_time': 1774624409.053434, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008996auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 41c323e0-b86c-5246-a253-92045721dd80
2026-03-27 15:13:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 41c323e0-b86c-5246-a253-92045721dd80, skipping ID generation
2026-03-27 15:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 41c323e0-b86c-5246-a253-92045721dd80 with scrape type 1
2026-03-27 15:13:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 41c323e0-b86c-5246-a253-92045721dd80 sending to next pipeline
2026-03-27 15:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 41c323e0-b86c-5246-a253-92045721dd80, identifier: 7008971auction111128
2026-03-27 15:13:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe
2026-03-27 15:13:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe, skipping ID generation
2026-03-27 15:13:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with scrape type 1
2026-03-27 15:13:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe sending to next pipeline
2026-03-27 15:13:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe, identifier: 7008944auction111128
2026-03-27 15:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128
2026-03-27 15:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128
2026-03-27 15:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 41c323e0-b86c-5246-a253-92045721dd80 with identifier: 7008971auction111128 to the API
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008971/photo_001/780x0__r.jpg?hash=1774617414>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '41c323e0-b86c-5246-a253-92045721dd80',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008971',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 134567,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-07-01',
'seats_number': None,
'seller_name': None,
'title': 'Kangoo Express Grand Confort (L1) 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'Express Grand Confort (L1) 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008971auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:29 [ecarstrade.be] INFO: Saving data for 7008971auction111128: {'created_time': 1774624409.576102, 'last_price_update_time': 1774624409.576114, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008971auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128
2026-03-27 15:13:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128
2026-03-27 15:13:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe with identifier: 7008944auction111128 to the API
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008944/photo_004/780x0__r.jpg?hash=1774617360>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '538b000e-0f7a-533b-9ea1-0a3e1e5ce9fe',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008944',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 145694,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 650 1.6 BlueHDi 75CV BVM5 E6',
'transmission': 'manual',
'trim': 'Fourgon Club M 650 1.6 BlueHDi 75CV BVM5 E6',
'vin': None,
'year': 2019}
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008944auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:29 [ecarstrade.be] INFO: Saving data for 7008944auction111128: {'created_time': 1774624409.897756, 'last_price_update_time': 1774624409.897768, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008944auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008972> (referer: https://ecarstrade.com/search/page133?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:30 [ecarstrade.be] INFO: Extracting details for car 7008972auction111128
2026-03-27 15:13:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128
2026-03-27 15:13:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fdf271-8baf-54c7-ab71-23576e72fe26 with scrape type 1
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008972%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617417%27 HTTP/1.1" 200 None
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_001/780x0__r.jpg?hash=1774617417 not downloaded yet
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008972%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617417%27 HTTP/1.1" 200 None
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_002/780x0__r.jpg?hash=1774617417 not downloaded yet
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008972%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617417%27 HTTP/1.1" 200 None
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_003/780x0__r.jpg?hash=1774617417 not downloaded yet
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008972%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617417%27 HTTP/1.1" 200 None
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_004/780x0__r.jpg?hash=1774617417 not downloaded yet
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008972%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617419%27 HTTP/1.1" 200 None
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_005/780x0__r.jpg?hash=1774617419 not downloaded yet
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008972%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617417%27 HTTP/1.1" 200 None
2026-03-27 15:13:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_006/780x0__r.jpg?hash=1774617417 not downloaded yet
2026-03-27 15:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009141> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:35 [ecarstrade.be] INFO: Extracting details for car 7009141auction111129
2026-03-27 15:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129
2026-03-27 15:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafad228-b776-5e83-be01-71a34aaf03eb with scrape type 1
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009141%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_001/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009141%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_002/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:13:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009034> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009141%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_003/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009141%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_004/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009141%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_005/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009141%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_006/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:13:35 [ecarstrade.be] INFO: Extracting details for car 7009034auction111129
2026-03-27 15:13:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129
2026-03-27 15:13:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 900f9f7c-1774-59cb-a197-7a126aba6849 with scrape type 1
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009034%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617557%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_001/780x0__r.jpg?hash=1774617557 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009034%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617557%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_002/780x0__r.jpg?hash=1774617557 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009034%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617557%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_003/780x0__r.jpg?hash=1774617557 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009034%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617557%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_004/780x0__r.jpg?hash=1774617557 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009034%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617557%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_005/780x0__r.jpg?hash=1774617557 not downloaded yet
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009034%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617557%27 HTTP/1.1" 200 None
2026-03-27 15:13:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_006/780x0__r.jpg?hash=1774617557 not downloaded yet
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009031> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_005/780x0__r.jpg?hash=1774617405> (referer: https://ecarstrade.com/cars/7008967)
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009005> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:36 [ecarstrade.be] INFO: Extracting details for car 7009031auction111129
2026-03-27 15:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129
2026-03-27 15:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7128031-f347-5076-a875-97f8a8008d91 with scrape type 1
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009031%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617552%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_001/780x0__r.jpg?hash=1774617552 not downloaded yet
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009031%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617552%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_002/780x0__r.jpg?hash=1774617552 not downloaded yet
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_004/780x0__r.jpg?hash=1774617405> (referer: https://ecarstrade.com/cars/7008967)
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009031%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617552%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_003/780x0__r.jpg?hash=1774617552 not downloaded yet
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009031%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617552%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_004/780x0__r.jpg?hash=1774617552 not downloaded yet
2026-03-27 15:13:36 [ecarstrade.be] INFO: Extracting details for car 7009005auction111129
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_003/780x0__r.jpg?hash=1774617405> (referer: https://ecarstrade.com/cars/7008967)
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009031%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_005/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129
2026-03-27 15:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9373dde1-4415-5398-bf91-14d34171b752 with scrape type 1
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009005%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617485%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_001/780x0__r.jpg?hash=1774617485 not downloaded yet
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009031%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617552%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_006/780x0__r.jpg?hash=1774617552 not downloaded yet
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009005%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_002/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_002/780x0__r.jpg?hash=1774617405> (referer: https://ecarstrade.com/cars/7008967)
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009005%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_003/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009005%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617484%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_004/780x0__r.jpg?hash=1774617484 not downloaded yet
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009005%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_005/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_003/780x0__r.jpg?hash=1774617407> (referer: https://ecarstrade.com/cars/7008968)
2026-03-27 15:13:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_002/780x0__r.jpg?hash=1774617407> (referer: https://ecarstrade.com/cars/7008968)
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009005%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617482%27 HTTP/1.1" 200 None
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_006/780x0__r.jpg?hash=1774617482 not downloaded yet
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9cd6b5be-b1a1-583b-a521-184cd5b75025
2026-03-27 15:13:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9cd6b5be-b1a1-583b-a521-184cd5b75025, skipping ID generation
2026-03-27 15:13:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cd6b5be-b1a1-583b-a521-184cd5b75025 with scrape type 1
2026-03-27 15:13:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9cd6b5be-b1a1-583b-a521-184cd5b75025 sending to next pipeline
2026-03-27 15:13:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cd6b5be-b1a1-583b-a521-184cd5b75025, identifier: 7008967auction111128
2026-03-27 15:13:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128
2026-03-27 15:13:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128
2026-03-27 15:13:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cd6b5be-b1a1-583b-a521-184cd5b75025 with identifier: 7008967auction111128 to the API
2026-03-27 15:13:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008967/photo_002/780x0__r.jpg?hash=1774617405>
{'auction_title': '',
'c_o_2_emission_value': 150,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9cd6b5be-b1a1-583b-a521-184cd5b75025',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008967',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 197789,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner Premium L1 1.5 HDi 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Premium L1 1.5 HDi 130CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008967auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [ecarstrade.be] INFO: Saving data for 7008967auction111128: {'created_time': 1774624417.488015, 'last_price_update_time': 1774624417.488027, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008967auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_001/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009141)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_006/780x0__r.jpg?hash=1774617417> (referer: https://ecarstrade.com/cars/7008972)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009043> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009149> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009030> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_006/780x0__r.jpg?hash=1774617557> (referer: https://ecarstrade.com/cars/7009034)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_004/780x0__r.jpg?hash=1774617552> (referer: https://ecarstrade.com/cars/7009031)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_004/780x0__r.jpg?hash=1774617557> (referer: https://ecarstrade.com/cars/7009034)
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_006/780x0__r.jpg?hash=1774617552> (referer: https://ecarstrade.com/cars/7009031)
2026-03-27 15:13:37 [ecarstrade.be] INFO: Extracting details for car 7009043auction111129
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_005/780x0__r.jpg?hash=1774617557> (referer: https://ecarstrade.com/cars/7009034)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_002/780x0__r.jpg?hash=1774617552> (referer: https://ecarstrade.com/cars/7009031)
2026-03-27 15:13:37 [ecarstrade.be] INFO: Extracting details for car 7009149auction111129
2026-03-27 15:13:37 [ecarstrade.be] INFO: Extracting details for car 7009030auction111129
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_006/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009005)
2026-03-27 15:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129
2026-03-27 15:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e973216a-2d1f-5308-a845-ce548fe585d4 with scrape type 1
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009043%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_001/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129
2026-03-27 15:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with scrape type 1
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009149%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617748%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_001/780x0__r.jpg?hash=1774617748 not downloaded yet
2026-03-27 15:13:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129
2026-03-27 15:13:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with scrape type 1
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009030%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617550%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_001/780x0__r.jpg?hash=1774617550 not downloaded yet
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_005/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009005)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_004/780x0__r.jpg?hash=1774617484> (referer: https://ecarstrade.com/cars/7009005)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_002/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009005)
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009043%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617568%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_002/780x0__r.jpg?hash=1774617568 not downloaded yet
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009149%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617746%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_002/780x0__r.jpg?hash=1774617746 not downloaded yet
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009030%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617549%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_002/780x0__r.jpg?hash=1774617549 not downloaded yet
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_003/780x0__r.jpg?hash=1774617482> (referer: https://ecarstrade.com/cars/7009005)
2026-03-27 15:13:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_001/780x0__r.jpg?hash=1774617485> (referer: https://ecarstrade.com/cars/7009005)
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009043%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_003/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009149%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617746%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_003/780x0__r.jpg?hash=1774617746 not downloaded yet
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009030%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617549%27 HTTP/1.1" 200 None
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_003/780x0__r.jpg?hash=1774617549 not downloaded yet
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009043%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_004/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009149%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617746%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_004/780x0__r.jpg?hash=1774617746 not downloaded yet
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009030%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617549%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_004/780x0__r.jpg?hash=1774617549 not downloaded yet
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_005/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009031)
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_001/780x0__r.jpg?hash=1774617552> (referer: https://ecarstrade.com/cars/7009031)
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_003/780x0__r.jpg?hash=1774617552> (referer: https://ecarstrade.com/cars/7009031)
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009043%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_005/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009149%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617747%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_005/780x0__r.jpg?hash=1774617747 not downloaded yet
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009030%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617549%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_005/780x0__r.jpg?hash=1774617549 not downloaded yet
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_002/780x0__r.jpg?hash=1774617557> (referer: https://ecarstrade.com/cars/7009034)
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_003/780x0__r.jpg?hash=1774617557> (referer: https://ecarstrade.com/cars/7009034)
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009043%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_006/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009149%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617747%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_006/780x0__r.jpg?hash=1774617747 not downloaded yet
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009030%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617549%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_006/780x0__r.jpg?hash=1774617549 not downloaded yet
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009028> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9373dde1-4415-5398-bf91-14d34171b752
2026-03-27 15:13:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9373dde1-4415-5398-bf91-14d34171b752, skipping ID generation
2026-03-27 15:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9373dde1-4415-5398-bf91-14d34171b752 with scrape type 1
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9373dde1-4415-5398-bf91-14d34171b752 sending to next pipeline
2026-03-27 15:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9373dde1-4415-5398-bf91-14d34171b752, identifier: 7009005auction111129
2026-03-27 15:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129
2026-03-27 15:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129
2026-03-27 15:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9373dde1-4415-5398-bf91-14d34171b752 with identifier: 7009005auction111129 to the API
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009005/photo_001/780x0__r.jpg?hash=1774617485>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9373dde1-4415-5398-bf91-14d34171b752',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009005',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '318',
'odometer': 176936,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Série 3 Berline 318 d Lounge 2.0 150CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Série 3 Berline d Lounge 2.0 150CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009005auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [ecarstrade.be] INFO: Saving data for 7009005auction111129: {'created_time': 1774624418.59853, 'last_price_update_time': 1774624418.598544, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009005auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_006/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009141)
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_005/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009141)
2026-03-27 15:13:38 [ecarstrade.be] INFO: Extracting details for car 7009028auction111129
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_001/780x0__r.jpg?hash=1774617748> (referer: https://ecarstrade.com/cars/7009149)
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_001/780x0__r.jpg?hash=1774617550> (referer: https://ecarstrade.com/cars/7009030)
2026-03-27 15:13:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_001/780x0__r.jpg?hash=1774617557> (referer: https://ecarstrade.com/cars/7009034)
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b7128031-f347-5076-a875-97f8a8008d91
2026-03-27 15:13:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b7128031-f347-5076-a875-97f8a8008d91, skipping ID generation
2026-03-27 15:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b7128031-f347-5076-a875-97f8a8008d91 with scrape type 1
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b7128031-f347-5076-a875-97f8a8008d91 sending to next pipeline
2026-03-27 15:13:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b7128031-f347-5076-a875-97f8a8008d91, identifier: 7009031auction111129
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:38 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129
2026-03-27 15:13:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e6d532-30fe-5607-9882-fcdebea0f4d0 with scrape type 1
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009028%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:13:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_001/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:13:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129
2026-03-27 15:13:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129
2026-03-27 15:13:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b7128031-f347-5076-a875-97f8a8008d91 with identifier: 7009031auction111129 to the API
2026-03-27 15:13:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009031/photo_003/780x0__r.jpg?hash=1774617552>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b7128031-f347-5076-a875-97f8a8008d91',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009031',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 142665,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sportage Design Hybrid 4WD 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 4WD 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009031auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [ecarstrade.be] INFO: Saving data for 7009031auction111129: {'created_time': 1774624419.137331, 'last_price_update_time': 1774624419.137345, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009031auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_002/780x0__r.jpg?hash=1774617549> (referer: https://ecarstrade.com/cars/7009030)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_004/780x0__r.jpg?hash=1774617746> (referer: https://ecarstrade.com/cars/7009149)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_002/780x0__r.jpg?hash=1774617746> (referer: https://ecarstrade.com/cars/7009149)
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009028%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_002/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_001/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009043)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_004/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009043)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_004/780x0__r.jpg?hash=1774617549> (referer: https://ecarstrade.com/cars/7009030)
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 900f9f7c-1774-59cb-a197-7a126aba6849
2026-03-27 15:13:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 900f9f7c-1774-59cb-a197-7a126aba6849, skipping ID generation
2026-03-27 15:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 900f9f7c-1774-59cb-a197-7a126aba6849 with scrape type 1
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 900f9f7c-1774-59cb-a197-7a126aba6849 sending to next pipeline
2026-03-27 15:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 900f9f7c-1774-59cb-a197-7a126aba6849, identifier: 7009034auction111129
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009028%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_003/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129
2026-03-27 15:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129
2026-03-27 15:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 900f9f7c-1774-59cb-a197-7a126aba6849 with identifier: 7009034auction111129 to the API
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009034/photo_001/780x0__r.jpg?hash=1774617557>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '900f9f7c-1774-59cb-a197-7a126aba6849',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009034',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 156671,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sportage Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Design Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009034auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [ecarstrade.be] INFO: Saving data for 7009034auction111129: {'created_time': 1774624419.589022, 'last_price_update_time': 1774624419.589035, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009034auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_006/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009043)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_006/780x0__r.jpg?hash=1774617549> (referer: https://ecarstrade.com/cars/7009030)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_005/780x0__r.jpg?hash=1774617747> (referer: https://ecarstrade.com/cars/7009149)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_005/780x0__r.jpg?hash=1774617549> (referer: https://ecarstrade.com/cars/7009030)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_005/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009043)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_006/780x0__r.jpg?hash=1774617747> (referer: https://ecarstrade.com/cars/7009149)
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009028%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617537%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_004/780x0__r.jpg?hash=1774617537 not downloaded yet
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009028%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617537%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_005/780x0__r.jpg?hash=1774617537 not downloaded yet
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009028%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617537%27 HTTP/1.1" 200 None
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_006/780x0__r.jpg?hash=1774617537 not downloaded yet
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_001/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009028)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_003/780x0__r.jpg?hash=1774617746> (referer: https://ecarstrade.com/cars/7009149)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_003/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009043)
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_002/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009141)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_004/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009141)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_003/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009028)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_003/780x0__r.jpg?hash=1774617549> (referer: https://ecarstrade.com/cars/7009030)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_002/780x0__r.jpg?hash=1774617568> (referer: https://ecarstrade.com/cars/7009043)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_002/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009028)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_005/780x0__r.jpg?hash=1774617419> (referer: https://ecarstrade.com/cars/7008972)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_003/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009141)
2026-03-27 15:13:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_003/780x0__r.jpg?hash=1774617417> (referer: https://ecarstrade.com/cars/7008972)
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e
2026-03-27 15:13:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e, skipping ID generation
2026-03-27 15:13:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with scrape type 1
2026-03-27 15:13:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 31dca0dd-b57a-5d3c-b8c2-436b3f87973e sending to next pipeline
2026-03-27 15:13:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e, identifier: 7009149auction111129
2026-03-27 15:13:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129
2026-03-27 15:13:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129
2026-03-27 15:13:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 31dca0dd-b57a-5d3c-b8c2-436b3f87973e with identifier: 7009149auction111129 to the API
2026-03-27 15:13:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009149/photo_003/780x0__r.jpg?hash=1774617746>
{'auction_title': '',
'c_o_2_emission_value': 157,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '31dca0dd-b57a-5d3c-b8c2-436b3f87973e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009149',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 199879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 7,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan Allspace / 2021 / 5P / SUV 1.5 TSI 150 DSG7 LIFE '
'BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN Allspace / 2021 / 5P / SUV 1.5 TSI 150 DSG7 LIFE '
'BUSINESS',
'vin': None,
'year': 2023}
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009149auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:40 [ecarstrade.be] INFO: Saving data for 7009149auction111129: {'created_time': 1774624420.23857, 'last_price_update_time': 1774624420.238581, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009149auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_005/780x0__r.jpg?hash=1774617537> (referer: https://ecarstrade.com/cars/7009028)
2026-03-27 15:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_004/780x0__r.jpg?hash=1774617417> (referer: https://ecarstrade.com/cars/7008972)
2026-03-27 15:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_004/780x0__r.jpg?hash=1774617537> (referer: https://ecarstrade.com/cars/7009028)
2026-03-27 15:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_006/780x0__r.jpg?hash=1774617537> (referer: https://ecarstrade.com/cars/7009028)
2026-03-27 15:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_002/780x0__r.jpg?hash=1774617417> (referer: https://ecarstrade.com/cars/7008972)
2026-03-27 15:13:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_001/780x0__r.jpg?hash=1774617417> (referer: https://ecarstrade.com/cars/7008972)
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30
2026-03-27 15:13:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30, skipping ID generation
2026-03-27 15:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with scrape type 1
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 sending to next pipeline
2026-03-27 15:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30, identifier: 7009030auction111129
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e973216a-2d1f-5308-a845-ce548fe585d4
2026-03-27 15:13:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e973216a-2d1f-5308-a845-ce548fe585d4, skipping ID generation
2026-03-27 15:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e973216a-2d1f-5308-a845-ce548fe585d4 with scrape type 1
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e973216a-2d1f-5308-a845-ce548fe585d4 sending to next pipeline
2026-03-27 15:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e973216a-2d1f-5308-a845-ce548fe585d4, identifier: 7009043auction111129
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dafad228-b776-5e83-be01-71a34aaf03eb
2026-03-27 15:13:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dafad228-b776-5e83-be01-71a34aaf03eb, skipping ID generation
2026-03-27 15:13:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dafad228-b776-5e83-be01-71a34aaf03eb with scrape type 1
2026-03-27 15:13:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dafad228-b776-5e83-be01-71a34aaf03eb sending to next pipeline
2026-03-27 15:13:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dafad228-b776-5e83-be01-71a34aaf03eb, identifier: 7009141auction111129
2026-03-27 15:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129
2026-03-27 15:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129
2026-03-27 15:13:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7cd836f2-e0c8-5a5b-ab15-f77515c7be30 with identifier: 7009030auction111129 to the API
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009030/photo_003/780x0__r.jpg?hash=1774617549>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '7cd836f2-e0c8-5a5b-ab15-f77515c7be30',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009030',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'EV6',
'odometer': 142811,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'KIA Ev6 / 2021 / 5P / SUV BEV 77.4 KWH AIR DESIGN',
'transmission': 'automatic',
'trim': 'KIA Ev6 / 2021 / 5P / SUV BEV 77.4 KWH AIR DESIGN',
'vin': None,
'year': 2023}
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009030auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:40 [ecarstrade.be] INFO: Saving data for 7009030auction111129: {'created_time': 1774624420.913124, 'last_price_update_time': 1774624420.913135, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009030auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129
2026-03-27 15:13:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129
2026-03-27 15:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e973216a-2d1f-5308-a845-ce548fe585d4 with identifier: 7009043auction111129 to the API
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009043/photo_002/780x0__r.jpg?hash=1774617568>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e973216a-2d1f-5308-a845-ce548fe585d4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009043',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Mercedes',
'model': 'GLA 200',
'odometer': 206238,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 2.0 GLA 200 D BUSINESS LINE DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ GLA / 2020 / 5P / SUV 2.0 D BUSINESS LINE DCT',
'vin': None,
'year': 2021}
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009043auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:41 [ecarstrade.be] INFO: Saving data for 7009043auction111129: {'created_time': 1774624421.258786, 'last_price_update_time': 1774624421.258797, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009043auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129
2026-03-27 15:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129
2026-03-27 15:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dafad228-b776-5e83-be01-71a34aaf03eb with identifier: 7009141auction111129 to the API
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009141/photo_003/780x0__r.jpg?hash=1774617731>
{'auction_title': '',
'c_o_2_emission_value': 26,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'dafad228-b776-5e83-be01-71a34aaf03eb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009141',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 148669,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.4 eHybrid OPF 245 DSG6 GTE',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.4 eHybrid OPF 245 DSG6 GTE',
'vin': None,
'year': 2021}
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009141auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:41 [ecarstrade.be] INFO: Saving data for 7009141auction111129: {'created_time': 1774624421.555261, 'last_price_update_time': 1774624421.555272, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009141auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_003/780x0__r.jpg?hash=1774617397> (referer: https://ecarstrade.com/cars/7008962)
2026-03-27 15:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_001/780x0__r.jpg?hash=1774617407> (referer: https://ecarstrade.com/cars/7008968)
2026-03-27 15:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_005/780x0__r.jpg?hash=1774617397> (referer: https://ecarstrade.com/cars/7008962)
2026-03-27 15:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_002/780x0__r.jpg?hash=1774617397> (referer: https://ecarstrade.com/cars/7008962)
2026-03-27 15:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_004/780x0__r.jpg?hash=1774617397> (referer: https://ecarstrade.com/cars/7008962)
2026-03-27 15:13:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_001/780x0__r.jpg?hash=1774617397> (referer: https://ecarstrade.com/cars/7008962)
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5e6d532-30fe-5607-9882-fcdebea0f4d0
2026-03-27 15:13:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5e6d532-30fe-5607-9882-fcdebea0f4d0, skipping ID generation
2026-03-27 15:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5e6d532-30fe-5607-9882-fcdebea0f4d0 with scrape type 1
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5e6d532-30fe-5607-9882-fcdebea0f4d0 sending to next pipeline
2026-03-27 15:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5e6d532-30fe-5607-9882-fcdebea0f4d0, identifier: 7009028auction111129
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96fdf271-8baf-54c7-ab71-23576e72fe26
2026-03-27 15:13:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96fdf271-8baf-54c7-ab71-23576e72fe26, skipping ID generation
2026-03-27 15:13:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96fdf271-8baf-54c7-ab71-23576e72fe26 with scrape type 1
2026-03-27 15:13:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96fdf271-8baf-54c7-ab71-23576e72fe26 sending to next pipeline
2026-03-27 15:13:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96fdf271-8baf-54c7-ab71-23576e72fe26, identifier: 7008972auction111128
2026-03-27 15:13:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129
2026-03-27 15:13:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129
2026-03-27 15:13:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5e6d532-30fe-5607-9882-fcdebea0f4d0 with identifier: 7009028auction111129 to the API
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009028/photo_006/780x0__r.jpg?hash=1774617537>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd5e6d532-30fe-5607-9882-fcdebea0f4d0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009028',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 138172,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tucson Business Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009028auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:42 [ecarstrade.be] INFO: Saving data for 7009028auction111129: {'created_time': 1774624422.07188, 'last_price_update_time': 1774624422.071893, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009028auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128
2026-03-27 15:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128
2026-03-27 15:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96fdf271-8baf-54c7-ab71-23576e72fe26 with identifier: 7008972auction111128 to the API
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008972/photo_001/780x0__r.jpg?hash=1774617417>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '96fdf271-8baf-54c7-ab71-23576e72fe26',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008972',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 149625,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo Express Maxi Extra (Série Spéciale) 1.5',
'transmission': 'manual',
'trim': 'Express Maxi Extra (Série Spéciale) 1.5',
'vin': None,
'year': 2020}
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008972auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:42 [ecarstrade.be] INFO: Saving data for 7008972auction111128: {'created_time': 1774624422.39418, 'last_price_update_time': 1774624422.394192, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008972auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_004/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008973)
2026-03-27 15:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_001/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008973)
2026-03-27 15:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_005/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008973)
2026-03-27 15:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_006/780x0__r.jpg?hash=1774617411> (referer: https://ecarstrade.com/cars/7008970)
2026-03-27 15:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_003/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008973)
2026-03-27 15:13:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_002/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008973)
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3e74171a-54ff-54e9-a43a-4b8dec70a54b
2026-03-27 15:13:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e74171a-54ff-54e9-a43a-4b8dec70a54b, skipping ID generation
2026-03-27 15:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e74171a-54ff-54e9-a43a-4b8dec70a54b with scrape type 1
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e74171a-54ff-54e9-a43a-4b8dec70a54b sending to next pipeline
2026-03-27 15:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e74171a-54ff-54e9-a43a-4b8dec70a54b, identifier: 7008968auction111128
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11ebe76b-89c5-59cb-aabc-d00bb4701718
2026-03-27 15:13:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11ebe76b-89c5-59cb-aabc-d00bb4701718, skipping ID generation
2026-03-27 15:13:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11ebe76b-89c5-59cb-aabc-d00bb4701718 with scrape type 1
2026-03-27 15:13:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11ebe76b-89c5-59cb-aabc-d00bb4701718 sending to next pipeline
2026-03-27 15:13:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11ebe76b-89c5-59cb-aabc-d00bb4701718, identifier: 7008962auction111128
2026-03-27 15:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128
2026-03-27 15:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128
2026-03-27 15:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e74171a-54ff-54e9-a43a-4b8dec70a54b with identifier: 7008968auction111128 to the API
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008968/photo_001/780x0__r.jpg?hash=1774617407>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3e74171a-54ff-54e9-a43a-4b8dec70a54b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008968',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 150205,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 2,
'seller_name': None,
'title': 'Partner Premium L1 1.5 HDi 100CV BVM5 E6dT',
'transmission': 'manual',
'trim': 'Premium L1 1.5 HDi 100CV BVM5 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008968auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:42 [ecarstrade.be] INFO: Saving data for 7008968auction111128: {'created_time': 1774624422.89673, 'last_price_update_time': 1774624422.896741, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008968auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128
2026-03-27 15:13:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128
2026-03-27 15:13:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11ebe76b-89c5-59cb-aabc-d00bb4701718 with identifier: 7008962auction111128 to the API
2026-03-27 15:13:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008962/photo_001/780x0__r.jpg?hash=1774617397>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '11ebe76b-89c5-59cb-aabc-d00bb4701718',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008962',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '208',
'odometer': 138045,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008962auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:43 [ecarstrade.be] INFO: Saving data for 7008962auction111128: {'created_time': 1774624423.252475, 'last_price_update_time': 1774624423.252485, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008962auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_003/780x0__r.jpg?hash=1774617411> (referer: https://ecarstrade.com/cars/7008970)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_002/780x0__r.jpg?hash=1774617412> (referer: https://ecarstrade.com/cars/7008970)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_001/780x0__r.jpg?hash=1774617411> (referer: https://ecarstrade.com/cars/7008970)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_005/780x0__r.jpg?hash=1774617411> (referer: https://ecarstrade.com/cars/7008970)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_005/780x0__r.jpg?hash=1774617438> (referer: https://ecarstrade.com/cars/7008983)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_004/780x0__r.jpg?hash=1774617438> (referer: https://ecarstrade.com/cars/7008983)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009138> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page134?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c08aee12-45c7-5d8a-976b-e3828d71f326
2026-03-27 15:13:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c08aee12-45c7-5d8a-976b-e3828d71f326, skipping ID generation
2026-03-27 15:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c08aee12-45c7-5d8a-976b-e3828d71f326 with scrape type 1
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c08aee12-45c7-5d8a-976b-e3828d71f326 sending to next pipeline
2026-03-27 15:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c08aee12-45c7-5d8a-976b-e3828d71f326, identifier: 7008973auction111128
2026-03-27 15:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128
2026-03-27 15:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128
2026-03-27 15:13:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c08aee12-45c7-5d8a-976b-e3828d71f326 with identifier: 7008973auction111128 to the API
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008973/photo_002/780x0__r.jpg?hash=1774617420>
{'auction_title': '',
'c_o_2_emission_value': 155,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c08aee12-45c7-5d8a-976b-e3828d71f326',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008973',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kangoo',
'odometer': 173502,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'Kangoo II Express Maxi Grand Confort 1.5 dCi 95CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'II Express Maxi Grand Confort 1.5 dCi 95CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008973auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:43 [ecarstrade.be] INFO: Saving data for 7008973auction111128: {'created_time': 1774624423.705314, 'last_price_update_time': 1774624423.705326, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008973auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_006/780x0__r.jpg?hash=1774617434> (referer: https://ecarstrade.com/cars/7008981)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_005/780x0__r.jpg?hash=1774617434> (referer: https://ecarstrade.com/cars/7008981)
2026-03-27 15:13:43 [ecarstrade.be] INFO: Extracting details for car 7009138auction111129
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_003/780x0__r.jpg?hash=1774617439> (referer: https://ecarstrade.com/cars/7008983)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_002/780x0__r.jpg?hash=1774617440> (referer: https://ecarstrade.com/cars/7008983)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_001/780x0__r.jpg?hash=1774617438> (referer: https://ecarstrade.com/cars/7008983)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_003/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008981)
2026-03-27 15:13:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_004/780x0__r.jpg?hash=1774617434> (referer: https://ecarstrade.com/cars/7008981)
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5279fb08-5462-5a52-bfb6-37a1c758efdf
2026-03-27 15:13:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5279fb08-5462-5a52-bfb6-37a1c758efdf, skipping ID generation
2026-03-27 15:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5279fb08-5462-5a52-bfb6-37a1c758efdf with scrape type 1
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5279fb08-5462-5a52-bfb6-37a1c758efdf sending to next pipeline
2026-03-27 15:13:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5279fb08-5462-5a52-bfb6-37a1c758efdf, identifier: 7008970auction111128
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129
2026-03-27 15:13:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with scrape type 1
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009138%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:13:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_001/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:13:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:13:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128
2026-03-27 15:13:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128
2026-03-27 15:13:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5279fb08-5462-5a52-bfb6-37a1c758efdf with identifier: 7008970auction111128 to the API
2026-03-27 15:13:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008970/photo_005/780x0__r.jpg?hash=1774617411>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5279fb08-5462-5a52-bfb6-37a1c758efdf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008970',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': 'Partner',
'odometer': 164171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Partner L1 Premium Pack 1.6 HDi 100CV BVM5 E6',
'transmission': 'manual',
'trim': 'L1 Premium Pack 1.6 HDi 100CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008970auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [ecarstrade.be] INFO: Saving data for 7008970auction111128: {'created_time': 1774624424.20219, 'last_price_update_time': 1774624424.202201, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008970auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009138%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_002/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:13:44 [ecarstrade.be] INFO: Found listing with ID: 7009101auction111129
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009101auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [ecarstrade.be] INFO: Scrape type for 7009101auction111129: 1
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_005/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008974)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_002/780x0__r.jpg?hash=1774617371> (referer: https://ecarstrade.com/cars/7008948)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_004/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008974)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_001/780x0__r.jpg?hash=1774617434> (referer: https://ecarstrade.com/cars/7008981)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_004/780x0__r.jpg?hash=1774617371> (referer: https://ecarstrade.com/cars/7008948)
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a71b9f09-0254-5a3c-877a-0042bb2a6155
2026-03-27 15:13:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a71b9f09-0254-5a3c-877a-0042bb2a6155, skipping ID generation
2026-03-27 15:13:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a71b9f09-0254-5a3c-877a-0042bb2a6155 with scrape type 1
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a71b9f09-0254-5a3c-877a-0042bb2a6155 sending to next pipeline
2026-03-27 15:13:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a71b9f09-0254-5a3c-877a-0042bb2a6155, identifier: 7008983auction111128
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_003/780x0__r.jpg?hash=1774617371> (referer: https://ecarstrade.com/cars/7008948)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_001/780x0__r.jpg?hash=1774617371> (referer: https://ecarstrade.com/cars/7008948)
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009138%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_003/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:13:44 [ecarstrade.be] INFO: Found listing with ID: 7009007auction111129
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009007auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [ecarstrade.be] INFO: Scrape type for 7009007auction111129: 1
2026-03-27 15:13:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128
2026-03-27 15:13:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128
2026-03-27 15:13:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a71b9f09-0254-5a3c-877a-0042bb2a6155 with identifier: 7008983auction111128 to the API
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008983/photo_001/780x0__r.jpg?hash=1774617438>
{'auction_title': '',
'c_o_2_emission_value': 95,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 4',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a71b9f09-0254-5a3c-877a-0042bb2a6155',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008983',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 178282,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2017-08-01',
'seats_number': 2,
'seller_name': None,
'title': 'MEGANE SOCIETE VF 5p BER Air Nav réversible Energy dCi110 bi-corps '
'VU',
'transmission': 'manual',
'trim': 'MEGANE SOCIETE VF 5p BER Air Nav réversible Energy dCi110 bi-corps '
'VU',
'vin': None,
'year': 2017}
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008983auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [ecarstrade.be] INFO: Saving data for 7008983auction111128: {'created_time': 1774624424.721061, 'last_price_update_time': 1774624424.721073, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008983auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009138%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_004/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:13:44 [ecarstrade.be] INFO: Found listing with ID: 7009033auction111129
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009033auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [ecarstrade.be] INFO: Scrape type for 7009033auction111129: 1
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_003/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008974)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_005/780x0__r.jpg?hash=1774617366> (referer: https://ecarstrade.com/cars/7008946)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_002/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008974)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_004/780x0__r.jpg?hash=1774617366> (referer: https://ecarstrade.com/cars/7008946)
2026-03-27 15:13:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_001/780x0__r.jpg?hash=1774617420> (referer: https://ecarstrade.com/cars/7008974)
2026-03-27 15:13:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:44 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009138%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_005/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:13:44 [ecarstrade.be] INFO: Found listing with ID: 7009042auction111129
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009042auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:44 [ecarstrade.be] INFO: Scrape type for 7009042auction111129: 1
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1874f7c3-6cc2-5341-b722-e9d5361fe11b
2026-03-27 15:13:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1874f7c3-6cc2-5341-b722-e9d5361fe11b, skipping ID generation
2026-03-27 15:13:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1874f7c3-6cc2-5341-b722-e9d5361fe11b with scrape type 1
2026-03-27 15:13:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1874f7c3-6cc2-5341-b722-e9d5361fe11b sending to next pipeline
2026-03-27 15:13:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1874f7c3-6cc2-5341-b722-e9d5361fe11b, identifier: 7008948auction111128
2026-03-27 15:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_003/780x0__r.jpg?hash=1774617366> (referer: https://ecarstrade.com/cars/7008946)
2026-03-27 15:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_002/780x0__r.jpg?hash=1774617432> (referer: https://ecarstrade.com/cars/7008981)
2026-03-27 15:13:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_002/780x0__r.jpg?hash=1774617365> (referer: https://ecarstrade.com/cars/7008946)
2026-03-27 15:13:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128
2026-03-27 15:13:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128
2026-03-27 15:13:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1874f7c3-6cc2-5341-b722-e9d5361fe11b with identifier: 7008948auction111128 to the API
2026-03-27 15:13:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008948/photo_001/780x0__r.jpg?hash=1774617371>
{'auction_title': '',
'c_o_2_emission_value': 175,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1874f7c3-6cc2-5341-b722-e9d5361fe11b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008948',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Jumpy',
'odometer': 162814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumpy Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Club M 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008948auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:46 [ecarstrade.be] INFO: Saving data for 7008948auction111128: {'created_time': 1774624426.033953, 'last_price_update_time': 1774624426.033964, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008948auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009138%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_006/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:13:46 [ecarstrade.be] INFO: Found listing with ID: 7009029auction111129
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009029auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:46 [ecarstrade.be] INFO: Scrape type for 7009029auction111129: 1
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_001/780x0__r.jpg?hash=1774617365> (referer: https://ecarstrade.com/cars/7008946)
2026-03-27 15:13:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_001/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009138)
2026-03-27 15:13:46 [ecarstrade.be] INFO: Found listing with ID: 7009002auction111129
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009002auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:46 [ecarstrade.be] INFO: Scrape type for 7009002auction111129: 1
2026-03-27 15:13:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fe48e5cf-fc8d-5e06-87bc-555be4702f1a
2026-03-27 15:13:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fe48e5cf-fc8d-5e06-87bc-555be4702f1a, skipping ID generation
2026-03-27 15:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fe48e5cf-fc8d-5e06-87bc-555be4702f1a with scrape type 1
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fe48e5cf-fc8d-5e06-87bc-555be4702f1a sending to next pipeline
2026-03-27 15:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fe48e5cf-fc8d-5e06-87bc-555be4702f1a, identifier: 7008974auction111128
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6
2026-03-27 15:13:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6, skipping ID generation
2026-03-27 15:13:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with scrape type 1
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 sending to next pipeline
2026-03-27 15:13:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6, identifier: 7008981auction111128
2026-03-27 15:13:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:13:46 [ecarstrade.be] INFO: Found listing with ID: 7008999auction111129
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008999auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:46 [ecarstrade.be] INFO: Scrape type for 7008999auction111129: 1
2026-03-27 15:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128
2026-03-27 15:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128
2026-03-27 15:13:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fe48e5cf-fc8d-5e06-87bc-555be4702f1a with identifier: 7008974auction111128 to the API
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008974/photo_001/780x0__r.jpg?hash=1774617420>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fe48e5cf-fc8d-5e06-87bc-555be4702f1a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008974',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 203515,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008974auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:46 [ecarstrade.be] INFO: Saving data for 7008974auction111128: {'created_time': 1774624426.720881, 'last_price_update_time': 1774624426.720893, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008974auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128
2026-03-27 15:13:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128
2026-03-27 15:13:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6 with identifier: 7008981auction111128 to the API
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008981/photo_002/780x0__r.jpg?hash=1774617432>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca3e6d15-84e8-5d97-b2ed-6cef8fcae2c6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008981',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 175754,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-01-01',
'seats_number': 2,
'seller_name': None,
'title': 'RENAULT Mégane Société VU 5p Berline Air Nav 2P Blue dCi 95',
'transmission': 'manual',
'trim': 'RENAULT Mégane Société VU 5p Berline Air Nav 2P Blue dCi 95',
'vin': None,
'year': 2019}
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008981auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Saving data for 7008981auction111128: {'created_time': 1774624427.087576, 'last_price_update_time': 1774624427.087588, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008981auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_002/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009138)
2026-03-27 15:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_003/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009138)
2026-03-27 15:13:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009152auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009152auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009152auction111129: 1
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ab5c10b8-8850-5a43-a7fe-79d85f70ba76
2026-03-27 15:13:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ab5c10b8-8850-5a43-a7fe-79d85f70ba76, skipping ID generation
2026-03-27 15:13:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with scrape type 1
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ab5c10b8-8850-5a43-a7fe-79d85f70ba76 sending to next pipeline
2026-03-27 15:13:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ab5c10b8-8850-5a43-a7fe-79d85f70ba76, identifier: 7008946auction111128
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_004/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009138)
2026-03-27 15:13:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128
2026-03-27 15:13:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128
2026-03-27 15:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ab5c10b8-8850-5a43-a7fe-79d85f70ba76 with identifier: 7008946auction111128 to the API
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008946/photo_001/780x0__r.jpg?hash=1774617365>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ab5c10b8-8850-5a43-a7fe-79d85f70ba76',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008946',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 134664,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008946auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Saving data for 7008946auction111128: {'created_time': 1774624427.539354, 'last_price_update_time': 1774624427.539366, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008946auction111128') HTTP/1.1" 204 0
2026-03-27 15:13:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_005/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009138)
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009019auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009019auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009019auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009132auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009132auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009132auction111129: 1
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009136auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009136auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009136auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009128auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009128auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009128auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7008997auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008997auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7008997auction111129: 1
2026-03-27 15:13:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_006/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009138)
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009032auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009032auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009032auction111129: 1
2026-03-27 15:13:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009037auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009037auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009037auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009089auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009089auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009089auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009117auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009117auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009117auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009120auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009120auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009120auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009127auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009127auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009127auction111129: 1
2026-03-27 15:13:47 [ecarstrade.be] INFO: Found listing with ID: 7009135auction111129
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009135auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:47 [ecarstrade.be] INFO: Scrape type for 7009135auction111129: 1
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c
2026-03-27 15:13:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c, skipping ID generation
2026-03-27 15:13:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with scrape type 1
2026-03-27 15:13:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c sending to next pipeline
2026-03-27 15:13:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c, identifier: 7009138auction111129
2026-03-27 15:13:47 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129
2026-03-27 15:13:47 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129
2026-03-27 15:13:47 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72b9ea60-067d-5b7e-926e-0b0ae1c99b0c with identifier: 7009138auction111129 to the API
2026-03-27 15:13:47 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:13:48 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:13:48 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009138/photo_006/780x0__r.jpg?hash=1774617728>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '72b9ea60-067d-5b7e-926e-0b0ae1c99b0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009138',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'RAV 4',
'odometer': 190429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride 2WD Dynamic Business '
'Beyond Zero',
'transmission': 'automatic',
'trim': 'TOYOTA RAV4 Hybride / 2018 / 5P / SUV Hybride 2WD Dynamic Business '
'Beyond Zero',
'vin': None,
'year': 2024}
2026-03-27 15:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009138auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:13:48 [ecarstrade.be] INFO: Saving data for 7009138auction111129: {'created_time': 1774624428.231234, 'last_price_update_time': 1774624428.231246, 'auction_closing_time': 1774878000.0}
2026-03-27 15:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009138auction111129') HTTP/1.1" 204 0
2026-03-27 15:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009042> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:54 [ecarstrade.be] INFO: Extracting details for car 7009042auction111129
2026-03-27 15:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129
2026-03-27 15:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94e957e9-1aa5-54de-8a11-c53c262c8b6e with scrape type 1
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009042%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_001/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009042%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_002/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009042%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617570%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_003/780x0__r.jpg?hash=1774617570 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009042%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_004/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009042%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_005/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009042%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617569%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_006/780x0__r.jpg?hash=1774617569 not downloaded yet
2026-03-27 15:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009033> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008941> (referer: https://ecarstrade.com/search/page132?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:54 [ecarstrade.be] INFO: Extracting details for car 7009033auction111129
2026-03-27 15:13:54 [ecarstrade.be] INFO: Extracting details for car 7008941auction111128
2026-03-27 15:13:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009029> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129
2026-03-27 15:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with scrape type 1
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009033%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_001/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128
2026-03-27 15:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c688dade-2674-580e-b603-fd31d274cbd5 with scrape type 1
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008941%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617352%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_001/780x0__r.jpg?hash=1774617352 not downloaded yet
2026-03-27 15:13:54 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009033%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_002/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008941%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617352%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_002/780x0__r.jpg?hash=1774617352 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009033%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_003/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008941%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617352%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_003/780x0__r.jpg?hash=1774617352 not downloaded yet
2026-03-27 15:13:54 [ecarstrade.be] INFO: Extracting details for car 7009029auction111129
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009033%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_004/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008941%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617352%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_004/780x0__r.jpg?hash=1774617352 not downloaded yet
2026-03-27 15:13:54 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129
2026-03-27 15:13:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8789ee8-3b2b-546b-a6d9-25cf54184cfd with scrape type 1
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009029%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617548%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_001/780x0__r.jpg?hash=1774617548 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009033%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_005/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:13:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008941%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617353%27 HTTP/1.1" 200 None
2026-03-27 15:13:54 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_005/780x0__r.jpg?hash=1774617353 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009029%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617548%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_002/780x0__r.jpg?hash=1774617548 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009033%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617554%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_006/780x0__r.jpg?hash=1774617554 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7008941%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617352%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_006/780x0__r.jpg?hash=1774617352 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009029%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617548%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_003/780x0__r.jpg?hash=1774617548 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009029%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617548%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_004/780x0__r.jpg?hash=1774617548 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009029%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617548%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_005/780x0__r.jpg?hash=1774617548 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009029%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617548%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_006/780x0__r.jpg?hash=1774617548 not downloaded yet
2026-03-27 15:13:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009002> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:13:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:13:55 [ecarstrade.be] INFO: Extracting details for car 7009002auction111129
2026-03-27 15:13:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129
2026-03-27 15:13:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with scrape type 1
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009002%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617475%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_001/780x0__r.jpg?hash=1774617475 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009002%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617474%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_002/780x0__r.jpg?hash=1774617474 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009002%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617474%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_003/780x0__r.jpg?hash=1774617474 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009002%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617474%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_004/780x0__r.jpg?hash=1774617474 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009002%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617476%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_005/780x0__r.jpg?hash=1774617476 not downloaded yet
2026-03-27 15:13:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:13: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%252F7009002%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617474%27 HTTP/1.1" 200 None
2026-03-27 15:13:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_006/780x0__r.jpg?hash=1774617474 not downloaded yet
2026-03-27 15:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009132> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:02 [ecarstrade.be] INFO: Extracting details for car 7009132auction111129
2026-03-27 15:14:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129
2026-03-27 15:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c730a115-1806-518d-9e35-61b66ba83cee with scrape type 1
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009132%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617721%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_001/780x0__r.jpg?hash=1774617721 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009132%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617721%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_002/780x0__r.jpg?hash=1774617721 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009132%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617721%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_003/780x0__r.jpg?hash=1774617721 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009132%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617722%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_004/780x0__r.jpg?hash=1774617722 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009132%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617721%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_005/780x0__r.jpg?hash=1774617721 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009132%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617721%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_006/780x0__r.jpg?hash=1774617721 not downloaded yet
2026-03-27 15:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008999> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:02 [ecarstrade.be] INFO: Extracting details for car 7008999auction111129
2026-03-27 15:14:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129
2026-03-27 15:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with scrape type 1
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008999%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617467%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_001/780x0__r.jpg?hash=1774617467 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008999%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617467%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_002/780x0__r.jpg?hash=1774617467 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008999%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617467%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_003/780x0__r.jpg?hash=1774617467 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008999%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617467%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_004/780x0__r.jpg?hash=1774617467 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008999%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617467%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_005/780x0__r.jpg?hash=1774617467 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008999%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_006/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009136> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:02 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:02 [ecarstrade.be] INFO: Extracting details for car 7009136auction111129
2026-03-27 15:14:02 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129
2026-03-27 15:14:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeb50427-f019-505c-8de5-2d6eabee1b74 with scrape type 1
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009136%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617726%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_001/780x0__r.jpg?hash=1774617726 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009136%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617726%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_002/780x0__r.jpg?hash=1774617726 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009136%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617726%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_003/780x0__r.jpg?hash=1774617726 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009136%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617726%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_004/780x0__r.jpg?hash=1774617726 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009136%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617726%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_005/780x0__r.jpg?hash=1774617726 not downloaded yet
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009136%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617726%27 HTTP/1.1" 200 None
2026-03-27 15:14:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_006/780x0__r.jpg?hash=1774617726 not downloaded yet
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009019> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:03 [ecarstrade.be] INFO: Extracting details for car 7009019auction111129
2026-03-27 15:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129
2026-03-27 15:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with scrape type 1
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009019%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_001/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009019%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_002/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009019%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_003/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009019%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_004/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009019%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_005/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009019%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_006/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009152> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_006/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009042)
2026-03-27 15:14:03 [ecarstrade.be] INFO: Extracting details for car 7009152auction111129
2026-03-27 15:14:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129
2026-03-27 15:14:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c98121-8426-5fc1-b0ab-a1aac7132b70 with scrape type 1
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009152%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617752%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_001/780x0__r.jpg?hash=1774617752 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009152%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617752%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_002/780x0__r.jpg?hash=1774617752 not downloaded yet
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_005/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009042)
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009152%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617752%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_003/780x0__r.jpg?hash=1774617752 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009152%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617752%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_004/780x0__r.jpg?hash=1774617752 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009152%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617752%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_005/780x0__r.jpg?hash=1774617752 not downloaded yet
2026-03-27 15:14:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009152%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617752%27 HTTP/1.1" 200 None
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_006/780x0__r.jpg?hash=1774617752 not downloaded yet
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_001/780x0__r.jpg?hash=1774617352> (referer: https://ecarstrade.com/cars/7008941)
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_005/780x0__r.jpg?hash=1774617548> (referer: https://ecarstrade.com/cars/7009029)
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:14:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_006/780x0__r.jpg?hash=1774617474> (referer: https://ecarstrade.com/cars/7009002)
2026-03-27 15:14:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_006/780x0__r.jpg?hash=1774617721> (referer: https://ecarstrade.com/cars/7009132)
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_006/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008999)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_006/780x0__r.jpg?hash=1774617726> (referer: https://ecarstrade.com/cars/7009136)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_006/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009019)
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_005/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009019)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_002/780x0__r.jpg?hash=1774617752> (referer: https://ecarstrade.com/cars/7009152)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_006/780x0__r.jpg?hash=1774617752> (referer: https://ecarstrade.com/cars/7009152)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_005/780x0__r.jpg?hash=1774617752> (referer: https://ecarstrade.com/cars/7009152)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_004/780x0__r.jpg?hash=1774617752> (referer: https://ecarstrade.com/cars/7009152)
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_003/780x0__r.jpg?hash=1774617752> (referer: https://ecarstrade.com/cars/7009152)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_001/780x0__r.jpg?hash=1774617752> (referer: https://ecarstrade.com/cars/7009152)
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 69c98121-8426-5fc1-b0ab-a1aac7132b70
2026-03-27 15:14:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 69c98121-8426-5fc1-b0ab-a1aac7132b70, skipping ID generation
2026-03-27 15:14:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 69c98121-8426-5fc1-b0ab-a1aac7132b70 with scrape type 1
2026-03-27 15:14:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 69c98121-8426-5fc1-b0ab-a1aac7132b70 sending to next pipeline
2026-03-27 15:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 69c98121-8426-5fc1-b0ab-a1aac7132b70, identifier: 7009152auction111129
2026-03-27 15:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129
2026-03-27 15:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129
2026-03-27 15:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 69c98121-8426-5fc1-b0ab-a1aac7132b70 with identifier: 7009152auction111129 to the API
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009152/photo_001/780x0__r.jpg?hash=1774617752>
{'auction_title': '',
'c_o_2_emission_value': 145,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '69c98121-8426-5fc1-b0ab-a1aac7132b70',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009152',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Volkswagen',
'model': 'Tiguan',
'odometer': 201437,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Tiguan / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / SUV 2.0 TDI 150 DSG7 Life',
'vin': None,
'year': 2021}
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009152auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:05 [ecarstrade.be] INFO: Saving data for 7009152auction111129: {'created_time': 1774624445.471755, 'last_price_update_time': 1774624445.471767, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009152auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_004/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009019)
2026-03-27 15:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_003/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009019)
2026-03-27 15:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_002/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009019)
2026-03-27 15:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_001/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009019)
2026-03-27 15:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_005/780x0__r.jpg?hash=1774617726> (referer: https://ecarstrade.com/cars/7009136)
2026-03-27 15:14:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d
2026-03-27 15:14:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d, skipping ID generation
2026-03-27 15:14:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with scrape type 1
2026-03-27 15:14:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 514d3c9b-87d3-50dd-aca0-19895bbb3d0d sending to next pipeline
2026-03-27 15:14:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d, identifier: 7009019auction111129
2026-03-27 15:14:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129
2026-03-27 15:14:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129
2026-03-27 15:14:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 514d3c9b-87d3-50dd-aca0-19895bbb3d0d with identifier: 7009019auction111129 to the API
2026-03-27 15:14:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009019/photo_001/780x0__r.jpg?hash=1774617524>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '514d3c9b-87d3-50dd-aca0-19895bbb3d0d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009019',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'DS Automobiles DS7 Crossback',
'odometer': 197967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': '7 Crossback Performance Line + 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': '7 Crossback Performance Line + 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009019auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:06 [ecarstrade.be] INFO: Saving data for 7009019auction111129: {'created_time': 1774624446.184545, 'last_price_update_time': 1774624446.184555, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009019auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_004/780x0__r.jpg?hash=1774617726> (referer: https://ecarstrade.com/cars/7009136)
2026-03-27 15:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_003/780x0__r.jpg?hash=1774617726> (referer: https://ecarstrade.com/cars/7009136)
2026-03-27 15:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_002/780x0__r.jpg?hash=1774617726> (referer: https://ecarstrade.com/cars/7009136)
2026-03-27 15:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_001/780x0__r.jpg?hash=1774617726> (referer: https://ecarstrade.com/cars/7009136)
2026-03-27 15:14:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_005/780x0__r.jpg?hash=1774617467> (referer: https://ecarstrade.com/cars/7008999)
2026-03-27 15:14:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eeb50427-f019-505c-8de5-2d6eabee1b74
2026-03-27 15:14:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eeb50427-f019-505c-8de5-2d6eabee1b74, skipping ID generation
2026-03-27 15:14:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eeb50427-f019-505c-8de5-2d6eabee1b74 with scrape type 1
2026-03-27 15:14:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eeb50427-f019-505c-8de5-2d6eabee1b74 sending to next pipeline
2026-03-27 15:14:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eeb50427-f019-505c-8de5-2d6eabee1b74, identifier: 7009136auction111129
2026-03-27 15:14:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129
2026-03-27 15:14:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129
2026-03-27 15:14:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eeb50427-f019-505c-8de5-2d6eabee1b74 with identifier: 7009136auction111129 to the API
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009136/photo_001/780x0__r.jpg?hash=1774617726>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'eeb50427-f019-505c-8de5-2d6eabee1b74',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009136',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 162755,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Beyond Zer',
'vin': None,
'year': 2023}
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009136auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:06 [ecarstrade.be] INFO: Saving data for 7009136auction111129: {'created_time': 1774624446.985446, 'last_price_update_time': 1774624446.985457, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009136auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_004/780x0__r.jpg?hash=1774617467> (referer: https://ecarstrade.com/cars/7008999)
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:07 [scrapy.extensions.logstats] INFO: Crawled 810 pages (at 36 pages/min), scraped 661 items (at 39 items/min)
2026-03-27 15:14:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_003/780x0__r.jpg?hash=1774617467> (referer: https://ecarstrade.com/cars/7008999)
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_002/780x0__r.jpg?hash=1774617467> (referer: https://ecarstrade.com/cars/7008999)
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_001/780x0__r.jpg?hash=1774617467> (referer: https://ecarstrade.com/cars/7008999)
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_005/780x0__r.jpg?hash=1774617721> (referer: https://ecarstrade.com/cars/7009132)
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e
2026-03-27 15:14:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e, skipping ID generation
2026-03-27 15:14:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with scrape type 1
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e sending to next pipeline
2026-03-27 15:14:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e, identifier: 7008999auction111129
2026-03-27 15:14:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129
2026-03-27 15:14:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129
2026-03-27 15:14:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e with identifier: 7008999auction111129 to the API
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008999/photo_001/780x0__r.jpg?hash=1774617467>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f8ac8d6b-dce6-55e9-8b4c-5dc4afc0fb2e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008999',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A4',
'odometer': 156063,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'A4 Avant 30 TDI Business Line 2.0 TDI 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Avant 30 TDI Business Line 2.0 TDI 135CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008999auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:07 [ecarstrade.be] INFO: Saving data for 7008999auction111129: {'created_time': 1774624447.821708, 'last_price_update_time': 1774624447.82172, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008999auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_004/780x0__r.jpg?hash=1774617722> (referer: https://ecarstrade.com/cars/7009132)
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_003/780x0__r.jpg?hash=1774617721> (referer: https://ecarstrade.com/cars/7009132)
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_002/780x0__r.jpg?hash=1774617721> (referer: https://ecarstrade.com/cars/7009132)
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_001/780x0__r.jpg?hash=1774617721> (referer: https://ecarstrade.com/cars/7009132)
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_005/780x0__r.jpg?hash=1774617476> (referer: https://ecarstrade.com/cars/7009002)
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c730a115-1806-518d-9e35-61b66ba83cee
2026-03-27 15:14:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c730a115-1806-518d-9e35-61b66ba83cee, skipping ID generation
2026-03-27 15:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c730a115-1806-518d-9e35-61b66ba83cee with scrape type 1
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c730a115-1806-518d-9e35-61b66ba83cee sending to next pipeline
2026-03-27 15:14:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c730a115-1806-518d-9e35-61b66ba83cee, identifier: 7009132auction111129
2026-03-27 15:14:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129
2026-03-27 15:14:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129
2026-03-27 15:14:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c730a115-1806-518d-9e35-61b66ba83cee with identifier: 7009132auction111129 to the API
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009132/photo_001/780x0__r.jpg?hash=1774617721>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c730a115-1806-518d-9e35-61b66ba83cee',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009132',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 133431,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Berline Business 2.0 TDI 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Berline Business 2.0 TDI 115CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009132auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [ecarstrade.be] INFO: Saving data for 7009132auction111129: {'created_time': 1774624448.589266, 'last_price_update_time': 1774624448.589277, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009132auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_004/780x0__r.jpg?hash=1774617474> (referer: https://ecarstrade.com/cars/7009002)
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_003/780x0__r.jpg?hash=1774617474> (referer: https://ecarstrade.com/cars/7009002)
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009128> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_002/780x0__r.jpg?hash=1774617474> (referer: https://ecarstrade.com/cars/7009002)
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009032> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_001/780x0__r.jpg?hash=1774617475> (referer: https://ecarstrade.com/cars/7009002)
2026-03-27 15:14:08 [ecarstrade.be] INFO: Extracting details for car 7009128auction111129
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_006/780x0__r.jpg?hash=1774617548> (referer: https://ecarstrade.com/cars/7009029)
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_004/780x0__r.jpg?hash=1774617548> (referer: https://ecarstrade.com/cars/7009029)
2026-03-27 15:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129
2026-03-27 15:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with scrape type 1
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009128%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617715%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_001/780x0__r.jpg?hash=1774617715 not downloaded yet
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009128%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617715%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_002/780x0__r.jpg?hash=1774617715 not downloaded yet
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_003/780x0__r.jpg?hash=1774617548> (referer: https://ecarstrade.com/cars/7009029)
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009128%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617715%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_003/780x0__r.jpg?hash=1774617715 not downloaded yet
2026-03-27 15:14:08 [ecarstrade.be] INFO: Extracting details for car 7009032auction111129
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009128%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617715%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_004/780x0__r.jpg?hash=1774617715 not downloaded yet
2026-03-27 15:14:08 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129
2026-03-27 15:14:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a8e5960-d2ae-5087-8832-f09a7d657831 with scrape type 1
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009032%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_001/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_006/780x0__r.jpg?hash=1774617352> (referer: https://ecarstrade.com/cars/7008941)
2026-03-27 15:14:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_006/780x0__r.jpg?hash=1774617554> (referer: https://ecarstrade.com/cars/7009033)
2026-03-27 15:14:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009128%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617715%27 HTTP/1.1" 200 None
2026-03-27 15:14:08 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_005/780x0__r.jpg?hash=1774617715 not downloaded yet
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009032%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_002/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009128%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617715%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_006/780x0__r.jpg?hash=1774617715 not downloaded yet
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67
2026-03-27 15:14:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67, skipping ID generation
2026-03-27 15:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with scrape type 1
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 sending to next pipeline
2026-03-27 15:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67, identifier: 7009002auction111129
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009032%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_003/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129
2026-03-27 15:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129
2026-03-27 15:14:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67 with identifier: 7009002auction111129 to the API
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:09 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009002/photo_001/780x0__r.jpg?hash=1774617475>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e7cb8b3b-712a-56b6-8f82-8df2a3cc5f67',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009002',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'BMW',
'model': '218',
'odometer': 202347,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'BMW Série 2 Gran Coupé / 2019 / 4P / Berline 218D AUTO Business '
'Design',
'transmission': 'automatic',
'trim': 'Série 2 Gran Coupé / 2019 / 4P / Berline D AUTO Business Design',
'vin': None,
'year': 2022}
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009002auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [ecarstrade.be] INFO: Saving data for 7009002auction111129: {'created_time': 1774624449.464625, 'last_price_update_time': 1774624449.464637, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009002auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_005/780x0__r.jpg?hash=1774617353> (referer: https://ecarstrade.com/cars/7008941)
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_005/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009033)
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_002/780x0__r.jpg?hash=1774617548> (referer: https://ecarstrade.com/cars/7009029)
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009032%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_004/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009032%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617553%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_005/780x0__r.jpg?hash=1774617553 not downloaded yet
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009032%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617554%27 HTTP/1.1" 200 None
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_006/780x0__r.jpg?hash=1774617554 not downloaded yet
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_004/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009033)
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_004/780x0__r.jpg?hash=1774617352> (referer: https://ecarstrade.com/cars/7008941)
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_001/780x0__r.jpg?hash=1774617548> (referer: https://ecarstrade.com/cars/7009029)
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_003/780x0__r.jpg?hash=1774617352> (referer: https://ecarstrade.com/cars/7008941)
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_003/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009033)
2026-03-27 15:14:09 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_002/780x0__r.jpg?hash=1774617715> (referer: https://ecarstrade.com/cars/7009128)
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d8789ee8-3b2b-546b-a6d9-25cf54184cfd
2026-03-27 15:14:09 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d8789ee8-3b2b-546b-a6d9-25cf54184cfd, skipping ID generation
2026-03-27 15:14:09 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8789ee8-3b2b-546b-a6d9-25cf54184cfd with scrape type 1
2026-03-27 15:14:09 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d8789ee8-3b2b-546b-a6d9-25cf54184cfd sending to next pipeline
2026-03-27 15:14:09 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d8789ee8-3b2b-546b-a6d9-25cf54184cfd, identifier: 7009029auction111129
2026-03-27 15:14:09 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129
2026-03-27 15:14:09 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129
2026-03-27 15:14:09 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d8789ee8-3b2b-546b-a6d9-25cf54184cfd with identifier: 7009029auction111129 to the API
2026-03-27 15:14:09 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009029/photo_001/780x0__r.jpg?hash=1774617548>
{'auction_title': '',
'c_o_2_emission_value': 127,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd8789ee8-3b2b-546b-a6d9-25cf54184cfd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009029',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 164336,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tucson Business Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business Hybrid 2WD 1.6 T-GDI 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009029auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [ecarstrade.be] INFO: Saving data for 7009029auction111129: {'created_time': 1774624450.24066, 'last_price_update_time': 1774624450.240671, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009029auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_006/780x0__r.jpg?hash=1774617715> (referer: https://ecarstrade.com/cars/7009128)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_004/780x0__r.jpg?hash=1774617715> (referer: https://ecarstrade.com/cars/7009128)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_003/780x0__r.jpg?hash=1774617715> (referer: https://ecarstrade.com/cars/7009128)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009135> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_002/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009032)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_006/780x0__r.jpg?hash=1774617554> (referer: https://ecarstrade.com/cars/7009032)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_005/780x0__r.jpg?hash=1774617715> (referer: https://ecarstrade.com/cars/7009128)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_005/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009032)
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:10 [ecarstrade.be] INFO: Extracting details for car 7009135auction111129
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_004/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009032)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_003/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009032)
2026-03-27 15:14:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129
2026-03-27 15:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with scrape type 1
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009135%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617725%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_001/780x0__r.jpg?hash=1774617725 not downloaded yet
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009135%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617725%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_002/780x0__r.jpg?hash=1774617725 not downloaded yet
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009135%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617725%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_003/780x0__r.jpg?hash=1774617725 not downloaded yet
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_001/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009032)
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009135%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617725%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_004/780x0__r.jpg?hash=1774617725 not downloaded yet
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_002/780x0__r.jpg?hash=1774617352> (referer: https://ecarstrade.com/cars/7008941)
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009135%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617725%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_005/780x0__r.jpg?hash=1774617725 not downloaded yet
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_002/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009033)
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_001/780x0__r.jpg?hash=1774617715> (referer: https://ecarstrade.com/cars/7009128)
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009135%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617725%27 HTTP/1.1" 200 None
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_006/780x0__r.jpg?hash=1774617725 not downloaded yet
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_001/780x0__r.jpg?hash=1774617553> (referer: https://ecarstrade.com/cars/7009033)
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3a8e5960-d2ae-5087-8832-f09a7d657831
2026-03-27 15:14:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3a8e5960-d2ae-5087-8832-f09a7d657831, skipping ID generation
2026-03-27 15:14:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3a8e5960-d2ae-5087-8832-f09a7d657831 with scrape type 1
2026-03-27 15:14:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3a8e5960-d2ae-5087-8832-f09a7d657831 sending to next pipeline
2026-03-27 15:14:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3a8e5960-d2ae-5087-8832-f09a7d657831, identifier: 7009032auction111129
2026-03-27 15:14:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129
2026-03-27 15:14:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129
2026-03-27 15:14:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3a8e5960-d2ae-5087-8832-f09a7d657831 with identifier: 7009032auction111129 to the API
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009032/photo_001/780x0__r.jpg?hash=1774617553>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3a8e5960-d2ae-5087-8832-f09a7d657831',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009032',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 154901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': None,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline A 180 d '
'Business Line',
'transmission': 'manual',
'trim': 'MERCEDES-BENZ Classe A Compact / 2018 / 5P / Berline d Business '
'Line',
'vin': None,
'year': 2022}
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009032auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:11 [ecarstrade.be] INFO: Saving data for 7009032auction111129: {'created_time': 1774624451.031024, 'last_price_update_time': 1774624451.031034, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009032auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_002/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009042)
2026-03-27 15:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_003/780x0__r.jpg?hash=1774617570> (referer: https://ecarstrade.com/cars/7009042)
2026-03-27 15:14:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_004/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009042)
2026-03-27 15:14:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_001/780x0__r.jpg?hash=1774617569> (referer: https://ecarstrade.com/cars/7009042)
2026-03-27 15:14:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c688dade-2674-580e-b603-fd31d274cbd5
2026-03-27 15:14:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c688dade-2674-580e-b603-fd31d274cbd5, skipping ID generation
2026-03-27 15:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c688dade-2674-580e-b603-fd31d274cbd5 with scrape type 1
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c688dade-2674-580e-b603-fd31d274cbd5 sending to next pipeline
2026-03-27 15:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c688dade-2674-580e-b603-fd31d274cbd5, identifier: 7008941auction111128
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5
2026-03-27 15:14:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5, skipping ID generation
2026-03-27 15:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with scrape type 1
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 sending to next pipeline
2026-03-27 15:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5, identifier: 7009128auction111129
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d
2026-03-27 15:14:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d, skipping ID generation
2026-03-27 15:14:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with scrape type 1
2026-03-27 15:14:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3e09a4eb-b194-5011-9bca-4b5b1b3a109d sending to next pipeline
2026-03-27 15:14:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d, identifier: 7009033auction111129
2026-03-27 15:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128
2026-03-27 15:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128
2026-03-27 15:14:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c688dade-2674-580e-b603-fd31d274cbd5 with identifier: 7008941auction111128 to the API
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008941/photo_002/780x0__r.jpg?hash=1774617352>
{'auction_title': '',
'c_o_2_emission_value': 152,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c688dade-2674-580e-b603-fd31d274cbd5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008941',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 151985,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Fourgon Club M 1000 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008941auction111128%27 HTTP/1.1" 200 None
2026-03-27 15:14:11 [ecarstrade.be] INFO: Saving data for 7008941auction111128: {'created_time': 1774624451.599225, 'last_price_update_time': 1774624451.599236, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008941auction111128') HTTP/1.1" 204 0
2026-03-27 15:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129
2026-03-27 15:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129
2026-03-27 15:14:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5 with identifier: 7009128auction111129 to the API
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009128/photo_001/780x0__r.jpg?hash=1774617715>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'afe2d8e2-4c2d-57d5-aaf2-cf7dec328db5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009128',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 158764,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Combi Style 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Combi Style 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009128auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:11 [ecarstrade.be] INFO: Saving data for 7009128auction111129: {'created_time': 1774624451.942624, 'last_price_update_time': 1774624451.94264, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009128auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129
2026-03-27 15:14:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129
2026-03-27 15:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3e09a4eb-b194-5011-9bca-4b5b1b3a109d with identifier: 7009033auction111129 to the API
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009033/photo_001/780x0__r.jpg?hash=1774617553>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Green',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '3e09a4eb-b194-5011-9bca-4b5b1b3a109d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009033',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Kia',
'model': 'Sportage',
'odometer': 156044,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sportage Active Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Active Hybrid 1.6 T-GDi 230CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009033auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:12 [ecarstrade.be] INFO: Saving data for 7009033auction111129: {'created_time': 1774624452.250522, 'last_price_update_time': 1774624452.250533, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009033auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 94e957e9-1aa5-54de-8a11-c53c262c8b6e
2026-03-27 15:14:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 94e957e9-1aa5-54de-8a11-c53c262c8b6e, skipping ID generation
2026-03-27 15:14:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 94e957e9-1aa5-54de-8a11-c53c262c8b6e with scrape type 1
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 94e957e9-1aa5-54de-8a11-c53c262c8b6e sending to next pipeline
2026-03-27 15:14:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 94e957e9-1aa5-54de-8a11-c53c262c8b6e, identifier: 7009042auction111129
2026-03-27 15:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_003/780x0__r.jpg?hash=1774617725> (referer: https://ecarstrade.com/cars/7009135)
2026-03-27 15:14:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129
2026-03-27 15:14:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129
2026-03-27 15:14:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 94e957e9-1aa5-54de-8a11-c53c262c8b6e with identifier: 7009042auction111129 to the API
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009042/photo_001/780x0__r.jpg?hash=1774617569>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '94e957e9-1aa5-54de-8a11-c53c262c8b6e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009042',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 143746,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai / 2021 / 5P / Crossover e-Power 190 Acenta BVA HEV',
'transmission': 'automatic',
'trim': 'NISSAN / 2021 / 5P / Crossover e-Power 190 Acenta BVA HEV',
'vin': None,
'year': 2023}
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009042auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:12 [ecarstrade.be] INFO: Saving data for 7009042auction111129: {'created_time': 1774624452.657465, 'last_price_update_time': 1774624452.657477, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009042auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_004/780x0__r.jpg?hash=1774617725> (referer: https://ecarstrade.com/cars/7009135)
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_005/780x0__r.jpg?hash=1774617725> (referer: https://ecarstrade.com/cars/7009135)
2026-03-27 15:14:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_002/780x0__r.jpg?hash=1774617725> (referer: https://ecarstrade.com/cars/7009135)
2026-03-27 15:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_006/780x0__r.jpg?hash=1774617725> (referer: https://ecarstrade.com/cars/7009135)
2026-03-27 15:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_001/780x0__r.jpg?hash=1774617725> (referer: https://ecarstrade.com/cars/7009135)
2026-03-27 15:14:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b57c281c-259f-52fe-9ba2-e4d5f79c7c45
2026-03-27 15:14:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b57c281c-259f-52fe-9ba2-e4d5f79c7c45, skipping ID generation
2026-03-27 15:14:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with scrape type 1
2026-03-27 15:14:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b57c281c-259f-52fe-9ba2-e4d5f79c7c45 sending to next pipeline
2026-03-27 15:14:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b57c281c-259f-52fe-9ba2-e4d5f79c7c45, identifier: 7009135auction111129
2026-03-27 15:14:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129
2026-03-27 15:14:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129
2026-03-27 15:14:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b57c281c-259f-52fe-9ba2-e4d5f79c7c45 with identifier: 7009135auction111129 to the API
2026-03-27 15:14:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009135/photo_001/780x0__r.jpg?hash=1774617725>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'b57c281c-259f-52fe-9ba2-e4d5f79c7c45',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009135',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 179963,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business Beyond Zer',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business Beyond Zer',
'vin': None,
'year': 2022}
2026-03-27 15:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009135auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:13 [ecarstrade.be] INFO: Saving data for 7009135auction111129: {'created_time': 1774624453.763197, 'last_price_update_time': 1774624453.763208, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009135auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008997> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:18 [ecarstrade.be] INFO: Extracting details for car 7008997auction111129
2026-03-27 15:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129
2026-03-27 15:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with scrape type 1
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008997%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_001/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008997%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_002/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008997%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_003/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008997%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_004/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008997%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_005/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008997%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617468%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_006/780x0__r.jpg?hash=1774617468 not downloaded yet
2026-03-27 15:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009117> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_001/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008997)
2026-03-27 15:14:18 [ecarstrade.be] INFO: Extracting details for car 7009117auction111129
2026-03-27 15:14:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129
2026-03-27 15:14:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with scrape type 1
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009117%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_001/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009117%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617698%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_002/780x0__r.jpg?hash=1774617698 not downloaded yet
2026-03-27 15:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_002/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008997)
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009117%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_003/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009117%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_004/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009117%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_005/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009117%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_006/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_003/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008997)
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_004/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008997)
2026-03-27 15:14:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_005/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008997)
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_006/780x0__r.jpg?hash=1774617468> (referer: https://ecarstrade.com/cars/7008997)
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_001/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009117)
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e
2026-03-27 15:14:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e, skipping ID generation
2026-03-27 15:14:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with scrape type 1
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67674c3a-30f7-51ea-bfd6-af0d4cbd777e sending to next pipeline
2026-03-27 15:14:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e, identifier: 7008997auction111129
2026-03-27 15:14:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129
2026-03-27 15:14:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129
2026-03-27 15:14:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67674c3a-30f7-51ea-bfd6-af0d4cbd777e with identifier: 7008997auction111129 to the API
2026-03-27 15:14:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008997/photo_006/780x0__r.jpg?hash=1774617468>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '67674c3a-30f7-51ea-bfd6-af0d4cbd777e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008997',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Audi',
'model': 'A3',
'odometer': 165232,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': None,
'seller_name': None,
'title': 'AUDI A3 Sportback / 2020 / 5P / Berline 30 TFSI MHEV S Tronic 110 '
'Business Line',
'transmission': 'automatic',
'trim': 'AUDI Sportback / 2020 / 5P / Berline 30 TFSI MHEV S Tronic 110 '
'Business Line',
'vin': None,
'year': 2022}
2026-03-27 15:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008997auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:19 [ecarstrade.be] INFO: Saving data for 7008997auction111129: {'created_time': 1774624459.66831, 'last_price_update_time': 1774624459.66832, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008997auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_002/780x0__r.jpg?hash=1774617698> (referer: https://ecarstrade.com/cars/7009117)
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_003/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009117)
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_004/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009117)
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_005/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009117)
2026-03-27 15:14:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_006/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009117)
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d
2026-03-27 15:14:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d, skipping ID generation
2026-03-27 15:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with scrape type 1
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d sending to next pipeline
2026-03-27 15:14:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d, identifier: 7009117auction111129
2026-03-27 15:14:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129
2026-03-27 15:14:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129
2026-03-27 15:14:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d with identifier: 7009117auction111129 to the API
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009117/photo_006/780x0__r.jpg?hash=1774617699>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7c45e3bb-bfd8-5ae8-8392-e6d80ad5779d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009117',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 140171,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ateca Style Business 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'Style Business 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009117auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [ecarstrade.be] INFO: Saving data for 7009117auction111129: {'created_time': 1774624460.564668, 'last_price_update_time': 1774624460.564679, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009117auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009127> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:20 [ecarstrade.be] INFO: Extracting details for car 7009127auction111129
2026-03-27 15:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129
2026-03-27 15:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebdbc198-285f-58a1-8ffe-452f4c18f8bd with scrape type 1
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009127%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617712%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_001/780x0__r.jpg?hash=1774617712 not downloaded yet
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009127%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617712%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_002/780x0__r.jpg?hash=1774617712 not downloaded yet
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009127%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617712%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_003/780x0__r.jpg?hash=1774617712 not downloaded yet
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009127%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617712%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_004/780x0__r.jpg?hash=1774617712 not downloaded yet
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009127%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617712%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_005/780x0__r.jpg?hash=1774617712 not downloaded yet
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009127%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617712%27 HTTP/1.1" 200 None
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_006/780x0__r.jpg?hash=1774617712 not downloaded yet
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_001/780x0__r.jpg?hash=1774617712> (referer: https://ecarstrade.com/cars/7009127)
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_002/780x0__r.jpg?hash=1774617712> (referer: https://ecarstrade.com/cars/7009127)
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009089> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_003/780x0__r.jpg?hash=1774617712> (referer: https://ecarstrade.com/cars/7009127)
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_004/780x0__r.jpg?hash=1774617712> (referer: https://ecarstrade.com/cars/7009127)
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:20 [ecarstrade.be] INFO: Extracting details for car 7009089auction111129
2026-03-27 15:14:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_005/780x0__r.jpg?hash=1774617712> (referer: https://ecarstrade.com/cars/7009127)
2026-03-27 15:14:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129
2026-03-27 15:14:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with scrape type 1
2026-03-27 15:14:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009089%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_001/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_006/780x0__r.jpg?hash=1774617712> (referer: https://ecarstrade.com/cars/7009127)
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009089%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_002/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009089%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_003/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009089%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_004/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009089%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_005/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_001/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009089)
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009089%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617648%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_006/780x0__r.jpg?hash=1774617648 not downloaded yet
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ebdbc198-285f-58a1-8ffe-452f4c18f8bd
2026-03-27 15:14:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ebdbc198-285f-58a1-8ffe-452f4c18f8bd, skipping ID generation
2026-03-27 15:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ebdbc198-285f-58a1-8ffe-452f4c18f8bd with scrape type 1
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ebdbc198-285f-58a1-8ffe-452f4c18f8bd sending to next pipeline
2026-03-27 15:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ebdbc198-285f-58a1-8ffe-452f4c18f8bd, identifier: 7009127auction111129
2026-03-27 15:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129
2026-03-27 15:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129
2026-03-27 15:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ebdbc198-285f-58a1-8ffe-452f4c18f8bd with identifier: 7009127auction111129 to the API
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009127/photo_006/780x0__r.jpg?hash=1774617712>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ebdbc198-285f-58a1-8ffe-452f4c18f8bd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009127',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 143175,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009127auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [ecarstrade.be] INFO: Saving data for 7009127auction111129: {'created_time': 1774624461.507365, 'last_price_update_time': 1774624461.507376, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009127auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_002/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009089)
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_003/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009089)
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_004/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009089)
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009101> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_005/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009089)
2026-03-27 15:14:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_006/780x0__r.jpg?hash=1774617648> (referer: https://ecarstrade.com/cars/7009089)
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:21 [ecarstrade.be] INFO: Extracting details for car 7009101auction111129
2026-03-27 15:14:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129
2026-03-27 15:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with scrape type 1
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009101%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_001/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009101%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_002/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009101%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_003/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b4acb8c7-eb16-5577-b2af-028ab3ca15b9
2026-03-27 15:14:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b4acb8c7-eb16-5577-b2af-028ab3ca15b9, skipping ID generation
2026-03-27 15:14:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with scrape type 1
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b4acb8c7-eb16-5577-b2af-028ab3ca15b9 sending to next pipeline
2026-03-27 15:14:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b4acb8c7-eb16-5577-b2af-028ab3ca15b9, identifier: 7009089auction111129
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009101%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:14:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_004/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:14:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129
2026-03-27 15:14:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129
2026-03-27 15:14:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b4acb8c7-eb16-5577-b2af-028ab3ca15b9 with identifier: 7009089auction111129 to the API
2026-03-27 15:14:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009089/photo_006/780x0__r.jpg?hash=1774617648>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b4acb8c7-eb16-5577-b2af-028ab3ca15b9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009089',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '5008',
'odometer': 134964,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': '5008 Allure 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Allure 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009089auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [ecarstrade.be] INFO: Saving data for 7009089auction111129: {'created_time': 1774624462.21377, 'last_price_update_time': 1774624462.213781, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009089auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_001/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009101)
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009007> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009101%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_005/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009101%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_006/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_003/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009101)
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_002/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009101)
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:22 [ecarstrade.be] INFO: Extracting details for car 7009007auction111129
2026-03-27 15:14:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129
2026-03-27 15:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f921d42a-0920-5e0e-b22d-435b2f32a9ed with scrape type 1
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009007%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617488%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_001/780x0__r.jpg?hash=1774617488 not downloaded yet
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009007%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617490%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_002/780x0__r.jpg?hash=1774617490 not downloaded yet
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_006/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009101)
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_004/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009101)
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_005/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009101)
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009007%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617491%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_003/780x0__r.jpg?hash=1774617491 not downloaded yet
2026-03-27 15:14:22 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009007%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617488%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_004/780x0__r.jpg?hash=1774617488 not downloaded yet
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_001/780x0__r.jpg?hash=1774617488> (referer: https://ecarstrade.com/cars/7009007)
2026-03-27 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 7009137auction111129
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009137auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [ecarstrade.be] INFO: Scrape type for 7009137auction111129: 1
2026-03-27 15:14:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009007%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617490%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_005/780x0__r.jpg?hash=1774617490 not downloaded yet
2026-03-27 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 7009074auction111129
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009074auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [ecarstrade.be] INFO: Scrape type for 7009074auction111129: 1
2026-03-27 15:14:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009007%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617488%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_006/780x0__r.jpg?hash=1774617488 not downloaded yet
2026-03-27 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 7009094auction111129
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009094auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [ecarstrade.be] INFO: Scrape type for 7009094auction111129: 1
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_002/780x0__r.jpg?hash=1774617490> (referer: https://ecarstrade.com/cars/7009007)
2026-03-27 15:14:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bfda8f57-2721-5cc1-adc9-c2e3a4729d14
2026-03-27 15:14:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bfda8f57-2721-5cc1-adc9-c2e3a4729d14, skipping ID generation
2026-03-27 15:14:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with scrape type 1
2026-03-27 15:14:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bfda8f57-2721-5cc1-adc9-c2e3a4729d14 sending to next pipeline
2026-03-27 15:14:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bfda8f57-2721-5cc1-adc9-c2e3a4729d14, identifier: 7009101auction111129
2026-03-27 15:14:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_003/780x0__r.jpg?hash=1774617491> (referer: https://ecarstrade.com/cars/7009007)
2026-03-27 15:14:22 [ecarstrade.be] INFO: Found listing with ID: 7009068auction111129
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009068auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [ecarstrade.be] INFO: Scrape type for 7009068auction111129: 1
2026-03-27 15:14:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129
2026-03-27 15:14:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129
2026-03-27 15:14:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bfda8f57-2721-5cc1-adc9-c2e3a4729d14 with identifier: 7009101auction111129 to the API
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009101/photo_005/780x0__r.jpg?hash=1774617672>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'bfda8f57-2721-5cc1-adc9-c2e3a4729d14',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009101',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Austral',
'odometer': 149814,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Austral Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'vin': None,
'year': 2023}
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009101auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:22 [ecarstrade.be] INFO: Saving data for 7009101auction111129: {'created_time': 1774624462.98113, 'last_price_update_time': 1774624462.98114, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009101auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_004/780x0__r.jpg?hash=1774617488> (referer: https://ecarstrade.com/cars/7009007)
2026-03-27 15:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_005/780x0__r.jpg?hash=1774617490> (referer: https://ecarstrade.com/cars/7009007)
2026-03-27 15:14:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009116auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009116auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009116auction111129: 1
2026-03-27 15:14:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009123auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009123auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009123auction111129: 1
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009140auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009140auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009140auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7008995auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008995auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7008995auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009102auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009102auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009102auction111129: 1
2026-03-27 15:14:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_006/780x0__r.jpg?hash=1774617488> (referer: https://ecarstrade.com/cars/7009007)
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009143auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009143auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009143auction111129: 1
2026-03-27 15:14:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009067auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009067auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009067auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009090auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009090auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009090auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009092auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009092auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009092auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009035auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009035auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009035auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009075auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009075auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009075auction111129: 1
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f921d42a-0920-5e0e-b22d-435b2f32a9ed
2026-03-27 15:14:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f921d42a-0920-5e0e-b22d-435b2f32a9ed, skipping ID generation
2026-03-27 15:14:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f921d42a-0920-5e0e-b22d-435b2f32a9ed with scrape type 1
2026-03-27 15:14:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f921d42a-0920-5e0e-b22d-435b2f32a9ed sending to next pipeline
2026-03-27 15:14:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f921d42a-0920-5e0e-b22d-435b2f32a9ed, identifier: 7009007auction111129
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009093auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009093auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009093auction111129: 1
2026-03-27 15:14:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129
2026-03-27 15:14:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129
2026-03-27 15:14:23 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f921d42a-0920-5e0e-b22d-435b2f32a9ed with identifier: 7009007auction111129 to the API
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009007/photo_006/780x0__r.jpg?hash=1774617488>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f921d42a-0920-5e0e-b22d-435b2f32a9ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009007',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'BMW',
'model': 'X1',
'odometer': 141894,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': None,
'seller_name': None,
'title': 'Série X1 sDrive16d Lounge 1.5 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Série sDrive16d Lounge 1.5 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009007auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Saving data for 7009007auction111129: {'created_time': 1774624463.654327, 'last_price_update_time': 1774624463.654338, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009007auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009096auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009096auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009096auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009098auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009098auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009098auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009121auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009121auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009121auction111129: 1
2026-03-27 15:14:23 [ecarstrade.be] INFO: Found listing with ID: 7009129auction111129
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009129auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:23 [ecarstrade.be] INFO: Scrape type for 7009129auction111129: 1
2026-03-27 15:14:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009120> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:24 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:24 [ecarstrade.be] INFO: Extracting details for car 7009120auction111129
2026-03-27 15:14:24 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129
2026-03-27 15:14:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with scrape type 1
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009120%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617702%27 HTTP/1.1" 200 None
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_001/780x0__r.jpg?hash=1774617702 not downloaded yet
2026-03-27 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009120%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617702%27 HTTP/1.1" 200 None
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_002/780x0__r.jpg?hash=1774617702 not downloaded yet
2026-03-27 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009120%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617702%27 HTTP/1.1" 200 None
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_003/780x0__r.jpg?hash=1774617702 not downloaded yet
2026-03-27 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009120%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617702%27 HTTP/1.1" 200 None
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_004/780x0__r.jpg?hash=1774617702 not downloaded yet
2026-03-27 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009120%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617702%27 HTTP/1.1" 200 None
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_005/780x0__r.jpg?hash=1774617702 not downloaded yet
2026-03-27 15:14:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009120%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617702%27 HTTP/1.1" 200 None
2026-03-27 15:14:24 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_006/780x0__r.jpg?hash=1774617702 not downloaded yet
2026-03-27 15:14:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009037> (referer: https://ecarstrade.com/search/page135?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:26 [ecarstrade.be] INFO: Extracting details for car 7009037auction111129
2026-03-27 15:14:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129
2026-03-27 15:14:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be9b1f93-7607-531b-893b-5aabb6e5769d with scrape type 1
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009037%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617558%27 HTTP/1.1" 200 None
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_001/780x0__r.jpg?hash=1774617558 not downloaded yet
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009037%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617558%27 HTTP/1.1" 200 None
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_002/780x0__r.jpg?hash=1774617558 not downloaded yet
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009037%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617559%27 HTTP/1.1" 200 None
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_003/780x0__r.jpg?hash=1774617559 not downloaded yet
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009037%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617559%27 HTTP/1.1" 200 None
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_004/780x0__r.jpg?hash=1774617559 not downloaded yet
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009037%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617559%27 HTTP/1.1" 200 None
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_005/780x0__r.jpg?hash=1774617559 not downloaded yet
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009037%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617559%27 HTTP/1.1" 200 None
2026-03-27 15:14:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_006/780x0__r.jpg?hash=1774617559 not downloaded yet
2026-03-27 15:14:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009130auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009130auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009130auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009133auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009133auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009133auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009081auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009081auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009081auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009064auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009064auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009064auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009070auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009070auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009070auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009122auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009122auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009062auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009062auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009119auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009119auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009087auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009087auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009011auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009011auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009055auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009055auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009010auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009010auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009045auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009045auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009046auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009046auction111129: 1
2026-03-27 15:14:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009137> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009076auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009076auction111129: 1
2026-03-27 15:14:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009026auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009026auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009027auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009027auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009009auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009009auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009050auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009050auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Found listing with ID: 7009072auction111129
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [ecarstrade.be] INFO: Scrape type for 7009072auction111129: 1
2026-03-27 15:14:29 [ecarstrade.be] INFO: Extracting details for car 7009137auction111129
2026-03-27 15:14:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129
2026-03-27 15:14:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1af3fb2-2f28-5f22-a622-6750d34bc15a with scrape type 1
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009137%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_001/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009137%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617727%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_002/780x0__r.jpg?hash=1774617727 not downloaded yet
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009137%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617727%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_003/780x0__r.jpg?hash=1774617727 not downloaded yet
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009137%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617727%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_004/780x0__r.jpg?hash=1774617727 not downloaded yet
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009137%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617728%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_005/780x0__r.jpg?hash=1774617728 not downloaded yet
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009137%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617727%27 HTTP/1.1" 200 None
2026-03-27 15:14:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_006/780x0__r.jpg?hash=1774617727 not downloaded yet
2026-03-27 15:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009094> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009116> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009074> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:30 [ecarstrade.be] INFO: Extracting details for car 7009094auction111129
2026-03-27 15:14:30 [ecarstrade.be] INFO: Extracting details for car 7009116auction111129
2026-03-27 15:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129
2026-03-27 15:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with scrape type 1
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009094%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617662%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_001/780x0__r.jpg?hash=1774617662 not downloaded yet
2026-03-27 15:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129
2026-03-27 15:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51677b73-4b6c-545b-85f7-e7aa7d093be7 with scrape type 1
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009116%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617697%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_001/780x0__r.jpg?hash=1774617697 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009094%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617662%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_002/780x0__r.jpg?hash=1774617662 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009116%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617697%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_002/780x0__r.jpg?hash=1774617697 not downloaded yet
2026-03-27 15:14:30 [ecarstrade.be] INFO: Extracting details for car 7009074auction111129
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009094%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617662%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_003/780x0__r.jpg?hash=1774617662 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009116%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617697%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_003/780x0__r.jpg?hash=1774617697 not downloaded yet
2026-03-27 15:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129
2026-03-27 15:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ccc36d-a201-5fbe-abee-3ce86bddca97 with scrape type 1
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009074%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617616%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_001/780x0__r.jpg?hash=1774617616 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009094%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617662%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_004/780x0__r.jpg?hash=1774617662 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009116%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617697%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_004/780x0__r.jpg?hash=1774617697 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009074%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617616%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_002/780x0__r.jpg?hash=1774617616 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009094%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617662%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_005/780x0__r.jpg?hash=1774617662 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009116%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617697%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_005/780x0__r.jpg?hash=1774617697 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009074%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617616%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_003/780x0__r.jpg?hash=1774617616 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009094%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617662%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_006/780x0__r.jpg?hash=1774617662 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009116%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617697%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_006/780x0__r.jpg?hash=1774617697 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009074%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617616%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_004/780x0__r.jpg?hash=1774617616 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009074%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617616%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_005/780x0__r.jpg?hash=1774617616 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009074%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617616%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_006/780x0__r.jpg?hash=1774617616 not downloaded yet
2026-03-27 15:14:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009068> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:30 [ecarstrade.be] INFO: Extracting details for car 7009068auction111129
2026-03-27 15:14:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129
2026-03-27 15:14:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae62845-c8ef-5814-b9c4-2a783fdafd88 with scrape type 1
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009068%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617609%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_001/780x0__r.jpg?hash=1774617609 not downloaded yet
2026-03-27 15:14:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009068%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617609%27 HTTP/1.1" 200 None
2026-03-27 15:14:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_002/780x0__r.jpg?hash=1774617609 not downloaded yet
2026-03-27 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009068%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617610%27 HTTP/1.1" 200 None
2026-03-27 15:14:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_003/780x0__r.jpg?hash=1774617610 not downloaded yet
2026-03-27 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009068%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617609%27 HTTP/1.1" 200 None
2026-03-27 15:14:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_004/780x0__r.jpg?hash=1774617609 not downloaded yet
2026-03-27 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009068%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617609%27 HTTP/1.1" 200 None
2026-03-27 15:14:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_005/780x0__r.jpg?hash=1774617609 not downloaded yet
2026-03-27 15:14:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009068%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617609%27 HTTP/1.1" 200 None
2026-03-27 15:14:31 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_006/780x0__r.jpg?hash=1774617609 not downloaded yet
2026-03-27 15:14:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009123> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:32 [ecarstrade.be] INFO: Extracting details for car 7009123auction111129
2026-03-27 15:14:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129
2026-03-27 15:14:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with scrape type 1
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009123%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_001/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009123%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_002/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009123%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_003/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009123%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_004/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009123%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_005/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:14:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009123%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:14:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_006/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009140> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_006/780x0__r.jpg?hash=1774617702> (referer: https://ecarstrade.com/cars/7009120)
2026-03-27 15:14:33 [ecarstrade.be] INFO: Extracting details for car 7009140auction111129
2026-03-27 15:14:33 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129
2026-03-27 15:14:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ade1da-8e9a-5813-862d-e55797f95c4c with scrape type 1
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009140%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_001/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009140%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_002/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009140%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_003/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009140%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_004/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:14:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_006/780x0__r.jpg?hash=1774617559> (referer: https://ecarstrade.com/cars/7009037)
2026-03-27 15:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009140%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617730%27 HTTP/1.1" 200 None
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_005/780x0__r.jpg?hash=1774617730 not downloaded yet
2026-03-27 15:14:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009140%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617731%27 HTTP/1.1" 200 None
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_006/780x0__r.jpg?hash=1774617731 not downloaded yet
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:14:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008995> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_006/780x0__r.jpg?hash=1774617727> (referer: https://ecarstrade.com/cars/7009137)
2026-03-27 15:14:35 [ecarstrade.be] INFO: Extracting details for car 7008995auction111129
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_005/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009137)
2026-03-27 15:14:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129
2026-03-27 15:14:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84296a9a-50ce-511c-a29f-b7d89309d4e0 with scrape type 1
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008995%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617461%27 HTTP/1.1" 200 None
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_001/780x0__r.jpg?hash=1774617461 not downloaded yet
2026-03-27 15:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008995%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617460%27 HTTP/1.1" 200 None
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_002/780x0__r.jpg?hash=1774617460 not downloaded yet
2026-03-27 15:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008995%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617460%27 HTTP/1.1" 200 None
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_003/780x0__r.jpg?hash=1774617460 not downloaded yet
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008995%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617460%27 HTTP/1.1" 200 None
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_004/780x0__r.jpg?hash=1774617460 not downloaded yet
2026-03-27 15:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008995%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617460%27 HTTP/1.1" 200 None
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_005/780x0__r.jpg?hash=1774617460 not downloaded yet
2026-03-27 15:14:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7008995%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617461%27 HTTP/1.1" 200 None
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_006/780x0__r.jpg?hash=1774617461 not downloaded yet
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_004/780x0__r.jpg?hash=1774617727> (referer: https://ecarstrade.com/cars/7009137)
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_006/780x0__r.jpg?hash=1774617616> (referer: https://ecarstrade.com/cars/7009074)
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_006/780x0__r.jpg?hash=1774617609> (referer: https://ecarstrade.com/cars/7009068)
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_006/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009123)
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_005/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009123)
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_004/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009140)
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_006/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009140)
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_005/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009140)
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_003/780x0__r.jpg?hash=1774617730> (referer: https://ecarstrade.com/cars/7009140)
2026-03-27 15:14:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_006/780x0__r.jpg?hash=1774617461> (referer: https://ecarstrade.com/cars/7008995)
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_005/780x0__r.jpg?hash=1774617460> (referer: https://ecarstrade.com/cars/7008995)
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_004/780x0__r.jpg?hash=1774617460> (referer: https://ecarstrade.com/cars/7008995)
2026-03-27 15:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_003/780x0__r.jpg?hash=1774617460> (referer: https://ecarstrade.com/cars/7008995)
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_002/780x0__r.jpg?hash=1774617460> (referer: https://ecarstrade.com/cars/7008995)
2026-03-27 15:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_001/780x0__r.jpg?hash=1774617461> (referer: https://ecarstrade.com/cars/7008995)
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_002/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009140)
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 84296a9a-50ce-511c-a29f-b7d89309d4e0
2026-03-27 15:14:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 84296a9a-50ce-511c-a29f-b7d89309d4e0, skipping ID generation
2026-03-27 15:14:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 84296a9a-50ce-511c-a29f-b7d89309d4e0 with scrape type 1
2026-03-27 15:14:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 84296a9a-50ce-511c-a29f-b7d89309d4e0 sending to next pipeline
2026-03-27 15:14:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 84296a9a-50ce-511c-a29f-b7d89309d4e0, identifier: 7008995auction111129
2026-03-27 15:14:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129
2026-03-27 15:14:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129
2026-03-27 15:14:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 84296a9a-50ce-511c-a29f-b7d89309d4e0 with identifier: 7008995auction111129 to the API
2026-03-27 15:14:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008995/photo_001/780x0__r.jpg?hash=1774617461>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '84296a9a-50ce-511c-a29f-b7d89309d4e0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008995',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Audi',
'model': 'A4',
'odometer': 203046,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'AUDI A4 Avant / 2019 / 5P / Break 35 TDI 163 S tronic Business line',
'transmission': 'automatic',
'trim': 'AUDI Avant / 2019 / 5P / Break 35 TDI 163 S tronic Business line',
'vin': None,
'year': 2020}
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008995auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:37 [ecarstrade.be] INFO: Saving data for 7008995auction111129: {'created_time': 1774624477.088528, 'last_price_update_time': 1774624477.08854, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008995auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_001/780x0__r.jpg?hash=1774617731> (referer: https://ecarstrade.com/cars/7009140)
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009143> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009090> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_004/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009123)
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 70ade1da-8e9a-5813-862d-e55797f95c4c
2026-03-27 15:14:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 70ade1da-8e9a-5813-862d-e55797f95c4c, skipping ID generation
2026-03-27 15:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 70ade1da-8e9a-5813-862d-e55797f95c4c with scrape type 1
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 70ade1da-8e9a-5813-862d-e55797f95c4c sending to next pipeline
2026-03-27 15:14:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 70ade1da-8e9a-5813-862d-e55797f95c4c, identifier: 7009140auction111129
2026-03-27 15:14:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129
2026-03-27 15:14:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129
2026-03-27 15:14:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 70ade1da-8e9a-5813-862d-e55797f95c4c with identifier: 7009140auction111129 to the API
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009140/photo_001/780x0__r.jpg?hash=1774617731>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '70ade1da-8e9a-5813-862d-e55797f95c4c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009140',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 161570,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 2.0 TDI SCR 115 DSG7 LIFE '
'SOCI BUSINESS',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 2.0 TDI SCR 115 DSG7 LIFE SOCI '
'BUSINESS',
'vin': None,
'year': 2023}
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009140auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:37 [ecarstrade.be] INFO: Saving data for 7009140auction111129: {'created_time': 1774624477.858395, 'last_price_update_time': 1774624477.858407, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009140auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_003/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009123)
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_002/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009123)
2026-03-27 15:14:37 [ecarstrade.be] INFO: Extracting details for car 7009143auction111129
2026-03-27 15:14:37 [ecarstrade.be] INFO: Extracting details for car 7009090auction111129
2026-03-27 15:14:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_001/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009123)
2026-03-27 15:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129
2026-03-27 15:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9562509-1a91-549f-9724-a2e9d2d98ec9 with scrape type 1
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009143%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617735%27 HTTP/1.1" 200 None
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_001/780x0__r.jpg?hash=1774617735 not downloaded yet
2026-03-27 15:14:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129
2026-03-27 15:14:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with scrape type 1
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009090%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617650%27 HTTP/1.1" 200 None
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_001/780x0__r.jpg?hash=1774617650 not downloaded yet
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009143%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617735%27 HTTP/1.1" 200 None
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_002/780x0__r.jpg?hash=1774617735 not downloaded yet
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009090%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617650%27 HTTP/1.1" 200 None
2026-03-27 15:14:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_002/780x0__r.jpg?hash=1774617650 not downloaded yet
2026-03-27 15:14:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009143%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617735%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_003/780x0__r.jpg?hash=1774617735 not downloaded yet
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009090%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617650%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_003/780x0__r.jpg?hash=1774617650 not downloaded yet
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_004/780x0__r.jpg?hash=1774617609> (referer: https://ecarstrade.com/cars/7009068)
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_005/780x0__r.jpg?hash=1774617609> (referer: https://ecarstrade.com/cars/7009068)
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009143%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617735%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_004/780x0__r.jpg?hash=1774617735 not downloaded yet
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009090%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617650%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_004/780x0__r.jpg?hash=1774617650 not downloaded yet
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_003/780x0__r.jpg?hash=1774617610> (referer: https://ecarstrade.com/cars/7009068)
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009143%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617735%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_005/780x0__r.jpg?hash=1774617735 not downloaded yet
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009090%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617650%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_005/780x0__r.jpg?hash=1774617650 not downloaded yet
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7
2026-03-27 15:14:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7, skipping ID generation
2026-03-27 15:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with scrape type 1
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 sending to next pipeline
2026-03-27 15:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7, identifier: 7009123auction111129
2026-03-27 15:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129
2026-03-27 15:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129
2026-03-27 15:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f7c17fe7-1159-5deb-8e63-c2fb55f6bab7 with identifier: 7009123auction111129 to the API
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009123/photo_001/780x0__r.jpg?hash=1774617705>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f7c17fe7-1159-5deb-8e63-c2fb55f6bab7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009123',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 176221,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Karoq Business 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'Business 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009123auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [ecarstrade.be] INFO: Saving data for 7009123auction111129: {'created_time': 1774624478.564058, 'last_price_update_time': 1774624478.56407, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009123auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009143%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617736%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_006/780x0__r.jpg?hash=1774617736 not downloaded yet
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009090%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617650%27 HTTP/1.1" 200 None
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_006/780x0__r.jpg?hash=1774617650 not downloaded yet
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_005/780x0__r.jpg?hash=1774617616> (referer: https://ecarstrade.com/cars/7009074)
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_001/780x0__r.jpg?hash=1774617609> (referer: https://ecarstrade.com/cars/7009068)
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_002/780x0__r.jpg?hash=1774617609> (referer: https://ecarstrade.com/cars/7009068)
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009067> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_006/780x0__r.jpg?hash=1774617662> (referer: https://ecarstrade.com/cars/7009094)
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_006/780x0__r.jpg?hash=1774617697> (referer: https://ecarstrade.com/cars/7009116)
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_004/780x0__r.jpg?hash=1774617616> (referer: https://ecarstrade.com/cars/7009074)
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_003/780x0__r.jpg?hash=1774617616> (referer: https://ecarstrade.com/cars/7009074)
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fae62845-c8ef-5814-b9c4-2a783fdafd88
2026-03-27 15:14:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fae62845-c8ef-5814-b9c4-2a783fdafd88, skipping ID generation
2026-03-27 15:14:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fae62845-c8ef-5814-b9c4-2a783fdafd88 with scrape type 1
2026-03-27 15:14:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fae62845-c8ef-5814-b9c4-2a783fdafd88 sending to next pipeline
2026-03-27 15:14:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fae62845-c8ef-5814-b9c4-2a783fdafd88, identifier: 7009068auction111129
2026-03-27 15:14:38 [ecarstrade.be] INFO: Extracting details for car 7009067auction111129
2026-03-27 15:14:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129
2026-03-27 15:14:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129
2026-03-27 15:14:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fae62845-c8ef-5814-b9c4-2a783fdafd88 with identifier: 7009068auction111129 to the API
2026-03-27 15:14:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009068/photo_002/780x0__r.jpg?hash=1774617609>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fae62845-c8ef-5814-b9c4-2a783fdafd88',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009068',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 143587,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009068auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [ecarstrade.be] INFO: Saving data for 7009068auction111129: {'created_time': 1774624479.246379, 'last_price_update_time': 1774624479.246392, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009068auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_005/780x0__r.jpg?hash=1774617697> (referer: https://ecarstrade.com/cars/7009116)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_003/780x0__r.jpg?hash=1774617735> (referer: https://ecarstrade.com/cars/7009143)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_003/780x0__r.jpg?hash=1774617650> (referer: https://ecarstrade.com/cars/7009090)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_004/780x0__r.jpg?hash=1774617650> (referer: https://ecarstrade.com/cars/7009090)
2026-03-27 15:14:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129
2026-03-27 15:14:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5edfb10-70f9-55e6-bb49-90424aa4e4cf with scrape type 1
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009067%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617606%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_001/780x0__r.jpg?hash=1774617606 not downloaded yet
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009046> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009067%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617606%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_002/780x0__r.jpg?hash=1774617606 not downloaded yet
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009067%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617606%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_003/780x0__r.jpg?hash=1774617606 not downloaded yet
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009067%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617606%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_004/780x0__r.jpg?hash=1774617606 not downloaded yet
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009067%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617608%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_005/780x0__r.jpg?hash=1774617608 not downloaded yet
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_005/780x0__r.jpg?hash=1774617735> (referer: https://ecarstrade.com/cars/7009143)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_005/780x0__r.jpg?hash=1774617650> (referer: https://ecarstrade.com/cars/7009090)
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009067%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617606%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_006/780x0__r.jpg?hash=1774617606 not downloaded yet
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_006/780x0__r.jpg?hash=1774617650> (referer: https://ecarstrade.com/cars/7009090)
2026-03-27 15:14:39 [ecarstrade.be] INFO: Extracting details for car 7009046auction111129
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_004/780x0__r.jpg?hash=1774617735> (referer: https://ecarstrade.com/cars/7009143)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_006/780x0__r.jpg?hash=1774617736> (referer: https://ecarstrade.com/cars/7009143)
2026-03-27 15:14:39 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129
2026-03-27 15:14:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72e7866c-ef88-5eae-9212-ae464827cea6 with scrape type 1
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009046%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617573%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_001/780x0__r.jpg?hash=1774617573 not downloaded yet
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009046%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_002/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_002/780x0__r.jpg?hash=1774617650> (referer: https://ecarstrade.com/cars/7009090)
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009046%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_003/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009046%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_004/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_005/780x0__r.jpg?hash=1774617662> (referer: https://ecarstrade.com/cars/7009094)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_002/780x0__r.jpg?hash=1774617735> (referer: https://ecarstrade.com/cars/7009143)
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009046%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_005/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_001/780x0__r.jpg?hash=1774617735> (referer: https://ecarstrade.com/cars/7009143)
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009046%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_006/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_001/780x0__r.jpg?hash=1774617650> (referer: https://ecarstrade.com/cars/7009090)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_002/780x0__r.jpg?hash=1774617616> (referer: https://ecarstrade.com/cars/7009074)
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_001/780x0__r.jpg?hash=1774617606> (referer: https://ecarstrade.com/cars/7009067)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_005/780x0__r.jpg?hash=1774617608> (referer: https://ecarstrade.com/cars/7009067)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_004/780x0__r.jpg?hash=1774617606> (referer: https://ecarstrade.com/cars/7009067)
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_004/780x0__r.jpg?hash=1774617697> (referer: https://ecarstrade.com/cars/7009116)
2026-03-27 15:14:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_006/780x0__r.jpg?hash=1774617606> (referer: https://ecarstrade.com/cars/7009067)
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f9562509-1a91-549f-9724-a2e9d2d98ec9
2026-03-27 15:14:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f9562509-1a91-549f-9724-a2e9d2d98ec9, skipping ID generation
2026-03-27 15:14:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f9562509-1a91-549f-9724-a2e9d2d98ec9 with scrape type 1
2026-03-27 15:14:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f9562509-1a91-549f-9724-a2e9d2d98ec9 sending to next pipeline
2026-03-27 15:14:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f9562509-1a91-549f-9724-a2e9d2d98ec9, identifier: 7009143auction111129
2026-03-27 15:14:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129
2026-03-27 15:14:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129
2026-03-27 15:14:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f9562509-1a91-549f-9724-a2e9d2d98ec9 with identifier: 7009143auction111129 to the API
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009143/photo_001/780x0__r.jpg?hash=1774617735>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f9562509-1a91-549f-9724-a2e9d2d98ec9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009143',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 168797,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Passat Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009143auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:40 [ecarstrade.be] INFO: Saving data for 7009143auction111129: {'created_time': 1774624480.04548, 'last_price_update_time': 1774624480.045491, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009143auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_003/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009046)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_004/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009046)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_002/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009046)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_003/780x0__r.jpg?hash=1774617606> (referer: https://ecarstrade.com/cars/7009067)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_002/780x0__r.jpg?hash=1774617606> (referer: https://ecarstrade.com/cars/7009067)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009092> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f
2026-03-27 15:14:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f, skipping ID generation
2026-03-27 15:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with scrape type 1
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f sending to next pipeline
2026-03-27 15:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f, identifier: 7009090auction111129
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009129> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129
2026-03-27 15:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129
2026-03-27 15:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f with identifier: 7009090auction111129 to the API
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009090/photo_001/780x0__r.jpg?hash=1774617650>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'e6dfba90-e01a-5ae1-9d39-bf4f1adfb93f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009090',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '5008',
'odometer': 203947,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-04-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2023}
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009090auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:40 [ecarstrade.be] INFO: Saving data for 7009090auction111129: {'created_time': 1774624480.50513, 'last_price_update_time': 1774624480.505141, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009090auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_005/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009046)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_001/780x0__r.jpg?hash=1774617573> (referer: https://ecarstrade.com/cars/7009046)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_006/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009046)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_004/780x0__r.jpg?hash=1774617662> (referer: https://ecarstrade.com/cars/7009094)
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_001/780x0__r.jpg?hash=1774617616> (referer: https://ecarstrade.com/cars/7009074)
2026-03-27 15:14:40 [ecarstrade.be] INFO: Extracting details for car 7009092auction111129
2026-03-27 15:14:40 [ecarstrade.be] INFO: Extracting details for car 7009129auction111129
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_003/780x0__r.jpg?hash=1774617697> (referer: https://ecarstrade.com/cars/7009116)
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e5edfb10-70f9-55e6-bb49-90424aa4e4cf
2026-03-27 15:14:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5edfb10-70f9-55e6-bb49-90424aa4e4cf, skipping ID generation
2026-03-27 15:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5edfb10-70f9-55e6-bb49-90424aa4e4cf with scrape type 1
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5edfb10-70f9-55e6-bb49-90424aa4e4cf sending to next pipeline
2026-03-27 15:14:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5edfb10-70f9-55e6-bb49-90424aa4e4cf, identifier: 7009067auction111129
2026-03-27 15:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129
2026-03-27 15:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36724a1-354f-5340-b62a-c58a55ac4b72 with scrape type 1
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009092%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617652%27 HTTP/1.1" 200 None
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_001/780x0__r.jpg?hash=1774617652 not downloaded yet
2026-03-27 15:14:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129
2026-03-27 15:14:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 003bbd2c-706b-5b14-87a7-540cb818d437 with scrape type 1
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009129%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617716%27 HTTP/1.1" 200 None
2026-03-27 15:14:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_001/780x0__r.jpg?hash=1774617716 not downloaded yet
2026-03-27 15:14:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129
2026-03-27 15:14:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129
2026-03-27 15:14:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5edfb10-70f9-55e6-bb49-90424aa4e4cf with identifier: 7009067auction111129 to the API
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009067/photo_002/780x0__r.jpg?hash=1774617606>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5edfb10-70f9-55e6-bb49-90424aa4e4cf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009067',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 142704,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 / 2020 / 5P / SUV 1.6 HYBRID 225 E-EAT8 GT Pack',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV 1.6 HYBRID 225 E-EAT8 GT Pack',
'vin': None,
'year': 2021}
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009067auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [ecarstrade.be] INFO: Saving data for 7009067auction111129: {'created_time': 1774624481.014915, 'last_price_update_time': 1774624481.014925, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009067auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_003/780x0__r.jpg?hash=1774617727> (referer: https://ecarstrade.com/cars/7009137)
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_002/780x0__r.jpg?hash=1774617662> (referer: https://ecarstrade.com/cars/7009094)
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_002/780x0__r.jpg?hash=1774617727> (referer: https://ecarstrade.com/cars/7009137)
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_001/780x0__r.jpg?hash=1774617662> (referer: https://ecarstrade.com/cars/7009094)
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_003/780x0__r.jpg?hash=1774617662> (referer: https://ecarstrade.com/cars/7009094)
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009092%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617652%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_002/780x0__r.jpg?hash=1774617652 not downloaded yet
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009129%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617716%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_002/780x0__r.jpg?hash=1774617716 not downloaded yet
2026-03-27 15:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_001/780x0__r.jpg?hash=1774617697> (referer: https://ecarstrade.com/cars/7009116)
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_002/780x0__r.jpg?hash=1774617697> (referer: https://ecarstrade.com/cars/7009116)
2026-03-27 15:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72e7866c-ef88-5eae-9212-ae464827cea6
2026-03-27 15:14:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72e7866c-ef88-5eae-9212-ae464827cea6, skipping ID generation
2026-03-27 15:14:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72e7866c-ef88-5eae-9212-ae464827cea6 with scrape type 1
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72e7866c-ef88-5eae-9212-ae464827cea6 sending to next pipeline
2026-03-27 15:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72e7866c-ef88-5eae-9212-ae464827cea6, identifier: 7009046auction111129
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 51ccc36d-a201-5fbe-abee-3ce86bddca97
2026-03-27 15:14:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51ccc36d-a201-5fbe-abee-3ce86bddca97, skipping ID generation
2026-03-27 15:14:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51ccc36d-a201-5fbe-abee-3ce86bddca97 with scrape type 1
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51ccc36d-a201-5fbe-abee-3ce86bddca97 sending to next pipeline
2026-03-27 15:14:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51ccc36d-a201-5fbe-abee-3ce86bddca97, identifier: 7009074auction111129
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009092%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617652%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_003/780x0__r.jpg?hash=1774617652 not downloaded yet
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009129%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617716%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_003/780x0__r.jpg?hash=1774617716 not downloaded yet
2026-03-27 15:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129
2026-03-27 15:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129
2026-03-27 15:14:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72e7866c-ef88-5eae-9212-ae464827cea6 with identifier: 7009046auction111129 to the API
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009046/photo_006/780x0__r.jpg?hash=1774617572>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '72e7866c-ef88-5eae-9212-ae464827cea6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009046',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 136943,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Grandland X Elegance Business 1.5 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Elegance Business 1.5 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [ecarstrade.be] INFO: Saving data for 7009046auction111129: {'created_time': 1774624481.572534, 'last_price_update_time': 1774624481.572547, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009046auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129
2026-03-27 15:14:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129
2026-03-27 15:14:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51ccc36d-a201-5fbe-abee-3ce86bddca97 with identifier: 7009074auction111129 to the API
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009074/photo_001/780x0__r.jpg?hash=1774617616>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '51ccc36d-a201-5fbe-abee-3ce86bddca97',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009074',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 153840,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009074auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [ecarstrade.be] INFO: Saving data for 7009074auction111129: {'created_time': 1774624481.874166, 'last_price_update_time': 1774624481.87418, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009074auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_001/780x0__r.jpg?hash=1774617728> (referer: https://ecarstrade.com/cars/7009137)
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009092%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617652%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_004/780x0__r.jpg?hash=1774617652 not downloaded yet
2026-03-27 15:14:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009129%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617716%27 HTTP/1.1" 200 None
2026-03-27 15:14:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_004/780x0__r.jpg?hash=1774617716 not downloaded yet
2026-03-27 15:14:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009092%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617652%27 HTTP/1.1" 200 None
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_005/780x0__r.jpg?hash=1774617652 not downloaded yet
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009129%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617716%27 HTTP/1.1" 200 None
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_005/780x0__r.jpg?hash=1774617716 not downloaded yet
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169
2026-03-27 15:14:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169, skipping ID generation
2026-03-27 15:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with scrape type 1
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 sending to next pipeline
2026-03-27 15:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169, identifier: 7009094auction111129
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 51677b73-4b6c-545b-85f7-e7aa7d093be7
2026-03-27 15:14:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51677b73-4b6c-545b-85f7-e7aa7d093be7, skipping ID generation
2026-03-27 15:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51677b73-4b6c-545b-85f7-e7aa7d093be7 with scrape type 1
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51677b73-4b6c-545b-85f7-e7aa7d093be7 sending to next pipeline
2026-03-27 15:14:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51677b73-4b6c-545b-85f7-e7aa7d093be7, identifier: 7009116auction111129
2026-03-27 15:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129
2026-03-27 15:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129
2026-03-27 15:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169 with identifier: 7009094auction111129 to the API
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009094/photo_003/780x0__r.jpg?hash=1774617662>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4d56b6e9-74ea-5bf0-9dfb-ad049b4e8169',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009094',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 192291,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 7,
'seller_name': None,
'title': 'PEUGEOT 5008 / 2020 / 5P / SUV BlueHDi 130 S&S EAT8 Allure',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2020 / 5P / SUV BlueHDi 130 S&S EAT8 Allure',
'vin': None,
'year': 2021}
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009094auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:42 [ecarstrade.be] INFO: Saving data for 7009094auction111129: {'created_time': 1774624482.549176, 'last_price_update_time': 1774624482.549187, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009094auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129
2026-03-27 15:14:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129
2026-03-27 15:14:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51677b73-4b6c-545b-85f7-e7aa7d093be7 with identifier: 7009116auction111129 to the API
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009116/photo_002/780x0__r.jpg?hash=1774617697>
{'auction_title': '',
'c_o_2_emission_value': 156,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '51677b73-4b6c-545b-85f7-e7aa7d093be7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009116',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 163014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Ateca Style Business 1.6 TDI 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'Style Business 1.6 TDI 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009116auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:42 [ecarstrade.be] INFO: Saving data for 7009116auction111129: {'created_time': 1774624482.889932, 'last_price_update_time': 1774624482.889944, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009116auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009092%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617652%27 HTTP/1.1" 200 None
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_006/780x0__r.jpg?hash=1774617652 not downloaded yet
2026-03-27 15:14:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009129%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_006/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c1af3fb2-2f28-5f22-a622-6750d34bc15a
2026-03-27 15:14:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1af3fb2-2f28-5f22-a622-6750d34bc15a, skipping ID generation
2026-03-27 15:14:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1af3fb2-2f28-5f22-a622-6750d34bc15a with scrape type 1
2026-03-27 15:14:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1af3fb2-2f28-5f22-a622-6750d34bc15a sending to next pipeline
2026-03-27 15:14:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1af3fb2-2f28-5f22-a622-6750d34bc15a, identifier: 7009137auction111129
2026-03-27 15:14:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129
2026-03-27 15:14:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129
2026-03-27 15:14:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1af3fb2-2f28-5f22-a622-6750d34bc15a with identifier: 7009137auction111129 to the API
2026-03-27 15:14:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009137/photo_001/780x0__r.jpg?hash=1774617728>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1af3fb2-2f28-5f22-a622-6750d34bc15a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009137',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 135031,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Combi Style 2.0 TDI 150CV BVA7 E6',
'transmission': 'automatic',
'trim': 'Combi Style 2.0 TDI 150CV BVA7 E6',
'vin': None,
'year': 2019}
2026-03-27 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009137auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:43 [ecarstrade.be] INFO: Saving data for 7009137auction111129: {'created_time': 1774624483.461861, 'last_price_update_time': 1774624483.461872, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009137auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009027> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_001/780x0__r.jpg?hash=1774617716> (referer: https://ecarstrade.com/cars/7009129)
2026-03-27 15:14:48 [ecarstrade.be] INFO: Extracting details for car 7009027auction111129
2026-03-27 15:14:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129
2026-03-27 15:14:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with scrape type 1
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009027%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_001/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_001/780x0__r.jpg?hash=1774617652> (referer: https://ecarstrade.com/cars/7009092)
2026-03-27 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009027%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_002/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009027%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_003/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009027%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_004/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009027%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_005/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009027%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_006/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009072> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:49 [ecarstrade.be] INFO: Extracting details for car 7009072auction111129
2026-03-27 15:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129
2026-03-27 15:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eae23b6a-c3c1-51a0-af7c-25f76b2751ef with scrape type 1
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009072%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617618%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_001/780x0__r.jpg?hash=1774617618 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009072%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617618%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_002/780x0__r.jpg?hash=1774617618 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009072%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617618%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_003/780x0__r.jpg?hash=1774617618 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009072%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617619%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_004/780x0__r.jpg?hash=1774617619 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009072%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617618%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_005/780x0__r.jpg?hash=1774617618 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009072%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617619%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_006/780x0__r.jpg?hash=1774617619 not downloaded yet
2026-03-27 15:14:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009009> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:49 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:49 [ecarstrade.be] INFO: Extracting details for car 7009009auction111129
2026-03-27 15:14:49 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129
2026-03-27 15:14:49 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with scrape type 1
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009009%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617501%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_001/780x0__r.jpg?hash=1774617501 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009009%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617502%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_002/780x0__r.jpg?hash=1774617502 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009009%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617502%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_003/780x0__r.jpg?hash=1774617502 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009009%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617503%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_004/780x0__r.jpg?hash=1774617503 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009009%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617502%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_005/780x0__r.jpg?hash=1774617502 not downloaded yet
2026-03-27 15:14:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009009%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617502%27 HTTP/1.1" 200 None
2026-03-27 15:14:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_006/780x0__r.jpg?hash=1774617502 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009045> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009026> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:50 [ecarstrade.be] INFO: Extracting details for car 7009045auction111129
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009076> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129
2026-03-27 15:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5def2b41-61dc-525c-812a-754985abdbae with scrape type 1
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009045%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617571%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_001/780x0__r.jpg?hash=1774617571 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009045%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617571%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_002/780x0__r.jpg?hash=1774617571 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009045%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617571%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_003/780x0__r.jpg?hash=1774617571 not downloaded yet
2026-03-27 15:14:50 [ecarstrade.be] INFO: Extracting details for car 7009026auction111129
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009045%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_004/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129
2026-03-27 15:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95174121-3d22-5845-a986-c0113701d42c with scrape type 1
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009026%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617535%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_001/780x0__r.jpg?hash=1774617535 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_003/780x0__r.jpg?hash=1774617716> (referer: https://ecarstrade.com/cars/7009129)
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009045%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617571%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_005/780x0__r.jpg?hash=1774617571 not downloaded yet
2026-03-27 15:14:50 [ecarstrade.be] INFO: Extracting details for car 7009076auction111129
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009026%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617535%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_002/780x0__r.jpg?hash=1774617535 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009045%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617572%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_006/780x0__r.jpg?hash=1774617572 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009026%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617535%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_003/780x0__r.jpg?hash=1774617535 not downloaded yet
2026-03-27 15:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129
2026-03-27 15:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with scrape type 1
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009076%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617625%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_001/780x0__r.jpg?hash=1774617625 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009026%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617535%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_004/780x0__r.jpg?hash=1774617535 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009076%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617624%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_002/780x0__r.jpg?hash=1774617624 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009026%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617536%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_005/780x0__r.jpg?hash=1774617536 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009076%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617624%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_003/780x0__r.jpg?hash=1774617624 not downloaded yet
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_006/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009129)
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009026%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617535%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_006/780x0__r.jpg?hash=1774617535 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009076%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617624%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_004/780x0__r.jpg?hash=1774617624 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009076%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617624%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_005/780x0__r.jpg?hash=1774617624 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009050> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009076%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617624%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_006/780x0__r.jpg?hash=1774617624 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_006/780x0__r.jpg?hash=1774617652> (referer: https://ecarstrade.com/cars/7009092)
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:50 [ecarstrade.be] INFO: Extracting details for car 7009050auction111129
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_001/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009027)
2026-03-27 15:14:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129
2026-03-27 15:14:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with scrape type 1
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009050%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617576%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_001/780x0__r.jpg?hash=1774617576 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_006/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009027)
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009050%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617576%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_002/780x0__r.jpg?hash=1774617576 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009050%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617576%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_003/780x0__r.jpg?hash=1774617576 not downloaded yet
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009050%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617577%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_004/780x0__r.jpg?hash=1774617577 not downloaded yet
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009050%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617576%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_005/780x0__r.jpg?hash=1774617576 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_006/780x0__r.jpg?hash=1774617502> (referer: https://ecarstrade.com/cars/7009009)
2026-03-27 15:14:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009050%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617576%27 HTTP/1.1" 200 None
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_006/780x0__r.jpg?hash=1774617576 not downloaded yet
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_006/780x0__r.jpg?hash=1774617619> (referer: https://ecarstrade.com/cars/7009072)
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_005/780x0__r.jpg?hash=1774617502> (referer: https://ecarstrade.com/cars/7009009)
2026-03-27 15:14:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_004/780x0__r.jpg?hash=1774617503> (referer: https://ecarstrade.com/cars/7009009)
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_001/780x0__r.jpg?hash=1774617535> (referer: https://ecarstrade.com/cars/7009026)
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_003/780x0__r.jpg?hash=1774617624> (referer: https://ecarstrade.com/cars/7009076)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_005/780x0__r.jpg?hash=1774617624> (referer: https://ecarstrade.com/cars/7009076)
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_006/780x0__r.jpg?hash=1774617624> (referer: https://ecarstrade.com/cars/7009076)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_004/780x0__r.jpg?hash=1774617624> (referer: https://ecarstrade.com/cars/7009076)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_005/780x0__r.jpg?hash=1774617576> (referer: https://ecarstrade.com/cars/7009050)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_001/780x0__r.jpg?hash=1774617576> (referer: https://ecarstrade.com/cars/7009050)
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_006/780x0__r.jpg?hash=1774617576> (referer: https://ecarstrade.com/cars/7009050)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_003/780x0__r.jpg?hash=1774617576> (referer: https://ecarstrade.com/cars/7009050)
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_004/780x0__r.jpg?hash=1774617577> (referer: https://ecarstrade.com/cars/7009050)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_002/780x0__r.jpg?hash=1774617576> (referer: https://ecarstrade.com/cars/7009050)
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_005/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009026)
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_006/780x0__r.jpg?hash=1774617535> (referer: https://ecarstrade.com/cars/7009026)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_002/780x0__r.jpg?hash=1774617624> (referer: https://ecarstrade.com/cars/7009076)
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 04c2affe-a81a-510c-ad61-c31c3dcf1d56
2026-03-27 15:14:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 04c2affe-a81a-510c-ad61-c31c3dcf1d56, skipping ID generation
2026-03-27 15:14:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with scrape type 1
2026-03-27 15:14:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 04c2affe-a81a-510c-ad61-c31c3dcf1d56 sending to next pipeline
2026-03-27 15:14:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 04c2affe-a81a-510c-ad61-c31c3dcf1d56, identifier: 7009050auction111129
2026-03-27 15:14:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_004/780x0__r.jpg?hash=1774617535> (referer: https://ecarstrade.com/cars/7009026)
2026-03-27 15:14:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129
2026-03-27 15:14:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129
2026-03-27 15:14:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 04c2affe-a81a-510c-ad61-c31c3dcf1d56 with identifier: 7009050auction111129 to the API
2026-03-27 15:14:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009050/photo_002/780x0__r.jpg?hash=1774617576>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '04c2affe-a81a-510c-ad61-c31c3dcf1d56',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009050',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 146182,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:52 [ecarstrade.be] INFO: Saving data for 7009050auction111129: {'created_time': 1774624492.139119, 'last_price_update_time': 1774624492.13913, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009050auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_001/780x0__r.jpg?hash=1774617625> (referer: https://ecarstrade.com/cars/7009076)
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_003/780x0__r.jpg?hash=1774617535> (referer: https://ecarstrade.com/cars/7009026)
2026-03-27 15:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_006/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009045)
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9f81ed75-022a-5c3f-b495-49cff8e23fb5
2026-03-27 15:14:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9f81ed75-022a-5c3f-b495-49cff8e23fb5, skipping ID generation
2026-03-27 15:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with scrape type 1
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9f81ed75-022a-5c3f-b495-49cff8e23fb5 sending to next pipeline
2026-03-27 15:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9f81ed75-022a-5c3f-b495-49cff8e23fb5, identifier: 7009076auction111129
2026-03-27 15:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129
2026-03-27 15:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129
2026-03-27 15:14:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9f81ed75-022a-5c3f-b495-49cff8e23fb5 with identifier: 7009076auction111129 to the API
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009076/photo_001/780x0__r.jpg?hash=1774617625>
{'auction_title': '',
'c_o_2_emission_value': 130,
'category': None,
'color': None,
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9f81ed75-022a-5c3f-b495-49cff8e23fb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009076',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '3008',
'odometer': 145265,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Active Pack 1.5 HDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Active Pack 1.5 HDi 130CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:52 [ecarstrade.be] INFO: Saving data for 7009076auction111129: {'created_time': 1774624492.734668, 'last_price_update_time': 1774624492.73468, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009076auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_005/780x0__r.jpg?hash=1774617571> (referer: https://ecarstrade.com/cars/7009045)
2026-03-27 15:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_002/780x0__r.jpg?hash=1774617535> (referer: https://ecarstrade.com/cars/7009026)
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_003/780x0__r.jpg?hash=1774617571> (referer: https://ecarstrade.com/cars/7009045)
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 95174121-3d22-5845-a986-c0113701d42c
2026-03-27 15:14:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 95174121-3d22-5845-a986-c0113701d42c, skipping ID generation
2026-03-27 15:14:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 95174121-3d22-5845-a986-c0113701d42c with scrape type 1
2026-03-27 15:14:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 95174121-3d22-5845-a986-c0113701d42c sending to next pipeline
2026-03-27 15:14:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 95174121-3d22-5845-a986-c0113701d42c, identifier: 7009026auction111129
2026-03-27 15:14:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129
2026-03-27 15:14:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129
2026-03-27 15:14:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 95174121-3d22-5845-a986-c0113701d42c with identifier: 7009026auction111129 to the API
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009026/photo_002/780x0__r.jpg?hash=1774617535>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '95174121-3d22-5845-a986-c0113701d42c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009026',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 205037,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Tucson Business Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business Mild-Hybrid 2WD 1.6 CRDI 135CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:53 [ecarstrade.be] INFO: Saving data for 7009026auction111129: {'created_time': 1774624493.347452, 'last_price_update_time': 1774624493.347463, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009026auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_004/780x0__r.jpg?hash=1774617572> (referer: https://ecarstrade.com/cars/7009045)
2026-03-27 15:14:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_002/780x0__r.jpg?hash=1774617571> (referer: https://ecarstrade.com/cars/7009045)
2026-03-27 15:14:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_001/780x0__r.jpg?hash=1774617571> (referer: https://ecarstrade.com/cars/7009045)
2026-03-27 15:14:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5def2b41-61dc-525c-812a-754985abdbae
2026-03-27 15:14:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5def2b41-61dc-525c-812a-754985abdbae, skipping ID generation
2026-03-27 15:14:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5def2b41-61dc-525c-812a-754985abdbae with scrape type 1
2026-03-27 15:14:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5def2b41-61dc-525c-812a-754985abdbae sending to next pipeline
2026-03-27 15:14:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5def2b41-61dc-525c-812a-754985abdbae, identifier: 7009045auction111129
2026-03-27 15:14:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129
2026-03-27 15:14:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129
2026-03-27 15:14:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5def2b41-61dc-525c-812a-754985abdbae with identifier: 7009045auction111129 to the API
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009045/photo_001/780x0__r.jpg?hash=1774617571>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '5def2b41-61dc-525c-812a-754985abdbae',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009045',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 150448,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'Grandland X Business Elegance 1.5 130CV BVA8 6E',
'transmission': 'automatic',
'trim': 'Business Elegance 1.5 130CV BVA8 6E',
'vin': None,
'year': 2023}
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:54 [ecarstrade.be] INFO: Saving data for 7009045auction111129: {'created_time': 1774624494.038191, 'last_price_update_time': 1774624494.038202, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009045auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_002/780x0__r.jpg?hash=1774617502> (referer: https://ecarstrade.com/cars/7009009)
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_003/780x0__r.jpg?hash=1774617502> (referer: https://ecarstrade.com/cars/7009009)
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_001/780x0__r.jpg?hash=1774617501> (referer: https://ecarstrade.com/cars/7009009)
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_005/780x0__r.jpg?hash=1774617618> (referer: https://ecarstrade.com/cars/7009072)
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_004/780x0__r.jpg?hash=1774617619> (referer: https://ecarstrade.com/cars/7009072)
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e
2026-03-27 15:14:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e, skipping ID generation
2026-03-27 15:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with scrape type 1
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 62f7bacd-876e-5f10-9bb5-63a4b7dd600e sending to next pipeline
2026-03-27 15:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e, identifier: 7009009auction111129
2026-03-27 15:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129
2026-03-27 15:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129
2026-03-27 15:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 62f7bacd-876e-5f10-9bb5-63a4b7dd600e with identifier: 7009009auction111129 to the API
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:54 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009009/photo_001/780x0__r.jpg?hash=1774617501>
{'auction_title': '',
'c_o_2_emission_value': 103,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '62f7bacd-876e-5f10-9bb5-63a4b7dd600e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009009',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 170886,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross / 2022 / 5P / SUV BlueHDi 130 S&S EAT8 Feel',
'transmission': 'automatic',
'trim': 'CITROEN / 2022 / 5P / SUV BlueHDi 130 S&S EAT8 Feel',
'vin': None,
'year': 2022}
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:54 [ecarstrade.be] INFO: Saving data for 7009009auction111129: {'created_time': 1774624494.6105, 'last_price_update_time': 1774624494.610513, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009009auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_003/780x0__r.jpg?hash=1774617618> (referer: https://ecarstrade.com/cars/7009072)
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_002/780x0__r.jpg?hash=1774617618> (referer: https://ecarstrade.com/cars/7009072)
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_001/780x0__r.jpg?hash=1774617618> (referer: https://ecarstrade.com/cars/7009072)
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_004/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009027)
2026-03-27 15:14:54 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_005/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009027)
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eae23b6a-c3c1-51a0-af7c-25f76b2751ef
2026-03-27 15:14:54 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eae23b6a-c3c1-51a0-af7c-25f76b2751ef, skipping ID generation
2026-03-27 15:14:54 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eae23b6a-c3c1-51a0-af7c-25f76b2751ef with scrape type 1
2026-03-27 15:14:54 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eae23b6a-c3c1-51a0-af7c-25f76b2751ef sending to next pipeline
2026-03-27 15:14:54 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eae23b6a-c3c1-51a0-af7c-25f76b2751ef, identifier: 7009072auction111129
2026-03-27 15:14:54 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129
2026-03-27 15:14:54 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129
2026-03-27 15:14:54 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eae23b6a-c3c1-51a0-af7c-25f76b2751ef with identifier: 7009072auction111129 to the API
2026-03-27 15:14:54 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009072/photo_001/780x0__r.jpg?hash=1774617618>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'eae23b6a-c3c1-51a0-af7c-25f76b2751ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009072',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 180507,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [ecarstrade.be] INFO: Saving data for 7009072auction111129: {'created_time': 1774624495.225238, 'last_price_update_time': 1774624495.22525, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009072auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_002/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009027)
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_003/780x0__r.jpg?hash=1774617536> (referer: https://ecarstrade.com/cars/7009027)
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_005/780x0__r.jpg?hash=1774617716> (referer: https://ecarstrade.com/cars/7009129)
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c
2026-03-27 15:14:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c, skipping ID generation
2026-03-27 15:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with scrape type 1
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cb584e8b-c3f5-5fab-996d-21a0f9b4c91c sending to next pipeline
2026-03-27 15:14:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c, identifier: 7009027auction111129
2026-03-27 15:14:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129
2026-03-27 15:14:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129
2026-03-27 15:14:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cb584e8b-c3f5-5fab-996d-21a0f9b4c91c with identifier: 7009027auction111129 to the API
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009027/photo_003/780x0__r.jpg?hash=1774617536>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'cb584e8b-c3f5-5fab-996d-21a0f9b4c91c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009027',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 132417,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Creative Hybrid 2WD 1.6 GDI 140CV BVA6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [ecarstrade.be] INFO: Saving data for 7009027auction111129: {'created_time': 1774624495.749961, 'last_price_update_time': 1774624495.749971, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009027auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_005/780x0__r.jpg?hash=1774617652> (referer: https://ecarstrade.com/cars/7009092)
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_004/780x0__r.jpg?hash=1774617716> (referer: https://ecarstrade.com/cars/7009129)
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009055> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_004/780x0__r.jpg?hash=1774617652> (referer: https://ecarstrade.com/cars/7009092)
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_003/780x0__r.jpg?hash=1774617652> (referer: https://ecarstrade.com/cars/7009092)
2026-03-27 15:14:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_002/780x0__r.jpg?hash=1774617716> (referer: https://ecarstrade.com/cars/7009129)
2026-03-27 15:14:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:55 [ecarstrade.be] INFO: Extracting details for car 7009055auction111129
2026-03-27 15:14:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129
2026-03-27 15:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd52e636-f3cf-587b-a6ed-3282f6df2041 with scrape type 1
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009055%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617587%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_001/780x0__r.jpg?hash=1774617587 not downloaded yet
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009055%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617587%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_002/780x0__r.jpg?hash=1774617587 not downloaded yet
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009055%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617587%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_003/780x0__r.jpg?hash=1774617587 not downloaded yet
2026-03-27 15:14:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_002/780x0__r.jpg?hash=1774617652> (referer: https://ecarstrade.com/cars/7009092)
2026-03-27 15:14:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009055%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617587%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_004/780x0__r.jpg?hash=1774617587 not downloaded yet
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009055%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617587%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_005/780x0__r.jpg?hash=1774617587 not downloaded yet
2026-03-27 15:14:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009055%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617588%27 HTTP/1.1" 200 None
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_006/780x0__r.jpg?hash=1774617588 not downloaded yet
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 003bbd2c-706b-5b14-87a7-540cb818d437
2026-03-27 15:14:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 003bbd2c-706b-5b14-87a7-540cb818d437, skipping ID generation
2026-03-27 15:14:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 003bbd2c-706b-5b14-87a7-540cb818d437 with scrape type 1
2026-03-27 15:14:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 003bbd2c-706b-5b14-87a7-540cb818d437 sending to next pipeline
2026-03-27 15:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 003bbd2c-706b-5b14-87a7-540cb818d437, identifier: 7009129auction111129
2026-03-27 15:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129
2026-03-27 15:14:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129
2026-03-27 15:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 003bbd2c-706b-5b14-87a7-540cb818d437 with identifier: 7009129auction111129 to the API
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009129/photo_002/780x0__r.jpg?hash=1774617716>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '003bbd2c-706b-5b14-87a7-540cb818d437',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009129',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 167940,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Octavia / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 '
'Business',
'transmission': 'automatic',
'trim': 'SKODA / 2020 / 5P / Berline 1.5 TSI mHEV e-TEC 150 DSG7 Business',
'vin': None,
'year': 2022}
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009129auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [ecarstrade.be] INFO: Saving data for 7009129auction111129: {'created_time': 1774624496.381632, 'last_price_update_time': 1774624496.381644, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009129auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009011> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b36724a1-354f-5340-b62a-c58a55ac4b72
2026-03-27 15:14:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b36724a1-354f-5340-b62a-c58a55ac4b72, skipping ID generation
2026-03-27 15:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b36724a1-354f-5340-b62a-c58a55ac4b72 with scrape type 1
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b36724a1-354f-5340-b62a-c58a55ac4b72 sending to next pipeline
2026-03-27 15:14:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b36724a1-354f-5340-b62a-c58a55ac4b72, identifier: 7009092auction111129
2026-03-27 15:14:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129
2026-03-27 15:14:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129
2026-03-27 15:14:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b36724a1-354f-5340-b62a-c58a55ac4b72 with identifier: 7009092auction111129 to the API
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:14:56 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009092/photo_002/780x0__r.jpg?hash=1774617652>
{'auction_title': '',
'c_o_2_emission_value': 141,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b36724a1-354f-5340-b62a-c58a55ac4b72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009092',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 174241,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009092auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [ecarstrade.be] INFO: Saving data for 7009092auction111129: {'created_time': 1774624496.783511, 'last_price_update_time': 1774624496.783523, 'auction_closing_time': 1774878000.0}
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009092auction111129') HTTP/1.1" 204 0
2026-03-27 15:14:56 [ecarstrade.be] INFO: Extracting details for car 7009011auction111129
2026-03-27 15:14:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009010> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009087> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129
2026-03-27 15:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aeed88d-274e-5206-836a-c4071703bbb7 with scrape type 1
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009011%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617506%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_001/780x0__r.jpg?hash=1774617506 not downloaded yet
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009011%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617505%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_002/780x0__r.jpg?hash=1774617505 not downloaded yet
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009011%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617505%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_003/780x0__r.jpg?hash=1774617505 not downloaded yet
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009011%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617505%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_004/780x0__r.jpg?hash=1774617505 not downloaded yet
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009011%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617507%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_005/780x0__r.jpg?hash=1774617507 not downloaded yet
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009011%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617506%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_006/780x0__r.jpg?hash=1774617506 not downloaded yet
2026-03-27 15:14:56 [ecarstrade.be] INFO: Extracting details for car 7009010auction111129
2026-03-27 15:14:56 [ecarstrade.be] INFO: Extracting details for car 7009087auction111129
2026-03-27 15:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129
2026-03-27 15:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae99a25c-9e8e-5598-9364-e45cd620e460 with scrape type 1
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009010%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617503%27 HTTP/1.1" 200 None
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_001/780x0__r.jpg?hash=1774617503 not downloaded yet
2026-03-27 15:14:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129
2026-03-27 15:14:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0869c27-0923-5b85-9d3e-8ca63706988b with scrape type 1
2026-03-27 15:14:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:14:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009087%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617646%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_001/780x0__r.jpg?hash=1774617646 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009010%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617503%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_002/780x0__r.jpg?hash=1774617503 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009087%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617645%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_002/780x0__r.jpg?hash=1774617645 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009010%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617503%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_003/780x0__r.jpg?hash=1774617503 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009087%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617646%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_003/780x0__r.jpg?hash=1774617646 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009010%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617503%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_004/780x0__r.jpg?hash=1774617503 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009087%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617645%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_004/780x0__r.jpg?hash=1774617645 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009010%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617504%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_005/780x0__r.jpg?hash=1774617504 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009087%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617645%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_005/780x0__r.jpg?hash=1774617645 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009010%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617503%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_006/780x0__r.jpg?hash=1774617503 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009087%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617645%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_006/780x0__r.jpg?hash=1774617645 not downloaded yet
2026-03-27 15:14:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009119> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:57 [ecarstrade.be] INFO: Extracting details for car 7009119auction111129
2026-03-27 15:14:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129
2026-03-27 15:14:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with scrape type 1
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009119%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_001/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009119%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_002/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009119%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_003/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009119%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_004/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009119%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_005/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:14:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14: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%252F7009119%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:14:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_006/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:14:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009102> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:14:59 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:14:59 [ecarstrade.be] INFO: Extracting details for car 7009102auction111129
2026-03-27 15:14:59 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129
2026-03-27 15:14:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with scrape type 1
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009102%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617674%27 HTTP/1.1" 200 None
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_001/780x0__r.jpg?hash=1774617674 not downloaded yet
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009102%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617674%27 HTTP/1.1" 200 None
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_002/780x0__r.jpg?hash=1774617674 not downloaded yet
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009102%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617673%27 HTTP/1.1" 200 None
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_003/780x0__r.jpg?hash=1774617673 not downloaded yet
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009102%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617674%27 HTTP/1.1" 200 None
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_004/780x0__r.jpg?hash=1774617674 not downloaded yet
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009102%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617674%27 HTTP/1.1" 200 None
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_005/780x0__r.jpg?hash=1774617674 not downloaded yet
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:14:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009102%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617673%27 HTTP/1.1" 200 None
2026-03-27 15:14:59 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_006/780x0__r.jpg?hash=1774617673 not downloaded yet
2026-03-27 15:15:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009122> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_005/780x0__r.jpg?hash=1774617559> (referer: https://ecarstrade.com/cars/7009037)
2026-03-27 15:15:03 [ecarstrade.be] INFO: Extracting details for car 7009122auction111129
2026-03-27 15:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129
2026-03-27 15:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72204cfa-791e-573b-a53f-b0af801a731b with scrape type 1
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009122%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617708%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_001/780x0__r.jpg?hash=1774617708 not downloaded yet
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_004/780x0__r.jpg?hash=1774617559> (referer: https://ecarstrade.com/cars/7009037)
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009122%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_002/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009122%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_003/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009122%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617708%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_004/780x0__r.jpg?hash=1774617708 not downloaded yet
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009062> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009122%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_005/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009122%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617707%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_006/780x0__r.jpg?hash=1774617707 not downloaded yet
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_002/780x0__r.jpg?hash=1774617587> (referer: https://ecarstrade.com/cars/7009055)
2026-03-27 15:15:03 [ecarstrade.be] INFO: Extracting details for car 7009062auction111129
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_006/780x0__r.jpg?hash=1774617588> (referer: https://ecarstrade.com/cars/7009055)
2026-03-27 15:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129
2026-03-27 15:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f0313f0-ede4-550b-86cd-8bcc6414db92 with scrape type 1
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009062%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617597%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_001/780x0__r.jpg?hash=1774617597 not downloaded yet
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_005/780x0__r.jpg?hash=1774617587> (referer: https://ecarstrade.com/cars/7009055)
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009062%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617598%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_002/780x0__r.jpg?hash=1774617598 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009062%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617597%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_003/780x0__r.jpg?hash=1774617597 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009062%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617598%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_004/780x0__r.jpg?hash=1774617598 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009062%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617597%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_005/780x0__r.jpg?hash=1774617597 not downloaded yet
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_004/780x0__r.jpg?hash=1774617587> (referer: https://ecarstrade.com/cars/7009055)
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009062%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617598%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_006/780x0__r.jpg?hash=1774617598 not downloaded yet
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_006/780x0__r.jpg?hash=1774617645> (referer: https://ecarstrade.com/cars/7009087)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_006/780x0__r.jpg?hash=1774617673> (referer: https://ecarstrade.com/cars/7009102)
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_006/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009119)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_005/780x0__r.jpg?hash=1774617674> (referer: https://ecarstrade.com/cars/7009102)
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_001/780x0__r.jpg?hash=1774617708> (referer: https://ecarstrade.com/cars/7009122)
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_006/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009122)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_004/780x0__r.jpg?hash=1774617708> (referer: https://ecarstrade.com/cars/7009122)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009081> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_005/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009122)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_005/780x0__r.jpg?hash=1774617597> (referer: https://ecarstrade.com/cars/7009062)
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_004/780x0__r.jpg?hash=1774617598> (referer: https://ecarstrade.com/cars/7009062)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_001/780x0__r.jpg?hash=1774617597> (referer: https://ecarstrade.com/cars/7009062)
2026-03-27 15:15:03 [ecarstrade.be] INFO: Extracting details for car 7009081auction111129
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_006/780x0__r.jpg?hash=1774617598> (referer: https://ecarstrade.com/cars/7009062)
2026-03-27 15:15:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129
2026-03-27 15:15:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d80b44e-ea19-5025-bba3-86fb153eca50 with scrape type 1
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009081%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_001/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009081%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_002/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_002/780x0__r.jpg?hash=1774617598> (referer: https://ecarstrade.com/cars/7009062)
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009081%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_003/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009081%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_004/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009081%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_005/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009081%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_006/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_003/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009122)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_002/780x0__r.jpg?hash=1774617707> (referer: https://ecarstrade.com/cars/7009122)
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_003/780x0__r.jpg?hash=1774617597> (referer: https://ecarstrade.com/cars/7009062)
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_003/780x0__r.jpg?hash=1774617673> (referer: https://ecarstrade.com/cars/7009102)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009070> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_004/780x0__r.jpg?hash=1774617674> (referer: https://ecarstrade.com/cars/7009102)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_005/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009119)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_002/780x0__r.jpg?hash=1774617674> (referer: https://ecarstrade.com/cars/7009102)
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 72204cfa-791e-573b-a53f-b0af801a731b
2026-03-27 15:15:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 72204cfa-791e-573b-a53f-b0af801a731b, skipping ID generation
2026-03-27 15:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 72204cfa-791e-573b-a53f-b0af801a731b with scrape type 1
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 72204cfa-791e-573b-a53f-b0af801a731b sending to next pipeline
2026-03-27 15:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 72204cfa-791e-573b-a53f-b0af801a731b, identifier: 7009122auction111129
2026-03-27 15:15:04 [ecarstrade.be] INFO: Extracting details for car 7009070auction111129
2026-03-27 15:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129
2026-03-27 15:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129
2026-03-27 15:15:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 72204cfa-791e-573b-a53f-b0af801a731b with identifier: 7009122auction111129 to the API
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009122/photo_002/780x0__r.jpg?hash=1774617707>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '72204cfa-791e-573b-a53f-b0af801a731b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009122',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 138391,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kamiq Ambition 1.0 TSI 110CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Ambition 1.0 TSI 110CV BVA7 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:04 [ecarstrade.be] INFO: Saving data for 7009122auction111129: {'created_time': 1774624504.681967, 'last_price_update_time': 1774624504.681978, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009122auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_001/780x0__r.jpg?hash=1774617674> (referer: https://ecarstrade.com/cars/7009102)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_004/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009119)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_003/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009119)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_002/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009081)
2026-03-27 15:15:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009064> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6f0313f0-ede4-550b-86cd-8bcc6414db92
2026-03-27 15:15:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6f0313f0-ede4-550b-86cd-8bcc6414db92, skipping ID generation
2026-03-27 15:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6f0313f0-ede4-550b-86cd-8bcc6414db92 with scrape type 1
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6f0313f0-ede4-550b-86cd-8bcc6414db92 sending to next pipeline
2026-03-27 15:15:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6f0313f0-ede4-550b-86cd-8bcc6414db92, identifier: 7009062auction111129
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:15:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129
2026-03-27 15:15:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2e2927-ade1-5360-971b-cc946bd0c569 with scrape type 1
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009070%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617613%27 HTTP/1.1" 200 None
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_001/780x0__r.jpg?hash=1774617613 not downloaded yet
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:15:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:15:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129
2026-03-27 15:15:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129
2026-03-27 15:15:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6f0313f0-ede4-550b-86cd-8bcc6414db92 with identifier: 7009062auction111129 to the API
2026-03-27 15:15:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009062/photo_003/780x0__r.jpg?hash=1774617597>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6f0313f0-ede4-550b-86cd-8bcc6414db92',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009062',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 138493,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:05 [ecarstrade.be] INFO: Saving data for 7009062auction111129: {'created_time': 1774624505.261929, 'last_price_update_time': 1774624505.261944, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009062auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:05 [ecarstrade.be] INFO: Extracting details for car 7009064auction111129
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009070%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617612%27 HTTP/1.1" 200 None
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_002/780x0__r.jpg?hash=1774617612 not downloaded yet
2026-03-27 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_006/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009081)
2026-03-27 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_005/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009081)
2026-03-27 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_004/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009081)
2026-03-27 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_003/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009081)
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009070%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617613%27 HTTP/1.1" 200 None
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_003/780x0__r.jpg?hash=1774617613 not downloaded yet
2026-03-27 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009130> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2
2026-03-27 15:15:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2, skipping ID generation
2026-03-27 15:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with scrape type 1
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 sending to next pipeline
2026-03-27 15:15:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2, identifier: 7009102auction111129
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129
2026-03-27 15:15:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a910aef7-a8d1-54d9-88bc-774aea621d6d with scrape type 1
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009064%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617599%27 HTTP/1.1" 200 None
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_001/780x0__r.jpg?hash=1774617599 not downloaded yet
2026-03-27 15:15:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_001/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009081)
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009070%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617613%27 HTTP/1.1" 200 None
2026-03-27 15:15:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_004/780x0__r.jpg?hash=1774617613 not downloaded yet
2026-03-27 15:15:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129
2026-03-27 15:15:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129
2026-03-27 15:15:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6af2a4cb-271b-52f5-8c9d-e8facbc26fa2 with identifier: 7009102auction111129 to the API
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009102/photo_001/780x0__r.jpg?hash=1774617674>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6E',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '6af2a4cb-271b-52f5-8c9d-e8facbc26fa2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009102',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Austral',
'odometer': 190528,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'Austral Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'transmission': 'automatic',
'trim': 'Techno 1.2 E-TECH Hybrid 200CV BVA6 6E',
'vin': None,
'year': 2023}
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009102auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:05 [ecarstrade.be] INFO: Saving data for 7009102auction111129: {'created_time': 1774624505.97611, 'last_price_update_time': 1774624505.976124, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009102auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_002/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009119)
2026-03-27 15:15:06 [ecarstrade.be] INFO: Extracting details for car 7009130auction111129
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009064%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617599%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_002/780x0__r.jpg?hash=1774617599 not downloaded yet
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_005/780x0__r.jpg?hash=1774617645> (referer: https://ecarstrade.com/cars/7009087)
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_001/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009119)
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_006/780x0__r.jpg?hash=1774617503> (referer: https://ecarstrade.com/cars/7009010)
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009070%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617612%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_005/780x0__r.jpg?hash=1774617612 not downloaded yet
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009064%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617600%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_003/780x0__r.jpg?hash=1774617600 not downloaded yet
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_005/780x0__r.jpg?hash=1774617504> (referer: https://ecarstrade.com/cars/7009010)
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_004/780x0__r.jpg?hash=1774617645> (referer: https://ecarstrade.com/cars/7009087)
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009070%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617612%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_006/780x0__r.jpg?hash=1774617612 not downloaded yet
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129
2026-03-27 15:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd9dfb06-7e12-534b-a4e1-0d653186f76a with scrape type 1
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009130%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617717%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_001/780x0__r.jpg?hash=1774617717 not downloaded yet
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4d80b44e-ea19-5025-bba3-86fb153eca50
2026-03-27 15:15:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4d80b44e-ea19-5025-bba3-86fb153eca50, skipping ID generation
2026-03-27 15:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4d80b44e-ea19-5025-bba3-86fb153eca50 with scrape type 1
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4d80b44e-ea19-5025-bba3-86fb153eca50 sending to next pipeline
2026-03-27 15:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4d80b44e-ea19-5025-bba3-86fb153eca50, identifier: 7009081auction111129
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_002/780x0__r.jpg?hash=1774617612> (referer: https://ecarstrade.com/cars/7009070)
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009064%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617600%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_004/780x0__r.jpg?hash=1774617600 not downloaded yet
2026-03-27 15:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129
2026-03-27 15:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129
2026-03-27 15:15:06 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4d80b44e-ea19-5025-bba3-86fb153eca50 with identifier: 7009081auction111129 to the API
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009081/photo_001/780x0__r.jpg?hash=1774617635>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4d80b44e-ea19-5025-bba3-86fb153eca50',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009081',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 136162,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW / 2021 / 5P / Break BlueHDi 130 EAT8 ALLURE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2021 / 5P / Break BlueHDi 130 EAT8 ALLURE PACK',
'vin': None,
'year': 2023}
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009081auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [ecarstrade.be] INFO: Saving data for 7009081auction111129: {'created_time': 1774624506.711131, 'last_price_update_time': 1774624506.711143, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009081auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_001/780x0__r.jpg?hash=1774617613> (referer: https://ecarstrade.com/cars/7009070)
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_003/780x0__r.jpg?hash=1774617646> (referer: https://ecarstrade.com/cars/7009087)
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_004/780x0__r.jpg?hash=1774617503> (referer: https://ecarstrade.com/cars/7009010)
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009130%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_002/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_002/780x0__r.jpg?hash=1774617645> (referer: https://ecarstrade.com/cars/7009087)
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009064%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617599%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_005/780x0__r.jpg?hash=1774617599 not downloaded yet
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3c0c55fa-d56a-5628-a02e-ef2b9a330403
2026-03-27 15:15:06 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3c0c55fa-d56a-5628-a02e-ef2b9a330403, skipping ID generation
2026-03-27 15:15:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with scrape type 1
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3c0c55fa-d56a-5628-a02e-ef2b9a330403 sending to next pipeline
2026-03-27 15:15:06 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3c0c55fa-d56a-5628-a02e-ef2b9a330403, identifier: 7009119auction111129
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:15:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_001/780x0__r.jpg?hash=1774617599> (referer: https://ecarstrade.com/cars/7009064)
2026-03-27 15:15:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_003/780x0__r.jpg?hash=1774617503> (referer: https://ecarstrade.com/cars/7009010)
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009130%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_003/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:06 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129
2026-03-27 15:15:06 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129
2026-03-27 15:15:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3c0c55fa-d56a-5628-a02e-ef2b9a330403 with identifier: 7009119auction111129 to the API
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009119/photo_001/780x0__r.jpg?hash=1774617701>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3c0c55fa-d56a-5628-a02e-ef2b9a330403',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009119',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Seat',
'model': 'Ateca',
'odometer': 189804,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'SEAT Ateca / 2020 / 5P / SUV 2.0 TDI 115 S&S Style Business',
'transmission': 'manual',
'trim': 'SEAT / 2020 / 5P / SUV 2.0 TDI 115 S&S Style Business',
'vin': None,
'year': 2021}
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Saving data for 7009119auction111129: {'created_time': 1774624507.303726, 'last_price_update_time': 1774624507.303743, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009119auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_003/780x0__r.jpg?hash=1774617613> (referer: https://ecarstrade.com/cars/7009070)
2026-03-27 15:15:07 [scrapy.extensions.logstats] INFO: Crawled 864 pages (at 54 pages/min), scraped 703 items (at 42 items/min)
2026-03-27 15:15:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009064%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617600%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_006/780x0__r.jpg?hash=1774617600 not downloaded yet
2026-03-27 15:15:07 [ecarstrade.be] INFO: Found listing with ID: 7009078auction111129
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Scrape type for 7009078auction111129: 1
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_004/780x0__r.jpg?hash=1774617613> (referer: https://ecarstrade.com/cars/7009070)
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_001/780x0__r.jpg?hash=1774617646> (referer: https://ecarstrade.com/cars/7009087)
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009130%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_004/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_002/780x0__r.jpg?hash=1774617503> (referer: https://ecarstrade.com/cars/7009010)
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_001/780x0__r.jpg?hash=1774617503> (referer: https://ecarstrade.com/cars/7009010)
2026-03-27 15:15:07 [ecarstrade.be] INFO: Found listing with ID: 7009146auction111129
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Scrape type for 7009146auction111129: 1
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_005/780x0__r.jpg?hash=1774617612> (referer: https://ecarstrade.com/cars/7009070)
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_002/780x0__r.jpg?hash=1774617599> (referer: https://ecarstrade.com/cars/7009064)
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009130%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_005/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_006/780x0__r.jpg?hash=1774617506> (referer: https://ecarstrade.com/cars/7009011)
2026-03-27 15:15:07 [ecarstrade.be] INFO: Found listing with ID: 7009023auction111129
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Scrape type for 7009023auction111129: 1
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009130%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_006/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:07 [ecarstrade.be] INFO: Found listing with ID: 7009131auction111129
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Scrape type for 7009131auction111129: 1
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_003/780x0__r.jpg?hash=1774617600> (referer: https://ecarstrade.com/cars/7009064)
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_006/780x0__r.jpg?hash=1774617612> (referer: https://ecarstrade.com/cars/7009070)
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_004/780x0__r.jpg?hash=1774617600> (referer: https://ecarstrade.com/cars/7009064)
2026-03-27 15:15:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_004/780x0__r.jpg?hash=1774617505> (referer: https://ecarstrade.com/cars/7009011)
2026-03-27 15:15:07 [ecarstrade.be] INFO: Found listing with ID: 7009066auction111129
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Scrape type for 7009066auction111129: 1
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a0869c27-0923-5b85-9d3e-8ca63706988b
2026-03-27 15:15:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a0869c27-0923-5b85-9d3e-8ca63706988b, skipping ID generation
2026-03-27 15:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a0869c27-0923-5b85-9d3e-8ca63706988b with scrape type 1
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a0869c27-0923-5b85-9d3e-8ca63706988b sending to next pipeline
2026-03-27 15:15:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a0869c27-0923-5b85-9d3e-8ca63706988b, identifier: 7009087auction111129
2026-03-27 15:15:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129
2026-03-27 15:15:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129
2026-03-27 15:15:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a0869c27-0923-5b85-9d3e-8ca63706988b with identifier: 7009087auction111129 to the API
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009087/photo_001/780x0__r.jpg?hash=1774617646>
{'auction_title': '',
'c_o_2_emission_value': 134,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a0869c27-0923-5b85-9d3e-8ca63706988b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009087',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 180813,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Pack 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Saving data for 7009087auction111129: {'created_time': 1774624507.941238, 'last_price_update_time': 1774624507.941253, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009087auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_005/780x0__r.jpg?hash=1774617507> (referer: https://ecarstrade.com/cars/7009011)
2026-03-27 15:15:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_002/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009130)
2026-03-27 15:15:07 [ecarstrade.be] INFO: Found listing with ID: 7009088auction111129
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:07 [ecarstrade.be] INFO: Scrape type for 7009088auction111129: 1
2026-03-27 15:15:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ae99a25c-9e8e-5598-9364-e45cd620e460
2026-03-27 15:15:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ae99a25c-9e8e-5598-9364-e45cd620e460, skipping ID generation
2026-03-27 15:15:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ae99a25c-9e8e-5598-9364-e45cd620e460 with scrape type 1
2026-03-27 15:15:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ae99a25c-9e8e-5598-9364-e45cd620e460 sending to next pipeline
2026-03-27 15:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ae99a25c-9e8e-5598-9364-e45cd620e460, identifier: 7009010auction111129
2026-03-27 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_001/780x0__r.jpg?hash=1774617717> (referer: https://ecarstrade.com/cars/7009130)
2026-03-27 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_005/780x0__r.jpg?hash=1774617599> (referer: https://ecarstrade.com/cars/7009064)
2026-03-27 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009133> (referer: https://ecarstrade.com/search/page137?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129
2026-03-27 15:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129
2026-03-27 15:15:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ae99a25c-9e8e-5598-9364-e45cd620e460 with identifier: 7009010auction111129 to the API
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:08 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009010/photo_001/780x0__r.jpg?hash=1774617503>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ae99a25c-9e8e-5598-9364-e45cd620e460',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009010',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 176942,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'C5 Aircross Feel 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Feel 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:08 [ecarstrade.be] INFO: Saving data for 7009010auction111129: {'created_time': 1774624508.375142, 'last_price_update_time': 1774624508.375156, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009010auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8e2e2927-ade1-5360-971b-cc946bd0c569
2026-03-27 15:15:08 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8e2e2927-ade1-5360-971b-cc946bd0c569, skipping ID generation
2026-03-27 15:15:08 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8e2e2927-ade1-5360-971b-cc946bd0c569 with scrape type 1
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8e2e2927-ade1-5360-971b-cc946bd0c569 sending to next pipeline
2026-03-27 15:15:08 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8e2e2927-ade1-5360-971b-cc946bd0c569, identifier: 7009070auction111129
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:08 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_004/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009130)
2026-03-27 15:15:08 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_003/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009130)
2026-03-27 15:15:08 [ecarstrade.be] INFO: Found listing with ID: 7009082auction111129
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:08 [ecarstrade.be] INFO: Scrape type for 7009082auction111129: 1
2026-03-27 15:15:08 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:08 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129
2026-03-27 15:15:08 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129
2026-03-27 15:15:08 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8e2e2927-ade1-5360-971b-cc946bd0c569 with identifier: 7009070auction111129 to the API
2026-03-27 15:15:08 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:09 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009070/photo_006/780x0__r.jpg?hash=1774617612>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8e2e2927-ade1-5360-971b-cc946bd0c569',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009070',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '3008',
'odometer': 173856,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': None,
'seller_name': None,
'title': '3008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009070auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Saving data for 7009070auction111129: {'created_time': 1774624510.093219, 'last_price_update_time': 1774624510.09323, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009070auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_006/780x0__r.jpg?hash=1774617600> (referer: https://ecarstrade.com/cars/7009064)
2026-03-27 15:15:10 [ecarstrade.be] INFO: Extracting details for car 7009133auction111129
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_003/780x0__r.jpg?hash=1774617505> (referer: https://ecarstrade.com/cars/7009011)
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009091auction111129
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Scrape type for 7009091auction111129: 1
2026-03-27 15:15:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129
2026-03-27 15:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d460b451-e5e8-5f5d-92f1-a8c382374a5b with scrape type 1
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009133%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617723%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_001/780x0__r.jpg?hash=1774617723 not downloaded yet
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009118auction111129
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Scrape type for 7009118auction111129: 1
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009133%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617723%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_002/780x0__r.jpg?hash=1774617723 not downloaded yet
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_005/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009130)
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009020auction111129
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Scrape type for 7009020auction111129: 1
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009133%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617723%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_003/780x0__r.jpg?hash=1774617723 not downloaded yet
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009100auction111129
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Scrape type for 7009100auction111129: 1
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_006/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009130)
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009133%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617723%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_004/780x0__r.jpg?hash=1774617723 not downloaded yet
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a910aef7-a8d1-54d9-88bc-774aea621d6d
2026-03-27 15:15:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a910aef7-a8d1-54d9-88bc-774aea621d6d, skipping ID generation
2026-03-27 15:15:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a910aef7-a8d1-54d9-88bc-774aea621d6d with scrape type 1
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a910aef7-a8d1-54d9-88bc-774aea621d6d sending to next pipeline
2026-03-27 15:15:10 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a910aef7-a8d1-54d9-88bc-774aea621d6d, identifier: 7009064auction111129
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009147auction111129
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Scrape type for 7009147auction111129: 1
2026-03-27 15:15:10 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129
2026-03-27 15:15:10 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129
2026-03-27 15:15:10 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a910aef7-a8d1-54d9-88bc-774aea621d6d with identifier: 7009064auction111129 to the API
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:10 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009064/photo_006/780x0__r.jpg?hash=1774617600>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a910aef7-a8d1-54d9-88bc-774aea621d6d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009064',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 176372,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009064auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Saving data for 7009064auction111129: {'created_time': 1774624510.73565, 'last_price_update_time': 1774624510.735662, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009064auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_002/780x0__r.jpg?hash=1774617505> (referer: https://ecarstrade.com/cars/7009011)
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009133%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617723%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_005/780x0__r.jpg?hash=1774617723 not downloaded yet
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_001/780x0__r.jpg?hash=1774617506> (referer: https://ecarstrade.com/cars/7009011)
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009049auction111129
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [ecarstrade.be] INFO: Scrape type for 7009049auction111129: 1
2026-03-27 15:15:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009133%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617723%27 HTTP/1.1" 200 None
2026-03-27 15:15:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_006/780x0__r.jpg?hash=1774617723 not downloaded yet
2026-03-27 15:15:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_003/780x0__r.jpg?hash=1774617587> (referer: https://ecarstrade.com/cars/7009055)
2026-03-27 15:15:10 [ecarstrade.be] INFO: Found listing with ID: 7009071auction111129
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:11 [ecarstrade.be] INFO: Scrape type for 7009071auction111129: 1
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item bd9dfb06-7e12-534b-a4e1-0d653186f76a
2026-03-27 15:15:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: bd9dfb06-7e12-534b-a4e1-0d653186f76a, skipping ID generation
2026-03-27 15:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item bd9dfb06-7e12-534b-a4e1-0d653186f76a with scrape type 1
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item bd9dfb06-7e12-534b-a4e1-0d653186f76a sending to next pipeline
2026-03-27 15:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: bd9dfb06-7e12-534b-a4e1-0d653186f76a, identifier: 7009130auction111129
2026-03-27 15:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129
2026-03-27 15:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129
2026-03-27 15:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: bd9dfb06-7e12-534b-a4e1-0d653186f76a with identifier: 7009130auction111129 to the API
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009130/photo_006/780x0__r.jpg?hash=1774617718>
{'auction_title': '',
'c_o_2_emission_value': 147,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'bd9dfb06-7e12-534b-a4e1-0d653186f76a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009130',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 163656,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Break Business 1.5 TSI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 1.5 TSI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009130auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:11 [ecarstrade.be] INFO: Saving data for 7009130auction111129: {'created_time': 1774624511.540299, 'last_price_update_time': 1774624511.540316, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009130auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:11 [ecarstrade.be] INFO: Found listing with ID: 7009097auction111129
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009097auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:11 [ecarstrade.be] INFO: Scrape type for 7009097auction111129: 1
2026-03-27 15:15:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_001/780x0__r.jpg?hash=1774617587> (referer: https://ecarstrade.com/cars/7009055)
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1aeed88d-274e-5206-836a-c4071703bbb7
2026-03-27 15:15:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1aeed88d-274e-5206-836a-c4071703bbb7, skipping ID generation
2026-03-27 15:15:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1aeed88d-274e-5206-836a-c4071703bbb7 with scrape type 1
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1aeed88d-274e-5206-836a-c4071703bbb7 sending to next pipeline
2026-03-27 15:15:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1aeed88d-274e-5206-836a-c4071703bbb7, identifier: 7009011auction111129
2026-03-27 15:15:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:15:11 [ecarstrade.be] INFO: Found listing with ID: 7009099auction111129
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009099auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:11 [ecarstrade.be] INFO: Scrape type for 7009099auction111129: 1
2026-03-27 15:15:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129
2026-03-27 15:15:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129
2026-03-27 15:15:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1aeed88d-274e-5206-836a-c4071703bbb7 with identifier: 7009011auction111129 to the API
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009011/photo_001/780x0__r.jpg?hash=1774617506>
{'auction_title': '',
'c_o_2_emission_value': 137,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1aeed88d-274e-5206-836a-c4071703bbb7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009011',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 146364,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-05-01',
'seats_number': None,
'seller_name': None,
'title': 'C5 Aircross Business 1.5 BlueHDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Business 1.5 BlueHDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:12 [ecarstrade.be] INFO: Saving data for 7009011auction111129: {'created_time': 1774624512.03577, 'last_price_update_time': 1774624512.035782, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009011auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:12 [ecarstrade.be] INFO: Found listing with ID: 7009108auction111129
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009108auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:12 [ecarstrade.be] INFO: Scrape type for 7009108auction111129: 1
2026-03-27 15:15:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_003/780x0__r.jpg?hash=1774617559> (referer: https://ecarstrade.com/cars/7009037)
2026-03-27 15:15:12 [ecarstrade.be] INFO: Found listing with ID: 7009111auction111129
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:12 [ecarstrade.be] INFO: Scrape type for 7009111auction111129: 1
2026-03-27 15:15:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cd52e636-f3cf-587b-a6ed-3282f6df2041
2026-03-27 15:15:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cd52e636-f3cf-587b-a6ed-3282f6df2041, skipping ID generation
2026-03-27 15:15:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cd52e636-f3cf-587b-a6ed-3282f6df2041 with scrape type 1
2026-03-27 15:15:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cd52e636-f3cf-587b-a6ed-3282f6df2041 sending to next pipeline
2026-03-27 15:15:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cd52e636-f3cf-587b-a6ed-3282f6df2041, identifier: 7009055auction111129
2026-03-27 15:15:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129
2026-03-27 15:15:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129
2026-03-27 15:15:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cd52e636-f3cf-587b-a6ed-3282f6df2041 with identifier: 7009055auction111129 to the API
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009055/photo_001/780x0__r.jpg?hash=1774617587>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cd52e636-f3cf-587b-a6ed-3282f6df2041',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009055',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 149916,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': None,
'seller_name': None,
'title': '2008 Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:12 [ecarstrade.be] INFO: Saving data for 7009055auction111129: {'created_time': 1774624512.496507, 'last_price_update_time': 1774624512.496519, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009055auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:12 [ecarstrade.be] INFO: Found listing with ID: 7009024auction111129
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009024auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:12 [ecarstrade.be] INFO: Scrape type for 7009024auction111129: 1
2026-03-27 15:15:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_002/780x0__r.jpg?hash=1774617558> (referer: https://ecarstrade.com/cars/7009037)
2026-03-27 15:15:12 [ecarstrade.be] INFO: Found listing with ID: 7009054auction111129
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:12 [ecarstrade.be] INFO: Scrape type for 7009054auction111129: 1
2026-03-27 15:15:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:15:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009078> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009065auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009065auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009065auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Extracting details for car 7009078auction111129
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009142auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009142auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009142auction111129: 1
2026-03-27 15:15:17 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129
2026-03-27 15:15:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c610ab21-fadb-5f21-b244-34630f741e33 with scrape type 1
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009078%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617629%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_001/780x0__r.jpg?hash=1774617629 not downloaded yet
2026-03-27 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_003/780x0__r.jpg?hash=1774617723> (referer: https://ecarstrade.com/cars/7009133)
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009051auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009051auction111129: 1
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009078%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617629%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_002/780x0__r.jpg?hash=1774617629 not downloaded yet
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009041auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009041auction111129: 1
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009078%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617629%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_003/780x0__r.jpg?hash=1774617629 not downloaded yet
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009144auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009144auction111129: 1
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009078%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_004/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009057auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009057auction111129: 1
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009078%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617629%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_005/780x0__r.jpg?hash=1774617629 not downloaded yet
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009103auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009103auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009103auction111129: 1
2026-03-27 15:15:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_004/780x0__r.jpg?hash=1774617723> (referer: https://ecarstrade.com/cars/7009133)
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009078%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_006/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:15:17 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009107auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009107auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009107auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009040auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009040auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009040auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009052auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009052auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009114auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009114auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009044auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009044auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009058auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009058auction111129: 1
2026-03-27 15:15:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009013auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009013auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009022auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009022auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009109auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009109auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009014auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009014auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009073auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009073auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009095auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009095auction111129: 1
2026-03-27 15:15:17 [ecarstrade.be] INFO: Found listing with ID: 7009016auction111129
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:17 [ecarstrade.be] INFO: Scrape type for 7009016auction111129: 1
2026-03-27 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009066> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:18 [ecarstrade.be] INFO: Extracting details for car 7009066auction111129
2026-03-27 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129
2026-03-27 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5031982-4a34-5559-b0e4-655fd2fa7a5d with scrape type 1
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009066%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617604%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_001/780x0__r.jpg?hash=1774617604 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009066%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617604%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_002/780x0__r.jpg?hash=1774617604 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009066%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617605%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_003/780x0__r.jpg?hash=1774617605 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009066%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617604%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_004/780x0__r.jpg?hash=1774617604 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009066%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617604%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_005/780x0__r.jpg?hash=1774617604 not downloaded yet
2026-03-27 15:15:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009082> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009066%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617604%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_006/780x0__r.jpg?hash=1774617604 not downloaded yet
2026-03-27 15:15:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:18 [ecarstrade.be] INFO: Extracting details for car 7009082auction111129
2026-03-27 15:15:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129
2026-03-27 15:15:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50aeaac0-ed5b-51de-9366-1617b0a40d82 with scrape type 1
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009082%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_001/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009082%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_002/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009082%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617635%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_003/780x0__r.jpg?hash=1774617635 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009082%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617637%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_004/780x0__r.jpg?hash=1774617637 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009082%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617636%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_005/780x0__r.jpg?hash=1774617636 not downloaded yet
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009082%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617636%27 HTTP/1.1" 200 None
2026-03-27 15:15:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_006/780x0__r.jpg?hash=1774617636 not downloaded yet
2026-03-27 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009023> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009131> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:19 [ecarstrade.be] INFO: Extracting details for car 7009023auction111129
2026-03-27 15:15:19 [ecarstrade.be] INFO: Extracting details for car 7009131auction111129
2026-03-27 15:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129
2026-03-27 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0957197e-db2b-59a0-b842-e47bd670a7c7 with scrape type 1
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009023%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617530%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_001/780x0__r.jpg?hash=1774617530 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009023%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617530%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_002/780x0__r.jpg?hash=1774617530 not downloaded yet
2026-03-27 15:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129
2026-03-27 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114367a7-ffe1-5079-9094-fcf4a2910627 with scrape type 1
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009131%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_001/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009023%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617530%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_003/780x0__r.jpg?hash=1774617530 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009131%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_002/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009088> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009023%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617530%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_004/780x0__r.jpg?hash=1774617530 not downloaded yet
2026-03-27 15:15:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009131%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_003/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009023%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617530%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_005/780x0__r.jpg?hash=1774617530 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009131%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_004/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009023%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617531%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_006/780x0__r.jpg?hash=1774617531 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009131%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617718%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_005/780x0__r.jpg?hash=1774617718 not downloaded yet
2026-03-27 15:15:19 [ecarstrade.be] INFO: Extracting details for car 7009088auction111129
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009131%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617719%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_006/780x0__r.jpg?hash=1774617719 not downloaded yet
2026-03-27 15:15:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129
2026-03-27 15:15:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222e17f6-8cf2-5249-bc4b-2885ad67b32f with scrape type 1
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009088%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_001/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009088%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_002/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009088%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_003/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009088%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_004/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009088%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_005/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:15:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009088%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617647%27 HTTP/1.1" 200 None
2026-03-27 15:15:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_006/780x0__r.jpg?hash=1774617647 not downloaded yet
2026-03-27 15:15:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009146> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:20 [ecarstrade.be] INFO: Extracting details for car 7009146auction111129
2026-03-27 15:15:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129
2026-03-27 15:15:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c037558-4aa1-5eb4-8422-c39280057f5b with scrape type 1
2026-03-27 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009146%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_001/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009146%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_002/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009146%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_003/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009146%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_004/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009146%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_005/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009146%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_006/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009118> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:23 [ecarstrade.be] INFO: Extracting details for car 7009118auction111129
2026-03-27 15:15:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129
2026-03-27 15:15:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with scrape type 1
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009118%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_001/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_001/780x0__r.jpg?hash=1774617629> (referer: https://ecarstrade.com/cars/7009078)
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009118%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_002/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009118%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617701%27 HTTP/1.1" 200 None
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_003/780x0__r.jpg?hash=1774617701 not downloaded yet
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009118%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_004/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009118%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_005/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:15:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_005/780x0__r.jpg?hash=1774617629> (referer: https://ecarstrade.com/cars/7009078)
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009118%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617699%27 HTTP/1.1" 200 None
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_006/780x0__r.jpg?hash=1774617699 not downloaded yet
2026-03-27 15:15:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009147> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_005/780x0__r.jpg?hash=1774617604> (referer: https://ecarstrade.com/cars/7009066)
2026-03-27 15:15:25 [ecarstrade.be] INFO: Extracting details for car 7009147auction111129
2026-03-27 15:15:25 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129
2026-03-27 15:15:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with scrape type 1
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009147%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617743%27 HTTP/1.1" 200 None
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_001/780x0__r.jpg?hash=1774617743 not downloaded yet
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_006/780x0__r.jpg?hash=1774617636> (referer: https://ecarstrade.com/cars/7009082)
2026-03-27 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009147%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_002/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009147%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617745%27 HTTP/1.1" 200 None
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_003/780x0__r.jpg?hash=1774617745 not downloaded yet
2026-03-27 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009147%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617744%27 HTTP/1.1" 200 None
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_004/780x0__r.jpg?hash=1774617744 not downloaded yet
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009147%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617744%27 HTTP/1.1" 200 None
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_005/780x0__r.jpg?hash=1774617744 not downloaded yet
2026-03-27 15:15:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009147%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617744%27 HTTP/1.1" 200 None
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_006/780x0__r.jpg?hash=1774617744 not downloaded yet
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_005/780x0__r.jpg?hash=1774617636> (referer: https://ecarstrade.com/cars/7009082)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_002/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009131)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_006/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009088)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_006/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009146)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_001/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009118)
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_005/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009118)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_006/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009118)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_004/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009118)
2026-03-27 15:15:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_001/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009147)
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_006/780x0__r.jpg?hash=1774617744> (referer: https://ecarstrade.com/cars/7009147)
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009049> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009054> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_005/780x0__r.jpg?hash=1774617744> (referer: https://ecarstrade.com/cars/7009147)
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:26 [ecarstrade.be] INFO: Extracting details for car 7009049auction111129
2026-03-27 15:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129
2026-03-27 15:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5a32af8-462c-5ce7-92fe-610affeac302 with scrape type 1
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009049%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617575%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_001/780x0__r.jpg?hash=1774617575 not downloaded yet
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_004/780x0__r.jpg?hash=1774617744> (referer: https://ecarstrade.com/cars/7009147)
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_002/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009147)
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009049%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617575%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_002/780x0__r.jpg?hash=1774617575 not downloaded yet
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009071> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:26 [ecarstrade.be] INFO: Extracting details for car 7009054auction111129
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_003/780x0__r.jpg?hash=1774617745> (referer: https://ecarstrade.com/cars/7009147)
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009049%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617575%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_003/780x0__r.jpg?hash=1774617575 not downloaded yet
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009049%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617575%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_004/780x0__r.jpg?hash=1774617575 not downloaded yet
2026-03-27 15:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129
2026-03-27 15:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd46d5b-e5f6-573d-b700-331d9176a65a with scrape type 1
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009054%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617585%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_001/780x0__r.jpg?hash=1774617585 not downloaded yet
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009049%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617575%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_005/780x0__r.jpg?hash=1774617575 not downloaded yet
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009054%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617586%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_002/780x0__r.jpg?hash=1774617586 not downloaded yet
2026-03-27 15:15:26 [ecarstrade.be] INFO: Extracting details for car 7009071auction111129
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_003/780x0__r.jpg?hash=1774617701> (referer: https://ecarstrade.com/cars/7009118)
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009049%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617575%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_006/780x0__r.jpg?hash=1774617575 not downloaded yet
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009054%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617586%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_003/780x0__r.jpg?hash=1774617586 not downloaded yet
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_004/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009146)
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_002/780x0__r.jpg?hash=1774617699> (referer: https://ecarstrade.com/cars/7009118)
2026-03-27 15:15:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_005/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009146)
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009054%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617586%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_004/780x0__r.jpg?hash=1774617586 not downloaded yet
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129
2026-03-27 15:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with scrape type 1
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009071%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617610%27 HTTP/1.1" 200 None
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_001/780x0__r.jpg?hash=1774617610 not downloaded yet
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d
2026-03-27 15:15:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d, skipping ID generation
2026-03-27 15:15:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with scrape type 1
2026-03-27 15:15:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ee37af0a-fbc5-5ec4-81db-a5d0191dc39d sending to next pipeline
2026-03-27 15:15:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d, identifier: 7009147auction111129
2026-03-27 15:15:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129
2026-03-27 15:15:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129
2026-03-27 15:15:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ee37af0a-fbc5-5ec4-81db-a5d0191dc39d with identifier: 7009147auction111129 to the API
2026-03-27 15:15:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009147/photo_003/780x0__r.jpg?hash=1774617745>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'ee37af0a-fbc5-5ec4-81db-a5d0191dc39d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009147',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 145214,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'vin': None,
'year': 2020}
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:27 [ecarstrade.be] INFO: Saving data for 7009147auction111129: {'created_time': 1774624527.726384, 'last_price_update_time': 1774624527.726394, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009147auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009054%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617586%27 HTTP/1.1" 200 None
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_005/780x0__r.jpg?hash=1774617586 not downloaded yet
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009071%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617610%27 HTTP/1.1" 200 None
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_002/780x0__r.jpg?hash=1774617610 not downloaded yet
2026-03-27 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_005/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009088)
2026-03-27 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_003/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009146)
2026-03-27 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_001/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009146)
2026-03-27 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_002/780x0__r.jpg?hash=1774617743> (referer: https://ecarstrade.com/cars/7009146)
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009054%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617586%27 HTTP/1.1" 200 None
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_006/780x0__r.jpg?hash=1774617586 not downloaded yet
2026-03-27 15:15:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009071%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617612%27 HTTP/1.1" 200 None
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_003/780x0__r.jpg?hash=1774617612 not downloaded yet
2026-03-27 15:15:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009111> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2
2026-03-27 15:15:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2, skipping ID generation
2026-03-27 15:15:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with scrape type 1
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 sending to next pipeline
2026-03-27 15:15:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2, identifier: 7009118auction111129
2026-03-27 15:15:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009071%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617610%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_004/780x0__r.jpg?hash=1774617610 not downloaded yet
2026-03-27 15:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129
2026-03-27 15:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129
2026-03-27 15:15:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2 with identifier: 7009118auction111129 to the API
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009118/photo_002/780x0__r.jpg?hash=1774617699>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '7bc2c2ad-1bde-5367-ab27-0ef5d2b398f2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009118',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Seat',
'model': 'Leon',
'odometer': 137020,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Leon Business 2.0 TDI 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Business 2.0 TDI 115CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [ecarstrade.be] INFO: Saving data for 7009118auction111129: {'created_time': 1774624528.321883, 'last_price_update_time': 1774624528.321894, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009118auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_001/780x0__r.jpg?hash=1774617575> (referer: https://ecarstrade.com/cars/7009049)
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_004/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009088)
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_002/780x0__r.jpg?hash=1774617586> (referer: https://ecarstrade.com/cars/7009054)
2026-03-27 15:15:28 [ecarstrade.be] INFO: Extracting details for car 7009111auction111129
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009071%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617611%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_005/780x0__r.jpg?hash=1774617611 not downloaded yet
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8c037558-4aa1-5eb4-8422-c39280057f5b
2026-03-27 15:15:28 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8c037558-4aa1-5eb4-8422-c39280057f5b, skipping ID generation
2026-03-27 15:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8c037558-4aa1-5eb4-8422-c39280057f5b with scrape type 1
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8c037558-4aa1-5eb4-8422-c39280057f5b sending to next pipeline
2026-03-27 15:15:28 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8c037558-4aa1-5eb4-8422-c39280057f5b, identifier: 7009146auction111129
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_003/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009088)
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_002/780x0__r.jpg?hash=1774617575> (referer: https://ecarstrade.com/cars/7009049)
2026-03-27 15:15:28 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129
2026-03-27 15:15:28 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129
2026-03-27 15:15:28 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8c037558-4aa1-5eb4-8422-c39280057f5b with identifier: 7009146auction111129 to the API
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:28 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009146/photo_002/780x0__r.jpg?hash=1774617743>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8c037558-4aa1-5eb4-8422-c39280057f5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009146',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'Passat Variant',
'odometer': 175779,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Passat Break Business 2.0 TDI 120CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Passat Break Business 2.0 TDI 120CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [ecarstrade.be] INFO: Saving data for 7009146auction111129: {'created_time': 1774624528.883499, 'last_price_update_time': 1774624528.88351, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009146auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009071%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617611%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_006/780x0__r.jpg?hash=1774617611 not downloaded yet
2026-03-27 15:15:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129
2026-03-27 15:15:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with scrape type 1
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009111%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617687%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_001/780x0__r.jpg?hash=1774617687 not downloaded yet
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_006/780x0__r.jpg?hash=1774617575> (referer: https://ecarstrade.com/cars/7009049)
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_003/780x0__r.jpg?hash=1774617586> (referer: https://ecarstrade.com/cars/7009054)
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_005/780x0__r.jpg?hash=1774617575> (referer: https://ecarstrade.com/cars/7009049)
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009111%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617687%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_002/780x0__r.jpg?hash=1774617687 not downloaded yet
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_004/780x0__r.jpg?hash=1774617586> (referer: https://ecarstrade.com/cars/7009054)
2026-03-27 15:15:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_001/780x0__r.jpg?hash=1774617610> (referer: https://ecarstrade.com/cars/7009071)
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009111%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617687%27 HTTP/1.1" 200 None
2026-03-27 15:15:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_003/780x0__r.jpg?hash=1774617687 not downloaded yet
2026-03-27 15:15:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009111%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617689%27 HTTP/1.1" 200 None
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_004/780x0__r.jpg?hash=1774617689 not downloaded yet
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009111%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617687%27 HTTP/1.1" 200 None
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_005/780x0__r.jpg?hash=1774617687 not downloaded yet
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009111%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617687%27 HTTP/1.1" 200 None
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_006/780x0__r.jpg?hash=1774617687 not downloaded yet
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_005/780x0__r.jpg?hash=1774617586> (referer: https://ecarstrade.com/cars/7009054)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_001/780x0__r.jpg?hash=1774617585> (referer: https://ecarstrade.com/cars/7009054)
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_004/780x0__r.jpg?hash=1774617610> (referer: https://ecarstrade.com/cars/7009071)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_002/780x0__r.jpg?hash=1774617610> (referer: https://ecarstrade.com/cars/7009071)
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_003/780x0__r.jpg?hash=1774617612> (referer: https://ecarstrade.com/cars/7009071)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_004/780x0__r.jpg?hash=1774617575> (referer: https://ecarstrade.com/cars/7009049)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_003/780x0__r.jpg?hash=1774617575> (referer: https://ecarstrade.com/cars/7009049)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_005/780x0__r.jpg?hash=1774617611> (referer: https://ecarstrade.com/cars/7009071)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_006/780x0__r.jpg?hash=1774617586> (referer: https://ecarstrade.com/cars/7009054)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_001/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009088)
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_002/780x0__r.jpg?hash=1774617647> (referer: https://ecarstrade.com/cars/7009088)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_006/780x0__r.jpg?hash=1774617687> (referer: https://ecarstrade.com/cars/7009111)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_005/780x0__r.jpg?hash=1774617687> (referer: https://ecarstrade.com/cars/7009111)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_002/780x0__r.jpg?hash=1774617687> (referer: https://ecarstrade.com/cars/7009111)
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_001/780x0__r.jpg?hash=1774617687> (referer: https://ecarstrade.com/cars/7009111)
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a5a32af8-462c-5ce7-92fe-610affeac302
2026-03-27 15:15:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a5a32af8-462c-5ce7-92fe-610affeac302, skipping ID generation
2026-03-27 15:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a5a32af8-462c-5ce7-92fe-610affeac302 with scrape type 1
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a5a32af8-462c-5ce7-92fe-610affeac302 sending to next pipeline
2026-03-27 15:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a5a32af8-462c-5ce7-92fe-610affeac302, identifier: 7009049auction111129
2026-03-27 15:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129
2026-03-27 15:15:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129
2026-03-27 15:15:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a5a32af8-462c-5ce7-92fe-610affeac302 with identifier: 7009049auction111129 to the API
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009049/photo_003/780x0__r.jpg?hash=1774617575>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a5a32af8-462c-5ce7-92fe-610affeac302',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009049',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 149198,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:29 [ecarstrade.be] INFO: Saving data for 7009049auction111129: {'created_time': 1774624529.628463, 'last_price_update_time': 1774624529.628476, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009049auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_006/780x0__r.jpg?hash=1774617611> (referer: https://ecarstrade.com/cars/7009071)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_005/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009131)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_006/780x0__r.jpg?hash=1774617719> (referer: https://ecarstrade.com/cars/7009131)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_004/780x0__r.jpg?hash=1774617689> (referer: https://ecarstrade.com/cars/7009111)
2026-03-27 15:15:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_003/780x0__r.jpg?hash=1774617687> (referer: https://ecarstrade.com/cars/7009111)
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2dd46d5b-e5f6-573d-b700-331d9176a65a
2026-03-27 15:15:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2dd46d5b-e5f6-573d-b700-331d9176a65a, skipping ID generation
2026-03-27 15:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd46d5b-e5f6-573d-b700-331d9176a65a with scrape type 1
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2dd46d5b-e5f6-573d-b700-331d9176a65a sending to next pipeline
2026-03-27 15:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2dd46d5b-e5f6-573d-b700-331d9176a65a, identifier: 7009054auction111129
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 222e17f6-8cf2-5249-bc4b-2885ad67b32f
2026-03-27 15:15:29 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 222e17f6-8cf2-5249-bc4b-2885ad67b32f, skipping ID generation
2026-03-27 15:15:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 222e17f6-8cf2-5249-bc4b-2885ad67b32f with scrape type 1
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 222e17f6-8cf2-5249-bc4b-2885ad67b32f sending to next pipeline
2026-03-27 15:15:29 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 222e17f6-8cf2-5249-bc4b-2885ad67b32f, identifier: 7009088auction111129
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:29 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129
2026-03-27 15:15:29 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129
2026-03-27 15:15:29 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2dd46d5b-e5f6-573d-b700-331d9176a65a with identifier: 7009054auction111129 to the API
2026-03-27 15:15:29 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009054/photo_006/780x0__r.jpg?hash=1774617586>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '2dd46d5b-e5f6-573d-b700-331d9176a65a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009054',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 194315,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:30 [ecarstrade.be] INFO: Saving data for 7009054auction111129: {'created_time': 1774624530.120497, 'last_price_update_time': 1774624530.120507, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009054auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129
2026-03-27 15:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129
2026-03-27 15:15:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 222e17f6-8cf2-5249-bc4b-2885ad67b32f with identifier: 7009088auction111129 to the API
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009088/photo_002/780x0__r.jpg?hash=1774617647>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '222e17f6-8cf2-5249-bc4b-2885ad67b32f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009088',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 130715,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2020}
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:30 [ecarstrade.be] INFO: Saving data for 7009088auction111129: {'created_time': 1774624530.457897, 'last_price_update_time': 1774624530.457908, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009088auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_006/780x0__r.jpg?hash=1774617531> (referer: https://ecarstrade.com/cars/7009023)
2026-03-27 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_005/780x0__r.jpg?hash=1774617530> (referer: https://ecarstrade.com/cars/7009023)
2026-03-27 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_004/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009131)
2026-03-27 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_003/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009131)
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66a18d85-6e32-5d0e-b40e-17351e6a4b27
2026-03-27 15:15:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66a18d85-6e32-5d0e-b40e-17351e6a4b27, skipping ID generation
2026-03-27 15:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with scrape type 1
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66a18d85-6e32-5d0e-b40e-17351e6a4b27 sending to next pipeline
2026-03-27 15:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66a18d85-6e32-5d0e-b40e-17351e6a4b27, identifier: 7009071auction111129
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1efaf865-7b4c-5c12-bd59-9e1e96a22364
2026-03-27 15:15:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1efaf865-7b4c-5c12-bd59-9e1e96a22364, skipping ID generation
2026-03-27 15:15:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with scrape type 1
2026-03-27 15:15:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1efaf865-7b4c-5c12-bd59-9e1e96a22364 sending to next pipeline
2026-03-27 15:15:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1efaf865-7b4c-5c12-bd59-9e1e96a22364, identifier: 7009111auction111129
2026-03-27 15:15:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_004/780x0__r.jpg?hash=1774617530> (referer: https://ecarstrade.com/cars/7009023)
2026-03-27 15:15:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129
2026-03-27 15:15:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129
2026-03-27 15:15:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66a18d85-6e32-5d0e-b40e-17351e6a4b27 with identifier: 7009071auction111129 to the API
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009071/photo_006/780x0__r.jpg?hash=1774617611>
{'auction_title': '',
'c_o_2_emission_value': 144,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '66a18d85-6e32-5d0e-b40e-17351e6a4b27',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009071',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 147434,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:30 [ecarstrade.be] INFO: Saving data for 7009071auction111129: {'created_time': 1774624530.98466, 'last_price_update_time': 1774624530.984678, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009071auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129
2026-03-27 15:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129
2026-03-27 15:15:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1efaf865-7b4c-5c12-bd59-9e1e96a22364 with identifier: 7009111auction111129 to the API
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009111/photo_003/780x0__r.jpg?hash=1774617687>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1efaf865-7b4c-5c12-bd59-9e1e96a22364',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009111',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 143238,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Megane IV Berline 5pt. Intens 1.5 dCi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'IV Berline 5pt. Intens 1.5 dCi 115CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:31 [ecarstrade.be] INFO: Saving data for 7009111auction111129: {'created_time': 1774624531.438118, 'last_price_update_time': 1774624531.43813, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009111auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_001/780x0__r.jpg?hash=1774617718> (referer: https://ecarstrade.com/cars/7009131)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_001/780x0__r.jpg?hash=1774617530> (referer: https://ecarstrade.com/cars/7009023)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_003/780x0__r.jpg?hash=1774617530> (referer: https://ecarstrade.com/cars/7009023)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_002/780x0__r.jpg?hash=1774617530> (referer: https://ecarstrade.com/cars/7009023)
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_001/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009082)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_002/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009082)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_006/780x0__r.jpg?hash=1774617604> (referer: https://ecarstrade.com/cars/7009066)
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 114367a7-ffe1-5079-9094-fcf4a2910627
2026-03-27 15:15:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 114367a7-ffe1-5079-9094-fcf4a2910627, skipping ID generation
2026-03-27 15:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 114367a7-ffe1-5079-9094-fcf4a2910627 with scrape type 1
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 114367a7-ffe1-5079-9094-fcf4a2910627 sending to next pipeline
2026-03-27 15:15:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 114367a7-ffe1-5079-9094-fcf4a2910627, identifier: 7009131auction111129
2026-03-27 15:15:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129
2026-03-27 15:15:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129
2026-03-27 15:15:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 114367a7-ffe1-5079-9094-fcf4a2910627 with identifier: 7009131auction111129 to the API
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009131/photo_001/780x0__r.jpg?hash=1774617718>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '114367a7-ffe1-5079-9094-fcf4a2910627',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009131',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Superb',
'odometer': 231776,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Superb Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:31 [ecarstrade.be] INFO: Saving data for 7009131auction111129: {'created_time': 1774624531.955487, 'last_price_update_time': 1774624531.955499, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009131auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_004/780x0__r.jpg?hash=1774617604> (referer: https://ecarstrade.com/cars/7009066)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_004/780x0__r.jpg?hash=1774617637> (referer: https://ecarstrade.com/cars/7009082)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_003/780x0__r.jpg?hash=1774617635> (referer: https://ecarstrade.com/cars/7009082)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_003/780x0__r.jpg?hash=1774617605> (referer: https://ecarstrade.com/cars/7009066)
2026-03-27 15:15:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_002/780x0__r.jpg?hash=1774617604> (referer: https://ecarstrade.com/cars/7009066)
2026-03-27 15:15:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:31 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0957197e-db2b-59a0-b842-e47bd670a7c7
2026-03-27 15:15:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0957197e-db2b-59a0-b842-e47bd670a7c7, skipping ID generation
2026-03-27 15:15:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0957197e-db2b-59a0-b842-e47bd670a7c7 with scrape type 1
2026-03-27 15:15:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0957197e-db2b-59a0-b842-e47bd670a7c7 sending to next pipeline
2026-03-27 15:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0957197e-db2b-59a0-b842-e47bd670a7c7, identifier: 7009023auction111129
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129
2026-03-27 15:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129
2026-03-27 15:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0957197e-db2b-59a0-b842-e47bd670a7c7 with identifier: 7009023auction111129 to the API
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009023/photo_002/780x0__r.jpg?hash=1774617530>
{'auction_title': '',
'c_o_2_emission_value': 79,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '0957197e-db2b-59a0-b842-e47bd670a7c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009023',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'IONIQ',
'odometer': 130185,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Ioniq / 2019 / 5P / Berline Hybrid Business',
'transmission': 'automatic',
'trim': 'HYUNDAI Ioniq / 2019 / 5P / Berline Hybrid Business',
'vin': None,
'year': 2019}
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:32 [ecarstrade.be] INFO: Saving data for 7009023auction111129: {'created_time': 1774624532.363543, 'last_price_update_time': 1774624532.363554, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009023auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_001/780x0__r.jpg?hash=1774617604> (referer: https://ecarstrade.com/cars/7009066)
2026-03-27 15:15:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 50aeaac0-ed5b-51de-9366-1617b0a40d82
2026-03-27 15:15:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50aeaac0-ed5b-51de-9366-1617b0a40d82, skipping ID generation
2026-03-27 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50aeaac0-ed5b-51de-9366-1617b0a40d82 with scrape type 1
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 50aeaac0-ed5b-51de-9366-1617b0a40d82 sending to next pipeline
2026-03-27 15:15:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50aeaac0-ed5b-51de-9366-1617b0a40d82, identifier: 7009082auction111129
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129
2026-03-27 15:15:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129
2026-03-27 15:15:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50aeaac0-ed5b-51de-9366-1617b0a40d82 with identifier: 7009082auction111129 to the API
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009082/photo_003/780x0__r.jpg?hash=1774617635>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '50aeaac0-ed5b-51de-9366-1617b0a40d82',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009082',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 145690,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 2021 5P Break BlueHDi 130 EAT8 ACTIVE PACK',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 2021 5P Break BlueHDi 130 EAT8 ACTIVE PACK',
'vin': None,
'year': 2023}
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:32 [ecarstrade.be] INFO: Saving data for 7009082auction111129: {'created_time': 1774624532.933329, 'last_price_update_time': 1774624532.933341, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009082auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d5031982-4a34-5559-b0e4-655fd2fa7a5d
2026-03-27 15:15:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d5031982-4a34-5559-b0e4-655fd2fa7a5d, skipping ID generation
2026-03-27 15:15:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d5031982-4a34-5559-b0e4-655fd2fa7a5d with scrape type 1
2026-03-27 15:15:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d5031982-4a34-5559-b0e4-655fd2fa7a5d sending to next pipeline
2026-03-27 15:15:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d5031982-4a34-5559-b0e4-655fd2fa7a5d, identifier: 7009066auction111129
2026-03-27 15:15:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129
2026-03-27 15:15:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129
2026-03-27 15:15:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d5031982-4a34-5559-b0e4-655fd2fa7a5d with identifier: 7009066auction111129 to the API
2026-03-27 15:15:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009066/photo_001/780x0__r.jpg?hash=1774617604>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'd5031982-4a34-5559-b0e4-655fd2fa7a5d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009066',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 134580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Active Pack 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'II Active Pack 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:33 [ecarstrade.be] INFO: Saving data for 7009066auction111129: {'created_time': 1774624533.443647, 'last_price_update_time': 1774624533.443666, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009066auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009095> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:40 [ecarstrade.be] INFO: Extracting details for car 7009095auction111129
2026-03-27 15:15:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129
2026-03-27 15:15:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9787ccbc-7567-5af0-bb23-3f322e66b060 with scrape type 1
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009095%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617665%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_001/780x0__r.jpg?hash=1774617665 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009095%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617665%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_002/780x0__r.jpg?hash=1774617665 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009095%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617665%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_003/780x0__r.jpg?hash=1774617665 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009095%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617665%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_004/780x0__r.jpg?hash=1774617665 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009095%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617665%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_005/780x0__r.jpg?hash=1774617665 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009095%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617665%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_006/780x0__r.jpg?hash=1774617665 not downloaded yet
2026-03-27 15:15:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009073> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:40 [ecarstrade.be] INFO: Extracting details for car 7009073auction111129
2026-03-27 15:15:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129
2026-03-27 15:15:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c80192f3-97ba-5f00-835f-aa1ad35363ef with scrape type 1
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009073%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617615%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_001/780x0__r.jpg?hash=1774617615 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009073%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617614%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_002/780x0__r.jpg?hash=1774617614 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009073%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617614%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_003/780x0__r.jpg?hash=1774617614 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009073%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617614%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_004/780x0__r.jpg?hash=1774617614 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009073%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617614%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_005/780x0__r.jpg?hash=1774617614 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009073%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617614%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_006/780x0__r.jpg?hash=1774617614 not downloaded yet
2026-03-27 15:15:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009014> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:40 [ecarstrade.be] INFO: Extracting details for car 7009014auction111129
2026-03-27 15:15:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129
2026-03-27 15:15:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63dc528-dae7-5375-86af-f404f7ab9881 with scrape type 1
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009014%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617514%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_001/780x0__r.jpg?hash=1774617514 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009014%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617514%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_002/780x0__r.jpg?hash=1774617514 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009014%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617514%27 HTTP/1.1" 200 None
2026-03-27 15:15:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_003/780x0__r.jpg?hash=1774617514 not downloaded yet
2026-03-27 15:15:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009014%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617514%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_004/780x0__r.jpg?hash=1774617514 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009014%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617514%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_005/780x0__r.jpg?hash=1774617514 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009014%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617516%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_006/780x0__r.jpg?hash=1774617516 not downloaded yet
2026-03-27 15:15:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009109> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:41 [ecarstrade.be] INFO: Extracting details for car 7009109auction111129
2026-03-27 15:15:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129
2026-03-27 15:15:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with scrape type 1
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009109%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617685%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_001/780x0__r.jpg?hash=1774617685 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009109%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617685%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_002/780x0__r.jpg?hash=1774617685 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009109%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617685%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_003/780x0__r.jpg?hash=1774617685 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009109%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617685%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_004/780x0__r.jpg?hash=1774617685 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009109%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617685%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_005/780x0__r.jpg?hash=1774617685 not downloaded yet
2026-03-27 15:15:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009109%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617686%27 HTTP/1.1" 200 None
2026-03-27 15:15:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_006/780x0__r.jpg?hash=1774617686 not downloaded yet
2026-03-27 15:15:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009022> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:42 [ecarstrade.be] INFO: Extracting details for car 7009022auction111129
2026-03-27 15:15:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129
2026-03-27 15:15:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with scrape type 1
2026-03-27 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009022%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617529%27 HTTP/1.1" 200 None
2026-03-27 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_001/780x0__r.jpg?hash=1774617529 not downloaded yet
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009022%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617529%27 HTTP/1.1" 200 None
2026-03-27 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_002/780x0__r.jpg?hash=1774617529 not downloaded yet
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009022%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617529%27 HTTP/1.1" 200 None
2026-03-27 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_003/780x0__r.jpg?hash=1774617529 not downloaded yet
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009022%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617529%27 HTTP/1.1" 200 None
2026-03-27 15:15:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_004/780x0__r.jpg?hash=1774617529 not downloaded yet
2026-03-27 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009022%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617529%27 HTTP/1.1" 200 None
2026-03-27 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_005/780x0__r.jpg?hash=1774617529 not downloaded yet
2026-03-27 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009022%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617529%27 HTTP/1.1" 200 None
2026-03-27 15:15:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_006/780x0__r.jpg?hash=1774617529 not downloaded yet
2026-03-27 15:15:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009058> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:46 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:46 [ecarstrade.be] INFO: Extracting details for car 7009058auction111129
2026-03-27 15:15:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129
2026-03-27 15:15:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61a20ba1-988e-55db-b7b6-86c18e4efcaa with scrape type 1
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009058%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617592%27 HTTP/1.1" 200 None
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_001/780x0__r.jpg?hash=1774617592 not downloaded yet
2026-03-27 15:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009058%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617592%27 HTTP/1.1" 200 None
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_002/780x0__r.jpg?hash=1774617592 not downloaded yet
2026-03-27 15:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009058%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617591%27 HTTP/1.1" 200 None
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_003/780x0__r.jpg?hash=1774617591 not downloaded yet
2026-03-27 15:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009058%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617591%27 HTTP/1.1" 200 None
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_004/780x0__r.jpg?hash=1774617591 not downloaded yet
2026-03-27 15:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009058%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617593%27 HTTP/1.1" 200 None
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_005/780x0__r.jpg?hash=1774617593 not downloaded yet
2026-03-27 15:15:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009058%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617592%27 HTTP/1.1" 200 None
2026-03-27 15:15:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_006/780x0__r.jpg?hash=1774617592 not downloaded yet
2026-03-27 15:15:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009044> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009013> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_006/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009078)
2026-03-27 15:15:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:47 [ecarstrade.be] INFO: Extracting details for car 7009044auction111129
2026-03-27 15:15:47 [ecarstrade.be] INFO: Extracting details for car 7009013auction111129
2026-03-27 15:15:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129
2026-03-27 15:15:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85906849-3d12-5897-b969-d3f5eb2e2017 with scrape type 1
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009044%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617570%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_001/780x0__r.jpg?hash=1774617570 not downloaded yet
2026-03-27 15:15:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129
2026-03-27 15:15:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d41539b-1b02-5871-a538-28cec352e114 with scrape type 1
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009013%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617510%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_001/780x0__r.jpg?hash=1774617510 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009044%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617570%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_002/780x0__r.jpg?hash=1774617570 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009013%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617510%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_002/780x0__r.jpg?hash=1774617510 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009044%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617570%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_003/780x0__r.jpg?hash=1774617570 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009013%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617510%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_003/780x0__r.jpg?hash=1774617510 not downloaded yet
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009044%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617570%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_004/780x0__r.jpg?hash=1774617570 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009013%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617510%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_004/780x0__r.jpg?hash=1774617510 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009044%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617571%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_005/780x0__r.jpg?hash=1774617571 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009013%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617512%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_005/780x0__r.jpg?hash=1774617512 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009044%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617571%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_006/780x0__r.jpg?hash=1774617571 not downloaded yet
2026-03-27 15:15:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15: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%252F7009013%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617511%27 HTTP/1.1" 200 None
2026-03-27 15:15:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_006/780x0__r.jpg?hash=1774617511 not downloaded yet
2026-03-27 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009114> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_006/780x0__r.jpg?hash=1774617665> (referer: https://ecarstrade.com/cars/7009095)
2026-03-27 15:15:48 [ecarstrade.be] INFO: Extracting details for car 7009114auction111129
2026-03-27 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_006/780x0__r.jpg?hash=1774617614> (referer: https://ecarstrade.com/cars/7009073)
2026-03-27 15:15:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129
2026-03-27 15:15:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420ed516-60bc-5296-baeb-a7f8a5d72a1f with scrape type 1
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009114%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617694%27 HTTP/1.1" 200 None
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_001/780x0__r.jpg?hash=1774617694 not downloaded yet
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009114%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617693%27 HTTP/1.1" 200 None
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_002/780x0__r.jpg?hash=1774617693 not downloaded yet
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009114%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617693%27 HTTP/1.1" 200 None
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_003/780x0__r.jpg?hash=1774617693 not downloaded yet
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009114%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617694%27 HTTP/1.1" 200 None
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_004/780x0__r.jpg?hash=1774617694 not downloaded yet
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009114%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617694%27 HTTP/1.1" 200 None
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_005/780x0__r.jpg?hash=1774617694 not downloaded yet
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009114%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617694%27 HTTP/1.1" 200 None
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_006/780x0__r.jpg?hash=1774617694 not downloaded yet
2026-03-27 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_006/780x0__r.jpg?hash=1774617516> (referer: https://ecarstrade.com/cars/7009014)
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:48 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_006/780x0__r.jpg?hash=1774617686> (referer: https://ecarstrade.com/cars/7009109)
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_006/780x0__r.jpg?hash=1774617529> (referer: https://ecarstrade.com/cars/7009022)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_006/780x0__r.jpg?hash=1774617592> (referer: https://ecarstrade.com/cars/7009058)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_005/780x0__r.jpg?hash=1774617593> (referer: https://ecarstrade.com/cars/7009058)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_004/780x0__r.jpg?hash=1774617591> (referer: https://ecarstrade.com/cars/7009058)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_006/780x0__r.jpg?hash=1774617511> (referer: https://ecarstrade.com/cars/7009013)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_006/780x0__r.jpg?hash=1774617571> (referer: https://ecarstrade.com/cars/7009044)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_005/780x0__r.jpg?hash=1774617512> (referer: https://ecarstrade.com/cars/7009013)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_006/780x0__r.jpg?hash=1774617694> (referer: https://ecarstrade.com/cars/7009114)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_005/780x0__r.jpg?hash=1774617694> (referer: https://ecarstrade.com/cars/7009114)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_004/780x0__r.jpg?hash=1774617694> (referer: https://ecarstrade.com/cars/7009114)
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_003/780x0__r.jpg?hash=1774617693> (referer: https://ecarstrade.com/cars/7009114)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_002/780x0__r.jpg?hash=1774617693> (referer: https://ecarstrade.com/cars/7009114)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_001/780x0__r.jpg?hash=1774617694> (referer: https://ecarstrade.com/cars/7009114)
2026-03-27 15:15:49 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_005/780x0__r.jpg?hash=1774617571> (referer: https://ecarstrade.com/cars/7009044)
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 420ed516-60bc-5296-baeb-a7f8a5d72a1f
2026-03-27 15:15:50 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 420ed516-60bc-5296-baeb-a7f8a5d72a1f, skipping ID generation
2026-03-27 15:15:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 420ed516-60bc-5296-baeb-a7f8a5d72a1f with scrape type 1
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 420ed516-60bc-5296-baeb-a7f8a5d72a1f sending to next pipeline
2026-03-27 15:15:50 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 420ed516-60bc-5296-baeb-a7f8a5d72a1f, identifier: 7009114auction111129
2026-03-27 15:15:50 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129
2026-03-27 15:15:50 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129
2026-03-27 15:15:50 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 420ed516-60bc-5296-baeb-a7f8a5d72a1f with identifier: 7009114auction111129 to the API
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:50 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009114/photo_001/780x0__r.jpg?hash=1774617694>
{'auction_title': '',
'c_o_2_emission_value': 149,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.7L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '420ed516-60bc-5296-baeb-a7f8a5d72a1f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009114',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Grand Scenic',
'odometer': 155731,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-08-01',
'seats_number': 7,
'seller_name': None,
'title': 'Scenic IV Grand Business 1.7 dCi 150CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Scenic IV Grand Business 1.7 dCi 150CV BVM6 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [ecarstrade.be] INFO: Saving data for 7009114auction111129: {'created_time': 1774624550.632349, 'last_price_update_time': 1774624550.63236, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009114auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_004/780x0__r.jpg?hash=1774617510> (referer: https://ecarstrade.com/cars/7009013)
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009052> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_003/780x0__r.jpg?hash=1774617510> (referer: https://ecarstrade.com/cars/7009013)
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_004/780x0__r.jpg?hash=1774617570> (referer: https://ecarstrade.com/cars/7009044)
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:50 [ecarstrade.be] INFO: Extracting details for car 7009052auction111129
2026-03-27 15:15:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129
2026-03-27 15:15:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2797c76-f2cf-5af9-ae85-24f514df0a2a with scrape type 1
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009052%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617580%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_001/780x0__r.jpg?hash=1774617580 not downloaded yet
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009052%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617580%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_002/780x0__r.jpg?hash=1774617580 not downloaded yet
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009052%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617580%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_003/780x0__r.jpg?hash=1774617580 not downloaded yet
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_002/780x0__r.jpg?hash=1774617510> (referer: https://ecarstrade.com/cars/7009013)
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009052%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617580%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_004/780x0__r.jpg?hash=1774617580 not downloaded yet
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_003/780x0__r.jpg?hash=1774617570> (referer: https://ecarstrade.com/cars/7009044)
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009052%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617580%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_005/780x0__r.jpg?hash=1774617580 not downloaded yet
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009052%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617580%27 HTTP/1.1" 200 None
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_006/780x0__r.jpg?hash=1774617580 not downloaded yet
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_002/780x0__r.jpg?hash=1774617570> (referer: https://ecarstrade.com/cars/7009044)
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_001/780x0__r.jpg?hash=1774617510> (referer: https://ecarstrade.com/cars/7009013)
2026-03-27 15:15:50 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_001/780x0__r.jpg?hash=1774617570> (referer: https://ecarstrade.com/cars/7009044)
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_002/780x0__r.jpg?hash=1774617592> (referer: https://ecarstrade.com/cars/7009058)
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9d41539b-1b02-5871-a538-28cec352e114
2026-03-27 15:15:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9d41539b-1b02-5871-a538-28cec352e114, skipping ID generation
2026-03-27 15:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9d41539b-1b02-5871-a538-28cec352e114 with scrape type 1
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9d41539b-1b02-5871-a538-28cec352e114 sending to next pipeline
2026-03-27 15:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9d41539b-1b02-5871-a538-28cec352e114, identifier: 7009013auction111129
2026-03-27 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_003/780x0__r.jpg?hash=1774617591> (referer: https://ecarstrade.com/cars/7009058)
2026-03-27 15:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129
2026-03-27 15:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129
2026-03-27 15:15:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9d41539b-1b02-5871-a538-28cec352e114 with identifier: 7009013auction111129 to the API
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009013/photo_001/780x0__r.jpg?hash=1774617510>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9d41539b-1b02-5871-a538-28cec352e114',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009013',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 196598,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'CITROEN C5 Aircross / 2018 / 5P / SUV BlueHDi 130 S&S EAT8 Business',
'transmission': 'automatic',
'trim': 'CITROEN / 2018 / 5P / SUV BlueHDi 130 S&S EAT8 Business',
'vin': None,
'year': 2020}
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:51 [ecarstrade.be] INFO: Saving data for 7009013auction111129: {'created_time': 1774624551.470173, 'last_price_update_time': 1774624551.470186, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009013auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_001/780x0__r.jpg?hash=1774617592> (referer: https://ecarstrade.com/cars/7009058)
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 85906849-3d12-5897-b969-d3f5eb2e2017
2026-03-27 15:15:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 85906849-3d12-5897-b969-d3f5eb2e2017, skipping ID generation
2026-03-27 15:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 85906849-3d12-5897-b969-d3f5eb2e2017 with scrape type 1
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 85906849-3d12-5897-b969-d3f5eb2e2017 sending to next pipeline
2026-03-27 15:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 85906849-3d12-5897-b969-d3f5eb2e2017, identifier: 7009044auction111129
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129
2026-03-27 15:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129
2026-03-27 15:15:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 85906849-3d12-5897-b969-d3f5eb2e2017 with identifier: 7009044auction111129 to the API
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009044/photo_001/780x0__r.jpg?hash=1774617570>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '85906849-3d12-5897-b969-d3f5eb2e2017',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009044',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Opel',
'model': 'Grandland X',
'odometer': 156976,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Grandland X Edition 1.5 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Edition 1.5 130CV BVA8 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:51 [ecarstrade.be] INFO: Saving data for 7009044auction111129: {'created_time': 1774624551.867533, 'last_price_update_time': 1774624551.867547, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009044auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_005/780x0__r.jpg?hash=1774617529> (referer: https://ecarstrade.com/cars/7009022)
2026-03-27 15:15:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_004/780x0__r.jpg?hash=1774617529> (referer: https://ecarstrade.com/cars/7009022)
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 61a20ba1-988e-55db-b7b6-86c18e4efcaa
2026-03-27 15:15:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 61a20ba1-988e-55db-b7b6-86c18e4efcaa, skipping ID generation
2026-03-27 15:15:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 61a20ba1-988e-55db-b7b6-86c18e4efcaa with scrape type 1
2026-03-27 15:15:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 61a20ba1-988e-55db-b7b6-86c18e4efcaa sending to next pipeline
2026-03-27 15:15:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 61a20ba1-988e-55db-b7b6-86c18e4efcaa, identifier: 7009058auction111129
2026-03-27 15:15:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129
2026-03-27 15:15:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129
2026-03-27 15:15:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 61a20ba1-988e-55db-b7b6-86c18e4efcaa with identifier: 7009058auction111129 to the API
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009058/photo_001/780x0__r.jpg?hash=1774617592>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '61a20ba1-988e-55db-b7b6-86c18e4efcaa',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009058',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '2008',
'odometer': 163657,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 GT Line 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'GT Line 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:52 [ecarstrade.be] INFO: Saving data for 7009058auction111129: {'created_time': 1774624552.30605, 'last_price_update_time': 1774624552.306061, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009058auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_003/780x0__r.jpg?hash=1774617580> (referer: https://ecarstrade.com/cars/7009052)
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_004/780x0__r.jpg?hash=1774617580> (referer: https://ecarstrade.com/cars/7009052)
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_006/780x0__r.jpg?hash=1774617580> (referer: https://ecarstrade.com/cars/7009052)
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_005/780x0__r.jpg?hash=1774617580> (referer: https://ecarstrade.com/cars/7009052)
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_002/780x0__r.jpg?hash=1774617580> (referer: https://ecarstrade.com/cars/7009052)
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_001/780x0__r.jpg?hash=1774617580> (referer: https://ecarstrade.com/cars/7009052)
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_003/780x0__r.jpg?hash=1774617529> (referer: https://ecarstrade.com/cars/7009022)
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_001/780x0__r.jpg?hash=1774617529> (referer: https://ecarstrade.com/cars/7009022)
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b2797c76-f2cf-5af9-ae85-24f514df0a2a
2026-03-27 15:15:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b2797c76-f2cf-5af9-ae85-24f514df0a2a, skipping ID generation
2026-03-27 15:15:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b2797c76-f2cf-5af9-ae85-24f514df0a2a with scrape type 1
2026-03-27 15:15:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b2797c76-f2cf-5af9-ae85-24f514df0a2a sending to next pipeline
2026-03-27 15:15:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b2797c76-f2cf-5af9-ae85-24f514df0a2a, identifier: 7009052auction111129
2026-03-27 15:15:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129
2026-03-27 15:15:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129
2026-03-27 15:15:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b2797c76-f2cf-5af9-ae85-24f514df0a2a with identifier: 7009052auction111129 to the API
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009052/photo_001/780x0__r.jpg?hash=1774617580>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b2797c76-f2cf-5af9-ae85-24f514df0a2a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009052',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 176855,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': None,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:53 [ecarstrade.be] INFO: Saving data for 7009052auction111129: {'created_time': 1774624553.016901, 'last_price_update_time': 1774624553.016912, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009052auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_002/780x0__r.jpg?hash=1774617529> (referer: https://ecarstrade.com/cars/7009022)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_005/780x0__r.jpg?hash=1774617685> (referer: https://ecarstrade.com/cars/7009109)
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_004/780x0__r.jpg?hash=1774617685> (referer: https://ecarstrade.com/cars/7009109)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_003/780x0__r.jpg?hash=1774617685> (referer: https://ecarstrade.com/cars/7009109)
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d
2026-03-27 15:15:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d, skipping ID generation
2026-03-27 15:15:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with scrape type 1
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d sending to next pipeline
2026-03-27 15:15:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d, identifier: 7009022auction111129
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129
2026-03-27 15:15:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129
2026-03-27 15:15:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 43f760bb-7e9d-5f1d-97ff-6c34e9a9418d with identifier: 7009022auction111129 to the API
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:53 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009022/photo_002/780x0__r.jpg?hash=1774617529>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '43f760bb-7e9d-5f1d-97ff-6c34e9a9418d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009022',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Hyundai',
'model': 'i30',
'odometer': 165981,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI i30 Sport Wagon / 2020 / 5P / Break 1.0 T-GDI 120 DCT-7 '
'MHEV CREATIVE SW',
'transmission': 'automatic',
'trim': 'HYUNDAI Sport Wagon / 2020 / 5P / Break 1.0 T-GDI 120 DCT-7 MHEV '
'CREATIVE SW',
'vin': None,
'year': 2023}
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:53 [ecarstrade.be] INFO: Saving data for 7009022auction111129: {'created_time': 1774624553.550124, 'last_price_update_time': 1774624553.550138, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009022auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_002/780x0__r.jpg?hash=1774617685> (referer: https://ecarstrade.com/cars/7009109)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_001/780x0__r.jpg?hash=1774617685> (referer: https://ecarstrade.com/cars/7009109)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009108> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009024> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009040> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_005/780x0__r.jpg?hash=1774617514> (referer: https://ecarstrade.com/cars/7009014)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_004/780x0__r.jpg?hash=1774617514> (referer: https://ecarstrade.com/cars/7009014)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_002/780x0__r.jpg?hash=1774617514> (referer: https://ecarstrade.com/cars/7009014)
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_001/780x0__r.jpg?hash=1774617514> (referer: https://ecarstrade.com/cars/7009014)
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff
2026-03-27 15:15:53 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff, skipping ID generation
2026-03-27 15:15:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with scrape type 1
2026-03-27 15:15:53 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff sending to next pipeline
2026-03-27 15:15:53 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff, identifier: 7009109auction111129
2026-03-27 15:15:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_003/780x0__r.jpg?hash=1774617514> (referer: https://ecarstrade.com/cars/7009014)
2026-03-27 15:15:53 [ecarstrade.be] INFO: Extracting details for car 7009108auction111129
2026-03-27 15:15:53 [ecarstrade.be] INFO: Extracting details for car 7009024auction111129
2026-03-27 15:15:53 [ecarstrade.be] INFO: Extracting details for car 7009040auction111129
2026-03-27 15:15:53 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129
2026-03-27 15:15:53 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129
2026-03-27 15:15:53 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4a7b863f-38b5-5116-bb7b-ebd0fa06fdff with identifier: 7009109auction111129 to the API
2026-03-27 15:15:53 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009109/photo_001/780x0__r.jpg?hash=1774617685>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4a7b863f-38b5-5116-bb7b-ebd0fa06fdff',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009109',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 136708,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Megane IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'IV Berline 5pt. Business 1.5 dCi 115CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [ecarstrade.be] INFO: Saving data for 7009109auction111129: {'created_time': 1774624555.142307, 'last_price_update_time': 1774624555.142318, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009109auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_005/780x0__r.jpg?hash=1774617614> (referer: https://ecarstrade.com/cars/7009073)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_004/780x0__r.jpg?hash=1774617614> (referer: https://ecarstrade.com/cars/7009073)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_002/780x0__r.jpg?hash=1774617614> (referer: https://ecarstrade.com/cars/7009073)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_003/780x0__r.jpg?hash=1774617614> (referer: https://ecarstrade.com/cars/7009073)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009107> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009103> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129
2026-03-27 15:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with scrape type 1
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009108%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617685%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_001/780x0__r.jpg?hash=1774617685 not downloaded yet
2026-03-27 15:15:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129
2026-03-27 15:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40606ca-a375-5280-a0f7-ad5d86957a5e with scrape type 1
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009024%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_001/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:15:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129
2026-03-27 15:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with scrape type 1
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009040%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_001/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a63dc528-dae7-5375-86af-f404f7ab9881
2026-03-27 15:15:55 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a63dc528-dae7-5375-86af-f404f7ab9881, skipping ID generation
2026-03-27 15:15:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a63dc528-dae7-5375-86af-f404f7ab9881 with scrape type 1
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a63dc528-dae7-5375-86af-f404f7ab9881 sending to next pipeline
2026-03-27 15:15:55 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a63dc528-dae7-5375-86af-f404f7ab9881, identifier: 7009014auction111129
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_001/780x0__r.jpg?hash=1774617615> (referer: https://ecarstrade.com/cars/7009073)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_004/780x0__r.jpg?hash=1774617665> (referer: https://ecarstrade.com/cars/7009095)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_002/780x0__r.jpg?hash=1774617665> (referer: https://ecarstrade.com/cars/7009095)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_005/780x0__r.jpg?hash=1774617665> (referer: https://ecarstrade.com/cars/7009095)
2026-03-27 15:15:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_003/780x0__r.jpg?hash=1774617665> (referer: https://ecarstrade.com/cars/7009095)
2026-03-27 15:15:55 [ecarstrade.be] INFO: Extracting details for car 7009107auction111129
2026-03-27 15:15:55 [ecarstrade.be] INFO: Extracting details for car 7009103auction111129
2026-03-27 15:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:55 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129
2026-03-27 15:15:55 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129
2026-03-27 15:15:55 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a63dc528-dae7-5375-86af-f404f7ab9881 with identifier: 7009014auction111129 to the API
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:55 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009014/photo_003/780x0__r.jpg?hash=1774617514>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'a63dc528-dae7-5375-86af-f404f7ab9881',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009014',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 150055,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'C4 Grand Picasso/Spacetourer Business + 1.5 BlueHDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'C4 Grand Picasso/Spacetourer Business + 1.5 BlueHDi 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [ecarstrade.be] INFO: Saving data for 7009014auction111129: {'created_time': 1774624555.919585, 'last_price_update_time': 1774624555.919599, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009014auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009108%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617683%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_002/780x0__r.jpg?hash=1774617683 not downloaded yet
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009024%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617533%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_002/780x0__r.jpg?hash=1774617533 not downloaded yet
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009040%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:15:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_002/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129
2026-03-27 15:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 952e9b66-1427-5ac9-94ea-c8557dca8e12 with scrape type 1
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009107%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617682%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_001/780x0__r.jpg?hash=1774617682 not downloaded yet
2026-03-27 15:15:56 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129
2026-03-27 15:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d674205-e3b7-5b7d-8227-f3eb35a00491 with scrape type 1
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009103%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617675%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_001/780x0__r.jpg?hash=1774617675 not downloaded yet
2026-03-27 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_002/780x0__r.jpg?hash=1774617629> (referer: https://ecarstrade.com/cars/7009078)
2026-03-27 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_004/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009078)
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009108%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617683%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_003/780x0__r.jpg?hash=1774617683 not downloaded yet
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009024%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617531%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_003/780x0__r.jpg?hash=1774617531 not downloaded yet
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009040%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617562%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_003/780x0__r.jpg?hash=1774617562 not downloaded yet
2026-03-27 15:15:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_001/780x0__r.jpg?hash=1774617665> (referer: https://ecarstrade.com/cars/7009095)
2026-03-27 15:15:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_003/780x0__r.jpg?hash=1774617629> (referer: https://ecarstrade.com/cars/7009078)
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009107%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617682%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_002/780x0__r.jpg?hash=1774617682 not downloaded yet
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009103%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617675%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_002/780x0__r.jpg?hash=1774617675 not downloaded yet
2026-03-27 15:15:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:56 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c80192f3-97ba-5f00-835f-aa1ad35363ef
2026-03-27 15:15:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c80192f3-97ba-5f00-835f-aa1ad35363ef, skipping ID generation
2026-03-27 15:15:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c80192f3-97ba-5f00-835f-aa1ad35363ef with scrape type 1
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c80192f3-97ba-5f00-835f-aa1ad35363ef sending to next pipeline
2026-03-27 15:15:56 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c80192f3-97ba-5f00-835f-aa1ad35363ef, identifier: 7009073auction111129
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009108%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617683%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_004/780x0__r.jpg?hash=1774617683 not downloaded yet
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009024%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617532%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_004/780x0__r.jpg?hash=1774617532 not downloaded yet
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009040%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617563%27 HTTP/1.1" 200 None
2026-03-27 15:15:56 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_004/780x0__r.jpg?hash=1774617563 not downloaded yet
2026-03-27 15:15:56 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129
2026-03-27 15:15:56 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129
2026-03-27 15:15:56 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c80192f3-97ba-5f00-835f-aa1ad35363ef with identifier: 7009073auction111129 to the API
2026-03-27 15:15:56 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009073/photo_001/780x0__r.jpg?hash=1774617615>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c80192f3-97ba-5f00-835f-aa1ad35363ef',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009073',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 134696,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-01-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [ecarstrade.be] INFO: Saving data for 7009073auction111129: {'created_time': 1774624557.194134, 'last_price_update_time': 1774624557.194144, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009073auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009107%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617683%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_003/780x0__r.jpg?hash=1774617683 not downloaded yet
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009103%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617675%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_003/780x0__r.jpg?hash=1774617675 not downloaded yet
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009108%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617683%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_005/780x0__r.jpg?hash=1774617683 not downloaded yet
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009024%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617531%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_005/780x0__r.jpg?hash=1774617531 not downloaded yet
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009040%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617563%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_005/780x0__r.jpg?hash=1774617563 not downloaded yet
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9787ccbc-7567-5af0-bb23-3f322e66b060
2026-03-27 15:15:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9787ccbc-7567-5af0-bb23-3f322e66b060, skipping ID generation
2026-03-27 15:15:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9787ccbc-7567-5af0-bb23-3f322e66b060 with scrape type 1
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9787ccbc-7567-5af0-bb23-3f322e66b060 sending to next pipeline
2026-03-27 15:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9787ccbc-7567-5af0-bb23-3f322e66b060, identifier: 7009095auction111129
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c610ab21-fadb-5f21-b244-34630f741e33
2026-03-27 15:15:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c610ab21-fadb-5f21-b244-34630f741e33, skipping ID generation
2026-03-27 15:15:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c610ab21-fadb-5f21-b244-34630f741e33 with scrape type 1
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c610ab21-fadb-5f21-b244-34630f741e33 sending to next pipeline
2026-03-27 15:15:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c610ab21-fadb-5f21-b244-34630f741e33, identifier: 7009078auction111129
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009107%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617682%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_004/780x0__r.jpg?hash=1774617682 not downloaded yet
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009103%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617676%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_004/780x0__r.jpg?hash=1774617676 not downloaded yet
2026-03-27 15:15:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129
2026-03-27 15:15:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129
2026-03-27 15:15:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9787ccbc-7567-5af0-bb23-3f322e66b060 with identifier: 7009095auction111129 to the API
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009095/photo_001/780x0__r.jpg?hash=1774617665>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '9787ccbc-7567-5af0-bb23-3f322e66b060',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009095',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '508',
'odometer': 162401,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 508 SW / 2018 / 5P / Break HYBRID 225 E-EAT8 ALLURE '
'BUSINESS',
'transmission': 'automatic',
'trim': 'PEUGEOT SW / 2018 / 5P / Break HYBRID 225 E-EAT8 ALLURE BUSINESS',
'vin': None,
'year': 2020}
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:57 [ecarstrade.be] INFO: Saving data for 7009095auction111129: {'created_time': 1774624557.834225, 'last_price_update_time': 1774624557.834237, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009095auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129
2026-03-27 15:15:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129
2026-03-27 15:15:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c610ab21-fadb-5f21-b244-34630f741e33 with identifier: 7009078auction111129 to the API
2026-03-27 15:15:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:15:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009078/photo_003/780x0__r.jpg?hash=1774617629>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'c610ab21-fadb-5f21-b244-34630f741e33',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009078',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 193921,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Active Pack 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Active Pack 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [ecarstrade.be] INFO: Saving data for 7009078auction111129: {'created_time': 1774624558.184899, 'last_price_update_time': 1774624558.18491, 'auction_closing_time': 1774878000.0}
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009078auction111129') HTTP/1.1" 204 0
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009108%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617683%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_006/780x0__r.jpg?hash=1774617683 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009024%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617532%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_006/780x0__r.jpg?hash=1774617532 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009040%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617563%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_006/780x0__r.jpg?hash=1774617563 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009107%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617682%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_005/780x0__r.jpg?hash=1774617682 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009103%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617675%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_005/780x0__r.jpg?hash=1774617675 not downloaded yet
2026-03-27 15:15:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009016> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:15:58 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009107%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617682%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_006/780x0__r.jpg?hash=1774617682 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009103%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617675%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_006/780x0__r.jpg?hash=1774617675 not downloaded yet
2026-03-27 15:15:58 [ecarstrade.be] INFO: Extracting details for car 7009016auction111129
2026-03-27 15:15:58 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129
2026-03-27 15:15:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with scrape type 1
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009016%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617521%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_001/780x0__r.jpg?hash=1774617521 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009016%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617522%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_002/780x0__r.jpg?hash=1774617522 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009016%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617528%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_003/780x0__r.jpg?hash=1774617528 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009016%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617521%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_004/780x0__r.jpg?hash=1774617521 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009016%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617521%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_005/780x0__r.jpg?hash=1774617521 not downloaded yet
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:15:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009016%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617521%27 HTTP/1.1" 200 None
2026-03-27 15:15:58 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_006/780x0__r.jpg?hash=1774617521 not downloaded yet
2026-03-27 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009047auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009047auction111129: 1
2026-03-27 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009142> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009065> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009053auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009053auction111129: 1
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009079auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009079auction111129: 1
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009110auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009110auction111129: 1
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009112auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009112auction111129: 1
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009113auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009113auction111129: 1
2026-03-27 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_006/780x0__r.jpg?hash=1774617723> (referer: https://ecarstrade.com/cars/7009133)
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009115auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009115auction111129: 1
2026-03-27 15:16:04 [ecarstrade.be] INFO: Extracting details for car 7009142auction111129
2026-03-27 15:16:04 [ecarstrade.be] INFO: Extracting details for car 7009065auction111129
2026-03-27 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_005/780x0__r.jpg?hash=1774617723> (referer: https://ecarstrade.com/cars/7009133)
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009061auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009061auction111129: 1
2026-03-27 15:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129
2026-03-27 15:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f150ca6d-30b4-58d3-b1bf-2210306881a0 with scrape type 1
2026-03-27 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009142%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617734%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_001/780x0__r.jpg?hash=1774617734 not downloaded yet
2026-03-27 15:16:04 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129
2026-03-27 15:16:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with scrape type 1
2026-03-27 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009065%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617603%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_001/780x0__r.jpg?hash=1774617603 not downloaded yet
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009060auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009060auction111129: 1
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009142%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617734%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_002/780x0__r.jpg?hash=1774617734 not downloaded yet
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009065%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617603%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_002/780x0__r.jpg?hash=1774617603 not downloaded yet
2026-03-27 15:16:04 [ecarstrade.be] INFO: Found listing with ID: 7009080auction111129
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:04 [ecarstrade.be] INFO: Scrape type for 7009080auction111129: 1
2026-03-27 15:16:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_002/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009040)
2026-03-27 15:16:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009142%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617734%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_003/780x0__r.jpg?hash=1774617734 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009065%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617603%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_003/780x0__r.jpg?hash=1774617603 not downloaded yet
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_002/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009024)
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009145auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009145auction111129: 1
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009142%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617734%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_004/780x0__r.jpg?hash=1774617734 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009065%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617603%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_004/780x0__r.jpg?hash=1774617603 not downloaded yet
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009063auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009063auction111129: 1
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009142%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617733%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_005/780x0__r.jpg?hash=1774617733 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009065%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617603%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_005/780x0__r.jpg?hash=1774617603 not downloaded yet
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_001/780x0__r.jpg?hash=1774617675> (referer: https://ecarstrade.com/cars/7009103)
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009104auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009104auction111129: 1
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009142%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617733%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_006/780x0__r.jpg?hash=1774617733 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009065%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617603%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_006/780x0__r.jpg?hash=1774617603 not downloaded yet
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_001/780x0__r.jpg?hash=1774617682> (referer: https://ecarstrade.com/cars/7009107)
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009015auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009015auction111129: 1
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009056auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009056auction111129: 1
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009106auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009106auction111129: 1
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009021auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009021auction111129: 1
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_005/780x0__r.jpg?hash=1774617675> (referer: https://ecarstrade.com/cars/7009103)
2026-03-27 15:16:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009105auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009105auction111129: 1
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009012auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009012auction111129: 1
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_006/780x0__r.jpg?hash=1774617521> (referer: https://ecarstrade.com/cars/7009016)
2026-03-27 15:16:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:16:05 [ecarstrade.be] INFO: Found listing with ID: 7009083auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [ecarstrade.be] INFO: Scrape type for 7009083auction111129: 1
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009144> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009051> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7009144auction111129
2026-03-27 15:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129
2026-03-27 15:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76407737-59b1-5468-b011-db74d7b03812 with scrape type 1
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009144%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617737%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_001/780x0__r.jpg?hash=1774617737 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009144%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617737%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_002/780x0__r.jpg?hash=1774617737 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009144%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617737%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_003/780x0__r.jpg?hash=1774617737 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009144%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617737%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_004/780x0__r.jpg?hash=1774617737 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009144%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617737%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_005/780x0__r.jpg?hash=1774617737 not downloaded yet
2026-03-27 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7009051auction111129
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009144%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617737%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_006/780x0__r.jpg?hash=1774617737 not downloaded yet
2026-03-27 15:16:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129
2026-03-27 15:16:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e093a4-1df2-51ba-acc4-d18afcb24051 with scrape type 1
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009051%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617578%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_001/780x0__r.jpg?hash=1774617578 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009051%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617578%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_002/780x0__r.jpg?hash=1774617578 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009051%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617578%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_003/780x0__r.jpg?hash=1774617578 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009051%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617578%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_004/780x0__r.jpg?hash=1774617578 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009051%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617578%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_005/780x0__r.jpg?hash=1774617578 not downloaded yet
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009051%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617578%27 HTTP/1.1" 200 None
2026-03-27 15:16:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_006/780x0__r.jpg?hash=1774617578 not downloaded yet
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009099> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_002/780x0__r.jpg?hash=1774617603> (referer: https://ecarstrade.com/cars/7009065)
2026-03-27 15:16:05 [ecarstrade.be] INFO: Extracting details for car 7009099auction111129
2026-03-27 15:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129
2026-03-27 15:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63db10ba-17fa-5db5-8c53-a345cd60c174 with scrape type 1
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009099%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617670%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_001/780x0__r.jpg?hash=1774617670 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009099%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617670%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_002/780x0__r.jpg?hash=1774617670 not downloaded yet
2026-03-27 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_003/780x0__r.jpg?hash=1774617603> (referer: https://ecarstrade.com/cars/7009065)
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009099%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_003/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009099%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_004/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009099%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_005/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009099%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617670%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_006/780x0__r.jpg?hash=1774617670 not downloaded yet
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009041> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009057> (referer: https://ecarstrade.com/search/page139?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_006/780x0__r.jpg?hash=1774617603> (referer: https://ecarstrade.com/cars/7009065)
2026-03-27 15:16:06 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:06 [ecarstrade.be] INFO: Extracting details for car 7009041auction111129
2026-03-27 15:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129
2026-03-27 15:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with scrape type 1
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009041%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617564%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_001/780x0__r.jpg?hash=1774617564 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009041%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617564%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_002/780x0__r.jpg?hash=1774617564 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009041%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617564%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_003/780x0__r.jpg?hash=1774617564 not downloaded yet
2026-03-27 15:16:06 [ecarstrade.be] INFO: Extracting details for car 7009057auction111129
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009041%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617564%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_004/780x0__r.jpg?hash=1774617564 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009041%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617564%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_005/780x0__r.jpg?hash=1774617564 not downloaded yet
2026-03-27 15:16:06 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129
2026-03-27 15:16:06 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca952f57-f631-5002-ac35-00408efd87b7 with scrape type 1
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009057%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_001/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009041%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617564%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_006/780x0__r.jpg?hash=1774617564 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009057%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_002/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009057%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617590%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_003/780x0__r.jpg?hash=1774617590 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009057%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617590%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_004/780x0__r.jpg?hash=1774617590 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009057%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617590%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_005/780x0__r.jpg?hash=1774617590 not downloaded yet
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009057%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617590%27 HTTP/1.1" 200 None
2026-03-27 15:16:06 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_006/780x0__r.jpg?hash=1774617590 not downloaded yet
2026-03-27 15:16:07 [scrapy.extensions.logstats] INFO: Crawled 895 pages (at 31 pages/min), scraped 733 items (at 30 items/min)
2026-03-27 15:16:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009097> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:11 [ecarstrade.be] INFO: Extracting details for car 7009097auction111129
2026-03-27 15:16:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129
2026-03-27 15:16:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with scrape type 1
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009097%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617668%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_001/780x0__r.jpg?hash=1774617668 not downloaded yet
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009097%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617668%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_002/780x0__r.jpg?hash=1774617668 not downloaded yet
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009097%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617668%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_003/780x0__r.jpg?hash=1774617668 not downloaded yet
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009097%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617668%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_004/780x0__r.jpg?hash=1774617668 not downloaded yet
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009097%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617668%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_005/780x0__r.jpg?hash=1774617668 not downloaded yet
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009097%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617668%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_006/780x0__r.jpg?hash=1774617668 not downloaded yet
2026-03-27 15:16:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:11 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:16:11 [ecarstrade.be] INFO: Found listing with ID: 7009050auction111129
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [ecarstrade.be] INFO: Scrape type for 7009050auction111129: 0
2026-03-27 15:16:11 [ecarstrade.be] INFO: Found listing with ID: 7009072auction111129
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [ecarstrade.be] INFO: Scrape type for 7009072auction111129: 0
2026-03-27 15:16:11 [ecarstrade.be] INFO: Found listing with ID: 7009078auction111129
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:11 [ecarstrade.be] INFO: Scrape type for 7009078auction111129: 0
2026-03-27 15:16:11 [ecarstrade.be] INFO: Found listing with ID: 7009146auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009146auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009023auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009023auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009131auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009131auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009066auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009066auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009088auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009088auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009082auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009082auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009091auction111129
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009118auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009118auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009020auction111129
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009113> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009100auction111129
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009147auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009147auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009049auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009049auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009071auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009071auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009097auction111129
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009099auction111129
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009108auction111129
2026-03-27 15:16:12 [ecarstrade.be] INFO: Found listing with ID: 7009111auction111129
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [ecarstrade.be] INFO: Scrape type for 7009111auction111129: 0
2026-03-27 15:16:12 [ecarstrade.be] INFO: Extracting details for car 7009113auction111129
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_006/780x0__r.jpg?hash=1774617578> (referer: https://ecarstrade.com/cars/7009051)
2026-03-27 15:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129
2026-03-27 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12fd8c42-f36c-55fe-a253-1992b87e3448 with scrape type 1
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009113%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617691%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_001/780x0__r.jpg?hash=1774617691 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009113%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617691%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_002/780x0__r.jpg?hash=1774617691 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009113%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617692%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_003/780x0__r.jpg?hash=1774617692 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009113%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617692%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_004/780x0__r.jpg?hash=1774617692 not downloaded yet
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_005/780x0__r.jpg?hash=1774617578> (referer: https://ecarstrade.com/cars/7009051)
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009113%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617692%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_005/780x0__r.jpg?hash=1774617692 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009113%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617692%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_006/780x0__r.jpg?hash=1774617692 not downloaded yet
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_002/780x0__r.jpg?hash=1774617670> (referer: https://ecarstrade.com/cars/7009099)
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_006/780x0__r.jpg?hash=1774617670> (referer: https://ecarstrade.com/cars/7009099)
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009063> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_004/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009099)
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_005/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009099)
2026-03-27 15:16:12 [ecarstrade.be] INFO: Extracting details for car 7009063auction111129
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009047> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129
2026-03-27 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66ccd31-489e-5fa7-81a8-b23e311e5127 with scrape type 1
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009063%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617601%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_001/780x0__r.jpg?hash=1774617601 not downloaded yet
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_006/780x0__r.jpg?hash=1774617590> (referer: https://ecarstrade.com/cars/7009057)
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009063%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617602%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_002/780x0__r.jpg?hash=1774617602 not downloaded yet
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_006/780x0__r.jpg?hash=1774617668> (referer: https://ecarstrade.com/cars/7009097)
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009063%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617602%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_003/780x0__r.jpg?hash=1774617602 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009063%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617602%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_004/780x0__r.jpg?hash=1774617602 not downloaded yet
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009063%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617602%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_005/780x0__r.jpg?hash=1774617602 not downloaded yet
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009063%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617602%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_006/780x0__r.jpg?hash=1774617602 not downloaded yet
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_004/780x0__r.jpg?hash=1774617692> (referer: https://ecarstrade.com/cars/7009113)
2026-03-27 15:16:12 [ecarstrade.be] INFO: Extracting details for car 7009047auction111129
2026-03-27 15:16:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129
2026-03-27 15:16:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3c7a238-c28e-5018-8dda-24900d803004 with scrape type 1
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009047%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617574%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_001/780x0__r.jpg?hash=1774617574 not downloaded yet
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_005/780x0__r.jpg?hash=1774617668> (referer: https://ecarstrade.com/cars/7009097)
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009047%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617574%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_002/780x0__r.jpg?hash=1774617574 not downloaded yet
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_006/780x0__r.jpg?hash=1774617692> (referer: https://ecarstrade.com/cars/7009113)
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009047%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617574%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_003/780x0__r.jpg?hash=1774617574 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009047%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617574%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_004/780x0__r.jpg?hash=1774617574 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009047%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617574%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_005/780x0__r.jpg?hash=1774617574 not downloaded yet
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009047%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617574%27 HTTP/1.1" 200 None
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_006/780x0__r.jpg?hash=1774617574 not downloaded yet
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_003/780x0__r.jpg?hash=1774617692> (referer: https://ecarstrade.com/cars/7009113)
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_005/780x0__r.jpg?hash=1774617692> (referer: https://ecarstrade.com/cars/7009113)
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_001/780x0__r.jpg?hash=1774617691> (referer: https://ecarstrade.com/cars/7009113)
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_002/780x0__r.jpg?hash=1774617691> (referer: https://ecarstrade.com/cars/7009113)
2026-03-27 15:16:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_001/780x0__r.jpg?hash=1774617601> (referer: https://ecarstrade.com/cars/7009063)
2026-03-27 15:16:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_004/780x0__r.jpg?hash=1774617668> (referer: https://ecarstrade.com/cars/7009097)
2026-03-27 15:16:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_006/780x0__r.jpg?hash=1774617602> (referer: https://ecarstrade.com/cars/7009063)
2026-03-27 15:16:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 12fd8c42-f36c-55fe-a253-1992b87e3448
2026-03-27 15:16:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 12fd8c42-f36c-55fe-a253-1992b87e3448, skipping ID generation
2026-03-27 15:16:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 12fd8c42-f36c-55fe-a253-1992b87e3448 with scrape type 1
2026-03-27 15:16:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 12fd8c42-f36c-55fe-a253-1992b87e3448 sending to next pipeline
2026-03-27 15:16:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 12fd8c42-f36c-55fe-a253-1992b87e3448, identifier: 7009113auction111129
2026-03-27 15:16:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129
2026-03-27 15:16:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129
2026-03-27 15:16:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 12fd8c42-f36c-55fe-a253-1992b87e3448 with identifier: 7009113auction111129 to the API
2026-03-27 15:16:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009113/photo_002/780x0__r.jpg?hash=1774617691>
{'auction_title': '',
'c_o_2_emission_value': 123,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '12fd8c42-f36c-55fe-a253-1992b87e3448',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009113',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 171034,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Megane IV Estate Business 1.5 dCi 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'IV Estate Business 1.5 dCi 115CV BVA7 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:13 [ecarstrade.be] INFO: Saving data for 7009113auction111129: {'created_time': 1774624573.828406, 'last_price_update_time': 1774624573.828417, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009113auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_001/780x0__r.jpg?hash=1774617574> (referer: https://ecarstrade.com/cars/7009047)
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_002/780x0__r.jpg?hash=1774617602> (referer: https://ecarstrade.com/cars/7009063)
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009115> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009105> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_004/780x0__r.jpg?hash=1774617574> (referer: https://ecarstrade.com/cars/7009047)
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_006/780x0__r.jpg?hash=1774617574> (referer: https://ecarstrade.com/cars/7009047)
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_002/780x0__r.jpg?hash=1774617574> (referer: https://ecarstrade.com/cars/7009047)
2026-03-27 15:16:14 [ecarstrade.be] INFO: Extracting details for car 7009115auction111129
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_005/780x0__r.jpg?hash=1774617574> (referer: https://ecarstrade.com/cars/7009047)
2026-03-27 15:16:14 [ecarstrade.be] INFO: Extracting details for car 7009105auction111129
2026-03-27 15:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129
2026-03-27 15:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a57704f-dc36-5a34-86b4-6316b64ef8bb with scrape type 1
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009115%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617695%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_001/780x0__r.jpg?hash=1774617695 not downloaded yet
2026-03-27 15:16:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129
2026-03-27 15:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf2a15d-694c-5349-88a7-2a6b94a26408 with scrape type 1
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009105%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617679%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_001/780x0__r.jpg?hash=1774617679 not downloaded yet
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_003/780x0__r.jpg?hash=1774617574> (referer: https://ecarstrade.com/cars/7009047)
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_005/780x0__r.jpg?hash=1774617602> (referer: https://ecarstrade.com/cars/7009063)
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009115%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617695%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_002/780x0__r.jpg?hash=1774617695 not downloaded yet
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009105%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617679%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_002/780x0__r.jpg?hash=1774617679 not downloaded yet
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_004/780x0__r.jpg?hash=1774617602> (referer: https://ecarstrade.com/cars/7009063)
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009115%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617695%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_003/780x0__r.jpg?hash=1774617695 not downloaded yet
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009105%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617679%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_003/780x0__r.jpg?hash=1774617679 not downloaded yet
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009115%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617695%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_004/780x0__r.jpg?hash=1774617695 not downloaded yet
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009105%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617679%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_004/780x0__r.jpg?hash=1774617679 not downloaded yet
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_003/780x0__r.jpg?hash=1774617602> (referer: https://ecarstrade.com/cars/7009063)
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009115%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617696%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_005/780x0__r.jpg?hash=1774617696 not downloaded yet
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009105%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617679%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_005/780x0__r.jpg?hash=1774617679 not downloaded yet
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_003/780x0__r.jpg?hash=1774617668> (referer: https://ecarstrade.com/cars/7009097)
2026-03-27 15:16:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_002/780x0__r.jpg?hash=1774617668> (referer: https://ecarstrade.com/cars/7009097)
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009115%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617695%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_006/780x0__r.jpg?hash=1774617695 not downloaded yet
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009105%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617679%27 HTTP/1.1" 200 None
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_006/780x0__r.jpg?hash=1774617679 not downloaded yet
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a3c7a238-c28e-5018-8dda-24900d803004
2026-03-27 15:16:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a3c7a238-c28e-5018-8dda-24900d803004, skipping ID generation
2026-03-27 15:16:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a3c7a238-c28e-5018-8dda-24900d803004 with scrape type 1
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a3c7a238-c28e-5018-8dda-24900d803004 sending to next pipeline
2026-03-27 15:16:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a3c7a238-c28e-5018-8dda-24900d803004, identifier: 7009047auction111129
2026-03-27 15:16:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129
2026-03-27 15:16:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129
2026-03-27 15:16:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a3c7a238-c28e-5018-8dda-24900d803004 with identifier: 7009047auction111129 to the API
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009047/photo_003/780x0__r.jpg?hash=1774617574>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'a3c7a238-c28e-5018-8dda-24900d803004',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009047',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 154753,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:15 [ecarstrade.be] INFO: Saving data for 7009047auction111129: {'created_time': 1774624574.99989, 'last_price_update_time': 1774624574.999901, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009047auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_005/780x0__r.jpg?hash=1774617590> (referer: https://ecarstrade.com/cars/7009057)
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_003/780x0__r.jpg?hash=1774617590> (referer: https://ecarstrade.com/cars/7009057)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_004/780x0__r.jpg?hash=1774617590> (referer: https://ecarstrade.com/cars/7009057)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_001/780x0__r.jpg?hash=1774617668> (referer: https://ecarstrade.com/cars/7009097)
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b66ccd31-489e-5fa7-81a8-b23e311e5127
2026-03-27 15:16:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b66ccd31-489e-5fa7-81a8-b23e311e5127, skipping ID generation
2026-03-27 15:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b66ccd31-489e-5fa7-81a8-b23e311e5127 with scrape type 1
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b66ccd31-489e-5fa7-81a8-b23e311e5127 sending to next pipeline
2026-03-27 15:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b66ccd31-489e-5fa7-81a8-b23e311e5127, identifier: 7009063auction111129
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129
2026-03-27 15:16:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129
2026-03-27 15:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b66ccd31-489e-5fa7-81a8-b23e311e5127 with identifier: 7009063auction111129 to the API
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009063/photo_003/780x0__r.jpg?hash=1774617602>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b66ccd31-489e-5fa7-81a8-b23e311e5127',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009063',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '208',
'odometer': 139839,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': '208 Active Pack 1.5 HDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.5 HDi 100CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:15 [ecarstrade.be] INFO: Saving data for 7009063auction111129: {'created_time': 1774624575.44055, 'last_price_update_time': 1774624575.440561, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009063auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_002/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009057)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_001/780x0__r.jpg?hash=1774617679> (referer: https://ecarstrade.com/cars/7009105)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_006/780x0__r.jpg?hash=1774617564> (referer: https://ecarstrade.com/cars/7009041)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_001/780x0__r.jpg?hash=1774617695> (referer: https://ecarstrade.com/cars/7009115)
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1bb6c4d4-c78e-55b6-a428-23fb090f1360
2026-03-27 15:16:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1bb6c4d4-c78e-55b6-a428-23fb090f1360, skipping ID generation
2026-03-27 15:16:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with scrape type 1
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1bb6c4d4-c78e-55b6-a428-23fb090f1360 sending to next pipeline
2026-03-27 15:16:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1bb6c4d4-c78e-55b6-a428-23fb090f1360, identifier: 7009097auction111129
2026-03-27 15:16:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129
2026-03-27 15:16:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129
2026-03-27 15:16:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1bb6c4d4-c78e-55b6-a428-23fb090f1360 with identifier: 7009097auction111129 to the API
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009097/photo_001/780x0__r.jpg?hash=1774617668>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '1bb6c4d4-c78e-55b6-a428-23fb090f1360',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009097',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': 'Rifter',
'odometer': 167776,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-03-01',
'seats_number': 5,
'seller_name': None,
'title': 'Rifter Allure L1 1.5 HDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Allure L1 1.5 HDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009097auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:15 [ecarstrade.be] INFO: Saving data for 7009097auction111129: {'created_time': 1774624575.900104, 'last_price_update_time': 1774624575.900116, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009097auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_004/780x0__r.jpg?hash=1774617679> (referer: https://ecarstrade.com/cars/7009105)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_005/780x0__r.jpg?hash=1774617696> (referer: https://ecarstrade.com/cars/7009115)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_005/780x0__r.jpg?hash=1774617679> (referer: https://ecarstrade.com/cars/7009105)
2026-03-27 15:16:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_002/780x0__r.jpg?hash=1774617679> (referer: https://ecarstrade.com/cars/7009105)
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_006/780x0__r.jpg?hash=1774617695> (referer: https://ecarstrade.com/cars/7009115)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_006/780x0__r.jpg?hash=1774617679> (referer: https://ecarstrade.com/cars/7009105)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_003/780x0__r.jpg?hash=1774617679> (referer: https://ecarstrade.com/cars/7009105)
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_003/780x0__r.jpg?hash=1774617695> (referer: https://ecarstrade.com/cars/7009115)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_004/780x0__r.jpg?hash=1774617695> (referer: https://ecarstrade.com/cars/7009115)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_001/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009057)
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_002/780x0__r.jpg?hash=1774617695> (referer: https://ecarstrade.com/cars/7009115)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_004/780x0__r.jpg?hash=1774617564> (referer: https://ecarstrade.com/cars/7009041)
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item cdf2a15d-694c-5349-88a7-2a6b94a26408
2026-03-27 15:16:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: cdf2a15d-694c-5349-88a7-2a6b94a26408, skipping ID generation
2026-03-27 15:16:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item cdf2a15d-694c-5349-88a7-2a6b94a26408 with scrape type 1
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item cdf2a15d-694c-5349-88a7-2a6b94a26408 sending to next pipeline
2026-03-27 15:16:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: cdf2a15d-694c-5349-88a7-2a6b94a26408, identifier: 7009105auction111129
2026-03-27 15:16:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129
2026-03-27 15:16:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129
2026-03-27 15:16:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: cdf2a15d-694c-5349-88a7-2a6b94a26408 with identifier: 7009105auction111129 to the API
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009105/photo_003/780x0__r.jpg?hash=1774617679>
{'auction_title': '',
'c_o_2_emission_value': 104,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'cdf2a15d-694c-5349-88a7-2a6b94a26408',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009105',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 147779,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio IV Business 1.5 dCi 90CV BVM5 E6',
'transmission': 'manual',
'trim': 'IV Business 1.5 dCi 90CV BVM5 E6',
'vin': None,
'year': 2018}
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:16 [ecarstrade.be] INFO: Saving data for 7009105auction111129: {'created_time': 1774624576.582886, 'last_price_update_time': 1774624576.582896, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009105auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_005/780x0__r.jpg?hash=1774617564> (referer: https://ecarstrade.com/cars/7009041)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_003/780x0__r.jpg?hash=1774617564> (referer: https://ecarstrade.com/cars/7009041)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_001/780x0__r.jpg?hash=1774617564> (referer: https://ecarstrade.com/cars/7009041)
2026-03-27 15:16:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_002/780x0__r.jpg?hash=1774617564> (referer: https://ecarstrade.com/cars/7009041)
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ca952f57-f631-5002-ac35-00408efd87b7
2026-03-27 15:16:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ca952f57-f631-5002-ac35-00408efd87b7, skipping ID generation
2026-03-27 15:16:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ca952f57-f631-5002-ac35-00408efd87b7 with scrape type 1
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ca952f57-f631-5002-ac35-00408efd87b7 sending to next pipeline
2026-03-27 15:16:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ca952f57-f631-5002-ac35-00408efd87b7, identifier: 7009057auction111129
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0a57704f-dc36-5a34-86b4-6316b64ef8bb
2026-03-27 15:16:16 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0a57704f-dc36-5a34-86b4-6316b64ef8bb, skipping ID generation
2026-03-27 15:16:16 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0a57704f-dc36-5a34-86b4-6316b64ef8bb with scrape type 1
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0a57704f-dc36-5a34-86b4-6316b64ef8bb sending to next pipeline
2026-03-27 15:16:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0a57704f-dc36-5a34-86b4-6316b64ef8bb, identifier: 7009115auction111129
2026-03-27 15:16:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129
2026-03-27 15:16:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129
2026-03-27 15:16:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ca952f57-f631-5002-ac35-00408efd87b7 with identifier: 7009057auction111129 to the API
2026-03-27 15:16:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009057/photo_001/780x0__r.jpg?hash=1774617589>
{'auction_title': '',
'c_o_2_emission_value': 128,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ca952f57-f631-5002-ac35-00408efd87b7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009057',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 165440,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-10-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:17 [ecarstrade.be] INFO: Saving data for 7009057auction111129: {'created_time': 1774624577.228983, 'last_price_update_time': 1774624577.228996, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009057auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129
2026-03-27 15:16:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129
2026-03-27 15:16:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0a57704f-dc36-5a34-86b4-6316b64ef8bb with identifier: 7009115auction111129 to the API
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009115/photo_002/780x0__r.jpg?hash=1774617695>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '0a57704f-dc36-5a34-86b4-6316b64ef8bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009115',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Megane',
'odometer': 178043,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Megane IV Estate Evolution 1.5 dCi 115CV BVM6 E6d',
'transmission': 'manual',
'trim': 'IV Estate Evolution 1.5 dCi 115CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:17 [ecarstrade.be] INFO: Saving data for 7009115auction111129: {'created_time': 1774624577.578159, 'last_price_update_time': 1774624577.57817, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009115auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_003/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009099)
2026-03-27 15:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_003/780x0__r.jpg?hash=1774617578> (referer: https://ecarstrade.com/cars/7009051)
2026-03-27 15:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_004/780x0__r.jpg?hash=1774617578> (referer: https://ecarstrade.com/cars/7009051)
2026-03-27 15:16:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9c588fe7-9e30-539c-bdfd-3e8b1791c022
2026-03-27 15:16:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c588fe7-9e30-539c-bdfd-3e8b1791c022, skipping ID generation
2026-03-27 15:16:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with scrape type 1
2026-03-27 15:16:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c588fe7-9e30-539c-bdfd-3e8b1791c022 sending to next pipeline
2026-03-27 15:16:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c588fe7-9e30-539c-bdfd-3e8b1791c022, identifier: 7009041auction111129
2026-03-27 15:16:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_001/780x0__r.jpg?hash=1774617670> (referer: https://ecarstrade.com/cars/7009099)
2026-03-27 15:16:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129
2026-03-27 15:16:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129
2026-03-27 15:16:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c588fe7-9e30-539c-bdfd-3e8b1791c022 with identifier: 7009041auction111129 to the API
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009041/photo_002/780x0__r.jpg?hash=1774617564>
{'auction_title': '',
'c_o_2_emission_value': 105,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '9c588fe7-9e30-539c-bdfd-3e8b1791c022',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009041',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 177927,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai / 2017 / 5P / Crossover 1.5 DCI 115 Tekna',
'transmission': 'manual',
'trim': 'NISSAN / 2017 / 5P / Crossover 1.5 DCI 115 Tekna',
'vin': None,
'year': 2019}
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:18 [ecarstrade.be] INFO: Saving data for 7009041auction111129: {'created_time': 1774624578.012183, 'last_price_update_time': 1774624578.012196, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009041auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_006/780x0__r.jpg?hash=1774617737> (referer: https://ecarstrade.com/cars/7009144)
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_001/780x0__r.jpg?hash=1774617578> (referer: https://ecarstrade.com/cars/7009051)
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_002/780x0__r.jpg?hash=1774617578> (referer: https://ecarstrade.com/cars/7009051)
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 63db10ba-17fa-5db5-8c53-a345cd60c174
2026-03-27 15:16:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 63db10ba-17fa-5db5-8c53-a345cd60c174, skipping ID generation
2026-03-27 15:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 63db10ba-17fa-5db5-8c53-a345cd60c174 with scrape type 1
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 63db10ba-17fa-5db5-8c53-a345cd60c174 sending to next pipeline
2026-03-27 15:16:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 63db10ba-17fa-5db5-8c53-a345cd60c174, identifier: 7009099auction111129
2026-03-27 15:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129
2026-03-27 15:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129
2026-03-27 15:16:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 63db10ba-17fa-5db5-8c53-a345cd60c174 with identifier: 7009099auction111129 to the API
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009099/photo_001/780x0__r.jpg?hash=1774617670>
{'auction_title': '',
'c_o_2_emission_value': 106,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '63db10ba-17fa-5db5-8c53-a345cd60c174',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009099',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 177544,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'Arkana Evolution 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Evolution 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009099auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:18 [ecarstrade.be] INFO: Saving data for 7009099auction111129: {'created_time': 1774624578.412147, 'last_price_update_time': 1774624578.412162, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009099auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_003/780x0__r.jpg?hash=1774617737> (referer: https://ecarstrade.com/cars/7009144)
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_005/780x0__r.jpg?hash=1774617737> (referer: https://ecarstrade.com/cars/7009144)
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_004/780x0__r.jpg?hash=1774617737> (referer: https://ecarstrade.com/cars/7009144)
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_002/780x0__r.jpg?hash=1774617737> (referer: https://ecarstrade.com/cars/7009144)
2026-03-27 15:16:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42e093a4-1df2-51ba-acc4-d18afcb24051
2026-03-27 15:16:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42e093a4-1df2-51ba-acc4-d18afcb24051, skipping ID generation
2026-03-27 15:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42e093a4-1df2-51ba-acc4-d18afcb24051 with scrape type 1
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42e093a4-1df2-51ba-acc4-d18afcb24051 sending to next pipeline
2026-03-27 15:16:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42e093a4-1df2-51ba-acc4-d18afcb24051, identifier: 7009051auction111129
2026-03-27 15:16:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129
2026-03-27 15:16:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129
2026-03-27 15:16:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42e093a4-1df2-51ba-acc4-d18afcb24051 with identifier: 7009051auction111129 to the API
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009051/photo_002/780x0__r.jpg?hash=1774617578>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '42e093a4-1df2-51ba-acc4-d18afcb24051',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009051',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 173951,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': None,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:18 [ecarstrade.be] INFO: Saving data for 7009051auction111129: {'created_time': 1774624578.838884, 'last_price_update_time': 1774624578.838896, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009051auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_001/780x0__r.jpg?hash=1774617737> (referer: https://ecarstrade.com/cars/7009144)
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009083> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:18 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_006/780x0__r.jpg?hash=1774617733> (referer: https://ecarstrade.com/cars/7009142)
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 76407737-59b1-5468-b011-db74d7b03812
2026-03-27 15:16:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 76407737-59b1-5468-b011-db74d7b03812, skipping ID generation
2026-03-27 15:16:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 76407737-59b1-5468-b011-db74d7b03812 with scrape type 1
2026-03-27 15:16:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 76407737-59b1-5468-b011-db74d7b03812 sending to next pipeline
2026-03-27 15:16:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 76407737-59b1-5468-b011-db74d7b03812, identifier: 7009144auction111129
2026-03-27 15:16:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129
2026-03-27 15:16:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129
2026-03-27 15:16:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 76407737-59b1-5468-b011-db74d7b03812 with identifier: 7009144auction111129 to the API
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009144/photo_001/780x0__r.jpg?hash=1774617737>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '76407737-59b1-5468-b011-db74d7b03812',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009144',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 217133,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business 1st',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.0 eTSI OPF 110 DSG7 Life '
'Business 1st',
'vin': None,
'year': 2021}
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Saving data for 7009144auction111129: {'created_time': 1774624579.366954, 'last_price_update_time': 1774624579.366969, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009144auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_005/780x0__r.jpg?hash=1774617603> (referer: https://ecarstrade.com/cars/7009065)
2026-03-27 15:16:19 [ecarstrade.be] INFO: Extracting details for car 7009083auction111129
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page141?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009012> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129
2026-03-27 15:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f029324c-c40e-5963-a640-7a82bf6ad0d6 with scrape type 1
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009083%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617638%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_001/780x0__r.jpg?hash=1774617638 not downloaded yet
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009083%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617638%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_002/780x0__r.jpg?hash=1774617638 not downloaded yet
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009083%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617638%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_003/780x0__r.jpg?hash=1774617638 not downloaded yet
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009083%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617639%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_004/780x0__r.jpg?hash=1774617639 not downloaded yet
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009083%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617638%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_005/780x0__r.jpg?hash=1774617638 not downloaded yet
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_004/780x0__r.jpg?hash=1774617603> (referer: https://ecarstrade.com/cars/7009065)
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009083%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617638%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_006/780x0__r.jpg?hash=1774617638 not downloaded yet
2026-03-27 15:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:19 [ecarstrade.be] INFO: Extracting details for car 7009012auction111129
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_004/780x0__r.jpg?hash=1774617734> (referer: https://ecarstrade.com/cars/7009142)
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:16:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129
2026-03-27 15:16:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb7e351-5438-523c-8052-650f5cacb36e with scrape type 1
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009012%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617508%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_001/780x0__r.jpg?hash=1774617508 not downloaded yet
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009024auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009012%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617508%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_002/780x0__r.jpg?hash=1774617508 not downloaded yet
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009054auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009054auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009065auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009012%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617508%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_003/780x0__r.jpg?hash=1774617508 not downloaded yet
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009142auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009012%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617508%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_004/780x0__r.jpg?hash=1774617508 not downloaded yet
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_003/780x0__r.jpg?hash=1774617734> (referer: https://ecarstrade.com/cars/7009142)
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009051auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009051auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009041auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009041auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009144auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009144auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009057auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009057auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009103auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009012%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617508%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_005/780x0__r.jpg?hash=1774617508 not downloaded yet
2026-03-27 15:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_005/780x0__r.jpg?hash=1774617733> (referer: https://ecarstrade.com/cars/7009142)
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009107auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009012%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617509%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_006/780x0__r.jpg?hash=1774617509 not downloaded yet
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009040auction111129
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009052auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009052auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009114auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009114auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009044auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009044auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009058auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009058auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009013auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009013auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009022auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009022auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009109auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009109auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009014auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009014auction111129: 0
2026-03-27 15:16:19 [ecarstrade.be] INFO: Found listing with ID: 7009073auction111129
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:19 [ecarstrade.be] INFO: Scrape type for 7009073auction111129: 0
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_002/780x0__r.jpg?hash=1774617734> (referer: https://ecarstrade.com/cars/7009142)
2026-03-27 15:16:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009015> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009104> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_001/780x0__r.jpg?hash=1774617603> (referer: https://ecarstrade.com/cars/7009065)
2026-03-27 15:16:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:26 [ecarstrade.be] INFO: Extracting details for car 7009015auction111129
2026-03-27 15:16:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_001/780x0__r.jpg?hash=1774617734> (referer: https://ecarstrade.com/cars/7009142)
2026-03-27 15:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129
2026-03-27 15:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173c543b-9a0e-55da-8308-c25b3d3f825b with scrape type 1
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009015%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617518%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_001/780x0__r.jpg?hash=1774617518 not downloaded yet
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009015%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617517%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_002/780x0__r.jpg?hash=1774617517 not downloaded yet
2026-03-27 15:16:26 [ecarstrade.be] INFO: Extracting details for car 7009104auction111129
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009015%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617517%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_003/780x0__r.jpg?hash=1774617517 not downloaded yet
2026-03-27 15:16:26 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129
2026-03-27 15:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with scrape type 1
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009104%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617677%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_001/780x0__r.jpg?hash=1774617677 not downloaded yet
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009015%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617517%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_004/780x0__r.jpg?hash=1774617517 not downloaded yet
2026-03-27 15:16:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_005/780x0__r.jpg?hash=1774617638> (referer: https://ecarstrade.com/cars/7009083)
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009104%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617677%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_002/780x0__r.jpg?hash=1774617677 not downloaded yet
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009015%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617517%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_005/780x0__r.jpg?hash=1774617517 not downloaded yet
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009104%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617676%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_003/780x0__r.jpg?hash=1774617676 not downloaded yet
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item fd0e89eb-9be7-5128-bb5a-fe84454e4b13
2026-03-27 15:16:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: fd0e89eb-9be7-5128-bb5a-fe84454e4b13, skipping ID generation
2026-03-27 15:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with scrape type 1
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item fd0e89eb-9be7-5128-bb5a-fe84454e4b13 sending to next pipeline
2026-03-27 15:16:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: fd0e89eb-9be7-5128-bb5a-fe84454e4b13, identifier: 7009065auction111129
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f150ca6d-30b4-58d3-b1bf-2210306881a0
2026-03-27 15:16:26 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f150ca6d-30b4-58d3-b1bf-2210306881a0, skipping ID generation
2026-03-27 15:16:26 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f150ca6d-30b4-58d3-b1bf-2210306881a0 with scrape type 1
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f150ca6d-30b4-58d3-b1bf-2210306881a0 sending to next pipeline
2026-03-27 15:16:26 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f150ca6d-30b4-58d3-b1bf-2210306881a0, identifier: 7009142auction111129
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009015%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617517%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_006/780x0__r.jpg?hash=1774617517 not downloaded yet
2026-03-27 15:16:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129
2026-03-27 15:16:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129
2026-03-27 15:16:26 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: fd0e89eb-9be7-5128-bb5a-fe84454e4b13 with identifier: 7009065auction111129 to the API
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:26 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009065/photo_001/780x0__r.jpg?hash=1774617603>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'fd0e89eb-9be7-5128-bb5a-fe84454e4b13',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009065',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 133887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-12-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Active Business 1.5 HDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009065auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:26 [ecarstrade.be] INFO: Saving data for 7009065auction111129: {'created_time': 1774624586.858642, 'last_price_update_time': 1774624586.858654, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:26 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009065auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:26 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129
2026-03-27 15:16:26 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129
2026-03-27 15:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f150ca6d-30b4-58d3-b1bf-2210306881a0 with identifier: 7009142auction111129 to the API
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:27 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009142/photo_001/780x0__r.jpg?hash=1774617734>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': 'f150ca6d-30b4-58d3-b1bf-2210306881a0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009142',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'ID.3',
'odometer': 249213,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'ID.3 Pro S 77kWh BVA',
'transmission': 'automatic',
'trim': 'Pro S 77kWh BVA',
'vin': None,
'year': 2021}
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009142auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [ecarstrade.be] INFO: Saving data for 7009142auction111129: {'created_time': 1774624587.249719, 'last_price_update_time': 1774624587.249731, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009142auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_006/780x0__r.jpg?hash=1774617638> (referer: https://ecarstrade.com/cars/7009083)
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009104%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617677%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_004/780x0__r.jpg?hash=1774617677 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009104%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617677%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_005/780x0__r.jpg?hash=1774617677 not downloaded yet
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009145> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009080> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009106> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009104%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617677%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_006/780x0__r.jpg?hash=1774617677 not downloaded yet
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_004/780x0__r.jpg?hash=1774617508> (referer: https://ecarstrade.com/cars/7009012)
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009060> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_003/780x0__r.jpg?hash=1774617508> (referer: https://ecarstrade.com/cars/7009012)
2026-03-27 15:16:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_005/780x0__r.jpg?hash=1774617508> (referer: https://ecarstrade.com/cars/7009012)
2026-03-27 15:16:27 [ecarstrade.be] INFO: Extracting details for car 7009145auction111129
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_006/780x0__r.jpg?hash=1774617509> (referer: https://ecarstrade.com/cars/7009012)
2026-03-27 15:16:27 [ecarstrade.be] INFO: Extracting details for car 7009080auction111129
2026-03-27 15:16:27 [ecarstrade.be] INFO: Extracting details for car 7009106auction111129
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_002/780x0__r.jpg?hash=1774617508> (referer: https://ecarstrade.com/cars/7009012)
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_001/780x0__r.jpg?hash=1774617508> (referer: https://ecarstrade.com/cars/7009012)
2026-03-27 15:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129
2026-03-27 15:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83289abc-c73d-5c6d-9441-e819196c583a with scrape type 1
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009145%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617739%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_001/780x0__r.jpg?hash=1774617739 not downloaded yet
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_001/780x0__r.jpg?hash=1774617677> (referer: https://ecarstrade.com/cars/7009104)
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009145%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617739%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_002/780x0__r.jpg?hash=1774617739 not downloaded yet
2026-03-27 15:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129
2026-03-27 15:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with scrape type 1
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009080%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617632%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_001/780x0__r.jpg?hash=1774617632 not downloaded yet
2026-03-27 15:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129
2026-03-27 15:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with scrape type 1
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009106%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617681%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_001/780x0__r.jpg?hash=1774617681 not downloaded yet
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:27 [ecarstrade.be] INFO: Extracting details for car 7009060auction111129
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_006/780x0__r.jpg?hash=1774617517> (referer: https://ecarstrade.com/cars/7009015)
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009145%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617739%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_003/780x0__r.jpg?hash=1774617739 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009080%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617632%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_002/780x0__r.jpg?hash=1774617632 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009106%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617681%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_002/780x0__r.jpg?hash=1774617681 not downloaded yet
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_003/780x0__r.jpg?hash=1774617676> (referer: https://ecarstrade.com/cars/7009104)
2026-03-27 15:16:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129
2026-03-27 15:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f488e5fa-e98a-5572-b513-50df38a31bb5 with scrape type 1
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009060%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617593%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_001/780x0__r.jpg?hash=1774617593 not downloaded yet
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_004/780x0__r.jpg?hash=1774617677> (referer: https://ecarstrade.com/cars/7009104)
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_005/780x0__r.jpg?hash=1774617517> (referer: https://ecarstrade.com/cars/7009015)
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009145%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617740%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_004/780x0__r.jpg?hash=1774617740 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009080%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617632%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_003/780x0__r.jpg?hash=1774617632 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009106%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617681%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_003/780x0__r.jpg?hash=1774617681 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009060%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617594%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_002/780x0__r.jpg?hash=1774617594 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009145%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617739%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_005/780x0__r.jpg?hash=1774617739 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009080%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617634%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_004/780x0__r.jpg?hash=1774617634 not downloaded yet
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009106%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617681%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_004/780x0__r.jpg?hash=1774617681 not downloaded yet
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6cb7e351-5438-523c-8052-650f5cacb36e
2026-03-27 15:16:27 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6cb7e351-5438-523c-8052-650f5cacb36e, skipping ID generation
2026-03-27 15:16:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6cb7e351-5438-523c-8052-650f5cacb36e with scrape type 1
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6cb7e351-5438-523c-8052-650f5cacb36e sending to next pipeline
2026-03-27 15:16:27 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6cb7e351-5438-523c-8052-650f5cacb36e, identifier: 7009012auction111129
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_005/780x0__r.jpg?hash=1774617677> (referer: https://ecarstrade.com/cars/7009104)
2026-03-27 15:16:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_006/780x0__r.jpg?hash=1774617677> (referer: https://ecarstrade.com/cars/7009104)
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009060%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617593%27 HTTP/1.1" 200 None
2026-03-27 15:16:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_003/780x0__r.jpg?hash=1774617593 not downloaded yet
2026-03-27 15:16:27 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129
2026-03-27 15:16:27 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129
2026-03-27 15:16:27 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6cb7e351-5438-523c-8052-650f5cacb36e with identifier: 7009012auction111129 to the API
2026-03-27 15:16:27 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:29 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009012/photo_001/780x0__r.jpg?hash=1774617508>
{'auction_title': '',
'c_o_2_emission_value': 119,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6cb7e351-5438-523c-8052-650f5cacb36e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009012',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'AC',
'model': 'Citroen C4 Cactus',
'odometer': 146131,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': None,
'seller_name': None,
'title': 'C4 Cactus Feel Business 1.5 BlueHDi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'C4 Cactus Feel Business 1.5 BlueHDi 100CV BVM6 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:29 [ecarstrade.be] INFO: Saving data for 7009012auction111129: {'created_time': 1774624589.844238, 'last_price_update_time': 1774624589.844251, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009012auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009145%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617739%27 HTTP/1.1" 200 None
2026-03-27 15:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_006/780x0__r.jpg?hash=1774617739 not downloaded yet
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009080%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617634%27 HTTP/1.1" 200 None
2026-03-27 15:16:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_005/780x0__r.jpg?hash=1774617634 not downloaded yet
2026-03-27 15:16:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009106%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617681%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_005/780x0__r.jpg?hash=1774617681 not downloaded yet
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_004/780x0__r.jpg?hash=1774617517> (referer: https://ecarstrade.com/cars/7009015)
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_002/780x0__r.jpg?hash=1774617677> (referer: https://ecarstrade.com/cars/7009104)
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009060%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617594%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_004/780x0__r.jpg?hash=1774617594 not downloaded yet
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009080%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617634%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_006/780x0__r.jpg?hash=1774617634 not downloaded yet
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009106%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617681%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_006/780x0__r.jpg?hash=1774617681 not downloaded yet
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_002/780x0__r.jpg?hash=1774617517> (referer: https://ecarstrade.com/cars/7009015)
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009060%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617594%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_005/780x0__r.jpg?hash=1774617594 not downloaded yet
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_003/780x0__r.jpg?hash=1774617517> (referer: https://ecarstrade.com/cars/7009015)
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009060%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617595%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_006/780x0__r.jpg?hash=1774617595 not downloaded yet
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_001/780x0__r.jpg?hash=1774617739> (referer: https://ecarstrade.com/cars/7009145)
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7
2026-03-27 15:16:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7, skipping ID generation
2026-03-27 15:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with scrape type 1
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 sending to next pipeline
2026-03-27 15:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7, identifier: 7009104auction111129
2026-03-27 15:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129
2026-03-27 15:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129
2026-03-27 15:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11bf5409-2777-5d7c-9d3f-f0221bff4dd7 with identifier: 7009104auction111129 to the API
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:30 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009104/photo_002/780x0__r.jpg?hash=1774617677>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '11bf5409-2777-5d7c-9d3f-f0221bff4dd7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009104',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 134846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Captur 5p Crossover Business dCi 90 - 18',
'transmission': 'manual',
'trim': 'RENAULT 5p Crossover Business dCi 90 - 18',
'vin': None,
'year': 2018}
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:30 [ecarstrade.be] INFO: Saving data for 7009104auction111129: {'created_time': 1774624590.549208, 'last_price_update_time': 1774624590.549222, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009104auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_001/780x0__r.jpg?hash=1774617518> (referer: https://ecarstrade.com/cars/7009015)
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_001/780x0__r.jpg?hash=1774617681> (referer: https://ecarstrade.com/cars/7009106)
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_001/780x0__r.jpg?hash=1774617632> (referer: https://ecarstrade.com/cars/7009080)
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_002/780x0__r.jpg?hash=1774617681> (referer: https://ecarstrade.com/cars/7009106)
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_002/780x0__r.jpg?hash=1774617594> (referer: https://ecarstrade.com/cars/7009060)
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_002/780x0__r.jpg?hash=1774617632> (referer: https://ecarstrade.com/cars/7009080)
2026-03-27 15:16:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_003/780x0__r.jpg?hash=1774617681> (referer: https://ecarstrade.com/cars/7009106)
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 173c543b-9a0e-55da-8308-c25b3d3f825b
2026-03-27 15:16:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 173c543b-9a0e-55da-8308-c25b3d3f825b, skipping ID generation
2026-03-27 15:16:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 173c543b-9a0e-55da-8308-c25b3d3f825b with scrape type 1
2026-03-27 15:16:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 173c543b-9a0e-55da-8308-c25b3d3f825b sending to next pipeline
2026-03-27 15:16:30 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 173c543b-9a0e-55da-8308-c25b3d3f825b, identifier: 7009015auction111129
2026-03-27 15:16:30 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129
2026-03-27 15:16:30 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129
2026-03-27 15:16:30 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 173c543b-9a0e-55da-8308-c25b3d3f825b with identifier: 7009015auction111129 to the API
2026-03-27 15:16:30 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009015/photo_001/780x0__r.jpg?hash=1774617518>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '173c543b-9a0e-55da-8308-c25b3d3f825b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009015',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'AC',
'model': 'Citroen Grand C4 Picasso / SpaceTourer',
'odometer': 143212,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 7,
'seller_name': None,
'title': 'C4 Grand Picasso/Spacetourer Business 1.5 BlueHDi 130CV BVA8 E6dT',
'transmission': 'automatic',
'trim': 'C4 Grand Picasso/Spacetourer Business 1.5 BlueHDi 130CV BVA8 E6dT',
'vin': None,
'year': 2019}
2026-03-27 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:31 [ecarstrade.be] INFO: Saving data for 7009015auction111129: {'created_time': 1774624591.470909, 'last_price_update_time': 1774624591.470921, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009015auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_003/780x0__r.jpg?hash=1774617593> (referer: https://ecarstrade.com/cars/7009060)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_004/780x0__r.jpg?hash=1774617594> (referer: https://ecarstrade.com/cars/7009060)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_004/780x0__r.jpg?hash=1774617681> (referer: https://ecarstrade.com/cars/7009106)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_006/780x0__r.jpg?hash=1774617681> (referer: https://ecarstrade.com/cars/7009106)
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_006/780x0__r.jpg?hash=1774617634> (referer: https://ecarstrade.com/cars/7009080)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_006/780x0__r.jpg?hash=1774617595> (referer: https://ecarstrade.com/cars/7009060)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_005/780x0__r.jpg?hash=1774617594> (referer: https://ecarstrade.com/cars/7009060)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_005/780x0__r.jpg?hash=1774617681> (referer: https://ecarstrade.com/cars/7009106)
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_006/780x0__r.jpg?hash=1774617739> (referer: https://ecarstrade.com/cars/7009145)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_005/780x0__r.jpg?hash=1774617634> (referer: https://ecarstrade.com/cars/7009080)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_004/780x0__r.jpg?hash=1774617634> (referer: https://ecarstrade.com/cars/7009080)
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_003/780x0__r.jpg?hash=1774617632> (referer: https://ecarstrade.com/cars/7009080)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_004/780x0__r.jpg?hash=1774617740> (referer: https://ecarstrade.com/cars/7009145)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_005/780x0__r.jpg?hash=1774617739> (referer: https://ecarstrade.com/cars/7009145)
2026-03-27 15:16:31 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_001/780x0__r.jpg?hash=1774617593> (referer: https://ecarstrade.com/cars/7009060)
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 11a2dbad-c8e2-5eeb-ada6-0b0594712193
2026-03-27 15:16:31 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 11a2dbad-c8e2-5eeb-ada6-0b0594712193, skipping ID generation
2026-03-27 15:16:31 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with scrape type 1
2026-03-27 15:16:31 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 11a2dbad-c8e2-5eeb-ada6-0b0594712193 sending to next pipeline
2026-03-27 15:16:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 11a2dbad-c8e2-5eeb-ada6-0b0594712193, identifier: 7009106auction111129
2026-03-27 15:16:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129
2026-03-27 15:16:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129
2026-03-27 15:16:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 11a2dbad-c8e2-5eeb-ada6-0b0594712193 with identifier: 7009106auction111129 to the API
2026-03-27 15:16:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009106/photo_005/780x0__r.jpg?hash=1774617681>
{'auction_title': '',
'c_o_2_emission_value': 109,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '11a2dbad-c8e2-5eeb-ada6-0b0594712193',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009106',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Renault',
'model': 'Clio',
'odometer': 158617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'Clio V Evolution 1.5 dCi 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'V Evolution 1.5 dCi 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:32 [ecarstrade.be] INFO: Saving data for 7009106auction111129: {'created_time': 1774624592.107723, 'last_price_update_time': 1774624592.107735, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009106auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_002/780x0__r.jpg?hash=1774617739> (referer: https://ecarstrade.com/cars/7009145)
2026-03-27 15:16:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_003/780x0__r.jpg?hash=1774617739> (referer: https://ecarstrade.com/cars/7009145)
2026-03-27 15:16:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_003/780x0__r.jpg?hash=1774617638> (referer: https://ecarstrade.com/cars/7009083)
2026-03-27 15:16:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_004/780x0__r.jpg?hash=1774617639> (referer: https://ecarstrade.com/cars/7009083)
2026-03-27 15:16:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e
2026-03-27 15:16:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e, skipping ID generation
2026-03-27 15:16:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with scrape type 1
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e sending to next pipeline
2026-03-27 15:16:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e, identifier: 7009080auction111129
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f488e5fa-e98a-5572-b513-50df38a31bb5
2026-03-27 15:16:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f488e5fa-e98a-5572-b513-50df38a31bb5, skipping ID generation
2026-03-27 15:16:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f488e5fa-e98a-5572-b513-50df38a31bb5 with scrape type 1
2026-03-27 15:16:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f488e5fa-e98a-5572-b513-50df38a31bb5 sending to next pipeline
2026-03-27 15:16:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f488e5fa-e98a-5572-b513-50df38a31bb5, identifier: 7009060auction111129
2026-03-27 15:16:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129
2026-03-27 15:16:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129
2026-03-27 15:16:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 86a1e450-9a4f-576d-a3f5-6307cb6a9c5e with identifier: 7009080auction111129 to the API
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009080/photo_003/780x0__r.jpg?hash=1774617632>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '86a1e450-9a4f-576d-a3f5-6307cb6a9c5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009080',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '308',
'odometer': 141783,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': None,
'seller_name': None,
'title': '308 Allure 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:32 [ecarstrade.be] INFO: Saving data for 7009080auction111129: {'created_time': 1774624592.632568, 'last_price_update_time': 1774624592.632584, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009080auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129
2026-03-27 15:16:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129
2026-03-27 15:16:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f488e5fa-e98a-5572-b513-50df38a31bb5 with identifier: 7009060auction111129 to the API
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009060/photo_001/780x0__r.jpg?hash=1774617593>
{'auction_title': '',
'c_o_2_emission_value': 114,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f488e5fa-e98a-5572-b513-50df38a31bb5',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009060',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 132879,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': None,
'seller_name': None,
'title': '2008 Active Business 1.5 HDi 110CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 110CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:32 [ecarstrade.be] INFO: Saving data for 7009060auction111129: {'created_time': 1774624592.984912, 'last_price_update_time': 1774624592.984921, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009060auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_001/780x0__r.jpg?hash=1774617638> (referer: https://ecarstrade.com/cars/7009083)
2026-03-27 15:16:33 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_002/780x0__r.jpg?hash=1774617638> (referer: https://ecarstrade.com/cars/7009083)
2026-03-27 15:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:33 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 83289abc-c73d-5c6d-9441-e819196c583a
2026-03-27 15:16:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 83289abc-c73d-5c6d-9441-e819196c583a, skipping ID generation
2026-03-27 15:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83289abc-c73d-5c6d-9441-e819196c583a with scrape type 1
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 83289abc-c73d-5c6d-9441-e819196c583a sending to next pipeline
2026-03-27 15:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83289abc-c73d-5c6d-9441-e819196c583a, identifier: 7009145auction111129
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129
2026-03-27 15:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129
2026-03-27 15:16:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83289abc-c73d-5c6d-9441-e819196c583a with identifier: 7009145auction111129 to the API
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009145/photo_003/780x0__r.jpg?hash=1774617739>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '83289abc-c73d-5c6d-9441-e819196c583a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009145',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'T-Roc',
'odometer': 213404,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-09-01',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN T-Roc / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2017 / 5P / SUV 1.0 TSI 115 LOUNGE BUSINESS',
'vin': None,
'year': 2019}
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:33 [ecarstrade.be] INFO: Saving data for 7009145auction111129: {'created_time': 1774624593.42965, 'last_price_update_time': 1774624593.429663, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009145auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f029324c-c40e-5963-a640-7a82bf6ad0d6
2026-03-27 15:16:33 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f029324c-c40e-5963-a640-7a82bf6ad0d6, skipping ID generation
2026-03-27 15:16:33 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f029324c-c40e-5963-a640-7a82bf6ad0d6 with scrape type 1
2026-03-27 15:16:33 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f029324c-c40e-5963-a640-7a82bf6ad0d6 sending to next pipeline
2026-03-27 15:16:33 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f029324c-c40e-5963-a640-7a82bf6ad0d6, identifier: 7009083auction111129
2026-03-27 15:16:33 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129
2026-03-27 15:16:33 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 15:16:33 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129
2026-03-27 15:16:33 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f029324c-c40e-5963-a640-7a82bf6ad0d6 with identifier: 7009083auction111129 to the API
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:33 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009083/photo_002/780x0__r.jpg?hash=1774617638>
{'auction_title': '',
'c_o_2_emission_value': 99,
'category': None,
'color': 'Purple',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'f029324c-c40e-5963-a640-7a82bf6ad0d6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009083',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 134176,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 308 SW 5p Break BlueHDi 130 EAT6 S&S ACTIVE BUSINESS',
'transmission': 'automatic',
'trim': 'PEUGEOT SW 5p Break BlueHDi 130 EAT6 S&S ACTIVE BUSINESS',
'vin': None,
'year': 2019}
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:33 [ecarstrade.be] INFO: Saving data for 7009083auction111129: {'created_time': 1774624593.858719, 'last_price_update_time': 1774624593.85873, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:33 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009083auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009061> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:34 [ecarstrade.be] INFO: Extracting details for car 7009061auction111129
2026-03-27 15:16:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_005/780x0__r.jpg?hash=1774617521> (referer: https://ecarstrade.com/cars/7009016)
2026-03-27 15:16:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129
2026-03-27 15:16:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with scrape type 1
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009061%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617596%27 HTTP/1.1" 200 None
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_001/780x0__r.jpg?hash=1774617596 not downloaded yet
2026-03-27 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009061%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617596%27 HTTP/1.1" 200 None
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_002/780x0__r.jpg?hash=1774617596 not downloaded yet
2026-03-27 15:16:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_004/780x0__r.jpg?hash=1774617521> (referer: https://ecarstrade.com/cars/7009016)
2026-03-27 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009061%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617596%27 HTTP/1.1" 200 None
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_003/780x0__r.jpg?hash=1774617596 not downloaded yet
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009061%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617597%27 HTTP/1.1" 200 None
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_004/780x0__r.jpg?hash=1774617597 not downloaded yet
2026-03-27 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009061%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617596%27 HTTP/1.1" 200 None
2026-03-27 15:16:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_005/780x0__r.jpg?hash=1774617596 not downloaded yet
2026-03-27 15:16:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009061%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617597%27 HTTP/1.1" 200 None
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_006/780x0__r.jpg?hash=1774617597 not downloaded yet
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_003/780x0__r.jpg?hash=1774617528> (referer: https://ecarstrade.com/cars/7009016)
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_002/780x0__r.jpg?hash=1774617522> (referer: https://ecarstrade.com/cars/7009016)
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_001/780x0__r.jpg?hash=1774617521> (referer: https://ecarstrade.com/cars/7009016)
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_006/780x0__r.jpg?hash=1774617675> (referer: https://ecarstrade.com/cars/7009103)
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243
2026-03-27 15:16:35 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243, skipping ID generation
2026-03-27 15:16:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with scrape type 1
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 sending to next pipeline
2026-03-27 15:16:35 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243, identifier: 7009016auction111129
2026-03-27 15:16:35 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129
2026-03-27 15:16:35 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129
2026-03-27 15:16:35 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9ae2a823-26ed-55ef-9fec-b1f1e6a4a243 with identifier: 7009016auction111129 to the API
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:35 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009016/photo_001/780x0__r.jpg?hash=1774617521>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '9ae2a823-26ed-55ef-9fec-b1f1e6a4a243',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009016',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'DS Automobiles',
'model': 'DS3',
'odometer': 143220,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-07-01',
'seats_number': 5,
'seller_name': None,
'title': '3 Crossback Performance Line 1.2 PureTech 100CV BVM6 E6d',
'transmission': 'manual',
'trim': '3 Crossback Performance Line 1.2 PureTech 100CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:35 [ecarstrade.be] INFO: Saving data for 7009016auction111129: {'created_time': 1774624595.744663, 'last_price_update_time': 1774624595.744673, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009016auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_006/780x0__r.jpg?hash=1774617682> (referer: https://ecarstrade.com/cars/7009107)
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page142?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_005/780x0__r.jpg?hash=1774617682> (referer: https://ecarstrade.com/cars/7009107)
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_006/780x0__r.jpg?hash=1774617532> (referer: https://ecarstrade.com/cars/7009024)
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_006/780x0__r.jpg?hash=1774617563> (referer: https://ecarstrade.com/cars/7009040)
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009095auction111129
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:35 [ecarstrade.be] INFO: Scrape type for 7009095auction111129: 0
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009016auction111129
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:35 [ecarstrade.be] INFO: Scrape type for 7009016auction111129: 0
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009047auction111129
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:35 [ecarstrade.be] INFO: Scrape type for 7009047auction111129: 0
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009053auction111129
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_002/780x0__r.jpg?hash=1774617596> (referer: https://ecarstrade.com/cars/7009061)
2026-03-27 15:16:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_006/780x0__r.jpg?hash=1774617597> (referer: https://ecarstrade.com/cars/7009061)
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009079auction111129
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:16:35 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009110auction111129
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009112auction111129
2026-03-27 15:16:35 [ecarstrade.be] INFO: Found listing with ID: 7009113auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009113auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009115auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009115auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009061auction111129
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009060auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009060auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009080auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009080auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009145auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009145auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009063auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009063auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009104auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009104auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009015auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009015auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009056auction111129
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_005/780x0__r.jpg?hash=1774617596> (referer: https://ecarstrade.com/cars/7009061)
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_004/780x0__r.jpg?hash=1774617597> (referer: https://ecarstrade.com/cars/7009061)
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009106auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009106auction111129: 0
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009021auction111129
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:36 [ecarstrade.be] INFO: Found listing with ID: 7009105auction111129
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Scrape type for 7009105auction111129: 0
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_001/780x0__r.jpg?hash=1774617596> (referer: https://ecarstrade.com/cars/7009061)
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_003/780x0__r.jpg?hash=1774617596> (referer: https://ecarstrade.com/cars/7009061)
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_006/780x0__r.jpg?hash=1774617683> (referer: https://ecarstrade.com/cars/7009108)
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_004/780x0__r.jpg?hash=1774617676> (referer: https://ecarstrade.com/cars/7009103)
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_004/780x0__r.jpg?hash=1774617682> (referer: https://ecarstrade.com/cars/7009107)
2026-03-27 15:16:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6
2026-03-27 15:16:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6, skipping ID generation
2026-03-27 15:16:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with scrape type 1
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 sending to next pipeline
2026-03-27 15:16:36 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6, identifier: 7009061auction111129
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:16:36 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129
2026-03-27 15:16:36 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129
2026-03-27 15:16:36 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6 with identifier: 7009061auction111129 to the API
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:36 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009061/photo_003/780x0__r.jpg?hash=1774617596>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '2dd3dcc1-bcc8-5f35-a28c-149d3276fbf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009061',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 151089,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-10-01',
'seats_number': None,
'seller_name': None,
'title': '2008 Active Pack 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:36 [ecarstrade.be] INFO: Saving data for 7009061auction111129: {'created_time': 1774624596.859149, 'last_price_update_time': 1774624596.859163, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009061auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_005/780x0__r.jpg?hash=1774617563> (referer: https://ecarstrade.com/cars/7009040)
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:16:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_005/780x0__r.jpg?hash=1774617531> (referer: https://ecarstrade.com/cars/7009024)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_005/780x0__r.jpg?hash=1774617683> (referer: https://ecarstrade.com/cars/7009108)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_003/780x0__r.jpg?hash=1774617675> (referer: https://ecarstrade.com/cars/7009103)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_003/780x0__r.jpg?hash=1774617683> (referer: https://ecarstrade.com/cars/7009107)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_004/780x0__r.jpg?hash=1774617563> (referer: https://ecarstrade.com/cars/7009040)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_004/780x0__r.jpg?hash=1774617532> (referer: https://ecarstrade.com/cars/7009024)
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_004/780x0__r.jpg?hash=1774617683> (referer: https://ecarstrade.com/cars/7009108)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:16:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_002/780x0__r.jpg?hash=1774617675> (referer: https://ecarstrade.com/cars/7009103)
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8d674205-e3b7-5b7d-8227-f3eb35a00491
2026-03-27 15:16:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8d674205-e3b7-5b7d-8227-f3eb35a00491, skipping ID generation
2026-03-27 15:16:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8d674205-e3b7-5b7d-8227-f3eb35a00491 with scrape type 1
2026-03-27 15:16:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8d674205-e3b7-5b7d-8227-f3eb35a00491 sending to next pipeline
2026-03-27 15:16:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8d674205-e3b7-5b7d-8227-f3eb35a00491, identifier: 7009103auction111129
2026-03-27 15:16:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129
2026-03-27 15:16:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129
2026-03-27 15:16:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8d674205-e3b7-5b7d-8227-f3eb35a00491 with identifier: 7009103auction111129 to the API
2026-03-27 15:16:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009103/photo_002/780x0__r.jpg?hash=1774617675>
{'auction_title': '',
'c_o_2_emission_value': 110,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '8d674205-e3b7-5b7d-8227-f3eb35a00491',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009103',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 134382,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Captur II Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'II Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009103auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:38 [ecarstrade.be] INFO: Saving data for 7009103auction111129: {'created_time': 1774624598.309055, 'last_price_update_time': 1774624598.309066, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009103auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_002/780x0__r.jpg?hash=1774617682> (referer: https://ecarstrade.com/cars/7009107)
2026-03-27 15:16:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 952e9b66-1427-5ac9-94ea-c8557dca8e12
2026-03-27 15:16:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 952e9b66-1427-5ac9-94ea-c8557dca8e12, skipping ID generation
2026-03-27 15:16:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 952e9b66-1427-5ac9-94ea-c8557dca8e12 with scrape type 1
2026-03-27 15:16:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 952e9b66-1427-5ac9-94ea-c8557dca8e12 sending to next pipeline
2026-03-27 15:16:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 952e9b66-1427-5ac9-94ea-c8557dca8e12, identifier: 7009107auction111129
2026-03-27 15:16:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129
2026-03-27 15:16:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129
2026-03-27 15:16:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 952e9b66-1427-5ac9-94ea-c8557dca8e12 with identifier: 7009107auction111129 to the API
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009107/photo_002/780x0__r.jpg?hash=1774617682>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '952e9b66-1427-5ac9-94ea-c8557dca8e12',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009107',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Captur',
'odometer': 132617,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'Captur II Business 1.5 dCi 115CV BVA7 E6dT',
'transmission': 'automatic',
'trim': 'II Business 1.5 dCi 115CV BVA7 E6dT',
'vin': None,
'year': 2020}
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009107auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:38 [ecarstrade.be] INFO: Saving data for 7009107auction111129: {'created_time': 1774624598.870579, 'last_price_update_time': 1774624598.870594, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009107auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_003/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009040)
2026-03-27 15:16:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_003/780x0__r.jpg?hash=1774617531> (referer: https://ecarstrade.com/cars/7009024)
2026-03-27 15:16:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_003/780x0__r.jpg?hash=1774617683> (referer: https://ecarstrade.com/cars/7009108)
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_002/780x0__r.jpg?hash=1774617683> (referer: https://ecarstrade.com/cars/7009108)
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_001/780x0__r.jpg?hash=1774617562> (referer: https://ecarstrade.com/cars/7009040)
2026-03-27 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_001/780x0__r.jpg?hash=1774617533> (referer: https://ecarstrade.com/cars/7009024)
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9
2026-03-27 15:16:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9, skipping ID generation
2026-03-27 15:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with scrape type 1
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 sending to next pipeline
2026-03-27 15:16:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9, identifier: 7009040auction111129
2026-03-27 15:16:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129
2026-03-27 15:16:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129
2026-03-27 15:16:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4cf7a1f9-e4cf-5999-8e89-a79d4490aac9 with identifier: 7009040auction111129 to the API
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009040/photo_001/780x0__r.jpg?hash=1774617562>
{'auction_title': '',
'c_o_2_emission_value': 102,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '4cf7a1f9-e4cf-5999-8e89-a79d4490aac9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009040',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Qashqai',
'odometer': 170731,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Qashqai / 2017 / 5P / Crossover 1.5 DCI 115 Business Edition',
'transmission': 'manual',
'trim': 'NISSAN / 2017 / 5P / Crossover 1.5 DCI 115 Business Edition',
'vin': None,
'year': 2020}
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009040auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:39 [ecarstrade.be] INFO: Saving data for 7009040auction111129: {'created_time': 1774624599.730311, 'last_price_update_time': 1774624599.730327, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009040auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_001/780x0__r.jpg?hash=1774617685> (referer: https://ecarstrade.com/cars/7009108)
2026-03-27 15:16:39 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f40606ca-a375-5280-a0f7-ad5d86957a5e
2026-03-27 15:16:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f40606ca-a375-5280-a0f7-ad5d86957a5e, skipping ID generation
2026-03-27 15:16:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f40606ca-a375-5280-a0f7-ad5d86957a5e with scrape type 1
2026-03-27 15:16:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f40606ca-a375-5280-a0f7-ad5d86957a5e sending to next pipeline
2026-03-27 15:16:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f40606ca-a375-5280-a0f7-ad5d86957a5e, identifier: 7009024auction111129
2026-03-27 15:16:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129
2026-03-27 15:16:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129
2026-03-27 15:16:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f40606ca-a375-5280-a0f7-ad5d86957a5e with identifier: 7009024auction111129 to the API
2026-03-27 15:16:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009024/photo_001/780x0__r.jpg?hash=1774617533>
{'auction_title': '',
'c_o_2_emission_value': 112,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'f40606ca-a375-5280-a0f7-ad5d86957a5e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009024',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Hyundai',
'model': 'Kona',
'odometer': 134278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kona Intuitive Hybrid 2WD 1.6 GDI 140CV BVA6 E6dT',
'transmission': 'automatic',
'trim': 'Intuitive Hybrid 2WD 1.6 GDI 140CV BVA6 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009024auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [ecarstrade.be] INFO: Saving data for 7009024auction111129: {'created_time': 1774624600.359369, 'last_price_update_time': 1774624600.359382, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009024auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009112> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79
2026-03-27 15:16:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79, skipping ID generation
2026-03-27 15:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with scrape type 1
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 sending to next pipeline
2026-03-27 15:16:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79, identifier: 7009108auction111129
2026-03-27 15:16:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129
2026-03-27 15:16:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129
2026-03-27 15:16:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6ee76363-6b34-5d6e-a6b8-989bc43e3b79 with identifier: 7009108auction111129 to the API
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009108/photo_001/780x0__r.jpg?hash=1774617685>
{'auction_title': '',
'c_o_2_emission_value': 113,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6ee76363-6b34-5d6e-a6b8-989bc43e3b79',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009108',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Kadjar',
'odometer': 185002,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Kadjar / 2018 / 5P / Crossover Intens Blue dCi 115 EDC(SL)',
'transmission': 'automatic',
'trim': 'RENAULT / 2018 / 5P / Crossover Intens Blue dCi 115 EDC(SL)',
'vin': None,
'year': 2019}
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009108auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [ecarstrade.be] INFO: Saving data for 7009108auction111129: {'created_time': 1774624600.827078, 'last_price_update_time': 1774624600.827092, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009108auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:40 [ecarstrade.be] INFO: Extracting details for car 7009112auction111129
2026-03-27 15:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009079> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129
2026-03-27 15:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with scrape type 1
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009112%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617690%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_001/780x0__r.jpg?hash=1774617690 not downloaded yet
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009112%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617689%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_002/780x0__r.jpg?hash=1774617689 not downloaded yet
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009112%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617690%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_003/780x0__r.jpg?hash=1774617690 not downloaded yet
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009112%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617690%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_004/780x0__r.jpg?hash=1774617690 not downloaded yet
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009112%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617690%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_005/780x0__r.jpg?hash=1774617690 not downloaded yet
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009112%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617690%27 HTTP/1.1" 200 None
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_006/780x0__r.jpg?hash=1774617690 not downloaded yet
2026-03-27 15:16:40 [ecarstrade.be] INFO: Extracting details for car 7009079auction111129
2026-03-27 15:16:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_002/780x0__r.jpg?hash=1774617723> (referer: https://ecarstrade.com/cars/7009133)
2026-03-27 15:16:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129
2026-03-27 15:16:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e33b6249-1258-5fee-8277-26d57cf0576c with scrape type 1
2026-03-27 15:16:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009079%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_001/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009079%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_002/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009079%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_003/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009079%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_004/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009079%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_005/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009079%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617631%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_006/780x0__r.jpg?hash=1774617631 not downloaded yet
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_001/780x0__r.jpg?hash=1774617723> (referer: https://ecarstrade.com/cars/7009133)
2026-03-27 15:16:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009110> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d460b451-e5e8-5f5d-92f1-a8c382374a5b
2026-03-27 15:16:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d460b451-e5e8-5f5d-92f1-a8c382374a5b, skipping ID generation
2026-03-27 15:16:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d460b451-e5e8-5f5d-92f1-a8c382374a5b with scrape type 1
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d460b451-e5e8-5f5d-92f1-a8c382374a5b sending to next pipeline
2026-03-27 15:16:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d460b451-e5e8-5f5d-92f1-a8c382374a5b, identifier: 7009133auction111129
2026-03-27 15:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_001/780x0__r.jpg?hash=1774617558> (referer: https://ecarstrade.com/cars/7009037)
2026-03-27 15:16:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129
2026-03-27 15:16:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129
2026-03-27 15:16:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d460b451-e5e8-5f5d-92f1-a8c382374a5b with identifier: 7009133auction111129 to the API
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009133/photo_001/780x0__r.jpg?hash=1774617723>
{'auction_title': '',
'c_o_2_emission_value': 76,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.8L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'd460b451-e5e8-5f5d-92f1-a8c382374a5b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009133',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Toyota',
'model': 'Corolla',
'odometer': 146470,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'TOYOTA Corolla Touring Sports / 2018 / 5P / Break Hybride 122h '
'Dynamic Business',
'transmission': 'automatic',
'trim': 'TOYOTA Touring Sports / 2018 / 5P / Break Hybride 122h Dynamic '
'Business',
'vin': None,
'year': 2020}
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009133auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [ecarstrade.be] INFO: Saving data for 7009133auction111129: {'created_time': 1774624601.674525, 'last_price_update_time': 1774624601.674538, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009133auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:41 [ecarstrade.be] INFO: Extracting details for car 7009110auction111129
2026-03-27 15:16:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009053> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129
2026-03-27 15:16:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 302a6385-ad90-56b9-a945-705d642f88b6 with scrape type 1
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009110%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617686%27 HTTP/1.1" 200 None
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_001/780x0__r.jpg?hash=1774617686 not downloaded yet
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item be9b1f93-7607-531b-893b-5aabb6e5769d
2026-03-27 15:16:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: be9b1f93-7607-531b-893b-5aabb6e5769d, skipping ID generation
2026-03-27 15:16:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item be9b1f93-7607-531b-893b-5aabb6e5769d with scrape type 1
2026-03-27 15:16:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item be9b1f93-7607-531b-893b-5aabb6e5769d sending to next pipeline
2026-03-27 15:16:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: be9b1f93-7607-531b-893b-5aabb6e5769d, identifier: 7009037auction111129
2026-03-27 15:16:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129
2026-03-27 15:16:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129
2026-03-27 15:16:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: be9b1f93-7607-531b-893b-5aabb6e5769d with identifier: 7009037auction111129 to the API
2026-03-27 15:16:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:42 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009037/photo_001/780x0__r.jpg?hash=1774617558>
{'auction_title': '',
'c_o_2_emission_value': 138,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'be9b1f93-7607-531b-893b-5aabb6e5769d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009037',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Mercedes',
'model': 'B 180',
'odometer': 148692,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace B 180 d Business '
'Line Edition BA8',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe B / 2019 / 5P / monospace d Business Line '
'Edition BA8',
'vin': None,
'year': 2021}
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009037auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [ecarstrade.be] INFO: Saving data for 7009037auction111129: {'created_time': 1774624602.208932, 'last_price_update_time': 1774624602.208944, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009037auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_005/780x0__r.jpg?hash=1774617702> (referer: https://ecarstrade.com/cars/7009120)
2026-03-27 15:16:42 [ecarstrade.be] INFO: Extracting details for car 7009053auction111129
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009110%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617686%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_002/780x0__r.jpg?hash=1774617686 not downloaded yet
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_004/780x0__r.jpg?hash=1774617702> (referer: https://ecarstrade.com/cars/7009120)
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009110%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617687%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_003/780x0__r.jpg?hash=1774617687 not downloaded yet
2026-03-27 15:16:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129
2026-03-27 15:16:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb2c3432-6f63-5874-9407-b7f38735ddf9 with scrape type 1
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009053%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617585%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_001/780x0__r.jpg?hash=1774617585 not downloaded yet
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009110%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617686%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_004/780x0__r.jpg?hash=1774617686 not downloaded yet
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009053%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617584%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_002/780x0__r.jpg?hash=1774617584 not downloaded yet
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009110%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617686%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_005/780x0__r.jpg?hash=1774617686 not downloaded yet
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009053%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617584%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_003/780x0__r.jpg?hash=1774617584 not downloaded yet
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009110%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617686%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_006/780x0__r.jpg?hash=1774617686 not downloaded yet
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009053%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617584%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_004/780x0__r.jpg?hash=1774617584 not downloaded yet
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_002/780x0__r.jpg?hash=1774617702> (referer: https://ecarstrade.com/cars/7009120)
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_003/780x0__r.jpg?hash=1774617702> (referer: https://ecarstrade.com/cars/7009120)
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009053%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617585%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_005/780x0__r.jpg?hash=1774617585 not downloaded yet
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009053%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617584%27 HTTP/1.1" 200 None
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_006/780x0__r.jpg?hash=1774617584 not downloaded yet
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_006/780x0__r.jpg?hash=1774617690> (referer: https://ecarstrade.com/cars/7009112)
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_001/780x0__r.jpg?hash=1774617702> (referer: https://ecarstrade.com/cars/7009120)
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_005/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009079)
2026-03-27 15:16:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_006/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009079)
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173
2026-03-27 15:16:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173, skipping ID generation
2026-03-27 15:16:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with scrape type 1
2026-03-27 15:16:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 sending to next pipeline
2026-03-27 15:16:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173, identifier: 7009120auction111129
2026-03-27 15:16:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129
2026-03-27 15:16:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129
2026-03-27 15:16:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eccdbaeb-7beb-5399-a0d6-81d9e4ad1173 with identifier: 7009120auction111129 to the API
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009120/photo_001/780x0__r.jpg?hash=1774617702>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'eccdbaeb-7beb-5399-a0d6-81d9e4ad1173',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009120',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 180889,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Karoq Business 2.0 TDI 115CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Business 2.0 TDI 115CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009120auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Saving data for 7009120auction111129: {'created_time': 1774624603.034065, 'last_price_update_time': 1774624603.034077, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009120auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_003/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009079)
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_004/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009079)
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page143?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_001/780x0__r.jpg?hash=1774617686> (referer: https://ecarstrade.com/cars/7009110)
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_006/780x0__r.jpg?hash=1774617686> (referer: https://ecarstrade.com/cars/7009110)
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_002/780x0__r.jpg?hash=1774617686> (referer: https://ecarstrade.com/cars/7009110)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_006/780x0__r.jpg?hash=1774617584> (referer: https://ecarstrade.com/cars/7009053)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7009012auction111129
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7009012auction111129: 0
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7009083auction111129
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7009083auction111129: 0
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7009008auction111129
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7009008auction111129: 1
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_004/780x0__r.jpg?hash=1774617584> (referer: https://ecarstrade.com/cars/7009053)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7009077auction111129
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7009077auction111129: 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_005/780x0__r.jpg?hash=1774617585> (referer: https://ecarstrade.com/cars/7009053)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7009086auction111129
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7009086auction111129: 1
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7009085auction111129
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7009085auction111129: 1
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_003/780x0__r.jpg?hash=1774617584> (referer: https://ecarstrade.com/cars/7009053)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008597auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008597auction111122: 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_005/780x0__r.jpg?hash=1774617686> (referer: https://ecarstrade.com/cars/7009110)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008598auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008598auction111122: 1
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_002/780x0__r.jpg?hash=1774617584> (referer: https://ecarstrade.com/cars/7009053)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008599auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008599auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008599auction111122: 1
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008600auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008600auction111122: 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008601auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008601auction111122: 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_004/780x0__r.jpg?hash=1774617686> (referer: https://ecarstrade.com/cars/7009110)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008604auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008604auction111122: 1
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_003/780x0__r.jpg?hash=1774617687> (referer: https://ecarstrade.com/cars/7009110)
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_001/780x0__r.jpg?hash=1774617585> (referer: https://ecarstrade.com/cars/7009053)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008606auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008606auction111122: 1
2026-03-27 15:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008607auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008607auction111122: 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008608auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008608auction111122: 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008609auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008609auction111122: 1
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008610auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008610auction111122: 1
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_002/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009079)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008611auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008611auction111122: 1
2026-03-27 15:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_001/780x0__r.jpg?hash=1774617631> (referer: https://ecarstrade.com/cars/7009079)
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008612auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008612auction111122: 1
2026-03-27 15:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009021> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 302a6385-ad90-56b9-a945-705d642f88b6
2026-03-27 15:16:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 302a6385-ad90-56b9-a945-705d642f88b6, skipping ID generation
2026-03-27 15:16:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 302a6385-ad90-56b9-a945-705d642f88b6 with scrape type 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 302a6385-ad90-56b9-a945-705d642f88b6 sending to next pipeline
2026-03-27 15:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 302a6385-ad90-56b9-a945-705d642f88b6, identifier: 7009110auction111129
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item eb2c3432-6f63-5874-9407-b7f38735ddf9
2026-03-27 15:16:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: eb2c3432-6f63-5874-9407-b7f38735ddf9, skipping ID generation
2026-03-27 15:16:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item eb2c3432-6f63-5874-9407-b7f38735ddf9 with scrape type 1
2026-03-27 15:16:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item eb2c3432-6f63-5874-9407-b7f38735ddf9 sending to next pipeline
2026-03-27 15:16:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: eb2c3432-6f63-5874-9407-b7f38735ddf9, identifier: 7009053auction111129
2026-03-27 15:16:43 [ecarstrade.be] INFO: Extracting details for car 7009021auction111129
2026-03-27 15:16:43 [ecarstrade.be] INFO: Found listing with ID: 7008613auction111122
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:43 [ecarstrade.be] INFO: Scrape type for 7008613auction111122: 1
2026-03-27 15:16:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129
2026-03-27 15:16:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129
2026-03-27 15:16:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 302a6385-ad90-56b9-a945-705d642f88b6 with identifier: 7009110auction111129 to the API
2026-03-27 15:16:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009110/photo_003/780x0__r.jpg?hash=1774617687>
{'auction_title': '',
'c_o_2_emission_value': 29,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': '302a6385-ad90-56b9-a945-705d642f88b6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009110',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 138209,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate / 2020 / 5P / Break Business E-TECH Plug-in '
'Hybride 160',
'vin': None,
'year': 2021}
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:44 [ecarstrade.be] INFO: Saving data for 7009110auction111129: {'created_time': 1774624604.20671, 'last_price_update_time': 1774624604.206724, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009110auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129
2026-03-27 15:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129
2026-03-27 15:16:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: eb2c3432-6f63-5874-9407-b7f38735ddf9 with identifier: 7009053auction111129 to the API
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009053/photo_001/780x0__r.jpg?hash=1774617585>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'eb2c3432-6f63-5874-9407-b7f38735ddf9',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009053',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 175968,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Active Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:44 [ecarstrade.be] INFO: Saving data for 7009053auction111129: {'created_time': 1774624604.619928, 'last_price_update_time': 1774624604.61997, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009053auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e33b6249-1258-5fee-8277-26d57cf0576c
2026-03-27 15:16:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e33b6249-1258-5fee-8277-26d57cf0576c, skipping ID generation
2026-03-27 15:16:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e33b6249-1258-5fee-8277-26d57cf0576c with scrape type 1
2026-03-27 15:16:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e33b6249-1258-5fee-8277-26d57cf0576c sending to next pipeline
2026-03-27 15:16:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e33b6249-1258-5fee-8277-26d57cf0576c, identifier: 7009079auction111129
2026-03-27 15:16:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129
2026-03-27 15:16:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with scrape type 1
2026-03-27 15:16:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009021%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_001/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129
2026-03-27 15:16:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129
2026-03-27 15:16:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e33b6249-1258-5fee-8277-26d57cf0576c with identifier: 7009079auction111129 to the API
2026-03-27 15:16:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009079/photo_001/780x0__r.jpg?hash=1774617631>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'e33b6249-1258-5fee-8277-26d57cf0576c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009079',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '308',
'odometer': 168731,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-02-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Active Pack 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Pack 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:45 [ecarstrade.be] INFO: Saving data for 7009079auction111129: {'created_time': 1774624605.853753, 'last_price_update_time': 1774624605.853762, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009079auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009021%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_002/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009021%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_003/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009021%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_004/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009021%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617526%27 HTTP/1.1" 200 None
2026-03-27 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_005/780x0__r.jpg?hash=1774617526 not downloaded yet
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009021%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_006/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009100> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:47 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:47 [ecarstrade.be] INFO: Extracting details for car 7009100auction111129
2026-03-27 15:16:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129
2026-03-27 15:16:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381296da-35cd-5905-9188-fcace6f61b01 with scrape type 1
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009100%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_001/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009100%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_002/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009100%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_003/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009100%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_004/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009100%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_005/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009100%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617672%27 HTTP/1.1" 200 None
2026-03-27 15:16:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_006/780x0__r.jpg?hash=1774617672 not downloaded yet
2026-03-27 15:16:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009091> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:48 [ecarstrade.be] INFO: Extracting details for car 7009091auction111129
2026-03-27 15:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129
2026-03-27 15:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6948fab4-73b5-5e65-ab47-5839bab58610 with scrape type 1
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009091%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617654%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_001/780x0__r.jpg?hash=1774617654 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009091%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617654%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_002/780x0__r.jpg?hash=1774617654 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009091%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617654%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_003/780x0__r.jpg?hash=1774617654 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009091%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617654%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_004/780x0__r.jpg?hash=1774617654 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009091%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617654%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_005/780x0__r.jpg?hash=1774617654 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009091%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617654%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_006/780x0__r.jpg?hash=1774617654 not downloaded yet
2026-03-27 15:16:48 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009020> (referer: https://ecarstrade.com/search/page138?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:48 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:48 [ecarstrade.be] INFO: Extracting details for car 7009020auction111129
2026-03-27 15:16:48 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129
2026-03-27 15:16:48 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with scrape type 1
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009020%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_001/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009020%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_002/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009020%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_003/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009020%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617524%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_004/780x0__r.jpg?hash=1774617524 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009020%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:48 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_005/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:48 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:49 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009020%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617525%27 HTTP/1.1" 200 None
2026-03-27 15:16:49 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_006/780x0__r.jpg?hash=1774617525 not downloaded yet
2026-03-27 15:16:50 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009056> (referer: https://ecarstrade.com/search/page140?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:50 [ecarstrade.be] INFO: Extracting details for car 7009056auction111129
2026-03-27 15:16:50 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129
2026-03-27 15:16:50 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44a2df9-40bd-5136-90be-4700d157d879 with scrape type 1
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009056%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_001/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009056%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_002/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009056%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_003/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009056%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_004/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009056%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_005/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16: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%252F7009056%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617589%27 HTTP/1.1" 200 None
2026-03-27 15:16:50 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_006/780x0__r.jpg?hash=1774617589 not downloaded yet
2026-03-27 15:16:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009077> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:52 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:52 [ecarstrade.be] INFO: Extracting details for car 7009077auction111129
2026-03-27 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129
2026-03-27 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371b06ed-df72-5b25-b664-8ed3920ae863 with scrape type 1
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009077%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617626%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_001/780x0__r.jpg?hash=1774617626 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009077%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617626%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_002/780x0__r.jpg?hash=1774617626 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009077%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617626%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_003/780x0__r.jpg?hash=1774617626 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009077%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617626%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_004/780x0__r.jpg?hash=1774617626 not downloaded yet
2026-03-27 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009085> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009077%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617626%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_005/780x0__r.jpg?hash=1774617626 not downloaded yet
2026-03-27 15:16:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009077%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617627%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_006/780x0__r.jpg?hash=1774617627 not downloaded yet
2026-03-27 15:16:53 [ecarstrade.be] INFO: Extracting details for car 7009085auction111129
2026-03-27 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129
2026-03-27 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3435c489-ba02-5339-8759-54feb5f04160 with scrape type 1
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009085%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617640%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_001/780x0__r.jpg?hash=1774617640 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009085%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617640%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_002/780x0__r.jpg?hash=1774617640 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009085%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617640%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_003/780x0__r.jpg?hash=1774617640 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009085%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617640%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_004/780x0__r.jpg?hash=1774617640 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009085%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617640%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_005/780x0__r.jpg?hash=1774617640 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009085%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617640%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_006/780x0__r.jpg?hash=1774617640 not downloaded yet
2026-03-27 15:16:53 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009008> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:53 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:53 [ecarstrade.be] INFO: Extracting details for car 7009008auction111129
2026-03-27 15:16:53 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129
2026-03-27 15:16:53 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with scrape type 1
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009008%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617495%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_001/780x0__r.jpg?hash=1774617495 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009008%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617495%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_002/780x0__r.jpg?hash=1774617495 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009008%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617495%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_003/780x0__r.jpg?hash=1774617495 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009008%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617495%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_004/780x0__r.jpg?hash=1774617495 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009008%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617495%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_005/780x0__r.jpg?hash=1774617495 not downloaded yet
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009008%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617495%27 HTTP/1.1" 200 None
2026-03-27 15:16:53 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_006/780x0__r.jpg?hash=1774617495 not downloaded yet
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008601> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:55 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008598> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:55 [ecarstrade.be] INFO: Extracting details for car 7008601auction111122
2026-03-27 15:16:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122
2026-03-27 15:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 with scrape type 1
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008601%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611683%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_000/780x0__r.jpg?hash=1774611683 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008601%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611684%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_001/780x0__r.jpg?hash=1774611684 not downloaded yet
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_006/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009021)
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008601%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611684%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_002/780x0__r.jpg?hash=1774611684 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008601%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611684%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_003/780x0__r.jpg?hash=1774611684 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008601%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611685%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_004/780x0__r.jpg?hash=1774611685 not downloaded yet
2026-03-27 15:16:55 [ecarstrade.be] INFO: Extracting details for car 7008598auction111122
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_006/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009100)
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008601%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611685%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_005/780x0__r.jpg?hash=1774611685 not downloaded yet
2026-03-27 15:16:55 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122
2026-03-27 15:16:55 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with scrape type 1
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008598%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611633%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_000/780x0__r.jpg?hash=1774611633 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008598%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611633%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_001/780x0__r.jpg?hash=1774611633 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008598%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611633%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_002/780x0__r.jpg?hash=1774611633 not downloaded yet
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008598%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611633%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_003/780x0__r.jpg?hash=1774611633 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008598%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611634%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_004/780x0__r.jpg?hash=1774611634 not downloaded yet
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:55 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008598%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611634%27 HTTP/1.1" 200 None
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_005/780x0__r.jpg?hash=1774611634 not downloaded yet
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_006/780x0__r.jpg?hash=1774617654> (referer: https://ecarstrade.com/cars/7009091)
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_006/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009020)
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_006/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009056)
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_004/780x0__r.jpg?hash=1774617626> (referer: https://ecarstrade.com/cars/7009077)
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:16:55 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_006/780x0__r.jpg?hash=1774617640> (referer: https://ecarstrade.com/cars/7009085)
2026-03-27 15:16:55 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_006/780x0__r.jpg?hash=1774617495> (referer: https://ecarstrade.com/cars/7009008)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_005/780x0__r.jpg?hash=1774617495> (referer: https://ecarstrade.com/cars/7009008)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_001/780x0__r.jpg?hash=1774611684> (referer: https://ecarstrade.com/cars/7008601)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_004/780x0__r.jpg?hash=1774611685> (referer: https://ecarstrade.com/cars/7008601)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_005/780x0__r.jpg?hash=1774611634> (referer: https://ecarstrade.com/cars/7008598)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_004/780x0__r.jpg?hash=1774611634> (referer: https://ecarstrade.com/cars/7008598)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_003/780x0__r.jpg?hash=1774611633> (referer: https://ecarstrade.com/cars/7008598)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_002/780x0__r.jpg?hash=1774611633> (referer: https://ecarstrade.com/cars/7008598)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_001/780x0__r.jpg?hash=1774611633> (referer: https://ecarstrade.com/cars/7008598)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_000/780x0__r.jpg?hash=1774611633> (referer: https://ecarstrade.com/cars/7008598)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_005/780x0__r.jpg?hash=1774611685> (referer: https://ecarstrade.com/cars/7008601)
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 407e16b8-71c2-5af5-a9fb-7740cc171ab8
2026-03-27 15:16:56 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 407e16b8-71c2-5af5-a9fb-7740cc171ab8, skipping ID generation
2026-03-27 15:16:56 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with scrape type 1
2026-03-27 15:16:56 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 407e16b8-71c2-5af5-a9fb-7740cc171ab8 sending to next pipeline
2026-03-27 15:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 407e16b8-71c2-5af5-a9fb-7740cc171ab8, identifier: 7008598auction111122
2026-03-27 15:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122
2026-03-27 15:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122
2026-03-27 15:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 407e16b8-71c2-5af5-a9fb-7740cc171ab8 with identifier: 7008598auction111122 to the API
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:57 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008598/photo_000/780x0__r.jpg?hash=1774611633>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '407e16b8-71c2-5af5-a9fb-7740cc171ab8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008598',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'E-TRON',
'odometer': 141218,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-23',
'seats_number': None,
'seller_name': None,
'title': 'Audi E-Tron E-Tron 55 Quattro Advanced 300kW/408pk 5D/P Auto-1',
'transmission': 'automatic',
'trim': 'E-Tron E-Tron 55 Quattro Advanced 300kW/408pk 5D/P Auto-1',
'vin': None,
'year': 2022}
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [ecarstrade.be] INFO: Saving data for 7008598auction111122: {'created_time': 1774624617.475214, 'last_price_update_time': 1774624617.475223, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008598auction111122') HTTP/1.1" 204 0
2026-03-27 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_003/780x0__r.jpg?hash=1774611684> (referer: https://ecarstrade.com/cars/7008601)
2026-03-27 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008604> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_000/780x0__r.jpg?hash=1774611683> (referer: https://ecarstrade.com/cars/7008601)
2026-03-27 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_002/780x0__r.jpg?hash=1774611684> (referer: https://ecarstrade.com/cars/7008601)
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:57 [ecarstrade.be] INFO: Extracting details for car 7008604auction111122
2026-03-27 15:16:57 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122
2026-03-27 15:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c392cb48-6c64-5af6-826a-1ae9b767aff6 with scrape type 1
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008604%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611725%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_000/780x0__r.jpg?hash=1774611725 not downloaded yet
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008604%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611725%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_001/780x0__r.jpg?hash=1774611725 not downloaded yet
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008604%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611725%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_002/780x0__r.jpg?hash=1774611725 not downloaded yet
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_004/780x0__r.jpg?hash=1774617495> (referer: https://ecarstrade.com/cars/7009008)
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008604%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611725%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_003/780x0__r.jpg?hash=1774611725 not downloaded yet
2026-03-27 15:16:57 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_003/780x0__r.jpg?hash=1774617495> (referer: https://ecarstrade.com/cars/7009008)
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008604%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611725%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_004/780x0__r.jpg?hash=1774611725 not downloaded yet
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008604%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611725%27 HTTP/1.1" 200 None
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_005/780x0__r.jpg?hash=1774611725 not downloaded yet
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8eaeecd-6528-5199-a9d0-8e103cf1d023
2026-03-27 15:16:57 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8eaeecd-6528-5199-a9d0-8e103cf1d023, skipping ID generation
2026-03-27 15:16:57 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 with scrape type 1
2026-03-27 15:16:57 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8eaeecd-6528-5199-a9d0-8e103cf1d023 sending to next pipeline
2026-03-27 15:16:57 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8eaeecd-6528-5199-a9d0-8e103cf1d023, identifier: 7008601auction111122
2026-03-27 15:16:57 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122
2026-03-27 15:16:57 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122
2026-03-27 15:16:57 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8eaeecd-6528-5199-a9d0-8e103cf1d023 with identifier: 7008601auction111122 to the API
2026-03-27 15:16:57 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008601/photo_002/780x0__r.jpg?hash=1774611684>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8eaeecd-6528-5199-a9d0-8e103cf1d023',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008601',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 91253,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-10-02',
'seats_number': None,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 1 Reeks Hatch 116d (85 kW) 85kW/116pk 5D/P Man-6 '
'(4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 1 Reeks Hatch d (85 kW) 85kW/pk 5D/P Man-6 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:16:58 [ecarstrade.be] INFO: Saving data for 7008601auction111122: {'created_time': 1774624618.269412, 'last_price_update_time': 1774624618.269423, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008601auction111122') HTTP/1.1" 204 0
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_002/780x0__r.jpg?hash=1774617495> (referer: https://ecarstrade.com/cars/7009008)
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_001/780x0__r.jpg?hash=1774617495> (referer: https://ecarstrade.com/cars/7009008)
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_005/780x0__r.jpg?hash=1774617640> (referer: https://ecarstrade.com/cars/7009085)
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_004/780x0__r.jpg?hash=1774617640> (referer: https://ecarstrade.com/cars/7009085)
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b9a51089-1bd3-5338-98b0-b2ec1cf759c7
2026-03-27 15:16:58 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b9a51089-1bd3-5338-98b0-b2ec1cf759c7, skipping ID generation
2026-03-27 15:16:58 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with scrape type 1
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b9a51089-1bd3-5338-98b0-b2ec1cf759c7 sending to next pipeline
2026-03-27 15:16:58 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b9a51089-1bd3-5338-98b0-b2ec1cf759c7, identifier: 7009008auction111129
2026-03-27 15:16:58 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129
2026-03-27 15:16:58 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129
2026-03-27 15:16:58 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b9a51089-1bd3-5338-98b0-b2ec1cf759c7 with identifier: 7009008auction111129 to the API
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:58 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009008/photo_001/780x0__r.jpg?hash=1774617495>
{'auction_title': '',
'c_o_2_emission_value': 111,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'b9a51089-1bd3-5338-98b0-b2ec1cf759c7',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009008',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Citroen',
'model': 'C3',
'odometer': 149093,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': 'C3 Feel Pack 1.5 BlueHDI 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Feel Pack 1.5 BlueHDI 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:58 [ecarstrade.be] INFO: Saving data for 7009008auction111129: {'created_time': 1774624618.791543, 'last_price_update_time': 1774624618.791556, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:58 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009008auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_003/780x0__r.jpg?hash=1774617640> (referer: https://ecarstrade.com/cars/7009085)
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_002/780x0__r.jpg?hash=1774617640> (referer: https://ecarstrade.com/cars/7009085)
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_006/780x0__r.jpg?hash=1774617627> (referer: https://ecarstrade.com/cars/7009077)
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:58 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_001/780x0__r.jpg?hash=1774617640> (referer: https://ecarstrade.com/cars/7009085)
2026-03-27 15:16:58 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_003/780x0__r.jpg?hash=1774611725> (referer: https://ecarstrade.com/cars/7008604)
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_002/780x0__r.jpg?hash=1774611725> (referer: https://ecarstrade.com/cars/7008604)
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3435c489-ba02-5339-8759-54feb5f04160
2026-03-27 15:16:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3435c489-ba02-5339-8759-54feb5f04160, skipping ID generation
2026-03-27 15:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3435c489-ba02-5339-8759-54feb5f04160 with scrape type 1
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3435c489-ba02-5339-8759-54feb5f04160 sending to next pipeline
2026-03-27 15:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3435c489-ba02-5339-8759-54feb5f04160, identifier: 7009085auction111129
2026-03-27 15:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129
2026-03-27 15:16:59 [crawlers.pipelines.translation_pipeline] INFO: Saving translations to Azure Table Storage
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /Translations(PartitionKey='en',RowKey='en') HTTP/1.1" 204 0
2026-03-27 15:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129
2026-03-27 15:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3435c489-ba02-5339-8759-54feb5f04160 with identifier: 7009085auction111129 to the API
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:16:59 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009085/photo_001/780x0__r.jpg?hash=1774617640>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '3435c489-ba02-5339-8759-54feb5f04160',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009085',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 151202,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-09-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Allure 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'SW Allure 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:16:59 [ecarstrade.be] INFO: Saving data for 7009085auction111129: {'created_time': 1774624619.436749, 'last_price_update_time': 1774624619.436763, 'auction_closing_time': 1774878000.0}
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009085auction111129') HTTP/1.1" 204 0
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_005/780x0__r.jpg?hash=1774611725> (referer: https://ecarstrade.com/cars/7008604)
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_004/780x0__r.jpg?hash=1774611725> (referer: https://ecarstrade.com/cars/7008604)
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_001/780x0__r.jpg?hash=1774611725> (referer: https://ecarstrade.com/cars/7008604)
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_000/780x0__r.jpg?hash=1774611725> (referer: https://ecarstrade.com/cars/7008604)
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_005/780x0__r.jpg?hash=1774617626> (referer: https://ecarstrade.com/cars/7009077)
2026-03-27 15:16:59 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_003/780x0__r.jpg?hash=1774617626> (referer: https://ecarstrade.com/cars/7009077)
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c392cb48-6c64-5af6-826a-1ae9b767aff6
2026-03-27 15:16:59 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c392cb48-6c64-5af6-826a-1ae9b767aff6, skipping ID generation
2026-03-27 15:16:59 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c392cb48-6c64-5af6-826a-1ae9b767aff6 with scrape type 1
2026-03-27 15:16:59 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c392cb48-6c64-5af6-826a-1ae9b767aff6 sending to next pipeline
2026-03-27 15:16:59 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c392cb48-6c64-5af6-826a-1ae9b767aff6, identifier: 7008604auction111122
2026-03-27 15:16:59 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122
2026-03-27 15:16:59 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122
2026-03-27 15:16:59 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c392cb48-6c64-5af6-826a-1ae9b767aff6 with identifier: 7008604auction111122 to the API
2026-03-27 15:16:59 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:00 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008604/photo_000/780x0__r.jpg?hash=1774611725>
{'auction_title': '',
'c_o_2_emission_value': 40,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c392cb48-6c64-5af6-826a-1ae9b767aff6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008604',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X1',
'odometer': 100396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-13',
'seats_number': None,
'seller_name': None,
'title': 'BMW X1 X1 xDrive25e (162 kW) (PHEV) 162kW/220pk 5D/P Auto-6',
'transmission': 'automatic',
'trim': 'xDrive25e (162 kW) (PHEV) 162kW/220pk 5D/P Auto-6',
'vin': None,
'year': 2021}
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:00 [ecarstrade.be] INFO: Saving data for 7008604auction111122: {'created_time': 1774624620.5207, 'last_price_update_time': 1774624620.520712, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008604auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_002/780x0__r.jpg?hash=1774617626> (referer: https://ecarstrade.com/cars/7009077)
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_001/780x0__r.jpg?hash=1774617626> (referer: https://ecarstrade.com/cars/7009077)
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008600> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008610> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:17:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_005/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009056)
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_003/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009056)
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_004/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009056)
2026-03-27 15:17:00 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_002/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009056)
2026-03-27 15:17:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:17:00 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 371b06ed-df72-5b25-b664-8ed3920ae863
2026-03-27 15:17:00 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 371b06ed-df72-5b25-b664-8ed3920ae863, skipping ID generation
2026-03-27 15:17:00 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 371b06ed-df72-5b25-b664-8ed3920ae863 with scrape type 1
2026-03-27 15:17:00 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 371b06ed-df72-5b25-b664-8ed3920ae863 sending to next pipeline
2026-03-27 15:17:00 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 371b06ed-df72-5b25-b664-8ed3920ae863, identifier: 7009077auction111129
2026-03-27 15:17:00 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129
2026-03-27 15:17:00 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129
2026-03-27 15:17:00 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 371b06ed-df72-5b25-b664-8ed3920ae863 with identifier: 7009077auction111129 to the API
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:00 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009077/photo_001/780x0__r.jpg?hash=1774617626>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '371b06ed-df72-5b25-b664-8ed3920ae863',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009077',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '308',
'odometer': 178663,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-11-01',
'seats_number': 5,
'seller_name': None,
'title': '308 Active Business 1.5 HDI 100CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDI 100CV BVM6 E6dT',
'vin': None,
'year': 2018}
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [ecarstrade.be] INFO: Saving data for 7009077auction111129: {'created_time': 1774624621.075267, 'last_price_update_time': 1774624621.07528, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009077auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_001/780x0__r.jpg?hash=1774617589> (referer: https://ecarstrade.com/cars/7009056)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_005/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009020)
2026-03-27 15:17:01 [ecarstrade.be] INFO: Extracting details for car 7008600auction111122
2026-03-27 15:17:01 [ecarstrade.be] INFO: Extracting details for car 7008610auction111122
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_004/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009020)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_003/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009020)
2026-03-27 15:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122
2026-03-27 15:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7f389-145c-5932-9834-baac2e3dacaf with scrape type 1
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008600%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611659%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_000/780x0__r.jpg?hash=1774611659 not downloaded yet
2026-03-27 15:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122
2026-03-27 15:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6cb058-dc39-5926-9440-5a346709ca47 with scrape type 1
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008610%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611808%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_000/780x0__r.jpg?hash=1774611808 not downloaded yet
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008600%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611659%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_001/780x0__r.jpg?hash=1774611659 not downloaded yet
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008610%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611808%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_001/780x0__r.jpg?hash=1774611808 not downloaded yet
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008597> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008600%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611659%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_002/780x0__r.jpg?hash=1774611659 not downloaded yet
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008610%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611808%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_002/780x0__r.jpg?hash=1774611808 not downloaded yet
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_005/780x0__r.jpg?hash=1774617654> (referer: https://ecarstrade.com/cars/7009091)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_004/780x0__r.jpg?hash=1774617654> (referer: https://ecarstrade.com/cars/7009091)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_002/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009020)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_001/780x0__r.jpg?hash=1774617524> (referer: https://ecarstrade.com/cars/7009020)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_003/780x0__r.jpg?hash=1774617654> (referer: https://ecarstrade.com/cars/7009091)
2026-03-27 15:17:01 [ecarstrade.be] INFO: Extracting details for car 7008597auction111122
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008600%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611659%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_003/780x0__r.jpg?hash=1774611659 not downloaded yet
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008610%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611808%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_003/780x0__r.jpg?hash=1774611808 not downloaded yet
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f44a2df9-40bd-5136-90be-4700d157d879
2026-03-27 15:17:01 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f44a2df9-40bd-5136-90be-4700d157d879, skipping ID generation
2026-03-27 15:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f44a2df9-40bd-5136-90be-4700d157d879 with scrape type 1
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f44a2df9-40bd-5136-90be-4700d157d879 sending to next pipeline
2026-03-27 15:17:01 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f44a2df9-40bd-5136-90be-4700d157d879, identifier: 7009056auction111129
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:17:01 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129
2026-03-27 15:17:01 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129
2026-03-27 15:17:01 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f44a2df9-40bd-5136-90be-4700d157d879 with identifier: 7009056auction111129 to the API
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:01 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009056/photo_001/780x0__r.jpg?hash=1774617589>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'f44a2df9-40bd-5136-90be-4700d157d879',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009056',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '2008',
'odometer': 133890,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Active Business 1.2 PureTech 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Active Business 1.2 PureTech 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [ecarstrade.be] INFO: Saving data for 7009056auction111129: {'created_time': 1774624621.84384, 'last_price_update_time': 1774624621.843852, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009056auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008600%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611660%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_004/780x0__r.jpg?hash=1774611660 not downloaded yet
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008610%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611808%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_004/780x0__r.jpg?hash=1774611808 not downloaded yet
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:17:01 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122
2026-03-27 15:17:01 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f75b26-391c-5396-807a-7f269a7ddab3 with scrape type 1
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008597%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611621%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_000/780x0__r.jpg?hash=1774611621 not downloaded yet
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_001/780x0__r.jpg?hash=1774617654> (referer: https://ecarstrade.com/cars/7009091)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_005/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009100)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_002/780x0__r.jpg?hash=1774617654> (referer: https://ecarstrade.com/cars/7009091)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_004/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009100)
2026-03-27 15:17:01 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_003/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009100)
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008600%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611660%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_005/780x0__r.jpg?hash=1774611660 not downloaded yet
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008610%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611808%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_005/780x0__r.jpg?hash=1774611808 not downloaded yet
2026-03-27 15:17:01 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008597%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611621%27 HTTP/1.1" 200 None
2026-03-27 15:17:01 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_001/780x0__r.jpg?hash=1774611621 not downloaded yet
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 006ddb34-13a2-5ec8-a435-abf14d6b9f69
2026-03-27 15:17:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 006ddb34-13a2-5ec8-a435-abf14d6b9f69, skipping ID generation
2026-03-27 15:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with scrape type 1
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 006ddb34-13a2-5ec8-a435-abf14d6b9f69 sending to next pipeline
2026-03-27 15:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 006ddb34-13a2-5ec8-a435-abf14d6b9f69, identifier: 7009020auction111129
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_000/780x0__r.jpg?hash=1774611808> (referer: https://ecarstrade.com/cars/7008610)
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008597%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611621%27 HTTP/1.1" 200 None
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_002/780x0__r.jpg?hash=1774611621 not downloaded yet
2026-03-27 15:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129
2026-03-27 15:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129
2026-03-27 15:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 006ddb34-13a2-5ec8-a435-abf14d6b9f69 with identifier: 7009020auction111129 to the API
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:02 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009020/photo_001/780x0__r.jpg?hash=1774617524>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '006ddb34-13a2-5ec8-a435-abf14d6b9f69',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009020',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 175248,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga Titanium Hybrid 2.5 190CV BVA1 E6dT',
'transmission': 'automatic',
'trim': 'Titanium Hybrid 2.5 190CV BVA1 E6dT',
'vin': None,
'year': 2023}
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:02 [ecarstrade.be] INFO: Saving data for 7009020auction111129: {'created_time': 1774624622.689978, 'last_price_update_time': 1774624622.689991, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009020auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_002/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009100)
2026-03-27 15:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_001/780x0__r.jpg?hash=1774617672> (referer: https://ecarstrade.com/cars/7009100)
2026-03-27 15:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_002/780x0__r.jpg?hash=1774611808> (referer: https://ecarstrade.com/cars/7008610)
2026-03-27 15:17:02 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_002/780x0__r.jpg?hash=1774611659> (referer: https://ecarstrade.com/cars/7008600)
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008597%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611621%27 HTTP/1.1" 200 None
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_003/780x0__r.jpg?hash=1774611621 not downloaded yet
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6948fab4-73b5-5e65-ab47-5839bab58610
2026-03-27 15:17:02 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6948fab4-73b5-5e65-ab47-5839bab58610, skipping ID generation
2026-03-27 15:17:02 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6948fab4-73b5-5e65-ab47-5839bab58610 with scrape type 1
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6948fab4-73b5-5e65-ab47-5839bab58610 sending to next pipeline
2026-03-27 15:17:02 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6948fab4-73b5-5e65-ab47-5839bab58610, identifier: 7009091auction111129
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:17:02 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:17:02 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129
2026-03-27 15:17:02 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129
2026-03-27 15:17:02 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6948fab4-73b5-5e65-ab47-5839bab58610 with identifier: 7009091auction111129 to the API
2026-03-27 15:17:02 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009091/photo_002/780x0__r.jpg?hash=1774617654>
{'auction_title': '',
'c_o_2_emission_value': 101,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '6948fab4-73b5-5e65-ab47-5839bab58610',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009091',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Peugeot',
'model': '5008',
'odometer': 135403,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-09-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVA8 7 Sieges E6',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 7 Sieges E6',
'vin': None,
'year': 2018}
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [ecarstrade.be] INFO: Saving data for 7009091auction111129: {'created_time': 1774624623.260537, 'last_price_update_time': 1774624623.260549, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009091auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_001/780x0__r.jpg?hash=1774611659> (referer: https://ecarstrade.com/cars/7008600)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_001/780x0__r.jpg?hash=1774611808> (referer: https://ecarstrade.com/cars/7008610)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_000/780x0__r.jpg?hash=1774611659> (referer: https://ecarstrade.com/cars/7008600)
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008597%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611621%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_004/780x0__r.jpg?hash=1774611621 not downloaded yet
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_003/780x0__r.jpg?hash=1774611659> (referer: https://ecarstrade.com/cars/7008600)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_003/780x0__r.jpg?hash=1774611808> (referer: https://ecarstrade.com/cars/7008610)
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 381296da-35cd-5905-9188-fcace6f61b01
2026-03-27 15:17:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 381296da-35cd-5905-9188-fcace6f61b01, skipping ID generation
2026-03-27 15:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 381296da-35cd-5905-9188-fcace6f61b01 with scrape type 1
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 381296da-35cd-5905-9188-fcace6f61b01 sending to next pipeline
2026-03-27 15:17:03 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 381296da-35cd-5905-9188-fcace6f61b01, identifier: 7009100auction111129
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008597%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611621%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_005/780x0__r.jpg?hash=1774611621 not downloaded yet
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008612> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:03 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129
2026-03-27 15:17:03 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129
2026-03-27 15:17:03 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 381296da-35cd-5905-9188-fcace6f61b01 with identifier: 7009100auction111129 to the API
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:03 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009100/photo_001/780x0__r.jpg?hash=1774617672>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '381296da-35cd-5905-9188-fcace6f61b01',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009100',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Arkana',
'odometer': 155938,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-01',
'seats_number': 5,
'seller_name': None,
'title': 'Arkana Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'Business 1.6 E-TECH Hybrid 145CV BVA6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [ecarstrade.be] INFO: Saving data for 7009100auction111129: {'created_time': 1774624623.766011, 'last_price_update_time': 1774624623.766025, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009100auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_005/780x0__r.jpg?hash=1774617526> (referer: https://ecarstrade.com/cars/7009021)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_000/780x0__r.jpg?hash=1774611621> (referer: https://ecarstrade.com/cars/7008597)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_004/780x0__r.jpg?hash=1774611808> (referer: https://ecarstrade.com/cars/7008610)
2026-03-27 15:17:03 [ecarstrade.be] INFO: Extracting details for car 7008612auction111122
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_001/780x0__r.jpg?hash=1774611621> (referer: https://ecarstrade.com/cars/7008597)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_005/780x0__r.jpg?hash=1774611808> (referer: https://ecarstrade.com/cars/7008610)
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:03 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122
2026-03-27 15:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27592abd-2eef-562c-9221-705bbb4acc8e with scrape type 1
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008612%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611829%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_000/780x0__r.jpg?hash=1774611829 not downloaded yet
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008612%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611829%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_001/780x0__r.jpg?hash=1774611829 not downloaded yet
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_002/780x0__r.jpg?hash=1774611621> (referer: https://ecarstrade.com/cars/7008597)
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_003/780x0__r.jpg?hash=1774611621> (referer: https://ecarstrade.com/cars/7008597)
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008612%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611829%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_002/780x0__r.jpg?hash=1774611829 not downloaded yet
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_004/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009021)
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008612%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611829%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_003/780x0__r.jpg?hash=1774611829 not downloaded yet
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_005/780x0__r.jpg?hash=1774611660> (referer: https://ecarstrade.com/cars/7008600)
2026-03-27 15:17:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_004/780x0__r.jpg?hash=1774611660> (referer: https://ecarstrade.com/cars/7008600)
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008612%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611829%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_004/780x0__r.jpg?hash=1774611829 not downloaded yet
2026-03-27 15:17:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_003/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009021)
2026-03-27 15:17:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008612%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611830%27 HTTP/1.1" 200 None
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_005/780x0__r.jpg?hash=1774611830 not downloaded yet
2026-03-27 15:17:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0e6cb058-dc39-5926-9440-5a346709ca47
2026-03-27 15:17:03 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 0e6cb058-dc39-5926-9440-5a346709ca47, skipping ID generation
2026-03-27 15:17:03 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0e6cb058-dc39-5926-9440-5a346709ca47 with scrape type 1
2026-03-27 15:17:03 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 0e6cb058-dc39-5926-9440-5a346709ca47 sending to next pipeline
2026-03-27 15:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 0e6cb058-dc39-5926-9440-5a346709ca47, identifier: 7008610auction111122
2026-03-27 15:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_004/780x0__r.jpg?hash=1774611621> (referer: https://ecarstrade.com/cars/7008597)
2026-03-27 15:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_001/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009021)
2026-03-27 15:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122
2026-03-27 15:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122
2026-03-27 15:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 0e6cb058-dc39-5926-9440-5a346709ca47 with identifier: 7008610auction111122 to the API
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008610/photo_005/780x0__r.jpg?hash=1774611808>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '0e6cb058-dc39-5926-9440-5a346709ca47',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008610',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '208',
'odometer': 39029,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-24',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 208 208 e-208 Active Pack 100kW/136pk 5D/P Auto-1 - WLTP '
'onvolledig',
'transmission': 'automatic',
'trim': 'e- Active Pack 100kW/136pk 5D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2023}
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:04 [ecarstrade.be] INFO: Saving data for 7008610auction111122: {'created_time': 1774624624.364602, 'last_price_update_time': 1774624624.364614, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008610auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_002/780x0__r.jpg?hash=1774617525> (referer: https://ecarstrade.com/cars/7009021)
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 96b7f389-145c-5932-9834-baac2e3dacaf
2026-03-27 15:17:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 96b7f389-145c-5932-9834-baac2e3dacaf, skipping ID generation
2026-03-27 15:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 96b7f389-145c-5932-9834-baac2e3dacaf with scrape type 1
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 96b7f389-145c-5932-9834-baac2e3dacaf sending to next pipeline
2026-03-27 15:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 96b7f389-145c-5932-9834-baac2e3dacaf, identifier: 7008600auction111122
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122
2026-03-27 15:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122
2026-03-27 15:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 96b7f389-145c-5932-9834-baac2e3dacaf with identifier: 7008600auction111122 to the API
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:04 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008600/photo_004/780x0__r.jpg?hash=1774611660>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '96b7f389-145c-5932-9834-baac2e3dacaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008600',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': '116',
'odometer': 72581,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-09-20',
'seats_number': None,
'seller_name': None,
'title': 'BMW 1 Reeks Hatch 1 Reeks Hatch 116d (85 kW) 85kW/116pk 5D/P Man-6 '
'(4 seizoenen Banden) - CO2 onvolledig',
'transmission': 'automatic',
'trim': '1 Reeks Hatch 1 Reeks Hatch d (85 kW) 85kW/pk 5D/P Man-6 (4 '
'seizoenen Banden) - CO2 onvolledig',
'vin': None,
'year': 2023}
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:04 [ecarstrade.be] INFO: Saving data for 7008600auction111122: {'created_time': 1774624624.733794, 'last_price_update_time': 1774624624.733804, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008600auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_005/780x0__r.jpg?hash=1774611621> (referer: https://ecarstrade.com/cars/7008597)
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:17:04 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_001/780x0__r.jpg?hash=1774611829> (referer: https://ecarstrade.com/cars/7008612)
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2
2026-03-27 15:17:04 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2, skipping ID generation
2026-03-27 15:17:04 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with scrape type 1
2026-03-27 15:17:04 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 sending to next pipeline
2026-03-27 15:17:04 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2, identifier: 7009021auction111129
2026-03-27 15:17:04 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129
2026-03-27 15:17:04 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129
2026-03-27 15:17:04 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 66d5db9e-e3ca-506c-be6f-9aef43afc9a2 with identifier: 7009021auction111129 to the API
2026-03-27 15:17:04 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009021/photo_002/780x0__r.jpg?hash=1774617525>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': '66d5db9e-e3ca-506c-be6f-9aef43afc9a2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009021',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Dacia Sandero',
'odometer': 146546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'Sandero III Essentiel 1.0 TCe / GPL GAZ 100CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Sandero III Essentiel 1.0 TCe / GPL GAZ 100CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [ecarstrade.be] INFO: Saving data for 7009021auction111129: {'created_time': 1774624625.171285, 'last_price_update_time': 1774624625.171297, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009021auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_002/780x0__r.jpg?hash=1774611829> (referer: https://ecarstrade.com/cars/7008612)
2026-03-27 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_000/780x0__r.jpg?hash=1774611829> (referer: https://ecarstrade.com/cars/7008612)
2026-03-27 15:17:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a6f75b26-391c-5396-807a-7f269a7ddab3
2026-03-27 15:17:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a6f75b26-391c-5396-807a-7f269a7ddab3, skipping ID generation
2026-03-27 15:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a6f75b26-391c-5396-807a-7f269a7ddab3 with scrape type 1
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a6f75b26-391c-5396-807a-7f269a7ddab3 sending to next pipeline
2026-03-27 15:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a6f75b26-391c-5396-807a-7f269a7ddab3, identifier: 7008597auction111122
2026-03-27 15:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122
2026-03-27 15:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122
2026-03-27 15:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a6f75b26-391c-5396-807a-7f269a7ddab3 with identifier: 7008597auction111122 to the API
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:05 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008597/photo_005/780x0__r.jpg?hash=1774611621>
{'auction_title': '',
'c_o_2_emission_value': 97,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (diesel / electric)',
'id': 'a6f75b26-391c-5396-807a-7f269a7ddab3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008597',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'A3',
'odometer': 114731,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-09',
'seats_number': None,
'seller_name': None,
'title': 'Audi A3 BERLINE A3 Berline 1.0 TFSi 30 Stronic Attraction B.E. '
'(Mild Hybrid) 81kW/110pk 4D/P Auto-7',
'transmission': 'automatic',
'trim': 'BERLINE Berline 1.0 TFSi 30 Stronic Attraction B.E. (Mild Hybrid) '
'81kW/110pk 4D/P Auto-7',
'vin': None,
'year': 2022}
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [ecarstrade.be] INFO: Saving data for 7008597auction111122: {'created_time': 1774624625.552786, 'last_price_update_time': 1774624625.552801, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008597auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_003/780x0__r.jpg?hash=1774611829> (referer: https://ecarstrade.com/cars/7008612)
2026-03-27 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008611> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_004/780x0__r.jpg?hash=1774611829> (referer: https://ecarstrade.com/cars/7008612)
2026-03-27 15:17:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:05 [ecarstrade.be] INFO: Extracting details for car 7008611auction111122
2026-03-27 15:17:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_005/780x0__r.jpg?hash=1774611830> (referer: https://ecarstrade.com/cars/7008612)
2026-03-27 15:17:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122
2026-03-27 15:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d127cff5-d664-5739-8686-e1a9ff0a011e with scrape type 1
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008611%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611818%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_000/780x0__r.jpg?hash=1774611818 not downloaded yet
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008611%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611818%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_001/780x0__r.jpg?hash=1774611818 not downloaded yet
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008611%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611818%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_002/780x0__r.jpg?hash=1774611818 not downloaded yet
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008611%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611819%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_003/780x0__r.jpg?hash=1774611819 not downloaded yet
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008611%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611819%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_004/780x0__r.jpg?hash=1774611819 not downloaded yet
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7008611%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611819%27 HTTP/1.1" 200 None
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_005/780x0__r.jpg?hash=1774611819 not downloaded yet
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 27592abd-2eef-562c-9221-705bbb4acc8e
2026-03-27 15:17:05 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 27592abd-2eef-562c-9221-705bbb4acc8e, skipping ID generation
2026-03-27 15:17:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 27592abd-2eef-562c-9221-705bbb4acc8e with scrape type 1
2026-03-27 15:17:05 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 27592abd-2eef-562c-9221-705bbb4acc8e sending to next pipeline
2026-03-27 15:17:05 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 27592abd-2eef-562c-9221-705bbb4acc8e, identifier: 7008612auction111122
2026-03-27 15:17:05 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122
2026-03-27 15:17:05 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122
2026-03-27 15:17:05 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 27592abd-2eef-562c-9221-705bbb4acc8e with identifier: 7008612auction111122 to the API
2026-03-27 15:17:05 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:06 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008612/photo_005/780x0__r.jpg?hash=1774611830>
{'auction_title': '',
'c_o_2_emission_value': 121,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '27592abd-2eef-562c-9221-705bbb4acc8e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008612',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '308',
'odometer': 90962,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-27',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 308 SW 308 SW 1.5 BlueHDi 130 S/S EAT8 Allure Pack '
'96kW/130pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'SW SW 1.5 BlueHDi 130 S/S EAT8 Allure Pack 96kW/130pk 5D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Saving data for 7008612auction111122: {'created_time': 1774624626.186841, 'last_price_update_time': 1774624626.186854, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008612auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_005/780x0__r.jpg?hash=1774617690> (referer: https://ecarstrade.com/cars/7009112)
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:17:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_004/780x0__r.jpg?hash=1774617690> (referer: https://ecarstrade.com/cars/7009112)
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009527auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009527auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Scrape type for 7009527auction111133: 1
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009565auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009565auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Scrape type for 7009565auction111133: 1
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009573auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009573auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Scrape type for 7009573auction111133: 1
2026-03-27 15:17:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:17:06 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_003/780x0__r.jpg?hash=1774617690> (referer: https://ecarstrade.com/cars/7009112)
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009449auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009449auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Scrape type for 7009449auction111133: 1
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009516auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009516auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Scrape type for 7009516auction111133: 1
2026-03-27 15:17:06 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009505auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009505auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:06 [ecarstrade.be] INFO: Scrape type for 7009505auction111133: 1
2026-03-27 15:17:06 [ecarstrade.be] INFO: Found listing with ID: 7009463auction111133
2026-03-27 15:17:06 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009463auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009463auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009486auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009486auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009486auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009507auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009507auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009507auction111133: 1
2026-03-27 15:17:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009535auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009535auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009535auction111133: 1
2026-03-27 15:17:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_002/780x0__r.jpg?hash=1774617689> (referer: https://ecarstrade.com/cars/7009112)
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009538auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009538auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009538auction111133: 1
2026-03-27 15:17:07 [scrapy.extensions.logstats] INFO: Crawled 936 pages (at 41 pages/min), scraped 782 items (at 49 items/min)
2026-03-27 15:17:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009462auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009462auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009462auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009515auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009515auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009515auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009506auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009506auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009506auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009555auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009555auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009555auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009492auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009492auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009492auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009517auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009517auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009517auction111133: 1
2026-03-27 15:17:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:17:07 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_001/780x0__r.jpg?hash=1774617690> (referer: https://ecarstrade.com/cars/7009112)
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009554auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009554auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009554auction111133: 1
2026-03-27 15:17:07 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009585auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009585auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009585auction111133: 1
2026-03-27 15:17:07 [ecarstrade.be] INFO: Found listing with ID: 7009562auction111133
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009562auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Scrape type for 7009562auction111133: 1
2026-03-27 15:17:07 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d
2026-03-27 15:17:07 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d, skipping ID generation
2026-03-27 15:17:07 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with scrape type 1
2026-03-27 15:17:07 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d sending to next pipeline
2026-03-27 15:17:07 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d, identifier: 7009112auction111129
2026-03-27 15:17:07 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129
2026-03-27 15:17:07 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129
2026-03-27 15:17:07 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 1149ed8b-28d6-56dd-bab3-1b4792eaaf4d with identifier: 7009112auction111129 to the API
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:07 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009112/photo_001/780x0__r.jpg?hash=1774617690>
{'auction_title': '',
'c_o_2_emission_value': 28,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Other',
'id': '1149ed8b-28d6-56dd-bab3-1b4792eaaf4d',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009112',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Megane',
'odometer': 185428,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Mégane Estate / 2020 / 5P / Break techno E-Tech hybride '
'rechargeable 160',
'transmission': 'automatic',
'trim': 'RENAULT Mégane Estate / 2020 / 5P / Break techno E-Tech hybride '
'rechargeable 160',
'vin': None,
'year': 2023}
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:07 [ecarstrade.be] INFO: Saving data for 7009112auction111129: {'created_time': 1774624627.760877, 'last_price_update_time': 1774624627.760888, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:07 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009112auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008609> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:10 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:11 [ecarstrade.be] INFO: Extracting details for car 7008609auction111122
2026-03-27 15:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122
2026-03-27 15:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 with scrape type 1
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008609%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611797%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_000/780x0__r.jpg?hash=1774611797 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008609%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611797%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_001/780x0__r.jpg?hash=1774611797 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008609%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611797%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_002/780x0__r.jpg?hash=1774611797 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008609%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611797%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_003/780x0__r.jpg?hash=1774611797 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008609%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611797%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_004/780x0__r.jpg?hash=1774611797 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008609%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611798%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_005/780x0__r.jpg?hash=1774611798 not downloaded yet
2026-03-27 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008606> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008608> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_005/780x0__r.jpg?hash=1774611819> (referer: https://ecarstrade.com/cars/7008611)
2026-03-27 15:17:11 [ecarstrade.be] INFO: Extracting details for car 7008606auction111122
2026-03-27 15:17:11 [ecarstrade.be] INFO: Extracting details for car 7008608auction111122
2026-03-27 15:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122
2026-03-27 15:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with scrape type 1
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008606%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611753%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_000/780x0__r.jpg?hash=1774611753 not downloaded yet
2026-03-27 15:17:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122
2026-03-27 15:17:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 with scrape type 1
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008608%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611779%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_000/780x0__r.jpg?hash=1774611779 not downloaded yet
2026-03-27 15:17:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_004/780x0__r.jpg?hash=1774611819> (referer: https://ecarstrade.com/cars/7008611)
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008606%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611754%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_001/780x0__r.jpg?hash=1774611754 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008608%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611779%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_001/780x0__r.jpg?hash=1774611779 not downloaded yet
2026-03-27 15:17:11 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008606%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611754%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_002/780x0__r.jpg?hash=1774611754 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008608%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611779%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_002/780x0__r.jpg?hash=1774611779 not downloaded yet
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008606%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611754%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_003/780x0__r.jpg?hash=1774611754 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008608%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611779%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_003/780x0__r.jpg?hash=1774611779 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008606%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611754%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_004/780x0__r.jpg?hash=1774611754 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008608%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611779%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_004/780x0__r.jpg?hash=1774611779 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008606%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611754%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_005/780x0__r.jpg?hash=1774611754 not downloaded yet
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008608%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611780%27 HTTP/1.1" 200 None
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_005/780x0__r.jpg?hash=1774611780 not downloaded yet
2026-03-27 15:17:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008613> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008607> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7008613auction111122
2026-03-27 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122
2026-03-27 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff3b4fe-6b74-5549-b338-d2adbec3541b with scrape type 1
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008613%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611848%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_000/780x0__r.jpg?hash=1774611848 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008613%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611849%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_001/780x0__r.jpg?hash=1774611849 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008613%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611849%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_002/780x0__r.jpg?hash=1774611849 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008613%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611849%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_003/780x0__r.jpg?hash=1774611849 not downloaded yet
2026-03-27 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7008607auction111122
2026-03-27 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008599> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008613%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611849%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_004/780x0__r.jpg?hash=1774611849 not downloaded yet
2026-03-27 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009086> (referer: https://ecarstrade.com/search/page144?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122
2026-03-27 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with scrape type 1
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008607%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611765%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_000/780x0__r.jpg?hash=1774611765 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008613%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611849%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_005/780x0__r.jpg?hash=1774611849 not downloaded yet
2026-03-27 15:17:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7008599auction111122
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008607%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611765%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_001/780x0__r.jpg?hash=1774611765 not downloaded yet
2026-03-27 15:17:12 [ecarstrade.be] INFO: Extracting details for car 7009086auction111129
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008607%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611766%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_002/780x0__r.jpg?hash=1774611766 not downloaded yet
2026-03-27 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7008599auction111122
2026-03-27 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with scrape type 1
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008599%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611648%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_000/780x0__r.jpg?hash=1774611648 not downloaded yet
2026-03-27 15:17:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129
2026-03-27 15:17:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50db7762-23af-5523-800b-2df9f241f8c2 with scrape type 1
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009086%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617643%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_001/780x0__r.jpg?hash=1774617643 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008607%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611766%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_003/780x0__r.jpg?hash=1774611766 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008599%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611648%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_001/780x0__r.jpg?hash=1774611648 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009086%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617643%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_002/780x0__r.jpg?hash=1774617643 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008607%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611767%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_004/780x0__r.jpg?hash=1774611767 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008599%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611648%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_002/780x0__r.jpg?hash=1774611648 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009086%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617643%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_003/780x0__r.jpg?hash=1774617643 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008607%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611767%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_005/780x0__r.jpg?hash=1774611767 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008599%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611648%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_003/780x0__r.jpg?hash=1774611648 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009086%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617643%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_004/780x0__r.jpg?hash=1774617643 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008599%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611648%27 HTTP/1.1" 200 None
2026-03-27 15:17:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_004/780x0__r.jpg?hash=1774611648 not downloaded yet
2026-03-27 15:17:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009086%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617643%27 HTTP/1.1" 200 None
2026-03-27 15:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_005/780x0__r.jpg?hash=1774617643 not downloaded yet
2026-03-27 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7008599%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611649%27 HTTP/1.1" 200 None
2026-03-27 15:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_005/780x0__r.jpg?hash=1774611649 not downloaded yet
2026-03-27 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009086%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617643%27 HTTP/1.1" 200 None
2026-03-27 15:17:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_006/780x0__r.jpg?hash=1774617643 not downloaded yet
2026-03-27 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009121> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_005/780x0__r.jpg?hash=1774611798> (referer: https://ecarstrade.com/cars/7008609)
2026-03-27 15:17:14 [ecarstrade.be] INFO: Extracting details for car 7009121auction111129
2026-03-27 15:17:14 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129
2026-03-27 15:17:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c70201a8-7437-540d-8559-59c94d1b9c83 with scrape type 1
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009121%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_001/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009121%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_002/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009121%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_003/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_004/780x0__r.jpg?hash=1774611797> (referer: https://ecarstrade.com/cars/7008609)
2026-03-27 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009121%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_004/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009121%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_005/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:17:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009121%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617705%27 HTTP/1.1" 200 None
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_006/780x0__r.jpg?hash=1774617705 not downloaded yet
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_003/780x0__r.jpg?hash=1774611797> (referer: https://ecarstrade.com/cars/7008609)
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_000/780x0__r.jpg?hash=1774611779> (referer: https://ecarstrade.com/cars/7008608)
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_005/780x0__r.jpg?hash=1774611780> (referer: https://ecarstrade.com/cars/7008608)
2026-03-27 15:17:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_005/780x0__r.jpg?hash=1774611754> (referer: https://ecarstrade.com/cars/7008606)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_003/780x0__r.jpg?hash=1774611849> (referer: https://ecarstrade.com/cars/7008613)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_000/780x0__r.jpg?hash=1774611765> (referer: https://ecarstrade.com/cars/7008607)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_006/780x0__r.jpg?hash=1774617643> (referer: https://ecarstrade.com/cars/7009086)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_005/780x0__r.jpg?hash=1774611649> (referer: https://ecarstrade.com/cars/7008599)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_003/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009121)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_006/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009121)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_005/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009121)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_004/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009121)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_002/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009121)
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_001/780x0__r.jpg?hash=1774617705> (referer: https://ecarstrade.com/cars/7009121)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:15 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_005/780x0__r.jpg?hash=1774617643> (referer: https://ecarstrade.com/cars/7009086)
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c70201a8-7437-540d-8559-59c94d1b9c83
2026-03-27 15:17:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c70201a8-7437-540d-8559-59c94d1b9c83, skipping ID generation
2026-03-27 15:17:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c70201a8-7437-540d-8559-59c94d1b9c83 with scrape type 1
2026-03-27 15:17:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c70201a8-7437-540d-8559-59c94d1b9c83 sending to next pipeline
2026-03-27 15:17:16 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c70201a8-7437-540d-8559-59c94d1b9c83, identifier: 7009121auction111129
2026-03-27 15:17:16 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129
2026-03-27 15:17:16 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129
2026-03-27 15:17:16 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c70201a8-7437-540d-8559-59c94d1b9c83 with identifier: 7009121auction111129 to the API
2026-03-27 15:17:16 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:16 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:16 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009121/photo_001/780x0__r.jpg?hash=1774617705>
{'auction_title': '',
'c_o_2_emission_value': 143,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'c70201a8-7437-540d-8559-59c94d1b9c83',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009121',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 181973,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq / 2017 / 5P / SUV 1.5 TSI 150ch ACT DSG7 Business',
'transmission': 'automatic',
'trim': 'SKODA / 2017 / 5P / SUV 1.5 TSI 150ch ACT DSG7 Business',
'vin': None,
'year': 2022}
2026-03-27 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009121auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:16 [ecarstrade.be] INFO: Saving data for 7009121auction111129: {'created_time': 1774624636.421143, 'last_price_update_time': 1774624636.421155, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009121auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_004/780x0__r.jpg?hash=1774611648> (referer: https://ecarstrade.com/cars/7008599)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_004/780x0__r.jpg?hash=1774617643> (referer: https://ecarstrade.com/cars/7009086)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_003/780x0__r.jpg?hash=1774611648> (referer: https://ecarstrade.com/cars/7008599)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_005/780x0__r.jpg?hash=1774611767> (referer: https://ecarstrade.com/cars/7008607)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_003/780x0__r.jpg?hash=1774617643> (referer: https://ecarstrade.com/cars/7009086)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_002/780x0__r.jpg?hash=1774611648> (referer: https://ecarstrade.com/cars/7008599)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:16 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_004/780x0__r.jpg?hash=1774611767> (referer: https://ecarstrade.com/cars/7008607)
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:16 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_002/780x0__r.jpg?hash=1774617643> (referer: https://ecarstrade.com/cars/7009086)
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_001/780x0__r.jpg?hash=1774611648> (referer: https://ecarstrade.com/cars/7008599)
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_003/780x0__r.jpg?hash=1774611766> (referer: https://ecarstrade.com/cars/7008607)
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_001/780x0__r.jpg?hash=1774617643> (referer: https://ecarstrade.com/cars/7009086)
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_000/780x0__r.jpg?hash=1774611648> (referer: https://ecarstrade.com/cars/7008599)
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 50db7762-23af-5523-800b-2df9f241f8c2
2026-03-27 15:17:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 50db7762-23af-5523-800b-2df9f241f8c2, skipping ID generation
2026-03-27 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 50db7762-23af-5523-800b-2df9f241f8c2 with scrape type 1
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 50db7762-23af-5523-800b-2df9f241f8c2 sending to next pipeline
2026-03-27 15:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 50db7762-23af-5523-800b-2df9f241f8c2, identifier: 7009086auction111129
2026-03-27 15:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129
2026-03-27 15:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129
2026-03-27 15:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 50db7762-23af-5523-800b-2df9f241f8c2 with identifier: 7009086auction111129 to the API
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:17 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009086/photo_001/780x0__r.jpg?hash=1774617643>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '50db7762-23af-5523-800b-2df9f241f8c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009086',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Peugeot',
'model': '308',
'odometer': 156396,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2019-11-01',
'seats_number': 5,
'seller_name': None,
'title': '308 SW Active Business 1.5 HDi 130CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'SW Active Business 1.5 HDi 130CV BVM6 E6dT',
'vin': None,
'year': 2019}
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:17 [ecarstrade.be] INFO: Saving data for 7009086auction111129: {'created_time': 1774624637.737485, 'last_price_update_time': 1774624637.737496, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009086auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_002/780x0__r.jpg?hash=1774611766> (referer: https://ecarstrade.com/cars/7008607)
2026-03-27 15:17:17 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009098> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f
2026-03-27 15:17:17 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f, skipping ID generation
2026-03-27 15:17:17 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with scrape type 1
2026-03-27 15:17:17 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f sending to next pipeline
2026-03-27 15:17:17 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f, identifier: 7008599auction111122
2026-03-27 15:17:17 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7008599auction111122
2026-03-27 15:17:17 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7008599auction111122
2026-03-27 15:17:17 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 87ed2c77-df35-5eee-9e5b-ca2c9988fc3f with identifier: 7008599auction111122 to the API
2026-03-27 15:17:17 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008599/photo_000/780x0__r.jpg?hash=1774611648>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': '87ed2c77-df35-5eee-9e5b-ca2c9988fc3f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008599',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Audi',
'model': 'Q4 e-tron',
'odometer': 8042,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2024-09-08',
'seats_number': None,
'seller_name': None,
'title': 'Audi Q4 E-Tron Q4 e-tron 45 e-tron -- Attraction 210kW/286pk 5D/P '
'Auto-null - WLTP onvolledig',
'transmission': 'automatic',
'trim': 'Q4 E-Tron 45 e-tron -- Attraction 210kW/286pk 5D/P Auto-null - '
'WLTP onvolledig',
'vin': None,
'year': 2024}
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008599auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Saving data for 7008599auction111122: {'created_time': 1774624638.152386, 'last_price_update_time': 1774624638.152397, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008599auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_001/780x0__r.jpg?hash=1774611765> (referer: https://ecarstrade.com/cars/7008607)
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_005/780x0__r.jpg?hash=1774611849> (referer: https://ecarstrade.com/cars/7008613)
2026-03-27 15:17:18 [ecarstrade.be] INFO: Extracting details for car 7009098auction111129
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:18 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129
2026-03-27 15:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af56e8de-3a86-5da7-9cff-a1d47ec7c47b with scrape type 1
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009098%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617669%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_001/780x0__r.jpg?hash=1774617669 not downloaded yet
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009098%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617669%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_002/780x0__r.jpg?hash=1774617669 not downloaded yet
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009098%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617669%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_003/780x0__r.jpg?hash=1774617669 not downloaded yet
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009098%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617669%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_004/780x0__r.jpg?hash=1774617669 not downloaded yet
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_002/780x0__r.jpg?hash=1774611849> (referer: https://ecarstrade.com/cars/7008613)
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009098%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617670%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_005/780x0__r.jpg?hash=1774617670 not downloaded yet
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009098%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617670%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_006/780x0__r.jpg?hash=1774617670 not downloaded yet
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f
2026-03-27 15:17:18 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f, skipping ID generation
2026-03-27 15:17:18 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with scrape type 1
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 8cf5b5a7-b663-5b0f-8400-d5a5a527750f sending to next pipeline
2026-03-27 15:17:18 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f, identifier: 7008607auction111122
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_004/780x0__r.jpg?hash=1774611849> (referer: https://ecarstrade.com/cars/7008613)
2026-03-27 15:17:18 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122
2026-03-27 15:17:18 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122
2026-03-27 15:17:18 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 8cf5b5a7-b663-5b0f-8400-d5a5a527750f with identifier: 7008607auction111122 to the API
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:18 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008607/photo_001/780x0__r.jpg?hash=1774611765>
{'auction_title': '',
'c_o_2_emission_value': 220,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '8cf5b5a7-b663-5b0f-8400-d5a5a527750f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008607',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Ford',
'model': 'Transit Custom',
'odometer': 138564,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-03-14',
'seats_number': None,
'seller_name': None,
'title': 'Ford Transit Custom Transit Custom 300L 2.0TD/96Kw A6 FWD Trend '
'96kW/130pk 4D/P Auto-6',
'transmission': 'automatic',
'trim': '300L 2.0TD/96Kw A6 FWD Trend 96kW/130pk 4D/P Auto-6',
'vin': None,
'year': 2023}
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Saving data for 7008607auction111122: {'created_time': 1774624638.717904, 'last_price_update_time': 1774624638.717916, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008607auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_001/780x0__r.jpg?hash=1774611849> (referer: https://ecarstrade.com/cars/7008613)
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_000/780x0__r.jpg?hash=1774611848> (referer: https://ecarstrade.com/cars/7008613)
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_004/780x0__r.jpg?hash=1774611754> (referer: https://ecarstrade.com/cars/7008606)
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_004/780x0__r.jpg?hash=1774611779> (referer: https://ecarstrade.com/cars/7008608)
2026-03-27 15:17:18 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:17:18 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_003/780x0__r.jpg?hash=1774611754> (referer: https://ecarstrade.com/cars/7008606)
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009122auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009122auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Scrape type for 7009122auction111129: 0
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009062auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009062auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Scrape type for 7009062auction111129: 0
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009119auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009119auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Scrape type for 7009119auction111129: 0
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009087auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009087auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Scrape type for 7009087auction111129: 0
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009011auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009011auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Scrape type for 7009011auction111129: 0
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009055auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009055auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:18 [ecarstrade.be] INFO: Scrape type for 7009055auction111129: 0
2026-03-27 15:17:18 [ecarstrade.be] INFO: Found listing with ID: 7009010auction111129
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:18 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009010auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009010auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009045auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009045auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009045auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009046auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009046auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009046auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009076auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009076auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009076auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009026auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009026auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009026auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009027auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009027auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009027auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009009auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009009auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009009auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009050auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009050auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009050auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009072auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009072auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009072auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009078auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009078auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009078auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009146auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009146auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009146auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009023auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009023auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009023auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009131auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009131auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009131auction111129: 0
2026-03-27 15:17:19 [ecarstrade.be] INFO: Found listing with ID: 7009066auction111129
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009066auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Scrape type for 7009066auction111129: 0
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_003/780x0__r.jpg?hash=1774611779> (referer: https://ecarstrade.com/cars/7008608)
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_002/780x0__r.jpg?hash=1774611779> (referer: https://ecarstrade.com/cars/7008608)
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009573> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009517> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009096> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009535> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item dff3b4fe-6b74-5549-b338-d2adbec3541b
2026-03-27 15:17:19 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: dff3b4fe-6b74-5549-b338-d2adbec3541b, skipping ID generation
2026-03-27 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item dff3b4fe-6b74-5549-b338-d2adbec3541b with scrape type 1
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item dff3b4fe-6b74-5549-b338-d2adbec3541b sending to next pipeline
2026-03-27 15:17:19 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: dff3b4fe-6b74-5549-b338-d2adbec3541b, identifier: 7008613auction111122
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:19 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122
2026-03-27 15:17:19 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122
2026-03-27 15:17:19 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: dff3b4fe-6b74-5549-b338-d2adbec3541b with identifier: 7008613auction111122 to the API
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:19 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008613/photo_000/780x0__r.jpg?hash=1774611848>
{'auction_title': '',
'c_o_2_emission_value': 142,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Petrol',
'id': 'dff3b4fe-6b74-5549-b338-d2adbec3541b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008613',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'MAN',
'model': 'Renault Talisman',
'odometer': 117553,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-05',
'seats_number': None,
'seller_name': None,
'title': 'Renault Talisman Grandtour Talisman Grandtour TCe 160 EDC Intens '
'117kW/159pk 5D/P Auto-7',
'transmission': 'automatic',
'trim': 'Grandtour Talisman Grandtour TCe 160 EDC Intens 117kW/159pk 5D/P '
'Auto-7',
'vin': None,
'year': 2021}
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [ecarstrade.be] INFO: Saving data for 7008613auction111122: {'created_time': 1774624639.748628, 'last_price_update_time': 1774624639.74864, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008613auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_002/780x0__r.jpg?hash=1774611754> (referer: https://ecarstrade.com/cars/7008606)
2026-03-27 15:17:19 [ecarstrade.be] INFO: Extracting details for car 7009573auction111133
2026-03-27 15:17:19 [ecarstrade.be] INFO: Extracting details for car 7009517auction111133
2026-03-27 15:17:19 [ecarstrade.be] INFO: Extracting details for car 7009096auction111129
2026-03-27 15:17:19 [ecarstrade.be] INFO: Extracting details for car 7009535auction111133
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_004/780x0__r.jpg?hash=1774617669> (referer: https://ecarstrade.com/cars/7009098)
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_006/780x0__r.jpg?hash=1774617670> (referer: https://ecarstrade.com/cars/7009098)
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009562> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133
2026-03-27 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with scrape type 1
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009573%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_001/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133
2026-03-27 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a79f39-d30d-518d-afd8-c48536554c7e with scrape type 1
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009517%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620276%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_001/780x0__r.jpg?hash=1774620276 not downloaded yet
2026-03-27 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129
2026-03-27 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51f0d175-b41e-5a77-a705-afcf44b633a8 with scrape type 1
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009096%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617667%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_001/780x0__r.jpg?hash=1774617667 not downloaded yet
2026-03-27 15:17:19 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133
2026-03-27 15:17:19 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with scrape type 1
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009535%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620296%27 HTTP/1.1" 200 None
2026-03-27 15:17:19 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_001/780x0__r.jpg?hash=1774620296 not downloaded yet
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_002/780x0__r.jpg?hash=1774617669> (referer: https://ecarstrade.com/cars/7009098)
2026-03-27 15:17:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_001/780x0__r.jpg?hash=1774611779> (referer: https://ecarstrade.com/cars/7008608)
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009573%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_002/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009517%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620276%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_002/780x0__r.jpg?hash=1774620276 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009096%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617667%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_002/780x0__r.jpg?hash=1774617667 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009535%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620296%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_002/780x0__r.jpg?hash=1774620296 not downloaded yet
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_005/780x0__r.jpg?hash=1774617670> (referer: https://ecarstrade.com/cars/7009098)
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_001/780x0__r.jpg?hash=1774617669> (referer: https://ecarstrade.com/cars/7009098)
2026-03-27 15:17:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_003/780x0__r.jpg?hash=1774617669> (referer: https://ecarstrade.com/cars/7009098)
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_001/780x0__r.jpg?hash=1774611754> (referer: https://ecarstrade.com/cars/7008606)
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_000/780x0__r.jpg?hash=1774611753> (referer: https://ecarstrade.com/cars/7008606)
2026-03-27 15:17:20 [ecarstrade.be] INFO: Extracting details for car 7009562auction111133
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009573%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_003/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009517%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620276%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_003/780x0__r.jpg?hash=1774620276 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009096%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617667%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_003/780x0__r.jpg?hash=1774617667 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009535%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620298%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_003/780x0__r.jpg?hash=1774620298 not downloaded yet
2026-03-27 15:17:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_001/780x0__r.jpg?hash=1774611797> (referer: https://ecarstrade.com/cars/7008609)
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_002/780x0__r.jpg?hash=1774611797> (referer: https://ecarstrade.com/cars/7008609)
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009573%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_004/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009517%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620276%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_004/780x0__r.jpg?hash=1774620276 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009096%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617667%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_004/780x0__r.jpg?hash=1774617667 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009535%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620296%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_004/780x0__r.jpg?hash=1774620296 not downloaded yet
2026-03-27 15:17:20 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:20 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133
2026-03-27 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with scrape type 1
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009562%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620326%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_001/780x0__r.jpg?hash=1774620326 not downloaded yet
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_000/780x0__r.jpg?hash=1774611797> (referer: https://ecarstrade.com/cars/7008609)
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009573%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_005/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009517%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620276%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_005/780x0__r.jpg?hash=1774620276 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009096%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617667%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_005/780x0__r.jpg?hash=1774617667 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009535%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620297%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_005/780x0__r.jpg?hash=1774620297 not downloaded yet
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009562%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620326%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_002/780x0__r.jpg?hash=1774620326 not downloaded yet
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c46a4adb-cee5-573d-9088-b505f6ebc7f4
2026-03-27 15:17:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c46a4adb-cee5-573d-9088-b505f6ebc7f4, skipping ID generation
2026-03-27 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 with scrape type 1
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c46a4adb-cee5-573d-9088-b505f6ebc7f4 sending to next pipeline
2026-03-27 15:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c46a4adb-cee5-573d-9088-b505f6ebc7f4, identifier: 7008608auction111122
2026-03-27 15:17:20 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122
2026-03-27 15:17:20 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122
2026-03-27 15:17:20 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c46a4adb-cee5-573d-9088-b505f6ebc7f4 with identifier: 7008608auction111122 to the API
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:20 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008608/photo_001/780x0__r.jpg?hash=1774611779>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'c46a4adb-cee5-573d-9088-b505f6ebc7f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008608',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A-Class',
'odometer': 140058,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-03',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Classe A A 250 e Business Solution (PHEV) '
'160kW/218pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Classe A A 250 e Business Solution (PHEV) 160kW/218pk 5D/P '
'Auto-8',
'vin': None,
'year': 2022}
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:20 [ecarstrade.be] INFO: Saving data for 7008608auction111122: {'created_time': 1774624640.784426, 'last_price_update_time': 1774624640.784437, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008608auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item af56e8de-3a86-5da7-9cff-a1d47ec7c47b
2026-03-27 15:17:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: af56e8de-3a86-5da7-9cff-a1d47ec7c47b, skipping ID generation
2026-03-27 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item af56e8de-3a86-5da7-9cff-a1d47ec7c47b with scrape type 1
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item af56e8de-3a86-5da7-9cff-a1d47ec7c47b sending to next pipeline
2026-03-27 15:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: af56e8de-3a86-5da7-9cff-a1d47ec7c47b, identifier: 7009098auction111129
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb
2026-03-27 15:17:20 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb, skipping ID generation
2026-03-27 15:17:20 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with scrape type 1
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb sending to next pipeline
2026-03-27 15:17:20 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb, identifier: 7008606auction111122
2026-03-27 15:17:20 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:20 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_001/780x0__r.jpg?hash=1774620296> (referer: https://ecarstrade.com/cars/7009535)
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009573%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620336%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_006/780x0__r.jpg?hash=1774620336 not downloaded yet
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009517%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620276%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_006/780x0__r.jpg?hash=1774620276 not downloaded yet
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009096%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617667%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_006/780x0__r.jpg?hash=1774617667 not downloaded yet
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009535%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620297%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_006/780x0__r.jpg?hash=1774620297 not downloaded yet
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009562%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620326%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_003/780x0__r.jpg?hash=1774620326 not downloaded yet
2026-03-27 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129
2026-03-27 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129
2026-03-27 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: af56e8de-3a86-5da7-9cff-a1d47ec7c47b with identifier: 7009098auction111129 to the API
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009098/photo_003/780x0__r.jpg?hash=1774617669>
{'auction_title': '',
'c_o_2_emission_value': 139,
'category': None,
'color': 'Brown',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'af56e8de-3a86-5da7-9cff-a1d47ec7c47b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009098',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 150876,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Pack 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2022}
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009098auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [ecarstrade.be] INFO: Saving data for 7009098auction111129: {'created_time': 1774624641.417813, 'last_price_update_time': 1774624641.417827, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009098auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122
2026-03-27 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122
2026-03-27 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 18e3a2fa-bb95-5d39-9e7c-4b8600a69adb with identifier: 7008606auction111122 to the API
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:21 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008606/photo_000/780x0__r.jpg?hash=1774611753>
{'auction_title': '',
'c_o_2_emission_value': 39,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '18e3a2fa-bb95-5d39-9e7c-4b8600a69adb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008606',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'BMW',
'model': 'X2',
'odometer': 70077,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-04-27',
'seats_number': None,
'seller_name': None,
'title': 'BMW X2 X2 xDrive25e 162kW (PHEV) 162kW/220pk 5D/P Auto-8',
'transmission': 'automatic',
'trim': 'xDrive25e 162kW (PHEV) 162kW/220pk 5D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [ecarstrade.be] INFO: Saving data for 7008606auction111122: {'created_time': 1774624641.716722, 'last_price_update_time': 1774624641.716739, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008606auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4e203dfb-1cb3-54af-b45a-d51872f22b46
2026-03-27 15:17:21 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4e203dfb-1cb3-54af-b45a-d51872f22b46, skipping ID generation
2026-03-27 15:17:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 with scrape type 1
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4e203dfb-1cb3-54af-b45a-d51872f22b46 sending to next pipeline
2026-03-27 15:17:21 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4e203dfb-1cb3-54af-b45a-d51872f22b46, identifier: 7008609auction111122
2026-03-27 15:17:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_001/780x0__r.jpg?hash=1774617667> (referer: https://ecarstrade.com/cars/7009096)
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009562%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620326%27 HTTP/1.1" 200 None
2026-03-27 15:17:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_004/780x0__r.jpg?hash=1774620326 not downloaded yet
2026-03-27 15:17:21 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122
2026-03-27 15:17:21 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122
2026-03-27 15:17:21 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4e203dfb-1cb3-54af-b45a-d51872f22b46 with identifier: 7008609auction111122 to the API
2026-03-27 15:17:21 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:22 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008609/photo_000/780x0__r.jpg?hash=1774611797>
{'auction_title': '',
'c_o_2_emission_value': 22,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.3L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4e203dfb-1cb3-54af-b45a-d51872f22b46',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008609',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Mercedes',
'model': 'A 250',
'odometer': 11938,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-02-23',
'seats_number': None,
'seller_name': None,
'title': 'Mercedes A-Klasse Limousine A-Klasse Limousine A 250e Business '
'Solution (PHEV) 160kW/218pk 4D/P Auto-8',
'transmission': 'automatic',
'trim': 'A-Klasse Limousine A-Klasse Limousine e Business Solution (PHEV) '
'160kW/218pk 4D/P Auto-8',
'vin': None,
'year': 2022}
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:22 [ecarstrade.be] INFO: Saving data for 7008609auction111122: {'created_time': 1774624642.139051, 'last_price_update_time': 1774624642.139066, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008609auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_002/780x0__r.jpg?hash=1774620296> (referer: https://ecarstrade.com/cars/7009535)
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009562%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620327%27 HTTP/1.1" 200 None
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_005/780x0__r.jpg?hash=1774620327 not downloaded yet
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009562%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620326%27 HTTP/1.1" 200 None
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_006/780x0__r.jpg?hash=1774620326 not downloaded yet
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_002/780x0__r.jpg?hash=1774620276> (referer: https://ecarstrade.com/cars/7009517)
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_002/780x0__r.jpg?hash=1774617667> (referer: https://ecarstrade.com/cars/7009096)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_002/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009573)
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_001/780x0__r.jpg?hash=1774620276> (referer: https://ecarstrade.com/cars/7009517)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_003/780x0__r.jpg?hash=1774620298> (referer: https://ecarstrade.com/cars/7009535)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_003/780x0__r.jpg?hash=1774617667> (referer: https://ecarstrade.com/cars/7009096)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_001/780x0__r.jpg?hash=1774620326> (referer: https://ecarstrade.com/cars/7009562)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_002/780x0__r.jpg?hash=1774620326> (referer: https://ecarstrade.com/cars/7009562)
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_003/780x0__r.jpg?hash=1774620326> (referer: https://ecarstrade.com/cars/7009562)
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_006/780x0__r.jpg?hash=1774620326> (referer: https://ecarstrade.com/cars/7009562)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_004/780x0__r.jpg?hash=1774620326> (referer: https://ecarstrade.com/cars/7009562)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_005/780x0__r.jpg?hash=1774620327> (referer: https://ecarstrade.com/cars/7009562)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_006/780x0__r.jpg?hash=1774620297> (referer: https://ecarstrade.com/cars/7009535)
2026-03-27 15:17:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_006/780x0__r.jpg?hash=1774617667> (referer: https://ecarstrade.com/cars/7009096)
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e5962701-5ea6-5cda-acfe-5e76dcb9efb4
2026-03-27 15:17:22 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5962701-5ea6-5cda-acfe-5e76dcb9efb4, skipping ID generation
2026-03-27 15:17:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with scrape type 1
2026-03-27 15:17:22 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5962701-5ea6-5cda-acfe-5e76dcb9efb4 sending to next pipeline
2026-03-27 15:17:22 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5962701-5ea6-5cda-acfe-5e76dcb9efb4, identifier: 7009562auction111133
2026-03-27 15:17:22 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133
2026-03-27 15:17:22 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133
2026-03-27 15:17:22 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5962701-5ea6-5cda-acfe-5e76dcb9efb4 with identifier: 7009562auction111133 to the API
2026-03-27 15:17:22 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:23 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:23 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009562/photo_005/780x0__r.jpg?hash=1774620327>
{'auction_title': '',
'c_o_2_emission_value': 148,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e5962701-5ea6-5cda-acfe-5e76dcb9efb4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009562',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Scenic',
'odometer': 122024,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-08-01',
'seats_number': 5,
'seller_name': None,
'title': 'RENAULT Scénic 2016 5P monospace Business TCe 140 EDC FAP 21',
'transmission': 'automatic',
'trim': 'RENAULT Scénic 2016 5P monospace Business TCe 140 EDC FAP 21',
'vin': None,
'year': 2021}
2026-03-27 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009562auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:23 [ecarstrade.be] INFO: Saving data for 7009562auction111133: {'created_time': 1774624643.438035, 'last_price_update_time': 1774624643.438049, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009562auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_006/780x0__r.jpg?hash=1774620336> (referer: https://ecarstrade.com/cars/7009573)
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_006/780x0__r.jpg?hash=1774620276> (referer: https://ecarstrade.com/cars/7009517)
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_005/780x0__r.jpg?hash=1774620297> (referer: https://ecarstrade.com/cars/7009535)
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_005/780x0__r.jpg?hash=1774617667> (referer: https://ecarstrade.com/cars/7009096)
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_005/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009573)
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_005/780x0__r.jpg?hash=1774620276> (referer: https://ecarstrade.com/cars/7009517)
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_004/780x0__r.jpg?hash=1774620296> (referer: https://ecarstrade.com/cars/7009535)
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_004/780x0__r.jpg?hash=1774617667> (referer: https://ecarstrade.com/cars/7009096)
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_004/780x0__r.jpg?hash=1774620276> (referer: https://ecarstrade.com/cars/7009517)
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc
2026-03-27 15:17:23 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc, skipping ID generation
2026-03-27 15:17:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with scrape type 1
2026-03-27 15:17:23 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2eda2855-97ef-5210-b0a5-c8cdc525e9dc sending to next pipeline
2026-03-27 15:17:23 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc, identifier: 7009535auction111133
2026-03-27 15:17:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_003/780x0__r.jpg?hash=1774620276> (referer: https://ecarstrade.com/cars/7009517)
2026-03-27 15:17:23 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133
2026-03-27 15:17:23 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133
2026-03-27 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2eda2855-97ef-5210-b0a5-c8cdc525e9dc with identifier: 7009535auction111133 to the API
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009535/photo_004/780x0__r.jpg?hash=1774620296>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2eda2855-97ef-5210-b0a5-c8cdc525e9dc',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009535',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 116429,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'PEUGEOT 3008 / 2016 / 5P / SUV Hybrid 225 e-EAT8 GT Line',
'transmission': 'automatic',
'trim': 'PEUGEOT / 2016 / 5P / SUV Hybrid 225 e-EAT8 GT Line',
'vin': None,
'year': 2020}
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009535auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:24 [ecarstrade.be] INFO: Saving data for 7009535auction111133: {'created_time': 1774624644.275058, 'last_price_update_time': 1774624644.275075, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009535auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_004/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009573)
2026-03-27 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 51f0d175-b41e-5a77-a705-afcf44b633a8
2026-03-27 15:17:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 51f0d175-b41e-5a77-a705-afcf44b633a8, skipping ID generation
2026-03-27 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 51f0d175-b41e-5a77-a705-afcf44b633a8 with scrape type 1
2026-03-27 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 51f0d175-b41e-5a77-a705-afcf44b633a8 sending to next pipeline
2026-03-27 15:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 51f0d175-b41e-5a77-a705-afcf44b633a8, identifier: 7009096auction111129
2026-03-27 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129
2026-03-27 15:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129
2026-03-27 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 51f0d175-b41e-5a77-a705-afcf44b633a8 with identifier: 7009096auction111129 to the API
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:24 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009096/photo_004/780x0__r.jpg?hash=1774617667>
{'auction_title': '',
'c_o_2_emission_value': 140,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '51f0d175-b41e-5a77-a705-afcf44b633a8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009096',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '5008',
'odometer': 157122,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVA8 7 Sieges E6d',
'transmission': 'automatic',
'trim': 'Active Business 1.5 HDi 130CV BVA8 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009096auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:24 [ecarstrade.be] INFO: Saving data for 7009096auction111129: {'created_time': 1774624644.755681, 'last_price_update_time': 1774624644.755691, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009096auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:24 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 83a79f39-d30d-518d-afd8-c48536554c7e
2026-03-27 15:17:24 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 83a79f39-d30d-518d-afd8-c48536554c7e, skipping ID generation
2026-03-27 15:17:24 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 83a79f39-d30d-518d-afd8-c48536554c7e with scrape type 1
2026-03-27 15:17:24 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 83a79f39-d30d-518d-afd8-c48536554c7e sending to next pipeline
2026-03-27 15:17:24 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 83a79f39-d30d-518d-afd8-c48536554c7e, identifier: 7009517auction111133
2026-03-27 15:17:24 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_003/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009573)
2026-03-27 15:17:24 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133
2026-03-27 15:17:24 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133
2026-03-27 15:17:24 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 83a79f39-d30d-518d-afd8-c48536554c7e with identifier: 7009517auction111133 to the API
2026-03-27 15:17:24 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009517/photo_003/780x0__r.jpg?hash=1774620276>
{'auction_title': '',
'c_o_2_emission_value': 120,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '83a79f39-d30d-518d-afd8-c48536554c7e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009517',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 67642,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-08-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Allure Business 1.2 PureTech 130CV BVA6 E6',
'transmission': 'automatic',
'trim': 'Allure Business 1.2 PureTech 130CV BVA6 E6',
'vin': None,
'year': 2018}
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009517auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:25 [ecarstrade.be] INFO: Saving data for 7009517auction111133: {'created_time': 1774624645.204977, 'last_price_update_time': 1774624645.204988, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009517auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:25 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_001/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009573)
2026-03-27 15:17:25 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:25 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0
2026-03-27 15:17:25 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0, skipping ID generation
2026-03-27 15:17:25 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with scrape type 1
2026-03-27 15:17:25 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 sending to next pipeline
2026-03-27 15:17:25 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0, identifier: 7009573auction111133
2026-03-27 15:17:25 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133
2026-03-27 15:17:25 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133
2026-03-27 15:17:25 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0 with identifier: 7009573auction111133 to the API
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:25 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009573/photo_001/780x0__r.jpg?hash=1774620335>
{'auction_title': '',
'c_o_2_emission_value': 122,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5ab8bbb3-f3fc-5a21-8ab3-93e5ab6fcdc0',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009573',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Octavia',
'odometer': 100130,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': 'Octavia Break Business 2.0 TDI 150CV BVA7 E6d',
'transmission': 'automatic',
'trim': 'Break Business 2.0 TDI 150CV BVA7 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009573auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:25 [ecarstrade.be] INFO: Saving data for 7009573auction111133: {'created_time': 1774624645.743753, 'last_price_update_time': 1774624645.743764, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:25 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009573auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009585> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:27 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page146?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:27 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:28 [ecarstrade.be] INFO: Extracting details for car 7009585auction111133
2026-03-27 15:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133
2026-03-27 15:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8baa801-d384-59a9-b131-cc1b57cdfeaf with scrape type 1
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009585%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620350%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_001/780x0__r.jpg?hash=1774620350 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009585%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620351%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_002/780x0__r.jpg?hash=1774620351 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009585%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620350%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_003/780x0__r.jpg?hash=1774620350 not downloaded yet
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009585%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620350%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_004/780x0__r.jpg?hash=1774620350 not downloaded yet
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009088auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009088auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009088auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009082auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009082auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009082auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009091auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009091auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009091auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009118auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009118auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009118auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009020auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009020auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009020auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009100auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009100auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009100auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009147auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009147auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009147auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009049auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009049auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009049auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009071auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009071auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009071auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009097auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009097auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009097auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009099auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009099auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009099auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009108auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009108auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009108auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009111auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009111auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009111auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009024auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009024auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009024auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009054auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009054auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009054auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009065auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009065auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009065auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009142auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009142auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009142auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009051auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009051auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009051auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009041auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009041auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009041auction111129: 0
2026-03-27 15:17:28 [ecarstrade.be] INFO: Found listing with ID: 7009144auction111129
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009144auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [ecarstrade.be] INFO: Scrape type for 7009144auction111129: 0
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009585%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620350%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_005/780x0__r.jpg?hash=1774620350 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009585%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620350%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_006/780x0__r.jpg?hash=1774620350 not downloaded yet
2026-03-27 15:17:28 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009555> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:28 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:28 [ecarstrade.be] INFO: Extracting details for car 7009555auction111133
2026-03-27 15:17:28 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133
2026-03-27 15:17:28 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f47712-aa25-5fc9-a22a-ecd8c1869def with scrape type 1
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009555%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_001/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009555%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620318%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_002/780x0__r.jpg?hash=1774620318 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009555%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620318%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_003/780x0__r.jpg?hash=1774620318 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009555%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_004/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009555%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_005/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:28 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009555%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620318%27 HTTP/1.1" 200 None
2026-03-27 15:17:28 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_006/780x0__r.jpg?hash=1774620318 not downloaded yet
2026-03-27 15:17:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009506> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:29 [ecarstrade.be] INFO: Extracting details for car 7009506auction111133
2026-03-27 15:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133
2026-03-27 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c48086d-cb63-5092-a4f4-4418125a3bcf with scrape type 1
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009506%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620251%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_001/780x0__r.jpg?hash=1774620251 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009506%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_002/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009554> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009506%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_003/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009506%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_004/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009506%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620251%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_005/780x0__r.jpg?hash=1774620251 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009506%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620251%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_006/780x0__r.jpg?hash=1774620251 not downloaded yet
2026-03-27 15:17:29 [ecarstrade.be] INFO: Extracting details for car 7009554auction111133
2026-03-27 15:17:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133
2026-03-27 15:17:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b06212df-b179-5690-90d6-fc6b2121f5bb with scrape type 1
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009554%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_001/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009554%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_002/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009554%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620318%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_003/780x0__r.jpg?hash=1774620318 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009554%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_004/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009554%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_005/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009554%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620317%27 HTTP/1.1" 200 None
2026-03-27 15:17:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_006/780x0__r.jpg?hash=1774620317 not downloaded yet
2026-03-27 15:17:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009492> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:30 [ecarstrade.be] INFO: Extracting details for car 7009492auction111133
2026-03-27 15:17:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133
2026-03-27 15:17:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with scrape type 1
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009492%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620240%27 HTTP/1.1" 200 None
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_001/780x0__r.jpg?hash=1774620240 not downloaded yet
2026-03-27 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009492%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620240%27 HTTP/1.1" 200 None
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_002/780x0__r.jpg?hash=1774620240 not downloaded yet
2026-03-27 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009492%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620240%27 HTTP/1.1" 200 None
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_003/780x0__r.jpg?hash=1774620240 not downloaded yet
2026-03-27 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009492%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620240%27 HTTP/1.1" 200 None
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_004/780x0__r.jpg?hash=1774620240 not downloaded yet
2026-03-27 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009492%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620240%27 HTTP/1.1" 200 None
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_005/780x0__r.jpg?hash=1774620240 not downloaded yet
2026-03-27 15:17:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009492%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620240%27 HTTP/1.1" 200 None
2026-03-27 15:17:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_006/780x0__r.jpg?hash=1774620240 not downloaded yet
2026-03-27 15:17:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009462> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:32 [ecarstrade.be] INFO: Extracting details for car 7009462auction111133
2026-03-27 15:17:32 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133
2026-03-27 15:17:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed1bee21-bbf0-5488-86d9-558e7183e021 with scrape type 1
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009462%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_001/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009462%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_002/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009462%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620205%27 HTTP/1.1" 200 None
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_003/780x0__r.jpg?hash=1774620205 not downloaded yet
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009462%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_004/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009462%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620204%27 HTTP/1.1" 200 None
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_005/780x0__r.jpg?hash=1774620204 not downloaded yet
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009462%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620205%27 HTTP/1.1" 200 None
2026-03-27 15:17:32 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_006/780x0__r.jpg?hash=1774620205 not downloaded yet
2026-03-27 15:17:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009538> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:34 [ecarstrade.be] INFO: Extracting details for car 7009538auction111133
2026-03-27 15:17:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133
2026-03-27 15:17:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b394296-19eb-5cb2-8dfb-b501440e7e3a with scrape type 1
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009538%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620299%27 HTTP/1.1" 200 None
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_001/780x0__r.jpg?hash=1774620299 not downloaded yet
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009538%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620299%27 HTTP/1.1" 200 None
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_002/780x0__r.jpg?hash=1774620299 not downloaded yet
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009538%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620300%27 HTTP/1.1" 200 None
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_003/780x0__r.jpg?hash=1774620300 not downloaded yet
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009538%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620300%27 HTTP/1.1" 200 None
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_004/780x0__r.jpg?hash=1774620300 not downloaded yet
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009538%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620300%27 HTTP/1.1" 200 None
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_005/780x0__r.jpg?hash=1774620300 not downloaded yet
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009538%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620300%27 HTTP/1.1" 200 None
2026-03-27 15:17:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_006/780x0__r.jpg?hash=1774620300 not downloaded yet
2026-03-27 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009507> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:35 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:35 [ecarstrade.be] INFO: Extracting details for car 7009507auction111133
2026-03-27 15:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133
2026-03-27 15:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f344911-3538-5f74-aaea-b739fdc2239f with scrape type 1
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009507%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_001/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009507%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_002/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009507%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620256%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_003/780x0__r.jpg?hash=1774620256 not downloaded yet
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009507%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620256%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_004/780x0__r.jpg?hash=1774620256 not downloaded yet
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009507%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620255%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_005/780x0__r.jpg?hash=1774620255 not downloaded yet
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009507%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620256%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_006/780x0__r.jpg?hash=1774620256 not downloaded yet
2026-03-27 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009486> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_003/780x0__r.jpg?hash=1774611819> (referer: https://ecarstrade.com/cars/7008611)
2026-03-27 15:17:35 [ecarstrade.be] INFO: Extracting details for car 7009486auction111133
2026-03-27 15:17:35 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133
2026-03-27 15:17:35 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with scrape type 1
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009486%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620235%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_001/780x0__r.jpg?hash=1774620235 not downloaded yet
2026-03-27 15:17:35 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009486%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 15:17:35 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_002/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 15:17:35 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009505> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009486%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_004/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009486%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_005/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_006/780x0__r.jpg?hash=1774620350> (referer: https://ecarstrade.com/cars/7009585)
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009486%252Fphoto_007%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_007/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009486%252Fphoto_008%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_008/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_006/780x0__r.jpg?hash=1774620318> (referer: https://ecarstrade.com/cars/7009555)
2026-03-27 15:17:36 [ecarstrade.be] INFO: Extracting details for car 7009505auction111133
2026-03-27 15:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133
2026-03-27 15:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928dd460-a342-5b33-86bb-ec4dc6358d7f with scrape type 1
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009505%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_001/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_006/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009554)
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009505%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_002/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009505%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_003/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_002/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009506)
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009505%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_004/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009505%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_005/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009505%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620250%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_006/780x0__r.jpg?hash=1774620250 not downloaded yet
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_006/780x0__r.jpg?hash=1774620240> (referer: https://ecarstrade.com/cars/7009492)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_006/780x0__r.jpg?hash=1774620205> (referer: https://ecarstrade.com/cars/7009462)
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_006/780x0__r.jpg?hash=1774620300> (referer: https://ecarstrade.com/cars/7009538)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_006/780x0__r.jpg?hash=1774620256> (referer: https://ecarstrade.com/cars/7009507)
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_005/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009507)
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_002/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009486)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_005/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009486)
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_008/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009486)
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_001/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009505)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_003/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009505)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_006/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009505)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009463> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_005/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009505)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_004/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009505)
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_002/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009505)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_007/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009486)
2026-03-27 15:17:36 [ecarstrade.be] INFO: Extracting details for car 7009463auction111133
2026-03-27 15:17:36 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133
2026-03-27 15:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a1dd68-ca26-5403-a3dc-f0e3052481fd with scrape type 1
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009463%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620208%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_001/780x0__r.jpg?hash=1774620208 not downloaded yet
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_004/780x0__r.jpg?hash=1774620234> (referer: https://ecarstrade.com/cars/7009486)
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009463%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620207%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_002/780x0__r.jpg?hash=1774620207 not downloaded yet
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_001/780x0__r.jpg?hash=1774620235> (referer: https://ecarstrade.com/cars/7009486)
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009463%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620207%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_003/780x0__r.jpg?hash=1774620207 not downloaded yet
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009516> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009463%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620208%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_004/780x0__r.jpg?hash=1774620208 not downloaded yet
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009463%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620207%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_005/780x0__r.jpg?hash=1774620207 not downloaded yet
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_003/780x0__r.jpg?hash=1774620256> (referer: https://ecarstrade.com/cars/7009507)
2026-03-27 15:17:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_004/780x0__r.jpg?hash=1774620256> (referer: https://ecarstrade.com/cars/7009507)
2026-03-27 15:17:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009463%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620207%27 HTTP/1.1" 200 None
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_006/780x0__r.jpg?hash=1774620207 not downloaded yet
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 928dd460-a342-5b33-86bb-ec4dc6358d7f
2026-03-27 15:17:36 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 928dd460-a342-5b33-86bb-ec4dc6358d7f, skipping ID generation
2026-03-27 15:17:36 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 928dd460-a342-5b33-86bb-ec4dc6358d7f with scrape type 1
2026-03-27 15:17:36 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 928dd460-a342-5b33-86bb-ec4dc6358d7f sending to next pipeline
2026-03-27 15:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 928dd460-a342-5b33-86bb-ec4dc6358d7f, identifier: 7009505auction111133
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_001/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009507)
2026-03-27 15:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133
2026-03-27 15:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133
2026-03-27 15:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 928dd460-a342-5b33-86bb-ec4dc6358d7f with identifier: 7009505auction111133 to the API
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009505/photo_002/780x0__r.jpg?hash=1774620250>
{'auction_title': '',
'c_o_2_emission_value': 126,
'category': None,
'color': 'Orange',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '928dd460-a342-5b33-86bb-ec4dc6358d7f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009505',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 108898,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-02-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009505auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:37 [ecarstrade.be] INFO: Saving data for 7009505auction111133: {'created_time': 1774624657.330632, 'last_price_update_time': 1774624657.330643, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009505auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_002/780x0__r.jpg?hash=1774620255> (referer: https://ecarstrade.com/cars/7009507)
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_004/780x0__r.jpg?hash=1774620300> (referer: https://ecarstrade.com/cars/7009538)
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_005/780x0__r.jpg?hash=1774620300> (referer: https://ecarstrade.com/cars/7009538)
2026-03-27 15:17:37 [ecarstrade.be] INFO: Extracting details for car 7009516auction111133
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8
2026-03-27 15:17:37 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8, skipping ID generation
2026-03-27 15:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with scrape type 1
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 sending to next pipeline
2026-03-27 15:17:37 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8, identifier: 7009486auction111133
2026-03-27 15:17:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133
2026-03-27 15:17:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deef8ac0-2db8-593b-b097-1be292aa8d36 with scrape type 1
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009516%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620275%27 HTTP/1.1" 200 None
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_001/780x0__r.jpg?hash=1774620275 not downloaded yet
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:37 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133
2026-03-27 15:17:37 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133
2026-03-27 15:17:37 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 15a382c6-5da9-5623-8e21-3ddc4e51f8c8 with identifier: 7009486auction111133 to the API
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:37 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009486/photo_001/780x0__r.jpg?hash=1774620235>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Red',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': None,
'engine': '',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '15a382c6-5da9-5623-8e21-3ddc4e51f8c8',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009486',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Mini',
'model': 'Cooper SE',
'odometer': 50887,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': None,
'seller_name': None,
'title': 'MINI Mini / 2021 / 3P / Berline Cooper SE Finition Essential 184 ch '
'BVA',
'transmission': 'automatic',
'trim': 'MINI / 2021 / 3P / Berline Finition Essential 184 ch BVA',
'vin': None,
'year': 2021}
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009486auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:37 [ecarstrade.be] INFO: Saving data for 7009486auction111133: {'created_time': 1774624657.899723, 'last_price_update_time': 1774624657.899749, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009486auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_001/780x0__r.jpg?hash=1774620208> (referer: https://ecarstrade.com/cars/7009463)
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_001/780x0__r.jpg?hash=1774620299> (referer: https://ecarstrade.com/cars/7009538)
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_003/780x0__r.jpg?hash=1774620300> (referer: https://ecarstrade.com/cars/7009538)
2026-03-27 15:17:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_002/780x0__r.jpg?hash=1774620299> (referer: https://ecarstrade.com/cars/7009538)
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009516%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620275%27 HTTP/1.1" 200 None
2026-03-27 15:17:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_002/780x0__r.jpg?hash=1774620275 not downloaded yet
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 5f344911-3538-5f74-aaea-b739fdc2239f
2026-03-27 15:17:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 5f344911-3538-5f74-aaea-b739fdc2239f, skipping ID generation
2026-03-27 15:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 5f344911-3538-5f74-aaea-b739fdc2239f with scrape type 1
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 5f344911-3538-5f74-aaea-b739fdc2239f sending to next pipeline
2026-03-27 15:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 5f344911-3538-5f74-aaea-b739fdc2239f, identifier: 7009507auction111133
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009516%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620275%27 HTTP/1.1" 200 None
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_003/780x0__r.jpg?hash=1774620275 not downloaded yet
2026-03-27 15:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133
2026-03-27 15:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133
2026-03-27 15:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 5f344911-3538-5f74-aaea-b739fdc2239f with identifier: 7009507auction111133 to the API
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009507/photo_002/780x0__r.jpg?hash=1774620255>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '5f344911-3538-5f74-aaea-b739fdc2239f',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009507',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '2008',
'odometer': 85098,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009507auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:38 [ecarstrade.be] INFO: Saving data for 7009507auction111133: {'created_time': 1774624658.471028, 'last_price_update_time': 1774624658.47104, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009507auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_005/780x0__r.jpg?hash=1774620207> (referer: https://ecarstrade.com/cars/7009463)
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_002/780x0__r.jpg?hash=1774620207> (referer: https://ecarstrade.com/cars/7009463)
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_004/780x0__r.jpg?hash=1774620208> (referer: https://ecarstrade.com/cars/7009463)
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_005/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009462)
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009516%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620275%27 HTTP/1.1" 200 None
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_004/780x0__r.jpg?hash=1774620275 not downloaded yet
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 7b394296-19eb-5cb2-8dfb-b501440e7e3a
2026-03-27 15:17:38 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7b394296-19eb-5cb2-8dfb-b501440e7e3a, skipping ID generation
2026-03-27 15:17:38 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7b394296-19eb-5cb2-8dfb-b501440e7e3a with scrape type 1
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7b394296-19eb-5cb2-8dfb-b501440e7e3a sending to next pipeline
2026-03-27 15:17:38 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7b394296-19eb-5cb2-8dfb-b501440e7e3a, identifier: 7009538auction111133
2026-03-27 15:17:38 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133
2026-03-27 15:17:38 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133
2026-03-27 15:17:38 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7b394296-19eb-5cb2-8dfb-b501440e7e3a with identifier: 7009538auction111133 to the API
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:38 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009538/photo_002/780x0__r.jpg?hash=1774620299>
{'auction_title': '',
'c_o_2_emission_value': 133,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '7b394296-19eb-5cb2-8dfb-b501440e7e3a',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009538',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 119546,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-07-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'transmission': 'manual',
'trim': 'Active Business 1.5 HDi 130CV BVM6 7 Sieges E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009538auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:38 [ecarstrade.be] INFO: Saving data for 7009538auction111133: {'created_time': 1774624658.957038, 'last_price_update_time': 1774624658.957047, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009538auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009516%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620275%27 HTTP/1.1" 200 None
2026-03-27 15:17:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_005/780x0__r.jpg?hash=1774620275 not downloaded yet
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_006/780x0__r.jpg?hash=1774620207> (referer: https://ecarstrade.com/cars/7009463)
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_003/780x0__r.jpg?hash=1774620207> (referer: https://ecarstrade.com/cars/7009463)
2026-03-27 15:17:38 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_004/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009462)
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_003/780x0__r.jpg?hash=1774620205> (referer: https://ecarstrade.com/cars/7009462)
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009516%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620275%27 HTTP/1.1" 200 None
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_006/780x0__r.jpg?hash=1774620275 not downloaded yet
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_001/780x0__r.jpg?hash=1774620275> (referer: https://ecarstrade.com/cars/7009516)
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_002/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009462)
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_001/780x0__r.jpg?hash=1774620204> (referer: https://ecarstrade.com/cars/7009462)
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 67a1dd68-ca26-5403-a3dc-f0e3052481fd
2026-03-27 15:17:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 67a1dd68-ca26-5403-a3dc-f0e3052481fd, skipping ID generation
2026-03-27 15:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 67a1dd68-ca26-5403-a3dc-f0e3052481fd with scrape type 1
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 67a1dd68-ca26-5403-a3dc-f0e3052481fd sending to next pipeline
2026-03-27 15:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 67a1dd68-ca26-5403-a3dc-f0e3052481fd, identifier: 7009463auction111133
2026-03-27 15:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133
2026-03-27 15:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133
2026-03-27 15:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 67a1dd68-ca26-5403-a3dc-f0e3052481fd with identifier: 7009463auction111133 to the API
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:39 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009463/photo_003/780x0__r.jpg?hash=1774620207>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '67a1dd68-ca26-5403-a3dc-f0e3052481fd',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009463',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 123278,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-10-01',
'seats_number': 5,
'seller_name': None,
'title': 'Kuga Titanium 1.5 EcoBlue 120CV BVM6 E6dT',
'transmission': 'manual',
'trim': 'Titanium 1.5 EcoBlue 120CV BVM6 E6dT',
'vin': None,
'year': 2021}
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009463auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:39 [ecarstrade.be] INFO: Saving data for 7009463auction111133: {'created_time': 1774624659.76684, 'last_price_update_time': 1774624659.766852, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009463auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_003/780x0__r.jpg?hash=1774620275> (referer: https://ecarstrade.com/cars/7009516)
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_005/780x0__r.jpg?hash=1774620240> (referer: https://ecarstrade.com/cars/7009492)
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_002/780x0__r.jpg?hash=1774620275> (referer: https://ecarstrade.com/cars/7009516)
2026-03-27 15:17:39 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_004/780x0__r.jpg?hash=1774620240> (referer: https://ecarstrade.com/cars/7009492)
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ed1bee21-bbf0-5488-86d9-558e7183e021
2026-03-27 15:17:39 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ed1bee21-bbf0-5488-86d9-558e7183e021, skipping ID generation
2026-03-27 15:17:39 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ed1bee21-bbf0-5488-86d9-558e7183e021 with scrape type 1
2026-03-27 15:17:39 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ed1bee21-bbf0-5488-86d9-558e7183e021 sending to next pipeline
2026-03-27 15:17:39 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ed1bee21-bbf0-5488-86d9-558e7183e021, identifier: 7009462auction111133
2026-03-27 15:17:39 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133
2026-03-27 15:17:39 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133
2026-03-27 15:17:39 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ed1bee21-bbf0-5488-86d9-558e7183e021 with identifier: 7009462auction111133 to the API
2026-03-27 15:17:39 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009462/photo_001/780x0__r.jpg?hash=1774620204>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'ed1bee21-bbf0-5488-86d9-558e7183e021',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009462',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Ford',
'model': 'Kuga',
'odometer': 120837,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'FORD Kuga / 2019 / 5P / SUV 2.5 190 hybrid Flexifuel Pshift '
'Titanium',
'transmission': 'automatic',
'trim': 'FORD / 2019 / 5P / SUV 2.5 190 hybrid Flexifuel Pshift Titanium',
'vin': None,
'year': 2022}
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009462auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:40 [ecarstrade.be] INFO: Saving data for 7009462auction111133: {'created_time': 1774624660.165964, 'last_price_update_time': 1774624660.165975, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009462auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_004/780x0__r.jpg?hash=1774620275> (referer: https://ecarstrade.com/cars/7009516)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_002/780x0__r.jpg?hash=1774620240> (referer: https://ecarstrade.com/cars/7009492)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_001/780x0__r.jpg?hash=1774620240> (referer: https://ecarstrade.com/cars/7009492)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_003/780x0__r.jpg?hash=1774620240> (referer: https://ecarstrade.com/cars/7009492)
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_005/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009554)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_005/780x0__r.jpg?hash=1774620275> (referer: https://ecarstrade.com/cars/7009516)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_006/780x0__r.jpg?hash=1774620275> (referer: https://ecarstrade.com/cars/7009516)
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1
2026-03-27 15:17:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1, skipping ID generation
2026-03-27 15:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with scrape type 1
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 sending to next pipeline
2026-03-27 15:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1, identifier: 7009492auction111133
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_003/780x0__r.jpg?hash=1774620318> (referer: https://ecarstrade.com/cars/7009554)
2026-03-27 15:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133
2026-03-27 15:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133
2026-03-27 15:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1 with identifier: 7009492auction111133 to the API
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:40 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009492/photo_003/780x0__r.jpg?hash=1774620240>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6',
'engine': '',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Electric',
'id': '9cf3f35d-bef5-5f1f-bc74-1ec9d59872b1',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009492',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Nissan',
'model': 'Leaf',
'odometer': 22768,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'NISSAN Leaf / 2017 / 5P / Berline 62 kWh 217ch Business+',
'transmission': 'automatic',
'trim': 'NISSAN / 2017 / 5P / Berline 62 kWh 217ch Business+',
'vin': None,
'year': 2020}
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009492auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:40 [ecarstrade.be] INFO: Saving data for 7009492auction111133: {'created_time': 1774624660.668026, 'last_price_update_time': 1774624660.668045, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009492auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_004/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009554)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_002/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009554)
2026-03-27 15:17:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_001/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009554)
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item deef8ac0-2db8-593b-b097-1be292aa8d36
2026-03-27 15:17:40 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: deef8ac0-2db8-593b-b097-1be292aa8d36, skipping ID generation
2026-03-27 15:17:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item deef8ac0-2db8-593b-b097-1be292aa8d36 with scrape type 1
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item deef8ac0-2db8-593b-b097-1be292aa8d36 sending to next pipeline
2026-03-27 15:17:40 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: deef8ac0-2db8-593b-b097-1be292aa8d36, identifier: 7009516auction111133
2026-03-27 15:17:40 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:40 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133
2026-03-27 15:17:40 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133
2026-03-27 15:17:40 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: deef8ac0-2db8-593b-b097-1be292aa8d36 with identifier: 7009516auction111133 to the API
2026-03-27 15:17:40 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009516/photo_006/780x0__r.jpg?hash=1774620275>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'deef8ac0-2db8-593b-b097-1be292aa8d36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009516',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 117034,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Active Pack 1.5 HDi 130CV BVA8 E6d / VO RECONDITIONNE - '
'PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'II Active Pack 1.5 HDi 130CV BVA8 E6d / VO RECONDITIONNE - PHOTOS '
'AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009516auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:41 [ecarstrade.be] INFO: Saving data for 7009516auction111133: {'created_time': 1774624661.158419, 'last_price_update_time': 1774624661.15843, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009516auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_004/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009506)
2026-03-27 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_005/780x0__r.jpg?hash=1774620251> (referer: https://ecarstrade.com/cars/7009506)
2026-03-27 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_006/780x0__r.jpg?hash=1774620251> (referer: https://ecarstrade.com/cars/7009506)
2026-03-27 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_003/780x0__r.jpg?hash=1774620250> (referer: https://ecarstrade.com/cars/7009506)
2026-03-27 15:17:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009449> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b06212df-b179-5690-90d6-fc6b2121f5bb
2026-03-27 15:17:41 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b06212df-b179-5690-90d6-fc6b2121f5bb, skipping ID generation
2026-03-27 15:17:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b06212df-b179-5690-90d6-fc6b2121f5bb with scrape type 1
2026-03-27 15:17:41 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b06212df-b179-5690-90d6-fc6b2121f5bb sending to next pipeline
2026-03-27 15:17:41 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b06212df-b179-5690-90d6-fc6b2121f5bb, identifier: 7009554auction111133
2026-03-27 15:17:41 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133
2026-03-27 15:17:41 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133
2026-03-27 15:17:41 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b06212df-b179-5690-90d6-fc6b2121f5bb with identifier: 7009554auction111133 to the API
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:41 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009554/photo_001/780x0__r.jpg?hash=1774620317>
{'auction_title': '',
'c_o_2_emission_value': 108,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'b06212df-b179-5690-90d6-fc6b2121f5bb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009554',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Renault',
'model': 'Clio',
'odometer': 19204,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'transmission': 'manual',
'trim': 'V Business 1.0 TCe 100CV / GPL BVM6 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009554auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:41 [ecarstrade.be] INFO: Saving data for 7009554auction111133: {'created_time': 1774624661.945639, 'last_price_update_time': 1774624661.945649, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009554auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_001/780x0__r.jpg?hash=1774620251> (referer: https://ecarstrade.com/cars/7009506)
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_004/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009555)
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_003/780x0__r.jpg?hash=1774620318> (referer: https://ecarstrade.com/cars/7009555)
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_005/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009555)
2026-03-27 15:17:42 [ecarstrade.be] INFO: Extracting details for car 7009449auction111133
2026-03-27 15:17:42 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_002/780x0__r.jpg?hash=1774620318> (referer: https://ecarstrade.com/cars/7009555)
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009565> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:42 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133
2026-03-27 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f832a434-9b2f-5e57-8820-1f91e1dda608 with scrape type 1
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009449%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620185%27 HTTP/1.1" 200 None
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_001/780x0__r.jpg?hash=1774620185 not downloaded yet
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009449%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620185%27 HTTP/1.1" 200 None
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_002/780x0__r.jpg?hash=1774620185 not downloaded yet
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009449%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620185%27 HTTP/1.1" 200 None
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_003/780x0__r.jpg?hash=1774620185 not downloaded yet
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_001/780x0__r.jpg?hash=1774620317> (referer: https://ecarstrade.com/cars/7009555)
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009449%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620185%27 HTTP/1.1" 200 None
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_004/780x0__r.jpg?hash=1774620185 not downloaded yet
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_003/780x0__r.jpg?hash=1774620350> (referer: https://ecarstrade.com/cars/7009585)
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009449%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620185%27 HTTP/1.1" 200 None
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_005/780x0__r.jpg?hash=1774620185 not downloaded yet
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 7c48086d-cb63-5092-a4f4-4418125a3bcf
2026-03-27 15:17:42 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 7c48086d-cb63-5092-a4f4-4418125a3bcf, skipping ID generation
2026-03-27 15:17:42 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7c48086d-cb63-5092-a4f4-4418125a3bcf with scrape type 1
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 7c48086d-cb63-5092-a4f4-4418125a3bcf sending to next pipeline
2026-03-27 15:17:42 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 7c48086d-cb63-5092-a4f4-4418125a3bcf, identifier: 7009506auction111133
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_005/780x0__r.jpg?hash=1774620350> (referer: https://ecarstrade.com/cars/7009585)
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_004/780x0__r.jpg?hash=1774620350> (referer: https://ecarstrade.com/cars/7009585)
2026-03-27 15:17:42 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_002/780x0__r.jpg?hash=1774620351> (referer: https://ecarstrade.com/cars/7009585)
2026-03-27 15:17:42 [ecarstrade.be] INFO: Extracting details for car 7009565auction111133
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009449%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620186%27 HTTP/1.1" 200 None
2026-03-27 15:17:42 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_006/780x0__r.jpg?hash=1774620186 not downloaded yet
2026-03-27 15:17:42 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133
2026-03-27 15:17:42 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133
2026-03-27 15:17:42 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 7c48086d-cb63-5092-a4f4-4418125a3bcf with identifier: 7009506auction111133 to the API
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:42 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009506/photo_001/780x0__r.jpg?hash=1774620251>
{'auction_title': '',
'c_o_2_emission_value': 125,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '7c48086d-cb63-5092-a4f4-4418125a3bcf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009506',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '2008',
'odometer': 96014,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-04-01',
'seats_number': 5,
'seller_name': None,
'title': '2008 Allure Business 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure Business 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009506auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [ecarstrade.be] INFO: Saving data for 7009506auction111133: {'created_time': 1774624663.0837, 'last_price_update_time': 1774624663.083713, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009506auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_001/780x0__r.jpg?hash=1774620350> (referer: https://ecarstrade.com/cars/7009585)
2026-03-27 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009527> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_002/780x0__r.jpg?hash=1774611818> (referer: https://ecarstrade.com/cars/7008611)
2026-03-27 15:17:43 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133
2026-03-27 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 237151f3-16cc-5f7b-b403-62065503f9f4 with scrape type 1
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009565%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620330%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_001/780x0__r.jpg?hash=1774620330 not downloaded yet
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e5f47712-aa25-5fc9-a22a-ecd8c1869def
2026-03-27 15:17:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e5f47712-aa25-5fc9-a22a-ecd8c1869def, skipping ID generation
2026-03-27 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e5f47712-aa25-5fc9-a22a-ecd8c1869def with scrape type 1
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e5f47712-aa25-5fc9-a22a-ecd8c1869def sending to next pipeline
2026-03-27 15:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e5f47712-aa25-5fc9-a22a-ecd8c1869def, identifier: 7009555auction111133
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133
2026-03-27 15:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133
2026-03-27 15:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e5f47712-aa25-5fc9-a22a-ecd8c1869def with identifier: 7009555auction111133 to the API
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:43 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009555/photo_001/780x0__r.jpg?hash=1774620317>
{'auction_title': '',
'c_o_2_emission_value': 98,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': 'e5f47712-aa25-5fc9-a22a-ecd8c1869def',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009555',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Clio',
'odometer': 67989,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'Clio V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'transmission': 'automatic',
'trim': 'V Business 1.6 E-TECH Hybrid 140CV BVA6 E6d',
'vin': None,
'year': 2020}
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009555auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [ecarstrade.be] INFO: Saving data for 7009555auction111133: {'created_time': 1774624663.634323, 'last_price_update_time': 1774624663.634333, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009555auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_001/780x0__r.jpg?hash=1774611818> (referer: https://ecarstrade.com/cars/7008611)
2026-03-27 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_000/780x0__r.jpg?hash=1774611818> (referer: https://ecarstrade.com/cars/7008611)
2026-03-27 15:17:43 [ecarstrade.be] INFO: Extracting details for car 7009527auction111133
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009565%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620330%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_002/780x0__r.jpg?hash=1774620330 not downloaded yet
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:43 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_001/780x0__r.jpg?hash=1774620185> (referer: https://ecarstrade.com/cars/7009449)
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009565%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620330%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_003/780x0__r.jpg?hash=1774620330 not downloaded yet
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e8baa801-d384-59a9-b131-cc1b57cdfeaf
2026-03-27 15:17:43 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e8baa801-d384-59a9-b131-cc1b57cdfeaf, skipping ID generation
2026-03-27 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e8baa801-d384-59a9-b131-cc1b57cdfeaf with scrape type 1
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e8baa801-d384-59a9-b131-cc1b57cdfeaf sending to next pipeline
2026-03-27 15:17:43 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e8baa801-d384-59a9-b131-cc1b57cdfeaf, identifier: 7009585auction111133
2026-03-27 15:17:43 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133
2026-03-27 15:17:43 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with scrape type 1
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009527%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620287%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_001/780x0__r.jpg?hash=1774620287 not downloaded yet
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /PhotoDownloadCache()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27https%3A%252F%252Fecarstrade.com%252Fthumbnails%252Fcarsphotos%252F7000001-7010000%252F7009565%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620330%27 HTTP/1.1" 200 None
2026-03-27 15:17:43 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_004/780x0__r.jpg?hash=1774620330 not downloaded yet
2026-03-27 15:17:43 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133
2026-03-27 15:17:43 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133
2026-03-27 15:17:43 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e8baa801-d384-59a9-b131-cc1b57cdfeaf with identifier: 7009585auction111133 to the API
2026-03-27 15:17:43 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:44 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009585/photo_001/780x0__r.jpg?hash=1774620350>
{'auction_title': '',
'c_o_2_emission_value': 118,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': 'e8baa801-d384-59a9-b131-cc1b57cdfeaf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009585',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Volkswagen',
'model': 'Polo',
'odometer': 96582,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLKSWAGEN Polo / 2021 / 5P / Berline 1.0 TSI 95 Life Business',
'transmission': 'manual',
'trim': 'VOLKSWAGEN / 2021 / 5P / Berline 1.0 TSI 95 Life Business',
'vin': None,
'year': 2022}
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009585auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:44 [ecarstrade.be] INFO: Saving data for 7009585auction111133: {'created_time': 1774624664.12326, 'last_price_update_time': 1774624664.123271, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009585auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_005/780x0__r.jpg?hash=1774620185> (referer: https://ecarstrade.com/cars/7009449)
2026-03-27 15:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_003/780x0__r.jpg?hash=1774620185> (referer: https://ecarstrade.com/cars/7009449)
2026-03-27 15:17:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_004/780x0__r.jpg?hash=1774620185> (referer: https://ecarstrade.com/cars/7009449)
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009527%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620287%27 HTTP/1.1" 200 None
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_002/780x0__r.jpg?hash=1774620287 not downloaded yet
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009565%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620330%27 HTTP/1.1" 200 None
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_005/780x0__r.jpg?hash=1774620330 not downloaded yet
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item d127cff5-d664-5739-8686-e1a9ff0a011e
2026-03-27 15:17:44 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: d127cff5-d664-5739-8686-e1a9ff0a011e, skipping ID generation
2026-03-27 15:17:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d127cff5-d664-5739-8686-e1a9ff0a011e with scrape type 1
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item d127cff5-d664-5739-8686-e1a9ff0a011e sending to next pipeline
2026-03-27 15:17:44 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: d127cff5-d664-5739-8686-e1a9ff0a011e, identifier: 7008611auction111122
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009527%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620287%27 HTTP/1.1" 200 None
2026-03-27 15:17:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_003/780x0__r.jpg?hash=1774620287 not downloaded yet
2026-03-27 15:17:44 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122
2026-03-27 15:17:44 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122
2026-03-27 15:17:44 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: d127cff5-d664-5739-8686-e1a9ff0a011e with identifier: 7008611auction111122 to the API
2026-03-27 15:17:44 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008611/photo_000/780x0__r.jpg?hash=1774611818>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'ZEURO',
'engine': '',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Electric',
'id': 'd127cff5-d664-5739-8686-e1a9ff0a011e',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008611',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Peugeot',
'model': '208',
'odometer': 39580,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-24',
'seats_number': None,
'seller_name': None,
'title': 'Peugeot 208 208 e-208 Active Pack 100kW/136pk 5D/P Auto-1 - WLTP '
'onvolledig',
'transmission': 'automatic',
'trim': 'e- Active Pack 100kW/136pk 5D/P Auto-1 - WLTP onvolledig',
'vin': None,
'year': 2023}
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:45 [ecarstrade.be] INFO: Saving data for 7008611auction111122: {'created_time': 1774624665.224804, 'last_price_update_time': 1774624665.224814, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008611auction111122') HTTP/1.1" 204 0
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009565%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620330%27 HTTP/1.1" 200 None
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_006/780x0__r.jpg?hash=1774620330 not downloaded yet
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_002/780x0__r.jpg?hash=1774620185> (referer: https://ecarstrade.com/cars/7009449)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_006/780x0__r.jpg?hash=1774620186> (referer: https://ecarstrade.com/cars/7009449)
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009527%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620287%27 HTTP/1.1" 200 None
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_004/780x0__r.jpg?hash=1774620287 not downloaded yet
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_001/780x0__r.jpg?hash=1774620330> (referer: https://ecarstrade.com/cars/7009565)
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009527%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620288%27 HTTP/1.1" 200 None
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_005/780x0__r.jpg?hash=1774620288 not downloaded yet
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009527%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620287%27 HTTP/1.1" 200 None
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_006/780x0__r.jpg?hash=1774620287 not downloaded yet
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_003/780x0__r.jpg?hash=1774620330> (referer: https://ecarstrade.com/cars/7009565)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_002/780x0__r.jpg?hash=1774620330> (referer: https://ecarstrade.com/cars/7009565)
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_004/780x0__r.jpg?hash=1774620330> (referer: https://ecarstrade.com/cars/7009565)
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item f832a434-9b2f-5e57-8820-1f91e1dda608
2026-03-27 15:17:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: f832a434-9b2f-5e57-8820-1f91e1dda608, skipping ID generation
2026-03-27 15:17:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item f832a434-9b2f-5e57-8820-1f91e1dda608 with scrape type 1
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item f832a434-9b2f-5e57-8820-1f91e1dda608 sending to next pipeline
2026-03-27 15:17:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: f832a434-9b2f-5e57-8820-1f91e1dda608, identifier: 7009449auction111133
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133
2026-03-27 15:17:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133
2026-03-27 15:17:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: f832a434-9b2f-5e57-8820-1f91e1dda608 with identifier: 7009449auction111133 to the API
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009449/photo_006/780x0__r.jpg?hash=1774620186>
{'auction_title': '',
'c_o_2_emission_value': 132,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'f832a434-9b2f-5e57-8820-1f91e1dda608',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009449',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'C5 Aircross',
'odometer': 113462,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': 'C5 Aircross Shine 1.5 BlueHDi 130CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Shine 1.5 BlueHDi 130CV BVM6 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009449auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:45 [ecarstrade.be] INFO: Saving data for 7009449auction111133: {'created_time': 1774624665.828854, 'last_price_update_time': 1774624665.828865, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009449auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_001/780x0__r.jpg?hash=1774620287> (referer: https://ecarstrade.com/cars/7009527)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_002/780x0__r.jpg?hash=1774620287> (referer: https://ecarstrade.com/cars/7009527)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_005/780x0__r.jpg?hash=1774620330> (referer: https://ecarstrade.com/cars/7009565)
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_006/780x0__r.jpg?hash=1774620330> (referer: https://ecarstrade.com/cars/7009565)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_004/780x0__r.jpg?hash=1774620287> (referer: https://ecarstrade.com/cars/7009527)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_005/780x0__r.jpg?hash=1774620288> (referer: https://ecarstrade.com/cars/7009527)
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_003/780x0__r.jpg?hash=1774620287> (referer: https://ecarstrade.com/cars/7009527)
2026-03-27 15:17:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_006/780x0__r.jpg?hash=1774620287> (referer: https://ecarstrade.com/cars/7009527)
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 237151f3-16cc-5f7b-b403-62065503f9f4
2026-03-27 15:17:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 237151f3-16cc-5f7b-b403-62065503f9f4, skipping ID generation
2026-03-27 15:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 237151f3-16cc-5f7b-b403-62065503f9f4 with scrape type 1
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 237151f3-16cc-5f7b-b403-62065503f9f4 sending to next pipeline
2026-03-27 15:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 237151f3-16cc-5f7b-b403-62065503f9f4, identifier: 7009565auction111133
2026-03-27 15:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133
2026-03-27 15:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133
2026-03-27 15:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 237151f3-16cc-5f7b-b403-62065503f9f4 with identifier: 7009565auction111133 to the API
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009565/photo_006/780x0__r.jpg?hash=1774620330>
{'auction_title': '',
'c_o_2_emission_value': 117,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '237151f3-16cc-5f7b-b403-62065503f9f4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009565',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Skoda',
'model': 'Fabia',
'odometer': 28846,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 5,
'seller_name': None,
'title': 'Fabia Ambition 1.0 MPI 80CV BVM5 E6d',
'transmission': 'manual',
'trim': 'Ambition 1.0 MPI 80CV BVM5 E6d',
'vin': None,
'year': 2023}
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009565auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:46 [ecarstrade.be] INFO: Saving data for 7009565auction111133: {'created_time': 1774624666.500337, 'last_price_update_time': 1774624666.500348, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009565auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed
2026-03-27 15:17:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed, skipping ID generation
2026-03-27 15:17:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with scrape type 1
2026-03-27 15:17:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed sending to next pipeline
2026-03-27 15:17:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed, identifier: 7009527auction111133
2026-03-27 15:17:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133
2026-03-27 15:17:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133
2026-03-27 15:17:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 9c6ebd22-d4e4-5fd0-8daa-8b29691026ed with identifier: 7009527auction111133 to the API
2026-03-27 15:17:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:47 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:47 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009527/photo_006/780x0__r.jpg?hash=1774620287>
{'auction_title': '',
'c_o_2_emission_value': 136,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '9c6ebd22-d4e4-5fd0-8daa-8b29691026ed',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009527',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 127579,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-05-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 Allure 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Allure 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009527auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:17:47 [ecarstrade.be] INFO: Saving data for 7009527auction111133: {'created_time': 1774624667.777925, 'last_price_update_time': 1774624667.777935, 'auction_closing_time': 1774881600.0}
2026-03-27 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009527auction111133') HTTP/1.1" 204 0
2026-03-27 15:17:49 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page147?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009057auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009057auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009057auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009103auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009103auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009103auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009107auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009107auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009107auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009040auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009040auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009040auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009052auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009052auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009052auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009114auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009114auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009114auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009044auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009044auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009044auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009058auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009058auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009058auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009013auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009013auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009013auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009022auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009022auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009022auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009109auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009109auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009109auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009014auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009014auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009014auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009073auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009073auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009073auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009095auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009095auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009095auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009016auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009016auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009016auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009047auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009047auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009047auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009053auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009053auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009053auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009079auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009079auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009079auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009110auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009110auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009110auction111129: 0
2026-03-27 15:17:50 [ecarstrade.be] INFO: Found listing with ID: 7009112auction111129
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:50 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009112auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:50 [ecarstrade.be] INFO: Scrape type for 7009112auction111129: 0
2026-03-27 15:17:50 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009075> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:51 [ecarstrade.be] INFO: Extracting details for car 7009075auction111129
2026-03-27 15:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129
2026-03-27 15:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56f59ba3-ee48-5c25-9e92-19785ea68530 with scrape type 1
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009075%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617621%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_001/780x0__r.jpg?hash=1774617621 not downloaded yet
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009075%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617621%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_002/780x0__r.jpg?hash=1774617621 not downloaded yet
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009075%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617622%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_003/780x0__r.jpg?hash=1774617622 not downloaded yet
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009075%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617622%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_004/780x0__r.jpg?hash=1774617622 not downloaded yet
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009035> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009075%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617622%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_005/780x0__r.jpg?hash=1774617622 not downloaded yet
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009075%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617622%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_006/780x0__r.jpg?hash=1774617622 not downloaded yet
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_004/780x0__r.jpg?hash=1774617622> (referer: https://ecarstrade.com/cars/7009075)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_002/780x0__r.jpg?hash=1774617621> (referer: https://ecarstrade.com/cars/7009075)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_005/780x0__r.jpg?hash=1774617622> (referer: https://ecarstrade.com/cars/7009075)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_001/780x0__r.jpg?hash=1774617621> (referer: https://ecarstrade.com/cars/7009075)
2026-03-27 15:17:51 [ecarstrade.be] INFO: Extracting details for car 7009035auction111129
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_003/780x0__r.jpg?hash=1774617622> (referer: https://ecarstrade.com/cars/7009075)
2026-03-27 15:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129
2026-03-27 15:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff377352-41af-52ad-9713-37eeabe0cc36 with scrape type 1
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009035%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617555%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_001/780x0__r.jpg?hash=1774617555 not downloaded yet
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_006/780x0__r.jpg?hash=1774617622> (referer: https://ecarstrade.com/cars/7009075)
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009035%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617555%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_002/780x0__r.jpg?hash=1774617555 not downloaded yet
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009035%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617555%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_003/780x0__r.jpg?hash=1774617555 not downloaded yet
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009035%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617555%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_004/780x0__r.jpg?hash=1774617555 not downloaded yet
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009035%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617555%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_005/780x0__r.jpg?hash=1774617555 not downloaded yet
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009035%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617555%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_006/780x0__r.jpg?hash=1774617555 not downloaded yet
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009093> (referer: https://ecarstrade.com/search/page136?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 56f59ba3-ee48-5c25-9e92-19785ea68530
2026-03-27 15:17:51 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 56f59ba3-ee48-5c25-9e92-19785ea68530, skipping ID generation
2026-03-27 15:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 56f59ba3-ee48-5c25-9e92-19785ea68530 with scrape type 1
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 56f59ba3-ee48-5c25-9e92-19785ea68530 sending to next pipeline
2026-03-27 15:17:51 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 56f59ba3-ee48-5c25-9e92-19785ea68530, identifier: 7009075auction111129
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_003/780x0__r.jpg?hash=1774617555> (referer: https://ecarstrade.com/cars/7009035)
2026-03-27 15:17:51 [ecarstrade.be] INFO: Extracting details for car 7009093auction111129
2026-03-27 15:17:51 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129
2026-03-27 15:17:51 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129
2026-03-27 15:17:51 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 56f59ba3-ee48-5c25-9e92-19785ea68530 with identifier: 7009075auction111129 to the API
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:51 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009075/photo_006/780x0__r.jpg?hash=1774617622>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '56f59ba3-ee48-5c25-9e92-19785ea68530',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009075',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '3008',
'odometer': 168201,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-12-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 II Style 1.5 HDi 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'II Style 1.5 HDi 130CV BVA8 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009075auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [ecarstrade.be] INFO: Saving data for 7009075auction111129: {'created_time': 1774624671.861317, 'last_price_update_time': 1774624671.861327, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009075auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_002/780x0__r.jpg?hash=1774617555> (referer: https://ecarstrade.com/cars/7009035)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_001/780x0__r.jpg?hash=1774617555> (referer: https://ecarstrade.com/cars/7009035)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_005/780x0__r.jpg?hash=1774617555> (referer: https://ecarstrade.com/cars/7009035)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_004/780x0__r.jpg?hash=1774617555> (referer: https://ecarstrade.com/cars/7009035)
2026-03-27 15:17:51 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_006/780x0__r.jpg?hash=1774617555> (referer: https://ecarstrade.com/cars/7009035)
2026-03-27 15:17:51 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129
2026-03-27 15:17:51 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3783b904-648d-5cab-83a4-198d33a72c0c with scrape type 1
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:51 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009093%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774617660%27 HTTP/1.1" 200 None
2026-03-27 15:17:51 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_001/780x0__r.jpg?hash=1774617660 not downloaded yet
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009093%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774617660%27 HTTP/1.1" 200 None
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_002/780x0__r.jpg?hash=1774617660 not downloaded yet
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009093%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774617660%27 HTTP/1.1" 200 None
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_003/780x0__r.jpg?hash=1774617660 not downloaded yet
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009093%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774617660%27 HTTP/1.1" 200 None
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_004/780x0__r.jpg?hash=1774617660 not downloaded yet
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009093%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774617660%27 HTTP/1.1" 200 None
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_005/780x0__r.jpg?hash=1774617660 not downloaded yet
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17: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%252F7009093%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774617660%27 HTTP/1.1" 200 None
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_006/780x0__r.jpg?hash=1774617660 not downloaded yet
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item ff377352-41af-52ad-9713-37eeabe0cc36
2026-03-27 15:17:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: ff377352-41af-52ad-9713-37eeabe0cc36, skipping ID generation
2026-03-27 15:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item ff377352-41af-52ad-9713-37eeabe0cc36 with scrape type 1
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item ff377352-41af-52ad-9713-37eeabe0cc36 sending to next pipeline
2026-03-27 15:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: ff377352-41af-52ad-9713-37eeabe0cc36, identifier: 7009035auction111129
2026-03-27 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_003/780x0__r.jpg?hash=1774617660> (referer: https://ecarstrade.com/cars/7009093)
2026-03-27 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_002/780x0__r.jpg?hash=1774617660> (referer: https://ecarstrade.com/cars/7009093)
2026-03-27 15:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129
2026-03-27 15:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129
2026-03-27 15:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: ff377352-41af-52ad-9713-37eeabe0cc36 with identifier: 7009035auction111129 to the API
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009035/photo_006/780x0__r.jpg?hash=1774617555>
{'auction_title': '',
'c_o_2_emission_value': 131,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.9L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': 'ff377352-41af-52ad-9713-37eeabe0cc36',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009035',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Mercedes',
'model': 'A 180',
'odometer': 214847,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-09-01',
'seats_number': 5,
'seller_name': None,
'title': 'MERCEDES-BENZ Classe A Berline / 2018 / 4P / Berline A 180 d '
'Business Line 8G-DCT',
'transmission': 'automatic',
'trim': 'MERCEDES-BENZ Classe A Berline / 2018 / 4P / Berline d Business '
'Line 8G-DCT',
'vin': None,
'year': 2021}
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009035auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:52 [ecarstrade.be] INFO: Saving data for 7009035auction111129: {'created_time': 1774624672.503099, 'last_price_update_time': 1774624672.503109, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009035auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_001/780x0__r.jpg?hash=1774617660> (referer: https://ecarstrade.com/cars/7009093)
2026-03-27 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_004/780x0__r.jpg?hash=1774617660> (referer: https://ecarstrade.com/cars/7009093)
2026-03-27 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_005/780x0__r.jpg?hash=1774617660> (referer: https://ecarstrade.com/cars/7009093)
2026-03-27 15:17:52 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_006/780x0__r.jpg?hash=1774617660> (referer: https://ecarstrade.com/cars/7009093)
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 3783b904-648d-5cab-83a4-198d33a72c0c
2026-03-27 15:17:52 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 3783b904-648d-5cab-83a4-198d33a72c0c, skipping ID generation
2026-03-27 15:17:52 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 3783b904-648d-5cab-83a4-198d33a72c0c with scrape type 1
2026-03-27 15:17:52 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 3783b904-648d-5cab-83a4-198d33a72c0c sending to next pipeline
2026-03-27 15:17:52 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 3783b904-648d-5cab-83a4-198d33a72c0c, identifier: 7009093auction111129
2026-03-27 15:17:52 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129
2026-03-27 15:17:52 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129
2026-03-27 15:17:52 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 3783b904-648d-5cab-83a4-198d33a72c0c with identifier: 7009093auction111129 to the API
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:17:52 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:17:52 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009093/photo_006/780x0__r.jpg?hash=1774617660>
{'auction_title': '',
'c_o_2_emission_value': 124,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Diesel',
'id': '3783b904-648d-5cab-83a4-198d33a72c0c',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009093',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Peugeot',
'model': '5008',
'odometer': 188790,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2018-07-01',
'seats_number': 7,
'seller_name': None,
'title': '5008 GT 2.0 HDi 180CV BVA8 7 Sieges E6dT',
'transmission': 'automatic',
'trim': 'GT 2.0 HDi 180CV BVA8 7 Sieges E6dT',
'vin': None,
'year': 2018}
2026-03-27 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009093auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:53 [ecarstrade.be] INFO: Saving data for 7009093auction111129: {'created_time': 1774624673.016657, 'last_price_update_time': 1774624673.01667, 'auction_closing_time': 1774878000.0}
2026-03-27 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:53 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009093auction111129') HTTP/1.1" 204 0
2026-03-27 15:17:56 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page148?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009113auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009113auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009113auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009115auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009115auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009115auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009061auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009061auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009061auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009060auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009060auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009060auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009080auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009080auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009080auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009145auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009145auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009145auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009063auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009063auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009063auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009104auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009104auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009104auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009015auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009015auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009015auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009056auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009056auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009056auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009106auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009106auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:56 [ecarstrade.be] INFO: Scrape type for 7009106auction111129: 0
2026-03-27 15:17:56 [ecarstrade.be] INFO: Found listing with ID: 7009021auction111129
2026-03-27 15:17:56 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009021auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009021auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009105auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009105auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009105auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009012auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009012auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009012auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009083auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009083auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009083auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009008auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009008auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009008auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009077auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009077auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009077auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009086auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009086auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009086auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7009085auction111129
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009085auction111129%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7009085auction111129: 0
2026-03-27 15:17:57 [ecarstrade.be] INFO: Found listing with ID: 7008597auction111122
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:17:57 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008597auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:17:57 [ecarstrade.be] INFO: Scrape type for 7008597auction111122: 0
2026-03-27 15:17:57 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:03 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page149?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008598auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008598auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008598auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008599auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008599auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008599auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008600auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008600auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008600auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008601auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008601auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008601auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008604auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008604auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008604auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008606auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008606auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008606auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008607auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008607auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008607auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008608auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008608auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008608auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008609auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008609auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008609auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008610auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008610auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008610auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008611auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008611auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008611auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008612auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008612auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008612auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008613auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008613auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008613auction111122: 0
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7008614auction111122
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008614auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7008614auction111122: 1
2026-03-27 15:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7009416auction111132
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7009416auction111132: 1
2026-03-27 15:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7009413auction111132
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009413auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7009413auction111132: 1
2026-03-27 15:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7009422auction111132
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009422auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7009422auction111132: 1
2026-03-27 15:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7009418auction111132
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009418auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:03 [ecarstrade.be] INFO: Scrape type for 7009418auction111132: 1
2026-03-27 15:18:03 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:03 [ecarstrade.be] INFO: Found listing with ID: 7009394auction111132
2026-03-27 15:18:03 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:04 [ecarstrade.be] INFO: Scrape type for 7009394auction111132: 1
2026-03-27 15:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:04 [ecarstrade.be] INFO: Found listing with ID: 7009420auction111132
2026-03-27 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:04 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009420auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:04 [ecarstrade.be] INFO: Scrape type for 7009420auction111132: 1
2026-03-27 15:18:04 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:05 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009515> (referer: https://ecarstrade.com/search/page145?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:05 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:05 [ecarstrade.be] INFO: Extracting details for car 7009515auction111133
2026-03-27 15:18:05 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133
2026-03-27 15:18:05 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06cee422-fdc3-5b8c-b981-5c5b710c1480 with scrape type 1
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009515%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620274%27 HTTP/1.1" 200 None
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_001/780x0__r.jpg?hash=1774620274 not downloaded yet
2026-03-27 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009515%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620274%27 HTTP/1.1" 200 None
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_002/780x0__r.jpg?hash=1774620274 not downloaded yet
2026-03-27 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009515%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620274%27 HTTP/1.1" 200 None
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_003/780x0__r.jpg?hash=1774620274 not downloaded yet
2026-03-27 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009515%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620274%27 HTTP/1.1" 200 None
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_004/780x0__r.jpg?hash=1774620274 not downloaded yet
2026-03-27 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009515%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620274%27 HTTP/1.1" 200 None
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_005/780x0__r.jpg?hash=1774620274 not downloaded yet
2026-03-27 15:18:05 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009515%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620274%27 HTTP/1.1" 200 None
2026-03-27 15:18:05 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_006/780x0__r.jpg?hash=1774620274 not downloaded yet
2026-03-27 15:18:07 [scrapy.extensions.logstats] INFO: Crawled 973 pages (at 37 pages/min), scraped 816 items (at 34 items/min)
2026-03-27 15:18:07 [scrapy.extensions.memusage] INFO: Peak memory usage is 323MiB
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009416> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:10 [ecarstrade.be] INFO: Extracting details for car 7009416auction111132
2026-03-27 15:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132
2026-03-27 15:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1575297-16e6-5694-9d71-a312ae3a84a3 with scrape type 1
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009416%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_001/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_001/780x0__r.jpg?hash=1774620274> (referer: https://ecarstrade.com/cars/7009515)
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009416%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_002/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009416%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_003/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009416%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_004/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009416%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_005/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009416%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_006/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_002/780x0__r.jpg?hash=1774620274> (referer: https://ecarstrade.com/cars/7009515)
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_003/780x0__r.jpg?hash=1774620274> (referer: https://ecarstrade.com/cars/7009515)
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_004/780x0__r.jpg?hash=1774620274> (referer: https://ecarstrade.com/cars/7009515)
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009394> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_005/780x0__r.jpg?hash=1774620274> (referer: https://ecarstrade.com/cars/7009515)
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_006/780x0__r.jpg?hash=1774620274> (referer: https://ecarstrade.com/cars/7009515)
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009413> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:10 [ecarstrade.be] INFO: Extracting details for car 7009394auction111132
2026-03-27 15:18:10 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132
2026-03-27 15:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with scrape type 1
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009394%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_001/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_001/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009416)
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_002/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009416)
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009394%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_002/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7008614> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009394%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_003/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_003/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009416)
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009394%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_004/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:10 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_006/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009416)
2026-03-27 15:18:10 [ecarstrade.be] INFO: Extracting details for car 7009413auction111132
2026-03-27 15:18:10 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009394%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_005/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 06cee422-fdc3-5b8c-b981-5c5b710c1480
2026-03-27 15:18:10 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 06cee422-fdc3-5b8c-b981-5c5b710c1480, skipping ID generation
2026-03-27 15:18:10 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 06cee422-fdc3-5b8c-b981-5c5b710c1480 with scrape type 1
2026-03-27 15:18:10 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 06cee422-fdc3-5b8c-b981-5c5b710c1480 sending to next pipeline
2026-03-27 15:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 06cee422-fdc3-5b8c-b981-5c5b710c1480, identifier: 7009515auction111133
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_005/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009416)
2026-03-27 15:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133
2026-03-27 15:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133
2026-03-27 15:18:11 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 06cee422-fdc3-5b8c-b981-5c5b710c1480 with identifier: 7009515auction111133 to the API
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:11 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009515/photo_006/780x0__r.jpg?hash=1774620274>
{'auction_title': '',
'c_o_2_emission_value': 135,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '06cee422-fdc3-5b8c-b981-5c5b710c1480',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009515',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Peugeot',
'model': '3008',
'odometer': 110533,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2020-07-01',
'seats_number': 5,
'seller_name': None,
'title': '3008 BlueHDi 130 EAT8 ACTIVE BUSINESS',
'transmission': 'automatic',
'trim': 'BlueHDi 130 EAT8 ACTIVE BUSINESS',
'vin': None,
'year': 2020}
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009515auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:11 [ecarstrade.be] INFO: Saving data for 7009515auction111133: {'created_time': 1774624691.483752, 'last_price_update_time': 1774624691.483765, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009515auction111133') HTTP/1.1" 204 0
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_004/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009416)
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_001/780x0__r.jpg?hash=1774620104> (referer: https://ecarstrade.com/cars/7009394)
2026-03-27 15:18:11 [ecarstrade.be] INFO: Extracting details for car 7008614auction111122
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009394%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_006/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009422> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132
2026-03-27 15:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ea1453-ac76-5e60-9629-9891be0e3e17 with scrape type 1
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009413%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_001/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_002/780x0__r.jpg?hash=1774620104> (referer: https://ecarstrade.com/cars/7009394)
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:11 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009418> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009413%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_002/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:11 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122
2026-03-27 15:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de33f406-d7ab-51fe-8294-9e9a672e88be with scrape type 1
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7008614%252Fphoto_000%252F780x0__r.jpg%253Fhash%3D1774611861%27 HTTP/1.1" 200 None
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_000/780x0__r.jpg?hash=1774611861 not downloaded yet
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item e1575297-16e6-5694-9d71-a312ae3a84a3
2026-03-27 15:18:11 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: e1575297-16e6-5694-9d71-a312ae3a84a3, skipping ID generation
2026-03-27 15:18:11 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item e1575297-16e6-5694-9d71-a312ae3a84a3 with scrape type 1
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item e1575297-16e6-5694-9d71-a312ae3a84a3 sending to next pipeline
2026-03-27 15:18:11 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: e1575297-16e6-5694-9d71-a312ae3a84a3, identifier: 7009416auction111132
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:11 [ecarstrade.be] INFO: Extracting details for car 7009422auction111132
2026-03-27 15:18:11 [ecarstrade.be] INFO: Extracting details for car 7009418auction111132
2026-03-27 15:18:11 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009413%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:11 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_003/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:11 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132
2026-03-27 15:18:11 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132
2026-03-27 15:18:12 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: e1575297-16e6-5694-9d71-a312ae3a84a3 with identifier: 7009416auction111132 to the API
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:12 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009416/photo_004/780x0__r.jpg?hash=1774620144>
{'auction_title': '',
'c_o_2_emission_value': 336,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 2,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'e1575297-16e6-5694-9d71-a312ae3a84a3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009416',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 21283,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [ecarstrade.be] INFO: Saving data for 7009416auction111132: {'created_time': 1774624692.327655, 'last_price_update_time': 1774624692.32767, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009416auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_004/780x0__r.jpg?hash=1774620104> (referer: https://ecarstrade.com/cars/7009394)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_005/780x0__r.jpg?hash=1774620104> (referer: https://ecarstrade.com/cars/7009394)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_003/780x0__r.jpg?hash=1774620104> (referer: https://ecarstrade.com/cars/7009394)
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7008614%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774611861%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_001/780x0__r.jpg?hash=1774611861 not downloaded yet
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009413%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_004/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009420> (referer: https://ecarstrade.com/search/page150?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132
2026-03-27 15:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8c73262-06d8-5959-ab79-29abfbe8efbf with scrape type 1
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009422%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620150%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_001/780x0__r.jpg?hash=1774620150 not downloaded yet
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:12 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132
2026-03-27 15:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with scrape type 1
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009418%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_001/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7008614%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774611861%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_002/780x0__r.jpg?hash=1774611861 not downloaded yet
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_001/780x0__r.jpg?hash=1774620139> (referer: https://ecarstrade.com/cars/7009413)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_006/780x0__r.jpg?hash=1774620104> (referer: https://ecarstrade.com/cars/7009394)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_002/780x0__r.jpg?hash=1774620139> (referer: https://ecarstrade.com/cars/7009413)
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009413%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_005/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009422%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620150%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_002/780x0__r.jpg?hash=1774620150 not downloaded yet
2026-03-27 15:18:12 [ecarstrade.be] INFO: Found listing with ID: 7009416auction111132
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009416auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [ecarstrade.be] INFO: Scrape type for 7009416auction111132: 0
2026-03-27 15:18:12 [ecarstrade.be] INFO: Found listing with ID: 7009413auction111132
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009418%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620145%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_002/780x0__r.jpg?hash=1774620145 not downloaded yet
2026-03-27 15:18:12 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:12 [ecarstrade.be] INFO: Extracting details for car 7009420auction111132
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7008614%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774611861%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_003/780x0__r.jpg?hash=1774611861 not downloaded yet
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_000/780x0__r.jpg?hash=1774611861> (referer: https://ecarstrade.com/cars/7008614)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_003/780x0__r.jpg?hash=1774620139> (referer: https://ecarstrade.com/cars/7009413)
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009413%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_006/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009422%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620150%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_003/780x0__r.jpg?hash=1774620150 not downloaded yet
2026-03-27 15:18:12 [ecarstrade.be] INFO: Found listing with ID: 7009422auction111132
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009418%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_003/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_001/780x0__r.jpg?hash=1774611861> (referer: https://ecarstrade.com/cars/7008614)
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7008614%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774611861%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_004/780x0__r.jpg?hash=1774611861 not downloaded yet
2026-03-27 15:18:12 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132
2026-03-27 15:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2131279a-0cb4-54a7-aa0c-a500c5929d72 with scrape type 1
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009420%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_001/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_004/780x0__r.jpg?hash=1774620139> (referer: https://ecarstrade.com/cars/7009413)
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009422%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620150%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_004/780x0__r.jpg?hash=1774620150 not downloaded yet
2026-03-27 15:18:12 [ecarstrade.be] INFO: Found listing with ID: 7009418auction111132
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009418%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_004/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4
2026-03-27 15:18:12 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4, skipping ID generation
2026-03-27 15:18:12 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with scrape type 1
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 sending to next pipeline
2026-03-27 15:18:12 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4, identifier: 7009394auction111132
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_001/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009418)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_002/780x0__r.jpg?hash=1774611861> (referer: https://ecarstrade.com/cars/7008614)
2026-03-27 15:18:12 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_001/780x0__r.jpg?hash=1774620150> (referer: https://ecarstrade.com/cars/7009422)
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7008614%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774611862%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_005/780x0__r.jpg?hash=1774611862 not downloaded yet
2026-03-27 15:18:12 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009420%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:12 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_002/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:12 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132
2026-03-27 15:18:12 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132
2026-03-27 15:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4 with identifier: 7009394auction111132 to the API
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009394/photo_006/780x0__r.jpg?hash=1774620104>
{'auction_title': '',
'c_o_2_emission_value': 235,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'c1c44f2d-7fd1-5d5b-aef4-7a2898fb5ec4',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009394',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 36547,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-09-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumper Fourgon Grand Volume 35 L2H2 Control BlueHDi 140 Start&Stop '
'BlueHDi 140CV BVM6 E6d',
'transmission': 'manual',
'trim': 'Fourgon Grand Volume 35 L2H2 Control BlueHDi 140 Start&Stop BlueHDi '
'140CV BVM6 E6d',
'vin': None,
'year': 2022}
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Saving data for 7009394auction111132: {'created_time': 1774624693.218864, 'last_price_update_time': 1774624693.218878, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009394auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_005/780x0__r.jpg?hash=1774620139> (referer: https://ecarstrade.com/cars/7009413)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_002/780x0__r.jpg?hash=1774620150> (referer: https://ecarstrade.com/cars/7009422)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_002/780x0__r.jpg?hash=1774620145> (referer: https://ecarstrade.com/cars/7009418)
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009422%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620150%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_005/780x0__r.jpg?hash=1774620150 not downloaded yet
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009394auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009394auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009394auction111132: 0
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009420auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009418%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_005/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_003/780x0__r.jpg?hash=1774611861> (referer: https://ecarstrade.com/cars/7008614)
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009420%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_003/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009422%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620150%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_006/780x0__r.jpg?hash=1774620150 not downloaded yet
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009395auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009395auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009395auction111132: 1
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009418%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620144%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_006/780x0__r.jpg?hash=1774620144 not downloaded yet
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009420%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_004/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_003/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009418)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_006/780x0__r.jpg?hash=1774620139> (referer: https://ecarstrade.com/cars/7009413)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_003/780x0__r.jpg?hash=1774620150> (referer: https://ecarstrade.com/cars/7009422)
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009410auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009410auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009410auction111132: 1
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_004/780x0__r.jpg?hash=1774611861> (referer: https://ecarstrade.com/cars/7008614)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_001/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009420)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_004/780x0__r.jpg?hash=1774620150> (referer: https://ecarstrade.com/cars/7009422)
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009420%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620147%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_005/780x0__r.jpg?hash=1774620147 not downloaded yet
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_004/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009418)
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009385auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009385auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009385auction111132: 1
2026-03-27 15:18:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_002/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009420)
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009420%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_006/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_005/780x0__r.jpg?hash=1774611862> (referer: https://ecarstrade.com/cars/7008614)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_003/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009420)
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009393auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009393auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009393auction111132: 1
2026-03-27 15:18:13 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009414auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009414auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009414auction111132: 1
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_006/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009418)
2026-03-27 15:18:13 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_005/780x0__r.jpg?hash=1774620144> (referer: https://ecarstrade.com/cars/7009418)
2026-03-27 15:18:13 [ecarstrade.be] INFO: Found listing with ID: 7009411auction111132
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009411auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Scrape type for 7009411auction111132: 1
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a1ea1453-ac76-5e60-9629-9891be0e3e17
2026-03-27 15:18:13 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: a1ea1453-ac76-5e60-9629-9891be0e3e17, skipping ID generation
2026-03-27 15:18:13 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a1ea1453-ac76-5e60-9629-9891be0e3e17 with scrape type 1
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item a1ea1453-ac76-5e60-9629-9891be0e3e17 sending to next pipeline
2026-03-27 15:18:13 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: a1ea1453-ac76-5e60-9629-9891be0e3e17, identifier: 7009413auction111132
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:13 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:13 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132
2026-03-27 15:18:13 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132
2026-03-27 15:18:13 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: a1ea1453-ac76-5e60-9629-9891be0e3e17 with identifier: 7009413auction111132 to the API
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:13 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009413/photo_006/780x0__r.jpg?hash=1774620139>
{'auction_title': '',
'c_o_2_emission_value': 336,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 3,
'emission_standard': 'EURO 6',
'engine': '2.3L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'a1ea1453-ac76-5e60-9629-9891be0e3e17',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009413',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Renault',
'model': 'Master',
'odometer': 46681,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 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 Chassis cabine CC Tr CF F3500 L3 Blue '
'dCi 145 EVIE',
'transmission': 'manual',
'trim': 'RENAULT SC 2019 2P Chassis cabine CC Tr CF F3500 L3 Blue dCi 145 '
'EVIE',
'vin': None,
'year': 2023}
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009413auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:13 [ecarstrade.be] INFO: Saving data for 7009413auction111132: {'created_time': 1774624693.988062, 'last_price_update_time': 1774624693.988075, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:13 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009413auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_006/780x0__r.jpg?hash=1774620150> (referer: https://ecarstrade.com/cars/7009422)
2026-03-27 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_005/780x0__r.jpg?hash=1774620150> (referer: https://ecarstrade.com/cars/7009422)
2026-03-27 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_004/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009420)
2026-03-27 15:18:14 [ecarstrade.be] INFO: Found listing with ID: 7009401auction111132
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009401auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:14 [ecarstrade.be] INFO: Scrape type for 7009401auction111132: 1
2026-03-27 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_005/780x0__r.jpg?hash=1774620147> (referer: https://ecarstrade.com/cars/7009420)
2026-03-27 15:18:14 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_006/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009420)
2026-03-27 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:14 [ecarstrade.be] INFO: Found listing with ID: 7009419auction111132
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009419auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:14 [ecarstrade.be] INFO: Scrape type for 7009419auction111132: 1
2026-03-27 15:18:14 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item de33f406-d7ab-51fe-8294-9e9a672e88be
2026-03-27 15:18:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: de33f406-d7ab-51fe-8294-9e9a672e88be, skipping ID generation
2026-03-27 15:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item de33f406-d7ab-51fe-8294-9e9a672e88be with scrape type 1
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item de33f406-d7ab-51fe-8294-9e9a672e88be sending to next pipeline
2026-03-27 15:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: de33f406-d7ab-51fe-8294-9e9a672e88be, identifier: 7008614auction111122
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 179e5349-7ef0-5066-ac6b-a34e12e32bf6
2026-03-27 15:18:14 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 179e5349-7ef0-5066-ac6b-a34e12e32bf6, skipping ID generation
2026-03-27 15:18:14 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with scrape type 1
2026-03-27 15:18:14 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 179e5349-7ef0-5066-ac6b-a34e12e32bf6 sending to next pipeline
2026-03-27 15:18:14 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 179e5349-7ef0-5066-ac6b-a34e12e32bf6, identifier: 7009418auction111132
2026-03-27 15:18:14 [ecarstrade.be] INFO: Found listing with ID: 7009387auction111132
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009387auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:14 [ecarstrade.be] INFO: Scrape type for 7009387auction111132: 1
2026-03-27 15:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122
2026-03-27 15:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122
2026-03-27 15:18:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: de33f406-d7ab-51fe-8294-9e9a672e88be with identifier: 7008614auction111122 to the API
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7008614/photo_005/780x0__r.jpg?hash=1774611862>
{'auction_title': '',
'c_o_2_emission_value': 92,
'category': None,
'color': 'Blue',
'currency': 'EUR',
'doors_number': None,
'emission_standard': 'EURO 6',
'engine': '1.0L',
'expiration_date': '2026-03-30T13:40:00Z',
'fuel_type': 'Natural Gas',
'id': 'de33f406-d7ab-51fe-8294-9e9a672e88be',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7008614',
'listing': 'directbuy',
'location': 'Belgium - "Machelen"',
'make': 'Skoda',
'model': 'Kamiq',
'odometer': 34254,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-01-31',
'seats_number': None,
'seller_name': None,
'title': 'Skoda Kamiq Kamiq 1.0 TGI Clever 66kW/90pk 5D/P Man-6',
'transmission': 'manual',
'trim': '1.0 TGI Clever 66kW/90pk 5D/P Man-6',
'vin': None,
'year': 2022}
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277008614auction111122%27 HTTP/1.1" 200 None
2026-03-27 15:18:14 [ecarstrade.be] INFO: Saving data for 7008614auction111122: {'created_time': 1774624694.538468, 'last_price_update_time': 1774624694.538483, 'auction_closing_time': 1774878000.0}
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7008614auction111122') HTTP/1.1" 204 0
2026-03-27 15:18:14 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132
2026-03-27 15:18:14 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132
2026-03-27 15:18:14 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 179e5349-7ef0-5066-ac6b-a34e12e32bf6 with identifier: 7009418auction111132 to the API
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:14 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009418/photo_005/780x0__r.jpg?hash=1774620144>
{'auction_title': '',
'c_o_2_emission_value': 195,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '179e5349-7ef0-5066-ac6b-a34e12e32bf6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009418',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'AC',
'model': 'Toyota Proace',
'odometer': 62901,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'TOYOTA Proace / 2016 / 4P / Fourgon tôlé 2.0 D LONG 180 D-4D AUTO '
'BUSINESS / VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'automatic',
'trim': 'TOYOTA Proace / 2016 / 4P / Fourgon tôlé 2.0 D LONG 180 D-4D AUTO '
'BUSINESS / VO RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009418auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:14 [ecarstrade.be] INFO: Saving data for 7009418auction111132: {'created_time': 1774624694.962972, 'last_price_update_time': 1774624694.962982, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:14 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009418auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:15 [ecarstrade.be] INFO: Found listing with ID: 7009409auction111132
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009409auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:15 [ecarstrade.be] INFO: Scrape type for 7009409auction111132: 1
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item b8c73262-06d8-5959-ab79-29abfbe8efbf
2026-03-27 15:18:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: b8c73262-06d8-5959-ab79-29abfbe8efbf, skipping ID generation
2026-03-27 15:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item b8c73262-06d8-5959-ab79-29abfbe8efbf with scrape type 1
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item b8c73262-06d8-5959-ab79-29abfbe8efbf sending to next pipeline
2026-03-27 15:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: b8c73262-06d8-5959-ab79-29abfbe8efbf, identifier: 7009422auction111132
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2131279a-0cb4-54a7-aa0c-a500c5929d72
2026-03-27 15:18:15 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2131279a-0cb4-54a7-aa0c-a500c5929d72, skipping ID generation
2026-03-27 15:18:15 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2131279a-0cb4-54a7-aa0c-a500c5929d72 with scrape type 1
2026-03-27 15:18:15 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2131279a-0cb4-54a7-aa0c-a500c5929d72 sending to next pipeline
2026-03-27 15:18:15 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2131279a-0cb4-54a7-aa0c-a500c5929d72, identifier: 7009420auction111132
2026-03-27 15:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132
2026-03-27 15:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132
2026-03-27 15:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: b8c73262-06d8-5959-ab79-29abfbe8efbf with identifier: 7009422auction111132 to the API
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009422/photo_005/780x0__r.jpg?hash=1774620150>
{'auction_title': '',
'c_o_2_emission_value': None,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'b8c73262-06d8-5959-ab79-29abfbe8efbf',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009422',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volkswagen',
'model': 'T6 Transporter',
'odometer': 21966,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'VOLKSWAGEN Transporter VU 4p Fourgon 2.0 TDi 150 L1H1 Business Line',
'transmission': 'manual',
'trim': 'VOLKSWAGEN Transporter VU 4p Fourgon 2.0 TDi 150 L1H1 Business Line',
'vin': None,
'year': 2023}
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009422auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:15 [ecarstrade.be] INFO: Saving data for 7009422auction111132: {'created_time': 1774624695.548684, 'last_price_update_time': 1774624695.548696, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009422auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:15 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132
2026-03-27 15:18:15 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132
2026-03-27 15:18:15 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2131279a-0cb4-54a7-aa0c-a500c5929d72 with identifier: 7009420auction111132 to the API
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:15 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009420/photo_006/780x0__r.jpg?hash=1774620146>
{'auction_title': '',
'c_o_2_emission_value': 186,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '2131279a-0cb4-54a7-aa0c-a500c5929d72',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009420',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Renault',
'model': 'Trafic',
'odometer': 55626,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-06-01',
'seats_number': 3,
'seller_name': None,
'title': 'Trafic Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d / VO '
'RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'transmission': 'manual',
'trim': 'Fourgon L2H1 3T Grand Confort 2.0 dCi 130CV BVM6 E6d / VO '
'RECONDITIONNE - PHOTOS AVANT RECONDITIONNEMENT',
'vin': None,
'year': 2022}
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009420auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:15 [ecarstrade.be] INFO: Saving data for 7009420auction111132: {'created_time': 1774624695.901241, 'last_price_update_time': 1774624695.90125, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009420auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:15 [ecarstrade.be] INFO: Found listing with ID: 7009384auction111132
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009384auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:15 [ecarstrade.be] INFO: Scrape type for 7009384auction111132: 1
2026-03-27 15:18:15 [ecarstrade.be] INFO: Found listing with ID: 7009407auction111132
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009407auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:15 [ecarstrade.be] INFO: Scrape type for 7009407auction111132: 1
2026-03-27 15:18:15 [ecarstrade.be] INFO: Found listing with ID: 7009402auction111132
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:15 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009402auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:15 [ecarstrade.be] INFO: Scrape type for 7009402auction111132: 1
2026-03-27 15:18:15 [ecarstrade.be] INFO: Found listing with ID: 7009392auction111132
2026-03-27 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:16 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009392auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:16 [ecarstrade.be] INFO: Scrape type for 7009392auction111132: 1
2026-03-27 15:18:19 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:19 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009421auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009421auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009421auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009388auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009388auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009388auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009382auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009382auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009382auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009391auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009391auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009391auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009404auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009404auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009404auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009383auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009383auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009383auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009412auction111132
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:19 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009412auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:19 [ecarstrade.be] INFO: Scrape type for 7009412auction111132: 1
2026-03-27 15:18:19 [ecarstrade.be] INFO: Found listing with ID: 7009389auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009389auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009389auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009396auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009396auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009396auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009403auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009403auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009403auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009398auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009398auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009398auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009405auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009405auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009405auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009408auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009408auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009408auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009386auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009386auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009386auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009397auction111132
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009397auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009397auction111132: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009476auction111133
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009476auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009476auction111133: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009481auction111133
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009481auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009481auction111133: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009439auction111133
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009439auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009439auction111133: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009437auction111133
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009437auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009437auction111133: 1
2026-03-27 15:18:20 [ecarstrade.be] INFO: Found listing with ID: 7009429auction111133
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:20 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009429auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:20 [ecarstrade.be] INFO: Scrape type for 7009429auction111133: 1
2026-03-27 15:18:21 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009410> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:21 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:21 [ecarstrade.be] INFO: Extracting details for car 7009410auction111132
2026-03-27 15:18:21 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with identifier: 7009410auction111132
2026-03-27 15:18:21 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 40f3d68e-1c78-5acd-9d8b-6f8729d3e390 with scrape type 1
2026-03-27 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 40f3d68e-1c78-5acd-9d8b-6f8729d3e390
2026-03-27 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009410%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_001/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009410%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:21 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_002/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:21 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009410%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_003/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009410%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_004/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009410%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_005/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009410%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_006/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009395> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:22 [ecarstrade.be] INFO: Extracting details for car 7009395auction111132
2026-03-27 15:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: a7775882-cdd2-5658-b056-125d12a05f3a with identifier: 7009395auction111132
2026-03-27 15:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item a7775882-cdd2-5658-b056-125d12a05f3a with scrape type 1
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item a7775882-cdd2-5658-b056-125d12a05f3a
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009395%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620105%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_001/780x0__r.jpg?hash=1774620105 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009395%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620105%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_002/780x0__r.jpg?hash=1774620105 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009395%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620105%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_003/780x0__r.jpg?hash=1774620105 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009395%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620106%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_004/780x0__r.jpg?hash=1774620106 not downloaded yet
2026-03-27 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009385> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009395%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620106%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_005/780x0__r.jpg?hash=1774620106 not downloaded yet
2026-03-27 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009395%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620106%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_006/780x0__r.jpg?hash=1774620106 not downloaded yet
2026-03-27 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009411> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:22 [ecarstrade.be] INFO: Extracting details for car 7009385auction111132
2026-03-27 15:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with identifier: 7009385auction111132
2026-03-27 15:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9517e1bc-4ea1-54e2-b100-9e639043c8c6 with scrape type 1
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9517e1bc-4ea1-54e2-b100-9e639043c8c6
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009385%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_001/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009385%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_002/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009385%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_003/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:22 [ecarstrade.be] INFO: Extracting details for car 7009411auction111132
2026-03-27 15:18:22 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009414> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009385%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620097%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_004/780x0__r.jpg?hash=1774620097 not downloaded yet
2026-03-27 15:18:22 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 24ddedae-899a-588e-a7ea-317fea61acf3 with identifier: 7009411auction111132
2026-03-27 15:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 24ddedae-899a-588e-a7ea-317fea61acf3 with scrape type 1
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 24ddedae-899a-588e-a7ea-317fea61acf3
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009411%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009411/photo_001/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009385%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_005/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009411%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009411/photo_002/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009385%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_006/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009411%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009411/photo_003/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009411%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009411/photo_004/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:22 [ecarstrade.be] INFO: Extracting details for car 7009414auction111132
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009411%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620138%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009411/photo_005/780x0__r.jpg?hash=1774620138 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009411%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620139%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009411/photo_006/780x0__r.jpg?hash=1774620139 not downloaded yet
2026-03-27 15:18:22 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with identifier: 7009414auction111132
2026-03-27 15:18:22 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad with scrape type 1
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009414%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620141%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_001/780x0__r.jpg?hash=1774620141 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009414%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620141%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_002/780x0__r.jpg?hash=1774620141 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009414%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620141%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_003/780x0__r.jpg?hash=1774620141 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009414%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620141%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_004/780x0__r.jpg?hash=1774620141 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009414%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620141%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_005/780x0__r.jpg?hash=1774620141 not downloaded yet
2026-03-27 15:18:22 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009414%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620141%27 HTTP/1.1" 200 None
2026-03-27 15:18:22 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_006/780x0__r.jpg?hash=1774620141 not downloaded yet
2026-03-27 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009393> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:23 [ecarstrade.be] INFO: Extracting details for car 7009393auction111132
2026-03-27 15:18:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 78781591-e081-5fba-b536-cff3762c03e3 with identifier: 7009393auction111132
2026-03-27 15:18:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 78781591-e081-5fba-b536-cff3762c03e3 with scrape type 1
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 78781591-e081-5fba-b536-cff3762c03e3
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009393%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_001/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009393%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_002/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009393%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620104%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_003/780x0__r.jpg?hash=1774620104 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009393%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_004/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:23 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009401> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009393%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_005/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:23 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009393%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_006/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:23 [ecarstrade.be] INFO: Extracting details for car 7009401auction111132
2026-03-27 15:18:23 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with identifier: 7009401auction111132
2026-03-27 15:18:23 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 775fb5d7-e3f5-5f2e-b757-a30f348b6079 with scrape type 1
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 775fb5d7-e3f5-5f2e-b757-a30f348b6079
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009401%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620115%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_001/780x0__r.jpg?hash=1774620115 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009401%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620115%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_002/780x0__r.jpg?hash=1774620115 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009401%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620116%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_003/780x0__r.jpg?hash=1774620116 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009401%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620115%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_004/780x0__r.jpg?hash=1774620115 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009401%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620115%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_005/780x0__r.jpg?hash=1774620115 not downloaded yet
2026-03-27 15:18:23 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009401%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620115%27 HTTP/1.1" 200 None
2026-03-27 15:18:23 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_006/780x0__r.jpg?hash=1774620115 not downloaded yet
2026-03-27 15:18:26 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009419> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:26 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:27 [ecarstrade.be] INFO: Extracting details for car 7009419auction111132
2026-03-27 15:18:27 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02056af7-437d-50f1-a1f5-ef883a3402f0 with identifier: 7009419auction111132
2026-03-27 15:18:27 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02056af7-437d-50f1-a1f5-ef883a3402f0 with scrape type 1
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02056af7-437d-50f1-a1f5-ef883a3402f0
2026-03-27 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009419%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620145%27 HTTP/1.1" 200 None
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_001/780x0__r.jpg?hash=1774620145 not downloaded yet
2026-03-27 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009419%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620145%27 HTTP/1.1" 200 None
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_002/780x0__r.jpg?hash=1774620145 not downloaded yet
2026-03-27 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009419%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_003/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009419%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_004/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009419%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_005/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:27 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009419%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:27 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_006/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009409> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:29 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009387> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:29 [ecarstrade.be] INFO: Extracting details for car 7009409auction111132
2026-03-27 15:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 45f12288-5deb-53b6-83af-030de66c67ea with identifier: 7009409auction111132
2026-03-27 15:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 45f12288-5deb-53b6-83af-030de66c67ea with scrape type 1
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 45f12288-5deb-53b6-83af-030de66c67ea
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009409%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620134%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_001/780x0__r.jpg?hash=1774620134 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009410/photo_006/780x0__r.jpg?hash=1774620138> (referer: https://ecarstrade.com/cars/7009410)
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009409%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620134%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_002/780x0__r.jpg?hash=1774620134 not downloaded yet
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009409%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620134%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_003/780x0__r.jpg?hash=1774620134 not downloaded yet
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009409%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620134%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_004/780x0__r.jpg?hash=1774620134 not downloaded yet
2026-03-27 15:18:29 [ecarstrade.be] INFO: Extracting details for car 7009387auction111132
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009409%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620134%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_005/780x0__r.jpg?hash=1774620134 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009384> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132
2026-03-27 15:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa5b2436-95dc-5392-9026-a00e73ee0746 with scrape type 1
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009387%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_001/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_004/780x0__r.jpg?hash=1774620106> (referer: https://ecarstrade.com/cars/7009395)
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009409%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620134%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_006/780x0__r.jpg?hash=1774620134 not downloaded yet
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009387%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620099%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_002/780x0__r.jpg?hash=1774620099 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009387%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_003/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 40f3d68e-1c78-5acd-9d8b-6f8729d3e390
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009387%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_004/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009387%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_005/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 15:18:29 [ecarstrade.be] INFO: Extracting details for car 7009384auction111132
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009387%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620098%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_006/780x0__r.jpg?hash=1774620098 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009385/photo_003/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009385)
2026-03-27 15:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132
2026-03-27 15:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 391bdbad-0c49-5bdb-b79a-54c464f551d3 with scrape type 1
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009384%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_001/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item a7775882-cdd2-5658-b056-125d12a05f3a
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009384%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_002/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009395/photo_006/780x0__r.jpg?hash=1774620106> (referer: https://ecarstrade.com/cars/7009395)
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009407> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009384%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_003/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009414/photo_006/780x0__r.jpg?hash=1774620141> (referer: https://ecarstrade.com/cars/7009414)
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009402> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:29 [ecarstrade.be] INFO: Found 20 car items
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009384%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_004/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:29 [ecarstrade.be] INFO: Found listing with ID: 7009489auction111133
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009489auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [ecarstrade.be] INFO: Scrape type for 7009489auction111133: 1
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009401/photo_006/780x0__r.jpg?hash=1774620115> (referer: https://ecarstrade.com/cars/7009401)
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009384%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_005/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009393/photo_004/780x0__r.jpg?hash=1774620103> (referer: https://ecarstrade.com/cars/7009393)
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_006/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009419)
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009419/photo_005/780x0__r.jpg?hash=1774620146> (referer: https://ecarstrade.com/cars/7009419)
2026-03-27 15:18:29 [ecarstrade.be] INFO: Extracting details for car 7009407auction111132
2026-03-27 15:18:29 [ecarstrade.be] INFO: Found listing with ID: 7009577auction111133
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009577auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [ecarstrade.be] INFO: Scrape type for 7009577auction111133: 1
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9517e1bc-4ea1-54e2-b100-9e639043c8c6
2026-03-27 15:18:29 [ecarstrade.be] INFO: Extracting details for car 7009402auction111132
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009384%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620096%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_006/780x0__r.jpg?hash=1774620096 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_001/780x0__r.jpg?hash=1774620134> (referer: https://ecarstrade.com/cars/7009409)
2026-03-27 15:18:29 [ecarstrade.be] INFO: Found listing with ID: 7009479auction111133
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009479auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [ecarstrade.be] INFO: Scrape type for 7009479auction111133: 1
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_006/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009387)
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item a7775882-cdd2-5658-b056-125d12a05f3a
2026-03-27 15:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with identifier: 7009407auction111132
2026-03-27 15:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 71e57c4a-e5de-5c16-a745-0cd2d86d6428 with scrape type 1
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 71e57c4a-e5de-5c16-a745-0cd2d86d6428
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009407%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620126%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_001/780x0__r.jpg?hash=1774620126 not downloaded yet
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item d8d95afe-3f88-55a1-8f18-6ebd53aaf8ad
2026-03-27 15:18:29 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with identifier: 7009402auction111132
2026-03-27 15:18:29 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 02ff0de2-f5e1-5862-b988-c31b5e5707b1 with scrape type 1
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 02ff0de2-f5e1-5862-b988-c31b5e5707b1
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009402%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620117%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_001/780x0__r.jpg?hash=1774620117 not downloaded yet
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_001/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009387)
2026-03-27 15:18:29 [ecarstrade.be] INFO: Found listing with ID: 7009488auction111133
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:29 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009488auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:29 [ecarstrade.be] INFO: Scrape type for 7009488auction111133: 1
2026-03-27 15:18:29 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009409/photo_005/780x0__r.jpg?hash=1774620134> (referer: https://ecarstrade.com/cars/7009409)
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_002/780x0__r.jpg?hash=1774620099> (referer: https://ecarstrade.com/cars/7009387)
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009407%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620126%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_002/780x0__r.jpg?hash=1774620126 not downloaded yet
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009402%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620117%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_002/780x0__r.jpg?hash=1774620117 not downloaded yet
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009392> (referer: https://ecarstrade.com/search/page151?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_002/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009384)
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_001/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009384)
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009589auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009589auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009589auction111133: 1
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 775fb5d7-e3f5-5f2e-b757-a30f348b6079
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 78781591-e081-5fba-b536-cff3762c03e3
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 02056af7-437d-50f1-a1f5-ef883a3402f0
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 02056af7-437d-50f1-a1f5-ef883a3402f0
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_005/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009387)
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009407%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620126%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_003/780x0__r.jpg?hash=1774620126 not downloaded yet
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009402%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620117%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_003/780x0__r.jpg?hash=1774620117 not downloaded yet
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009474auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009474auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009474auction111133: 1
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_003/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009384)
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009407%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620126%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_004/780x0__r.jpg?hash=1774620126 not downloaded yet
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009402%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620117%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_004/780x0__r.jpg?hash=1774620117 not downloaded yet
2026-03-27 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 45f12288-5deb-53b6-83af-030de66c67ea
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 45f12288-5deb-53b6-83af-030de66c67ea
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_004/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009387)
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_004/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009384)
2026-03-27 15:18:30 [ecarstrade.be] INFO: Extracting details for car 7009392auction111132
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009591auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009591auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009591auction111133: 1
2026-03-27 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:30 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_006/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009384)
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009407%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620126%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_005/780x0__r.jpg?hash=1774620126 not downloaded yet
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009402%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620117%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_005/780x0__r.jpg?hash=1774620117 not downloaded yet
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009588auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009588auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009588auction111133: 1
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:30 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 9480bb2d-59be-51cf-a1e2-723709eab17c with identifier: 7009392auction111132
2026-03-27 15:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 9480bb2d-59be-51cf-a1e2-723709eab17c with scrape type 1
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 9480bb2d-59be-51cf-a1e2-723709eab17c
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009392%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_001/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009407%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620126%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_006/780x0__r.jpg?hash=1774620126 not downloaded yet
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009402%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620118%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_006/780x0__r.jpg?hash=1774620118 not downloaded yet
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009438auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009438auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009438auction111133: 1
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009392%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620102%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_002/780x0__r.jpg?hash=1774620102 not downloaded yet
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009568auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009568auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009568auction111133: 1
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009392%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_003/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_001/780x0__r.jpg?hash=1774620117> (referer: https://ecarstrade.com/cars/7009402)
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009483auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009483auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009483auction111133: 1
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009392%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_004/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009575auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009575auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009575auction111133: 1
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009392%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_005/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009592auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009592auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009592auction111133: 1
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009392%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620103%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_006/780x0__r.jpg?hash=1774620103 not downloaded yet
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009470auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009470auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009470auction111133: 1
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_001/780x0__r.jpg?hash=1774620126> (referer: https://ecarstrade.com/cars/7009407)
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009426auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009426auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009426auction111133: 1
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 02ff0de2-f5e1-5862-b988-c31b5e5707b1
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009482auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009482auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009482auction111133: 1
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009572auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009572auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009572auction111133: 1
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009484auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009484auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009484auction111133: 1
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009471auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009471auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009471auction111133: 1
2026-03-27 15:18:30 [ecarstrade.be] INFO: Found listing with ID: 7009581auction111133
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:30 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009581auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:30 [ecarstrade.be] INFO: Scrape type for 7009581auction111133: 1
2026-03-27 15:18:30 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_005/780x0__r.jpg?hash=1774620096> (referer: https://ecarstrade.com/cars/7009384)
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 71e57c4a-e5de-5c16-a745-0cd2d86d6428
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 391bdbad-0c49-5bdb-b79a-54c464f551d3
2026-03-27 15:18:30 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 391bdbad-0c49-5bdb-b79a-54c464f551d3, skipping ID generation
2026-03-27 15:18:30 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 391bdbad-0c49-5bdb-b79a-54c464f551d3 with scrape type 1
2026-03-27 15:18:30 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 391bdbad-0c49-5bdb-b79a-54c464f551d3 sending to next pipeline
2026-03-27 15:18:31 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 391bdbad-0c49-5bdb-b79a-54c464f551d3, identifier: 7009384auction111132
2026-03-27 15:18:31 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132
2026-03-27 15:18:31 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132
2026-03-27 15:18:31 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 391bdbad-0c49-5bdb-b79a-54c464f551d3 with identifier: 7009384auction111132 to the API
2026-03-27 15:18:31 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:31 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:31 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009384/photo_005/780x0__r.jpg?hash=1774620096>
{'auction_title': '',
'c_o_2_emission_value': 170,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D',
'engine': '1.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Petrol',
'id': '391bdbad-0c49-5bdb-b79a-54c464f551d3',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009384',
'listing': 'auction',
'location': 'France - "FR-31-CASTELNAU-BTV"',
'make': 'Citroen',
'model': 'Berlingo',
'odometer': 69767,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-03-01',
'seats_number': 3,
'seller_name': None,
'title': 'Berlingo Fourgon Worker M 1000 1.2 PureTech 130CV BVA8 E6d',
'transmission': 'automatic',
'trim': 'Fourgon Worker M 1000 1.2 PureTech 130CV BVA8 E6d',
'vin': None,
'year': 2021}
2026-03-27 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009384auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:31 [ecarstrade.be] INFO: Saving data for 7009384auction111132: {'created_time': 1774624711.938579, 'last_price_update_time': 1774624711.938593, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:31 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009384auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_003/780x0__r.jpg?hash=1774620098> (referer: https://ecarstrade.com/cars/7009387)
2026-03-27 15:18:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_002/780x0__r.jpg?hash=1774620117> (referer: https://ecarstrade.com/cars/7009402)
2026-03-27 15:18:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item aa5b2436-95dc-5392-9026-a00e73ee0746
2026-03-27 15:18:32 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: aa5b2436-95dc-5392-9026-a00e73ee0746, skipping ID generation
2026-03-27 15:18:32 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item aa5b2436-95dc-5392-9026-a00e73ee0746 with scrape type 1
2026-03-27 15:18:32 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item aa5b2436-95dc-5392-9026-a00e73ee0746 sending to next pipeline
2026-03-27 15:18:32 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: aa5b2436-95dc-5392-9026-a00e73ee0746, identifier: 7009387auction111132
2026-03-27 15:18:32 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132
2026-03-27 15:18:32 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132
2026-03-27 15:18:32 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: aa5b2436-95dc-5392-9026-a00e73ee0746 with identifier: 7009387auction111132 to the API
2026-03-27 15:18:32 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:32 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:32 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009387/photo_003/780x0__r.jpg?hash=1774620098>
{'auction_title': '',
'c_o_2_emission_value': 223,
'category': None,
'color': 'White',
'currency': 'EUR',
'doors_number': 4,
'emission_standard': 'EURO 6D-TEMP',
'engine': '2.2L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': 'aa5b2436-95dc-5392-9026-a00e73ee0746',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009387',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Citroen',
'model': 'Jumper',
'odometer': 110094,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2021-12-01',
'seats_number': 3,
'seller_name': None,
'title': 'Jumper Fourgon 30 L1H1 Club BlueHDi 120 2.2 120CV BVM6',
'transmission': 'manual',
'trim': 'Fourgon 30 L1H1 Club BlueHDi 120 2.2 120CV BVM6',
'vin': None,
'year': 2021}
2026-03-27 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009387auction111132%27 HTTP/1.1" 200 None
2026-03-27 15:18:32 [ecarstrade.be] INFO: Saving data for 7009387auction111132: {'created_time': 1774624712.532818, 'last_price_update_time': 1774624712.532829, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:32 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009387auction111132') HTTP/1.1" 204 0
2026-03-27 15:18:32 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009402/photo_003/780x0__r.jpg?hash=1774620117> (referer: https://ecarstrade.com/cars/7009402)
2026-03-27 15:18:32 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 02ff0de2-f5e1-5862-b988-c31b5e5707b1
2026-03-27 15:18:32 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 02ff0de2-f5e1-5862-b988-c31b5e5707b1
2026-03-27 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009421> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:34 [ecarstrade.be] INFO: Extracting details for car 7009421auction111132
2026-03-27 15:18:34 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009407/photo_003/780x0__r.jpg?hash=1774620126> (referer: https://ecarstrade.com/cars/7009407)
2026-03-27 15:18:34 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:34 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: c9333549-e864-5b97-8c95-381368338931 with identifier: 7009421auction111132
2026-03-27 15:18:34 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item c9333549-e864-5b97-8c95-381368338931 with scrape type 1
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item c9333549-e864-5b97-8c95-381368338931
2026-03-27 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009421%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620146%27 HTTP/1.1" 200 None
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_001/780x0__r.jpg?hash=1774620146 not downloaded yet
2026-03-27 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009421%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620147%27 HTTP/1.1" 200 None
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_002/780x0__r.jpg?hash=1774620147 not downloaded yet
2026-03-27 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009421%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620147%27 HTTP/1.1" 200 None
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_003/780x0__r.jpg?hash=1774620147 not downloaded yet
2026-03-27 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009421%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620147%27 HTTP/1.1" 200 None
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_004/780x0__r.jpg?hash=1774620147 not downloaded yet
2026-03-27 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009421%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620147%27 HTTP/1.1" 200 None
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_005/780x0__r.jpg?hash=1774620147 not downloaded yet
2026-03-27 15:18:34 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009421%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620148%27 HTTP/1.1" 200 None
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_006/780x0__r.jpg?hash=1774620148 not downloaded yet
2026-03-27 15:18:34 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 71e57c4a-e5de-5c16-a745-0cd2d86d6428
2026-03-27 15:18:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/search/page154?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:36 [ecarstrade.be] INFO: Found 5 car items
2026-03-27 15:18:36 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009392/photo_003/780x0__r.jpg?hash=1774620103> (referer: https://ecarstrade.com/cars/7009392)
2026-03-27 15:18:36 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:18:36 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:18:36 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:18:36 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:18:36 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:18:36 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:18:36 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:18:36 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:18:36 [ecarstrade.be] INFO: Found listing with ID: NoneNone
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:36 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%27NoneNone%27 HTTP/1.1" 200 None
2026-03-27 15:18:36 [ecarstrade.be] INFO: Scrape type for NoneNone: 0
2026-03-27 15:18:36 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:36 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 9480bb2d-59be-51cf-a1e2-723709eab17c
2026-03-27 15:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009429> (referer: https://ecarstrade.com/search/page152?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009488> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:37 [ecarstrade.be] INFO: Extracting details for car 7009429auction111133
2026-03-27 15:18:37 [ecarstrade.be] INFO: Extracting details for car 7009488auction111133
2026-03-27 15:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009489> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 7f4ddd11-c199-5639-9a59-28046c29e2ea with identifier: 7009429auction111133
2026-03-27 15:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 7f4ddd11-c199-5639-9a59-28046c29e2ea with scrape type 1
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 7f4ddd11-c199-5639-9a59-28046c29e2ea
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009429%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009429/photo_001/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 565b3759-4932-55b6-ac87-01310c67b08c with identifier: 7009488auction111133
2026-03-27 15:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 565b3759-4932-55b6-ac87-01310c67b08c with scrape type 1
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 565b3759-4932-55b6-ac87-01310c67b08c
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009488%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620235%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_001/780x0__r.jpg?hash=1774620235 not downloaded yet
2026-03-27 15:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009429%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009429/photo_002/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009488%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620235%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_002/780x0__r.jpg?hash=1774620235 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009429%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009429/photo_003/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009488%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620235%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_003/780x0__r.jpg?hash=1774620235 not downloaded yet
2026-03-27 15:18:37 [ecarstrade.be] INFO: Extracting details for car 7009489auction111133
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009429%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009429/photo_004/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009488%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620235%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_004/780x0__r.jpg?hash=1774620235 not downloaded yet
2026-03-27 15:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 0aedd766-390a-53ea-9343-4cf98a83d7c7 with identifier: 7009489auction111133
2026-03-27 15:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 0aedd766-390a-53ea-9343-4cf98a83d7c7 with scrape type 1
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 0aedd766-390a-53ea-9343-4cf98a83d7c7
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009489%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620238%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_001/780x0__r.jpg?hash=1774620238 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009429%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009429/photo_005/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009488%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620235%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_005/780x0__r.jpg?hash=1774620235 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009489%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620238%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_002/780x0__r.jpg?hash=1774620238 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009429%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620157%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009429/photo_006/780x0__r.jpg?hash=1774620157 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009488%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620236%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_006/780x0__r.jpg?hash=1774620236 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009489%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620238%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_003/780x0__r.jpg?hash=1774620238 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009489%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620238%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_004/780x0__r.jpg?hash=1774620238 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009489%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620238%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_005/780x0__r.jpg?hash=1774620238 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009489%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620238%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_006/780x0__r.jpg?hash=1774620238 not downloaded yet
2026-03-27 15:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009479> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:37 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009577> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:37 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:37 [ecarstrade.be] INFO: Extracting details for car 7009479auction111133
2026-03-27 15:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: d77324ae-57b5-5765-9123-d71b573f9b38 with identifier: 7009479auction111133
2026-03-27 15:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item d77324ae-57b5-5765-9123-d71b573f9b38 with scrape type 1
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item d77324ae-57b5-5765-9123-d71b573f9b38
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009479%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620225%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_001/780x0__r.jpg?hash=1774620225 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009479%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620227%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_002/780x0__r.jpg?hash=1774620227 not downloaded yet
2026-03-27 15:18:37 [ecarstrade.be] INFO: Extracting details for car 7009577auction111133
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009479%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620225%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_003/780x0__r.jpg?hash=1774620225 not downloaded yet
2026-03-27 15:18:37 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2c934b39-45a5-5bcb-8425-d1f1cb332564 with identifier: 7009577auction111133
2026-03-27 15:18:37 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2c934b39-45a5-5bcb-8425-d1f1cb332564 with scrape type 1
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2c934b39-45a5-5bcb-8425-d1f1cb332564
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009577%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620339%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_001/780x0__r.jpg?hash=1774620339 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009479%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_004/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009577%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620339%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_002/780x0__r.jpg?hash=1774620339 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009479%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620226%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_005/780x0__r.jpg?hash=1774620226 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009577%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620339%27 HTTP/1.1" 200 None
2026-03-27 15:18:37 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_003/780x0__r.jpg?hash=1774620339 not downloaded yet
2026-03-27 15:18:37 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009479%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620227%27 HTTP/1.1" 200 None
2026-03-27 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_006/780x0__r.jpg?hash=1774620227 not downloaded yet
2026-03-27 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009577%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620339%27 HTTP/1.1" 200 None
2026-03-27 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_004/780x0__r.jpg?hash=1774620339 not downloaded yet
2026-03-27 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009577%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620339%27 HTTP/1.1" 200 None
2026-03-27 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_005/780x0__r.jpg?hash=1774620339 not downloaded yet
2026-03-27 15:18:38 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009577%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620339%27 HTTP/1.1" 200 None
2026-03-27 15:18:38 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_006/780x0__r.jpg?hash=1774620339 not downloaded yet
2026-03-27 15:18:40 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009474> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:40 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:40 [ecarstrade.be] INFO: Extracting details for car 7009474auction111133
2026-03-27 15:18:40 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6bf194d6-eecb-5617-bfcc-7812516895eb with identifier: 7009474auction111133
2026-03-27 15:18:40 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf194d6-eecb-5617-bfcc-7812516895eb with scrape type 1
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009474%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620221%27 HTTP/1.1" 200 None
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_001/780x0__r.jpg?hash=1774620221 not downloaded yet
2026-03-27 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009474%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620222%27 HTTP/1.1" 200 None
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_002/780x0__r.jpg?hash=1774620222 not downloaded yet
2026-03-27 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009474%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620221%27 HTTP/1.1" 200 None
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_003/780x0__r.jpg?hash=1774620221 not downloaded yet
2026-03-27 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009474%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620221%27 HTTP/1.1" 200 None
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_004/780x0__r.jpg?hash=1774620221 not downloaded yet
2026-03-27 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009474%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620221%27 HTTP/1.1" 200 None
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_005/780x0__r.jpg?hash=1774620221 not downloaded yet
2026-03-27 15:18:40 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009474%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620222%27 HTTP/1.1" 200 None
2026-03-27 15:18:40 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_006/780x0__r.jpg?hash=1774620222 not downloaded yet
2026-03-27 15:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009591> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:41 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_006/780x0__r.jpg?hash=1774620148> (referer: https://ecarstrade.com/cars/7009421)
2026-03-27 15:18:41 [zyte_api._retry] DEBUG: Starting call to 'zyte_api._async.AsyncZyteAPI.get.<locals>.request', this is the 1st time calling it.
2026-03-27 15:18:41 [ecarstrade.be] INFO: Extracting details for car 7009591auction111133
2026-03-27 15:18:41 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133
2026-03-27 15:18:41 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with scrape type 1
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009591%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620356%27 HTTP/1.1" 200 None
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_001/780x0__r.jpg?hash=1774620356 not downloaded yet
2026-03-27 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009591%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620356%27 HTTP/1.1" 200 None
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_002/780x0__r.jpg?hash=1774620356 not downloaded yet
2026-03-27 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009591%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620356%27 HTTP/1.1" 200 None
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_003/780x0__r.jpg?hash=1774620356 not downloaded yet
2026-03-27 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009591%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620356%27 HTTP/1.1" 200 None
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_004/780x0__r.jpg?hash=1774620356 not downloaded yet
2026-03-27 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009591%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620356%27 HTTP/1.1" 200 None
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_005/780x0__r.jpg?hash=1774620356 not downloaded yet
2026-03-27 15:18:41 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009591%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620356%27 HTTP/1.1" 200 None
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_006/780x0__r.jpg?hash=1774620356 not downloaded yet
2026-03-27 15:18:41 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item c9333549-e864-5b97-8c95-381368338931
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009581> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_005/780x0__r.jpg?hash=1774620147> (referer: https://ecarstrade.com/cars/7009421)
2026-03-27 15:18:44 [ecarstrade.be] INFO: Extracting details for car 7009581auction111133
2026-03-27 15:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133
2026-03-27 15:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4964bdca-ce23-5b9a-969e-909f5a635ccb with scrape type 1
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009581%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620347%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_001/780x0__r.jpg?hash=1774620347 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009581%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620347%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_002/780x0__r.jpg?hash=1774620347 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009581%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620347%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_003/780x0__r.jpg?hash=1774620347 not downloaded yet
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009471> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item c9333549-e864-5b97-8c95-381368338931
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009421/photo_004/780x0__r.jpg?hash=1774620147> (referer: https://ecarstrade.com/cars/7009421)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009581%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620347%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_004/780x0__r.jpg?hash=1774620347 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009581%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620347%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_005/780x0__r.jpg?hash=1774620347 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009581%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620347%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_006/780x0__r.jpg?hash=1774620347 not downloaded yet
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009572> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_006/780x0__r.jpg?hash=1774620238> (referer: https://ecarstrade.com/cars/7009489)
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009488/photo_001/780x0__r.jpg?hash=1774620235> (referer: https://ecarstrade.com/cars/7009488)
2026-03-27 15:18:44 [ecarstrade.be] INFO: Extracting details for car 7009471auction111133
2026-03-27 15:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133
2026-03-27 15:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with scrape type 1
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009471%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620215%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_001/780x0__r.jpg?hash=1774620215 not downloaded yet
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item c9333549-e864-5b97-8c95-381368338931
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009471%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620215%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_002/780x0__r.jpg?hash=1774620215 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009471%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620215%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_003/780x0__r.jpg?hash=1774620215 not downloaded yet
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_006/780x0__r.jpg?hash=1774620339> (referer: https://ecarstrade.com/cars/7009577)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009471%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620215%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_004/780x0__r.jpg?hash=1774620215 not downloaded yet
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009489/photo_005/780x0__r.jpg?hash=1774620238> (referer: https://ecarstrade.com/cars/7009489)
2026-03-27 15:18:44 [ecarstrade.be] INFO: Extracting details for car 7009572auction111133
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_006/780x0__r.jpg?hash=1774620222> (referer: https://ecarstrade.com/cars/7009474)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009471%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620215%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_005/780x0__r.jpg?hash=1774620215 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009471%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620215%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_006/780x0__r.jpg?hash=1774620215 not downloaded yet
2026-03-27 15:18:44 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133
2026-03-27 15:18:44 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6050611e-1707-562a-9b0a-3bf38ca23d1b with scrape type 1
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009572%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_001/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 0aedd766-390a-53ea-9343-4cf98a83d7c7
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 565b3759-4932-55b6-ac87-01310c67b08c
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_006/780x0__r.jpg?hash=1774620356> (referer: https://ecarstrade.com/cars/7009591)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009572%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_002/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009572%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_003/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2c934b39-45a5-5bcb-8425-d1f1cb332564
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_005/780x0__r.jpg?hash=1774620221> (referer: https://ecarstrade.com/cars/7009474)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009572%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620335%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_004/780x0__r.jpg?hash=1774620335 not downloaded yet
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 0aedd766-390a-53ea-9343-4cf98a83d7c7
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_005/780x0__r.jpg?hash=1774620356> (referer: https://ecarstrade.com/cars/7009591)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009572%252Fphoto_005%252F780x0__r.jpg%253Fhash%3D1774620334%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_005/780x0__r.jpg?hash=1774620334 not downloaded yet
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_003/780x0__r.jpg?hash=1774620347> (referer: https://ecarstrade.com/cars/7009581)
2026-03-27 15:18:44 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009572%252Fphoto_006%252F780x0__r.jpg%253Fhash%3D1774620334%27 HTTP/1.1" 200 None
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_006/780x0__r.jpg?hash=1774620334 not downloaded yet
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_002/780x0__r.jpg?hash=1774620347> (referer: https://ecarstrade.com/cars/7009581)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_006/780x0__r.jpg?hash=1774620347> (referer: https://ecarstrade.com/cars/7009581)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_005/780x0__r.jpg?hash=1774620347> (referer: https://ecarstrade.com/cars/7009581)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_003/780x0__r.jpg?hash=1774620215> (referer: https://ecarstrade.com/cars/7009471)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_004/780x0__r.jpg?hash=1774620347> (referer: https://ecarstrade.com/cars/7009581)
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_002/780x0__r.jpg?hash=1774620215> (referer: https://ecarstrade.com/cars/7009471)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_001/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009572)
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_004/780x0__r.jpg?hash=1774620215> (referer: https://ecarstrade.com/cars/7009471)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_003/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009572)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_005/780x0__r.jpg?hash=1774620334> (referer: https://ecarstrade.com/cars/7009572)
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_006/780x0__r.jpg?hash=1774620334> (referer: https://ecarstrade.com/cars/7009572)
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_004/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009572)
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:44 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:44 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_005/780x0__r.jpg?hash=1774620215> (referer: https://ecarstrade.com/cars/7009471)
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_006/780x0__r.jpg?hash=1774620215> (referer: https://ecarstrade.com/cars/7009471)
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_002/780x0__r.jpg?hash=1774620335> (referer: https://ecarstrade.com/cars/7009572)
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_001/780x0__r.jpg?hash=1774620347> (referer: https://ecarstrade.com/cars/7009581)
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_001/780x0__r.jpg?hash=1774620215> (referer: https://ecarstrade.com/cars/7009471)
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_004/780x0__r.jpg?hash=1774620356> (referer: https://ecarstrade.com/cars/7009591)
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_003/780x0__r.jpg?hash=1774620356> (referer: https://ecarstrade.com/cars/7009591)
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 5 of item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6050611e-1707-562a-9b0a-3bf38ca23d1b
2026-03-27 15:18:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6050611e-1707-562a-9b0a-3bf38ca23d1b, skipping ID generation
2026-03-27 15:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6050611e-1707-562a-9b0a-3bf38ca23d1b with scrape type 1
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6050611e-1707-562a-9b0a-3bf38ca23d1b sending to next pipeline
2026-03-27 15:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6050611e-1707-562a-9b0a-3bf38ca23d1b, identifier: 7009572auction111133
2026-03-27 15:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133
2026-03-27 15:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133
2026-03-27 15:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 6050611e-1707-562a-9b0a-3bf38ca23d1b with identifier: 7009572auction111133 to the API
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:45 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009572/photo_002/780x0__r.jpg?hash=1774620335>
{'auction_title': '',
'c_o_2_emission_value': 129,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': None,
'engine': '2.0L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Diesel',
'id': '6050611e-1707-562a-9b0a-3bf38ca23d1b',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009572',
'listing': 'auction',
'location': 'France - "FLEURY TEA"',
'make': 'Skoda',
'model': 'Karoq',
'odometer': 58652,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-12-01',
'seats_number': 5,
'seller_name': None,
'title': 'SKODA Karoq / 2017 / 5P / SUV 2.0 TDI 116ch DSG7 Business',
'transmission': 'automatic',
'trim': 'SKODA / 2017 / 5P / SUV 2.0 TDI 116ch DSG7 Business',
'vin': None,
'year': 2023}
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009572auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:45 [ecarstrade.be] INFO: Saving data for 7009572auction111133: {'created_time': 1774624725.58334, 'last_price_update_time': 1774624725.583351, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009572auction111133') HTTP/1.1" 204 0
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_002/780x0__r.jpg?hash=1774620356> (referer: https://ecarstrade.com/cars/7009591)
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_004/780x0__r.jpg?hash=1774620221> (referer: https://ecarstrade.com/cars/7009474)
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_001/780x0__r.jpg?hash=1774620356> (referer: https://ecarstrade.com/cars/7009591)
2026-03-27 15:18:45 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009482> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 4964bdca-ce23-5b9a-969e-909f5a635ccb
2026-03-27 15:18:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 4964bdca-ce23-5b9a-969e-909f5a635ccb, skipping ID generation
2026-03-27 15:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 4964bdca-ce23-5b9a-969e-909f5a635ccb with scrape type 1
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 4964bdca-ce23-5b9a-969e-909f5a635ccb sending to next pipeline
2026-03-27 15:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 4964bdca-ce23-5b9a-969e-909f5a635ccb, identifier: 7009581auction111133
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 2375b5b7-bdcd-5391-98f4-cc68040e70c2
2026-03-27 15:18:45 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 2375b5b7-bdcd-5391-98f4-cc68040e70c2, skipping ID generation
2026-03-27 15:18:45 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with scrape type 1
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 2375b5b7-bdcd-5391-98f4-cc68040e70c2 sending to next pipeline
2026-03-27 15:18:45 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 2375b5b7-bdcd-5391-98f4-cc68040e70c2, identifier: 7009471auction111133
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:45 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:45 [ecarstrade.be] INFO: Extracting details for car 7009482auction111133
2026-03-27 15:18:45 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133
2026-03-27 15:18:45 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133
2026-03-27 15:18:45 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 4964bdca-ce23-5b9a-969e-909f5a635ccb with identifier: 7009581auction111133 to the API
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:45 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009581/photo_001/780x0__r.jpg?hash=1774620347>
{'auction_title': '',
'c_o_2_emission_value': 21,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.4L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '4964bdca-ce23-5b9a-969e-909f5a635ccb',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009581',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Volkswagen',
'model': 'Golf',
'odometer': 48052,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': None,
'seller_name': None,
'title': 'VOLKSWAGEN Golf / 2020 / 5P / Berline 1.4 eHybrid OPF 204 DSG6 '
'Style',
'transmission': 'automatic',
'trim': 'VOLKSWAGEN / 2020 / 5P / Berline 1.4 eHybrid OPF 204 DSG6 Style',
'vin': None,
'year': 2022}
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009581auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:46 [ecarstrade.be] INFO: Saving data for 7009581auction111133: {'created_time': 1774624726.097714, 'last_price_update_time': 1774624726.097731, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009581auction111133') HTTP/1.1" 204 0
2026-03-27 15:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133
2026-03-27 15:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133
2026-03-27 15:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 2375b5b7-bdcd-5391-98f4-cc68040e70c2 with identifier: 7009471auction111133 to the API
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009471/photo_001/780x0__r.jpg?hash=1774620215>
{'auction_title': '',
'c_o_2_emission_value': 31,
'category': None,
'color': 'Grey',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.6L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '2375b5b7-bdcd-5391-98f4-cc68040e70c2',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009471',
'listing': 'auction',
'location': 'France - "FR-01-AMBERIEU-CAT"',
'make': 'Hyundai',
'model': 'Tucson',
'odometer': 59967,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2022-11-01',
'seats_number': 5,
'seller_name': None,
'title': 'HYUNDAI Tucson / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC CREATIVE 4WD '
'AUTO',
'transmission': 'automatic',
'trim': 'HYUNDAI / 2020 / 5P / SUV 1.6 PHEV 265 HTRAC CREATIVE 4WD AUTO',
'vin': None,
'year': 2022}
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009471auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:46 [ecarstrade.be] INFO: Saving data for 7009471auction111133: {'created_time': 1774624726.448321, 'last_price_update_time': 1774624726.448333, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009471auction111133') HTTP/1.1" 204 0
2026-03-27 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_002/780x0__r.jpg?hash=1774620222> (referer: https://ecarstrade.com/cars/7009474)
2026-03-27 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_003/780x0__r.jpg?hash=1774620221> (referer: https://ecarstrade.com/cars/7009474)
2026-03-27 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_005/780x0__r.jpg?hash=1774620339> (referer: https://ecarstrade.com/cars/7009577)
2026-03-27 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009474/photo_001/780x0__r.jpg?hash=1774620221> (referer: https://ecarstrade.com/cars/7009474)
2026-03-27 15:18:46 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/cars/7009484> (referer: https://ecarstrade.com/search/page153?gearbox%5B%5D=Automatic&gearbox%5B%5D=Manual&country_origin%5B%5D=BE&country_origin%5B%5D=FR&country%5B%5D=BEL&country%5B%5D=FRA) ['zyte-api']
2026-03-27 15:18:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 3 of item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:46 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6
2026-03-27 15:18:46 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6, skipping ID generation
2026-03-27 15:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with scrape type 1
2026-03-27 15:18:46 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 sending to next pipeline
2026-03-27 15:18:46 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6, identifier: 7009591auction111133
2026-03-27 15:18:46 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 07f2e4b5-7c54-5463-8572-d7767d238062 with identifier: 7009482auction111133
2026-03-27 15:18:46 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 07f2e4b5-7c54-5463-8572-d7767d238062 with scrape type 1
2026-03-27 15:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 07f2e4b5-7c54-5463-8572-d7767d238062
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009482%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620229%27 HTTP/1.1" 200 None
2026-03-27 15:18:46 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009482/photo_001/780x0__r.jpg?hash=1774620229 not downloaded yet
2026-03-27 15:18:46 [crawlers.pipelines.translation_pipeline] INFO: Spider: ecarstrade.be, Translating item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133
2026-03-27 15:18:46 [crawlers.pipelines.item_rules_pipeline] INFO: Spider: ecarstrade.be, Applying rules to item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133
2026-03-27 15:18:46 [crawlers.pipelines.post_to_api] INFO: Spider: ecarstrade.be, Posting item: 42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6 with identifier: 7009591auction111133 to the API
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: Starting new HTTPS connection (1): api.app.infinit.cc:443
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://api.app.infinit.cc:443 "POST /api/command/Alx.Cars.Contracts.Internal.Sourcing.AddListing HTTP/1.1" 200 None
2026-03-27 15:18:46 [scrapy.core.scraper] DEBUG: Scraped from <200 https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009591/photo_001/780x0__r.jpg?hash=1774620356>
{'auction_title': '',
'c_o_2_emission_value': 49,
'category': None,
'color': 'Black',
'currency': 'EUR',
'doors_number': 5,
'emission_standard': 'EURO 6D',
'engine': '1.5L',
'expiration_date': '2026-03-30T14:40:00Z',
'fuel_type': 'Hybrid (petrol / electric)',
'id': '42ac95f3-aeed-5d7f-8b12-6f2e7832d9f6',
'is_damaged': False,
'is_operable': True,
'is_vat_deductible': True,
'is_vat_included': False,
'link_to_web_offer': 'https://ecarstrade.com/cars/7009591',
'listing': 'auction',
'location': 'France - "NEUVY SATAS"',
'make': 'Volvo',
'model': 'XC40',
'odometer': 68648,
'odometer_reading_unit': 'km',
'origin_country_code': 'BE',
'original_photo_count': 6,
'photos': [],
'price': 0,
'price_includes_vat': False,
'registration_date': '2023-01-01',
'seats_number': 5,
'seller_name': None,
'title': 'VOLVO XC40 / 2022 / 5P / SUV Recharge T5 262 DCT7 Ultimate',
'transmission': 'automatic',
'trim': 'VOLVO / 2022 / 5P / SUV Recharge T5 262 DCT7 Ultimate',
'vin': None,
'year': 2023}
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "GET /ScrapedListings()?$filter=PartitionKey%20eq%20%27ecarstrade.be%27%20and%20RowKey%20eq%20%277009591auction111133%27 HTTP/1.1" 200 None
2026-03-27 15:18:46 [ecarstrade.be] INFO: Saving data for 7009591auction111133: {'created_time': 1774624726.971591, 'last_price_update_time': 1774624726.971602, 'auction_closing_time': 1774881600.0}
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18:46 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "PATCH /ScrapedListings(PartitionKey='ecarstrade.be',RowKey='7009591auction111133') HTTP/1.1" 204 0
2026-03-27 15:18:46 [ecarstrade.be] INFO: Extracting details for car 7009484auction111133
2026-03-27 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009482%252Fphoto_002%252F780x0__r.jpg%253Fhash%3D1774620229%27 HTTP/1.1" 200 None
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009482/photo_002/780x0__r.jpg?hash=1774620229 not downloaded yet
2026-03-27 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_005/780x0__r.jpg?hash=1774620226> (referer: https://ecarstrade.com/cars/7009479)
2026-03-27 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_004/780x0__r.jpg?hash=1774620339> (referer: https://ecarstrade.com/cars/7009577)
2026-03-27 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009479/photo_006/780x0__r.jpg?hash=1774620227> (referer: https://ecarstrade.com/cars/7009479)
2026-03-27 15:18:47 [scrapy.core.engine] DEBUG: Crawled (200) <GET https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009577/photo_003/780x0__r.jpg?hash=1774620339> (referer: https://ecarstrade.com/cars/7009577)
2026-03-27 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009482%252Fphoto_003%252F780x0__r.jpg%253Fhash%3D1774620229%27 HTTP/1.1" 200 None
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009482/photo_003/780x0__r.jpg?hash=1774620229 not downloaded yet
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 1 of item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 2 of item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 4 of item 2c934b39-45a5-5bcb-8425-d1f1cb332564
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] WARNING: No valid image magic number found for image 0 of item 6bf194d6-eecb-5617-bfcc-7812516895eb
2026-03-27 15:18:47 [crawlers.middlewares.id_gen_middleware] DEBUG: Item already has an ID: 6bf194d6-eecb-5617-bfcc-7812516895eb, skipping ID generation
2026-03-27 15:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 6bf194d6-eecb-5617-bfcc-7812516895eb with scrape type 1
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: All photos downloaded for item 6bf194d6-eecb-5617-bfcc-7812516895eb sending to next pipeline
2026-03-27 15:18:47 [crawlers.middlewares.monitoring_spider_middleware] INFO: Spider: ecarstrade.be, Processed item id: 6bf194d6-eecb-5617-bfcc-7812516895eb, identifier: 7009474auction111133
2026-03-27 15:18:47 [crawlers.middlewares.id_gen_middleware] INFO: Generated ID for item: 418cd795-7e56-5b35-960a-db675b1f4fb4 with identifier: 7009484auction111133
2026-03-27 15:18:47 [crawlers.middlewares.report_download_middleware] INFO: Skipping car_expert_report download for item 418cd795-7e56-5b35-960a-db675b1f4fb4 with scrape type 1
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Downloading 6 photos for item 418cd795-7e56-5b35-960a-db675b1f4fb4
2026-03-27 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009484%252Fphoto_001%252F780x0__r.jpg%253Fhash%3D1774620234%27 HTTP/1.1" 200 None
2026-03-27 15:18:47 [crawlers.middlewares.photo_download_middleware] INFO: Image https://ecarstrade.com/thumbnails/carsphotos/7000001-7010000/7009484/photo_001/780x0__r.jpg?hash=1774620234 not downloaded yet
2026-03-27 15:18:47 [urllib3.connectionpool] DEBUG: https://alxsourcingstorageprod.table.core.windows.net:443 "POST /Tables HTTP/1.1" 409 None
2026-03-27 15:18: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%252F7009482%252Fphoto_004%252F780x0__r.jpg%253Fhash%3D1774620229%27 HTTP/1.1"